/* PC端样式 - 1024px及以上设备 */

/* 提取的内联样式 */

/* header吸顶样式 - PC端 */
.viking_header.mobile-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 确保header吸顶时内容不被遮挡 */
.viking_header.mobile-sticky+.header_placeholder {
  display: block !important;
  visibility: visible !important;
}

.viking_tab_container.mobile-sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.viking_header {
  width: 100%;
  height: 68px;
  background-color: black;
}

.viking_hero_image_full {
  width: 100%;
  height: auto;
}

.viking_section_description {
  color: #142640;
  line-height: 30px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 48px;
}

.viking_one_ticket_description {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
}

.viking_one_ticket_text {
  width: 100%;
  color: #595959;
  font-size: 16px;
  line-height: 24px;
}

.viking_one_ticket_policy {
  padding-top: 16px;
}

.viking_one_ticket_meal,
.viking_one_ticket_experience {
  padding-top: 24px;
}

.viking_one_ticket_more {
  padding-top: 24px;
}

.viking_footer {
  width: 100%;
  height: 309px;
}

/* 荣誉奖项区块样式 */
.viking_awards_section {
  padding: 80px 0;
  background-color: #F5F5F5;
}

/* ========================================= */
/* 关于河轮页面样式已移至 about_river_style.css */
/* ========================================= */

/* 为何选择维京页面样式 */

/* 中文服务轮播导航样式 - 在PC端隐藏 */
.viking_swiper_navigation {
  display: none;
}

/* 家的感觉轮播 - PC端三列布局样式 */
.viking_home_slider .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.viking_home_slider .swiper-slide {
  width: calc(33.333% - 10.67px) !important;
  margin-right: 16px;
}

.viking_home_slider .swiper-slide:last-child {
  margin-right: 0;
}

.viking_home_item {
  text-align: center;
  cursor: pointer;
}

.viking_home_image {
  /* margin-bottom: 24px; */
}

.viking_home_image img {
  width: 100%;
  height: auto;
}

.viking_home_title {
  font-size: 20px;
  color: #142640;
  line-height: 30px;
  font-weight: 400;
}

body {
  margin: 0;
}

.viking_mob {
  display: none;
}

/* 页面主容器 */
.viking_choose_page {
  box-sizing: border-box;
  background: #F4F4F4;
}

/* 顶部图片 - 宽度100% */
.viking_hero_image {
  width: 100%;
  background-color: #f8f9fa;
  box-sizing: border-box;
}

.viking_hero_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 标题条 - 最外层宽度100%，内部内容限制在1440px */
.viking_title_bar {
  width: 100%;
  background-color: #142640;
  padding: 22px 0;
  box-sizing: border-box;
}

.viking_title_content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 72px;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 36px;
}

/* Tab选择菜单 - 最外层宽度100%，内部内容限制在1440px */
.viking_tab_container {
  width: 100%;
  background-color: #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* Tab容器吸顶样式 */
.viking_tab_container.sticky {
  position: fixed;
  top: 68px;
  /* 固定在header下方 */
  left: 0;
  z-index: 3;
  border-bottom: 1px solid #F4F4F4;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

/* Tab占位元素样式 */
.tab_placeholder {
  width: 100%;
  display: block;
}

.viking_tab_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.viking_tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0 72px;
  box-sizing: border-box;
  background-color: #F4F4F4;
}

.viking_tab_btn {
  background-color: #F4F4F4;
  font-size: 16px;
  color: black;
  padding: 18px 0px;
  cursor: pointer;
  box-sizing: border-box;
  flex: 1;
  text-align: center;
}



.viking_tab_btn.active {
  background-color: #466580;
  color: #fff;
  font-weight: 600;
}

/* 通用区块样式 */
.viking_section {
  width: 100%;
  padding: 48px 0;
  box-sizing: border-box;
  background: white;
  margin-top: 24px;
}

.viking_section_content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;
  box-sizing: border-box;
}

.viking_section_title {
  line-height: 37px;
  color: #142640;
  text-align: center;
  box-sizing: border-box;
}

/* 自营长船区块样式 */
.viking_quality_section {
  display: flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

.viking_quality_image {
  flex: 1;
  /* height: 351px; */
  box-sizing: border-box;
  overflow: hidden;
}

.viking_quality_image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.viking_quality_text {
  flex: 1;
  box-sizing: border-box;
}

.viking_quality_title {
  font-size: 24px;
  font-weight: 500;
  color: black;
  margin: 0 0 24px 0;
  box-sizing: border-box;
}

.viking_quality_desc {
  font-size: 16px;
  line-height: 28px;
  color: black;
  margin: 0;
  box-sizing: border-box;
}

/* 人文探索区块样式 */
.viking_cultural_section {
  width: 100%;
  background-color: #FFFFFF;
  padding: 48px 0;
  box-sizing: border-box;
  margin-top: 24px;
}

/* 统一轮播样式 */
.viking_cultural_slider {
  display: block !important;
  box-sizing: border-box;
}

.viking_cultural_item {
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.viking_cultural_image {
  /* margin-bottom: 4px; */
  box-sizing: border-box;
}

.viking_cultural_image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.viking_cultural_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: black;
  margin: 0 0 4px 0;
  box-sizing: border-box;
  font-family: "SourceHanSansCNMedium";
}

/* 雅奢慢旅区块样式 */
.viking_luxury_section {
  width: 100%;
  padding: 48px 0 24px 0;
  box-sizing: border-box;
  margin-top: 24px;
  background-color: white;
}

.viking_luxury_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
  box-sizing: border-box;
}

.viking_luxury_item {
  text-align: center;
  box-sizing: border-box;
}

.viking_luxury_image {
  margin-bottom: 16px;
  box-sizing: border-box;
}

.viking_luxury_image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.viking_luxury_title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  line-height: 20px;
  margin: 0;
  box-sizing: border-box;
  font-family: "SourceHanSansCNMedium";
}

/* 底部大图区块 */
.viking_luxury_bottom {
  position: relative;
  box-sizing: border-box;
  height: 702px;
  background-color: #cccccc;
}

.viking_luxury_bottom_image {
  box-sizing: border-box;
}



.viking_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  font-size: 0px;
  width: 40px;
  height: 40px;
}

.viking_play_button svg {
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.viking_play_button:hover svg {
  transform: scale(1.1);
  box-sizing: border-box;
}

/* 移动端轮播隐藏（PC端不显示） */
.viking_mobile_slider {
  /* display: none; */
  box-sizing: border-box;
}

/* 一站式服务区块样式 */
.viking_service_section {
  width: 100%;
  padding: 48px 0 24px 0;
  margin-top: 24px;
  background-color: white;
}

.viking_service_title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #142640;
  line-height: 37px;
  margin-bottom: 48px;
  font-family: "HYRunYuan-65J";
}

.viking_service_video {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;
  box-sizing: border-box;
}

.viking_service_video_placeholder {
  width: 100%;
  height: 702px;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.viking_service_video_placeholder img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* ========================== */
/* 荣誉奖项区块样式 - 为何选择维京页面 */
/* ========================== */

/* 区块容器 */
.viking_honor_section {
  width: 100%;
  background-color: white;
  margin-top: 24px;
  padding: 48px 0;
  box-sizing: border-box;
}

/* 荣誉奖项主体内容 */
.ind_honner_main {
  position: relative;
  margin-top: 37px;
}

/* 上部奖项布局 - PC端展示 */
.honner_top {
  display: flex;
  justify-content: center;
  gap: 72px;
  margin-bottom: 48px;
}

/* 奖项项样式 - 通用样式 */
.item_list {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.item_pic {
  width: 100%;
  height: 125px;
  overflow: hidden;
}

.item_pic img {
  width: 100%;
  
  display: block;
}

.item_txt {
  text-align: center;
}

.item_txt_tit {
  font-size: 16px;
  font-family: "SourceHanSansCNMedium";
  color: #142640;
  line-height: 24px;
  margin-bottom: 8px;
}

.item_txt_desc {
  font-size: 14px;
  color: #142640;
  line-height: 20px;
  font-family: "SourceHanSansCNMedium";
}

/* 下部滚动奖项 - 走马灯效果 */
.honner_btm {
  position: relative;
  overflow: hidden;
}

/* 渐变遮罩效果 */
.honner_btm::before,
.honner_btm::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}

.honner_btm::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.honner_btm::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

/* 滚动内容容器 */
.honner_slide {
  /* position: absolute; */
  white-space: nowrap;
  width: 100%;
  height: 100%;
}

.honner_slide .item_list {
  display: inline-flex;
  margin-right: 48px;
}

/* 一票享多服务说明区块样式 */
.viking_one_ticket_section {
  width: 100%;
  background-color: white;
  padding: 48px 0px;
  margin-top: 24px;
}

.viking_one_ticket_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;
  box-sizing: border-box;
}

.viking_one_ticket_title {
  color: #142640;
  font-weight: 400;
  text-align: center;
  margin-bottom: 16px;
  line-height: 37px;
}


.viking_one_ticket_desc {
  color: #142640;
  text-align: center;
  margin-bottom: 32px;
  line-height: 22px;
}

.viking_one_ticket_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
  padding: 0 24px;
}

.viking_one_ticket_item {
  flex: 1;
  text-align: center;
}

.viking_one_ticket_item_icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viking_one_ticket_item_icon img {
  width: 40px;
  height: 40px;
}

.viking_one_ticket_item_name {
  font-size: 16px;
  color: #142640;
  line-height: 24px;
  font-family: "SourceHanSansCNMedium";

}

.viking_one_ticket_more {
  font-size: 24px;
  color: #142640;
  text-align: center;
  font-weight: 500;
  font-family: "SourceHanSansCNMedium";
}

.viking_one_ticket_details {
  display: flex;
  justify-content: space-between;
  gap: 96px;
  margin-bottom: 48px;
}

.viking_one_ticket_detail {
  flex: 1;
  margin-top: 48px;
  box-sizing: border-box;
}

.viking_one_ticket_detail_box {
  flex: 1;
}

.viking_one_ticket_detail .title {
  font-size: 18px;
  color: black;
  margin-bottom: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "SourceHanSansCNMedium";
}

.viking_one_ticket_detail .title div {
  width: 4px;
  height: 18px;
  background-color: #142640;
}

.viking_one_ticket_detail p {
  font-size: 14px;
  color: black;
  line-height: 21px;
  margin: 16px 0 0 0;
}

.viking_one_ticket_detail .viking_ship_alcohol_policy {
  display: flex;
  color: #818182;
  gap: 8px;
  font-size: 12px;
  line-height: 20px;
  padding-top: 16px;
}

.viking_one_ticket_detail .viking_ship_alcohol_policy .viking_ship_alcohol_policy_title {
  flex-shrink: 0;
}

.viking_ship_alcohol_policy_detail {}

.viking_ship_alcohol_policy_detail span {
  color: black;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.viking_one_ticket_exclude {
  font-size: 24px;
  color: #142640;
  text-align: center;
  margin-bottom: 48px;
  font-weight: 500;
  font-family: "SourceHanSansCNMedium";
}

.viking_one_ticket_exclude_items {
  display: flex;
  gap: 36px;
}

.viking_one_ticket_exclude_item {
  flex: 1;
  background-color: #F4F4F4;
  padding: 16px 16px 32px 16px;
  box-sizing: border-box;
}

.viking_one_ticket_exclude_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.viking_one_ticket_exclude_item li {
  font-size: 16px;
  color: black;
  line-height: 20px;
  margin-top: 16px;
  position: relative;
  padding-left: 15px;
}

.viking_one_ticket_exclude_item li::before {
  content: "•";
  color: black;
  position: absolute;
  left: 0;
}

/* 中文环境区块样式 */
.viking_chinese_section {
  width: 100%;
  padding: 48px 0;
  box-sizing: border-box;
  background-color: white;
}

/* 轮播样式 - PC端显示4个 */
.viking_chinese_slider {
  position: relative;
  margin-top: 32px;
  box-sizing: border-box;
}

.viking_chinese_slider .swiper-container {
  width: 100%;
  box-sizing: border-box;
}

.viking_chinese_slider .swiper-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.viking_chinese_slider .swiper-slide {
  width: 25%;
  box-sizing: border-box;
  padding: 0 8px;
}

.viking_chinese_item {
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.viking_chinese_image {
  /* margin-bottom: 16px; */
  box-sizing: border-box;
  cursor: pointer;
}

.viking_chinese_image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.viking_chinese_title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  line-height: 30px;
  margin: 0;
  box-sizing: border-box;
  font-family: "SourceHanSansCNMedium";
}

/* 贴心的家区块样式 */
.viking_home_section {
  width: 100%;
  padding: 48px 0;
  box-sizing: border-box;
  margin-top: 24px;
  background-color: white;
}

.viking_home_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  box-sizing: border-box;
}

.viking_home_item {
  text-align: center;
  box-sizing: border-box;
}

.viking_home_image {
  /* margin-bottom: 16px; */
  box-sizing: border-box;
}

.viking_home_image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* 独特客房区块样式 */
.viking_room_slider .swiper-container {
  width: 100%;
  box-sizing: border-box;
}

.viking_room_slider .swiper-wrapper {
  width: 100%;
  box-sizing: border-box;
}



.viking_cultural_image {
  /* margin-bottom: 16px; */
  box-sizing: border-box;
}

.viking_cultural_image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.viking_cultural_title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  line-height: 30px;
  margin: 0;
  box-sizing: border-box;
  font-family: "SourceHanSansCNMedium";
}

/* PC端特色弹窗样式 */
.feature_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.feature_popup_content {
  padding: 16px;
  width: 672px;
  max-height: 80%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.feature_popup_close {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 24px;
}

.feature_popup_close img {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}

.feature_popup_swiper {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  max-height: 80%;
  overflow-y: auto;
}

.feature_popup_item_box {
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}

.feature_popup_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  /* overflow-y: auto; */
}

.feature_popup_image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.feature_popup_image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-sizing: border-box;
}

.feature_popup_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.feature_popup_item_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bototm: -8px;
  color: #142640;
  box-sizing: border-box;
}

.feature_popup_item_desc {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  margin-top: 24px;
  margin-bottom: 0px;
  box-sizing: border-box;
}

.feature_popup_pagination {
  position: absolute;
  bottom: -40px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_popup_bullet {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  box-sizing: border-box;
}

.feature_popup_bullet_active {
  background-color: #CE1141;
  box-sizing: border-box;
}

.feature_popup_item_btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.feature_popup_item_btn_box_item_text {
  width: 250px;
  height: 70px;
  background-color: #142640;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
  font-family: "SourceHanSansCNMedium";
  cursor: pointer;
}
.feature_popup_content video{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.feature_popup#videoPopup .feature_popup_content{
  height: 80vh;
}