/* 基础样式重置 */
* {
  box-sizing: border-box;
  border: none;
  outline: none;
}

body {
  width: 100%;
}

/* 布局相关样式 */
.container {
  display: flex;
  align-items: center;
  position: relative;
}

.top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

/* 布局相关样式 */
.more-btn {
  position: absolute;
  top: 60%;
  height: 16px;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  right: min(9.46vw, 140px);
}

.row-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}

/* 标题框样式 */
.overview-title-box {
  width: 375px;
  margin: 69px auto 54px auto;
  border: 3px solid #d1d9df;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0;
}

.overview-title-box .main-title {
  font-family: SourceHanSerifCN;
  font-weight: 600;
  font-size: 36px;
  color: #383333;
  line-height: 35px;
  background: #fff;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 12px;
  max-width: 182px;
  width: 182px;
}

.overview-title-box .sub-title {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #959595;
  line-height: 24px;
  background: #fff;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 8px;
}

/* 十师概况样式 */
.summarize {
  width: 67%;
  height: 400px;
  background: #459bff;
  border-radius: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.summarize h1 {
  width: 100%;
  height: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
  padding: 0 0 0 43px;
}

.summarize .summarize-content {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  padding: 0 144px 0 50px;
  white-space: break-spaces;
  word-break: break-all;
  margin-top: 16px;
}

.summarize .summarize-content span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  white-space: pre-line;
  word-break: break-all;
  text-indent: 2em;
  /* 首行缩进2个字符 */
  text-indent: 2em;
  display: inline-block;
}

.summarize .btn {
  border: none;
  outline: none;
  padding: 0;
  width: 120px;
  height: 35px;
  background: #ffffff;
  border-radius: 2px;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  color: #459bff;
  line-height: 35px;
  margin: 30px 0 0 50px;
}

/* 轮播图样式 */
.survey .swiper-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 528px;
  height: 290px;
  overflow: hidden;
}

.survey .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.survey .swiper-slide img {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* 标准语法 */
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-swiper-btn {
  width: 32px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev.custom-swiper-btn {
  left: 0;
  border-radius: 8px 0 0 8px;
  color: #fff !important;
}

.swiper-button-next.custom-swiper-btn {
  right: 0;
  border-radius: 0 4px 4px 0;
  color: #fff !important;
}

.swiper-button-prev.custom-swiper-btn::after {
  content: "";
}

.swiper-button-next.icon-zuo:before {
  transform: rotate(180deg);
}

.swiper-button-next.custom-swiper-btn::after {
  content: "";
}

.impression .custom-swiper-btn {
  transform: translateY(-50%);
}

.impression .swiper-button-prev.custom-swiper-btn {
  left: min(9.46vw, 140px);
}

.impression .swiper-button-next.custom-swiper-btn {
  right: min(9.46vw, 140px);
}

/* 十师印象样式 */
.impression {
  margin-top: 40px;
}

.impression-content {
  height: 685px;
  background-image: url(../images/index2025/impressionbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

#swiper-container-impression {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

#swiper-container-impression .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

#swiper-container-impression .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  border-radius: 8px;
  overflow: hidden;
  opacity: 1;
  filter: none;
  z-index: 1;
}

#swiper-container-impression .swiper-slide img {
  width: 1050px;
  height: 550px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: box-shadow 0.3s, transform 0.3s;
}

#swiper-container-impression .swiper-slide p {
  font-size: 18px;
  color: #333;
  padding: 6px 18px;
  border-radius: 4px;
  margin: 0;
  text-align: center;
  font-weight: 500;
}

#swiper-container-impression .swiper-slide-active {
  transform: scale(1.25) translateZ(60px);
  z-index: 3;
}

#swiper-container-impression .swiper-pagination {
  z-index: 20;
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: auto;
  bottom: -3px !important;
}

#swiper-container-impression .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #d1d9df;
  opacity: 1;
  border-radius: 50%;
  margin: 0 8px !important;
  transition: background 0.3s, transform 0.3s;
}

#swiper-container-impression .swiper-pagination-bullet-active {
  background: #459bff;
  transform: scale(1.2);
}

#swiper-container-subordinate .custom-swiper-btn {
  transform: translateY(-30%);
  background-color: #c2d3e9;
  border-radius: 2px;
}

#swiper-container-subordinate .swiper-button-prev.custom-swiper-btn {
  margin-left: 20px;
}

#swiper-container-subordinate .swiper-button-next.custom-swiper-btn {
  margin-right: 20px;
}

/* 特色旅游样式 */
.travel {
  margin-top: 30px;
}

.tabs {
  margin-top: 30px;
}

.tab-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-bottom: none;
  background: none;
  width: 100%;
}

.tab-item-title {
  width: 264px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #666;
  cursor: pointer;
  background: #fff;
  border-radius: 0;
  margin: 0;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
  border: 1px solid #dcdcdc;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #4f4f4f;
}

.tab-item-title.active {
  background: #45a3ff;
  color: #fff;
  font-weight: bold;
}

.tab-content {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 24px 0;
  padding-left: min(9.46vw, 140px);
  padding-right: min(9.46vw, 140px);
}

.travel a {
  max-height: 300px;
}

.travel .col-md-4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
}

.travel .col-md-4 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* margin-bottom: 12px; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  border: 3px solid transparent;
}

.travel .col-md-4 p {
  font-size: 16px;
  color: #333;
  margin: 0;
  text-align: center;
  position: absolute;
  width: 143px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  right: 0.5%;
  bottom: 1%;
  border: 3px solid transparent;
}

.travel .col-md-4:hover img {
  border: 3px solid #459bff;
}

.travel .col-md-4:hover p {
  border: 3px solid #459bff;

  background: #459bff;
}

/* 下属团场样式 */
.subordinate {
  width: 100%;
  padding-left: min(5.74vw, 85px);
  padding-right: min(5.74vw, 85px);
}

#swiper-container-subordinate {
  /* padding-left: min(5.74vw, 85px);
  padding-right: min(5.74vw, 85px); */
  display: flex;
  align-items: center;
  justify-content: center;
}

#swiper-container-subordinate .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

#swiper-container-subordinate .swiper-slide img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

#swiper-container-subordinate .swiper-slide p {
  height: 17px;
  font-family: NotoSansHans;
  font-weight: 500;
  font-size: 18px;
  color: #383333;
  line-height: 30px;
  text-align: center;
}

#swiper-container-subordinate .swiper-slide a {
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 1280px) {
  .survey .swiper-container {
    width: 400px;
    height: 220px;
  }

  .summarize-content {
    padding: 0 80px 0 50px !important;
  }

  .summarize .btn {
    margin-top: 20px;
  }
}

/* 为 swiper-container-overview 添加特定样式 */
#swiper-container-overview {
  overflow: hidden;
}

#swiper-container-overview .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

#swiper-container-overview .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}


/* 响应式样式 */
@media (max-width: 768px) {
  .overview-title-box {
    width: 280px;
    padding: 16px 0 8px 0;
  }

  .overview-title-box .main-title {
    font-size: 2rem;
    width: 120px;
  }

  .overview-title-box .sub-title {
    font-size: 13px;
  }

  .dropdown-row {
    flex-direction: column;
    gap: 12px;
  }

  #swiper-container-impression .swiper-slide p {
    font-size: 1.6rem;
  }

  #swiper-container-impression .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .survey .swiper-container {
    position: inherit !important;
    top: inherit !important;
    transform: inherit !important;
    right: inherit !important;
    width: 100%;
    margin-top: 40px;
  }



  .container {
    flex-direction: column;
  }

  .summarize-content {
    padding: 0 10px !important;
  }

  .tab-item-title {
    width: 40%;
    font-size: 1.4rem;
  }

  .row-list{
    grid-template-columns: repeat(1, 1fr);
  }

  .summarize {
    width: 100%;
    height: inherit;
    min-height: 200px;
    padding-bottom: 20px;
  }

  .summarize .btn {
    margin-top: 0 !important;
    margin-left: 20px !important;

  }

  #swiper-container-impression .swiper-slide img {
    width: 100%;
    height: 280px;
  }

  .impression-content {
    height: 400px;
  }

  .more-btn {
    font-size: 1.4rem !important;
  }
}