/*
 * @Author: wangshuo01(982081898@qq.com) 
 * @Date: 2026-02-28 15:24:09 
 * @Last Modified by: wangshuo01
 * @Last Modified time: 2026-03-23 17:07:48
 */
@charset "utf-8";
.fullPage {
  position: relative;
  margin: 0 auto;
}
/* section  */
.section {
  text-align: center;
  color: #0c244e;
  height: 100vh;
  /* touch-action: manipulation; */
  /* 优化触摸事件响应 */
  background-color: #1f2623;
}

.fp-scrollable {
  position: relative;
  height: 100%;
  overflow: auto;
}

.section .wrap {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.section .inWrap {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-reserve {
  display: block;
  margin: 0 auto;
  width: 3.2rem;
  height: 0.86rem;
  background: url(../../mobile/images/btn-reserve.png);
  background-size: contain;
  animation: pulseScale 2s infinite;
}
.btn-submit {
  animation: pulseScale 2s infinite;
}
.btn-reserve.end {
  background-image: url(../../mobile/images/btn-reserve-end.png);
  animation: none;
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.scroll {
  animation: ani-scroll 0.6s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  background-image: url(https://static.web.sdo.com/dnc/web1/pc/ico_scroll.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.46rem;
  height: 0.42rem;
  position: absolute;
  bottom: 0.5rem;
  z-index: 1;
}
.pageTit {
  display: block;
  width: 100%;
  height: 0.8rem;
  margin: 0.9rem auto 0;
  font-size: 0;
}
.pageTit img {
  height: 0.8rem;
}
.swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  opacity: 1;
  margin: 0 0.08rem !important;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("https://static.web.sdo.com/dnc/web1/pc/p3-swiperPoint.png")
    no-repeat 50% 50% /0.24rem;
}

.swiper-pagination-bullet-active {
  background: url("https://static.web.sdo.com/dnc/web1/pc/p3-swiperPoint-h.png")
    no-repeat 50% 50% /0.3rem;
}
.f26 {
  font-size: 0.26rem;
}
.f30 {
  font-size: 0.3rem;
}
.f42 {
  font-size: 0.42rem;
}

/* Transition  animate*/
.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s ease;
}

.fade-enter-from {
  opacity: 0;
  transform: translateY(-0.2rem);
}

.fade-leave-to {
  opacity: 0;
  transform: translateY(0.2rem);
}

/* section1 */
.section1 .wrap {
  justify-content: end;
  background-image: url(../../mobile/images/p1-wrap.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.section1 .inWrap {
  flex: none;
  padding-bottom: 0.4rem;
}
.section1 .media {
  position: absolute;
  right: 0.4rem;
  bottom: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.2rem;
}
.section1 .media a {
  width: 0.42rem;
  height: 0.42rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/top-more.png) no-repeat;
  background-size: 2.21rem;
}

.section1 .media a.m1 {
  background-position: 0.05rem 0;
}
.section1 .media a.m2 {
  background-position: -0.58rem 0;
}
.section1 .media a.m3 {
  background-position: -1.2rem 0;
}
.section1 .media a.m4 {
  background-position: -1.82rem 0;
}

.section1 .loginInfo {
  position: absolute;
  font-size: 0.3rem;
  color: #eddb15;
  left: 50%;
  transform: translateX(66%);
  bottom: 1.1rem;
}
.section1 .loginInfo a {
  color: #ffcc00;
  margin: 0 0.1rem;
}
.section1 .number {
  color: #e7f3a8;
  font-size: 0.3rem;
}

.section1 .btn-play {
  position: absolute;
  top: 3.33rem;
  left: 0.4rem;
  width: 1.54rem;
  height: 1.54rem;
  background: url(../../mobile/images/btn-aq.png) no-repeat 50% 0 / contain;
}

.section1 .slogan {
  display: block;
  width: 8.66rem;
  margin: 0 auto;
}
.section1 .ban18 {
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  width: 0.71rem;
  height: 0.92rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p1-18ban.png) no-repeat
    0 / contain;
}
.section1 .side-icon {
  background: url(../../mobile/images/side-icon.png) no-repeat 0 / contain;
  position: absolute;
  right: 0.1rem;
  bottom: 4rem;
  width: 1.4rem;
  height: 1.2rem;
  cursor: pointer;
  transition: 0.5s;
  animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.section1 .sideCode {
  position: absolute;
  right: 0.3rem;
  bottom: 2rem;
  width: 1.19rem;
  animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

.section1 .side-qq img {
  width: 100%;
}
.section1 .side-qq {
  background: url(../../mobile/images/side-qq.png) no-repeat 0 / contain;
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  width: 0.97rem;
  height: 1.47rem;
  cursor: pointer;
  transition: 0.5s;
  display: block;
  animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}

@keyframes slideInRight {
  from {
    transform: translateX(150%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.section1 .side-icon:hover {
  filter: brightness(1.1);
  transform: translateY(-0.05rem);
}

/* section2 */
.section2 .sign-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section2 .sign-desc {
  color: #93916b;
  font-size: 24px;
  margin-bottom: 0.65rem;
}
.section2 .sign {
  display: block;
  width: 16.16rem;
  height: 3.08rem;
  flex: none;
}
.section2 .tag {
  position: relative;
  padding-top: 0.44rem;
  width: 14.38rem;
  margin: 0 auto 0.3rem;
}
.section2 .tag .line {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0.73rem;
  height: 0.02rem;
  width: calc(3.24rem * 4);
  background: #c2c5b250;
}
.section2 .tag .line .bar {
  display: block;
  width: 100%;
  background: #99986d;
}
.section2 .tag ul {
  display: flex;
  justify-content: space-between;
}
.section2 .tag li {
  position: relative;
  width: 1.46rem;
  height: 0.46rem;
  background: #3d4846;
  border-radius: 0.5rem;
  color: #e9daa1;
  font-size: 0.24rem;
  line-height: 0.46rem;
  display: block;
  box-shadow: 1px 6px 10px #232b28;
}

.section2 .tag li::before {
  content: "";
  width: 0.88rem;
  height: 0.24rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -0.44rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/icon-star.png)
    no-repeat 50% 50%;
}

.section2 .tag li.active {
  background: #685938;
}

.section2 .tag li.active::before {
  background: url(https://static.web.sdo.com/dnc/web1/pc/icon-star-h.png)
    no-repeat 50% 50%;
}

.section2 .sign-bottom {
  position: relative;
  width: 16.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section2 .number {
  position: absolute;
  right: 0;
  color: #93916b;
  text-align: left;
}
.section2 .number-con h2 {
  color: #93916b;
  font-size: 28px;
}
.section2 .number-con {
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1;
}
.section2 .number-con small {
  font-size: 0.5rem;
}

.section2 .btn-reserve {
  margin: 0.35rem auto;
}

/* section3 */
.pageBannerMain {
  width: 15rem;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  margin-bottom: 0.87rem;
}

.pageBannerMain .swiper-wrapper {
  width: 100%;
}
.pageBannerMain .swiper-slide {
  width: 10.39rem;
  height: 5.85rem;
}
.pageBannerMain .swiper-slide img {
  width: 100%;
  display: block;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
}

.pageBannerMain .swiper-slide-active {
  opacity: 1;
}
.pageBannerMain .swiper-slide-shadow-left,
.pageBannerMain .swiper-slide-shadow-right {
  background: #000000b5;
}

.sw1-prev,
.sw1-next {
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  z-index: 9;
  transition: all 0.2s linear;
  background: url("https://static.web.sdo.com/dnc/web1/pc/p3-swiperBtn.png")
    no-repeat 0 0 / 6.58rem;
}

.sw1-next:after,
.sw1-prev:after {
  content: none;
}

.sw1-prev {
  left: -0.8rem;
}
.sw1-next {
  right: -0.8rem;
  background-position: 100% 0;
}

.section3 .sw1-pagination {
  width: 100%;
  bottom: 0px;
}

/* section4 */
.section4 .inWrap {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.newsBan {
  width: 9.3rem;
  height: 5.33rem;
}
.newsBanSwiper {
  width: 100%;
  height: 4.3rem;
  margin: 0;
}
.newsBanSwiper img {
  width: 100%;
  height: 100%;
}
.newsBanSwiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
}
.newsBanSwiper .swiper-pagination-bullet {
  margin: 0 !important;
  transform: scale(0.75);
}
.newsBanOther {
  width: 100%;
  margin-top: 0.12rem;
}
.newsBanOther ul {
  display: flex;
  justify-content: space-between;
}
.newsBanOther li {
  width: 2.25rem;
  height: 0.88rem;
  box-sizing: border-box;
  border: 2px solid #686868;
}
.newsBanOther li img {
  width: 100%;
  height: 100%;
}

.newsBox {
  width: 8rem;
  height: 5.33rem;
  margin-left: 1.4rem;
}
.newsTabs {
  display: flex;
  margin-bottom: 0.4rem;
  justify-content: space-between;
}
.newsTabs a {
  width: 1.44rem;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.38rem;
  color: #e9daa1;
  text-align: center;
}
.newsTabs a.active {
  background: url(https://static.web.sdo.com/dnc/web1/pc/icon-newsTab.png)
    no-repeat 50% 0 / contain;
}

.newsSwiper {
  width: 100%;
  text-align: left;
}
.news-list li a {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  font-weight: normal;
  overflow: hidden;
  border-bottom: 1px solid #ffffff26;
  display: block;
  color: #c2c5b2;
  display: flex;
  font-size: 0.34rem;
}
.news-list li:last-child a {
  border: none;
}
.news-list span {
  flex: none;
}
.news-list li span:first-child {
  width: 1rem;
}
.news-list li .title {
  color: #c2c5b2;
  font-size: 0.26rem;
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list li .time {
  font-size: 0.24rem;
  color: #c0b68b;
  width: 1.6rem;
  text-align: right;
}
.section4 .newMore {
  display: flex;
  justify-content: end;
}
.section4 .newMore {
  display: block;
  width: 1.36rem;
  height: 0.48rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/btn-newMore.png)
    no-repeat 0 / contain;
}

/* section5 */

.section5 .jobWrap {
  background: url(https://static.web.sdo.com/dnc/web1/pc/p5-wrap.jpg) no-repeat
    50% / cover;
}
.section5 .jobWrap .pageTit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section5 .job-bd {
  width: 100%;
  height: 100%;
}
.section5 .job-bd .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: flex;
  position: relative;
}
.section5 .job-bd .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section5 .job-text {
  position: absolute;
  left: 2.4rem;
  top: 3.2rem;
}
.section5 .tag {
  font-size: 0.24rem;
  color: #c2c5b2;
  display: flex;
  column-gap: 0.1rem;
}
.section5 .tag li {
  width: 0.85rem;
  height: 0.31rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/job-tag.png) no-repeat
    0 / contain;
}
.section5 .title {
  text-align: left;
  margin: 0.35rem 0 0.25rem;
  line-height: 1;
  font-size: 0.9rem;
  background-image: linear-gradient(180deg, #d0cf94 40%, #fff9e3 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section5 .info {
  font-size: 0.22rem;
  color: #c2c5b2;
  font-style: italic;
  text-align: left;
}

.section5 .job-hd {
  position: absolute;
  bottom: 0.7rem;
  left: 1.5rem;
  width: 100%;
  height: 1.52rem;
  display: flex;
}
.section5 .job-hd li {
  position: relative;
  width: 1.3rem;
  height: 100%;
  cursor: pointer;
}
.section5 .job-hd li img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1.22rem;
}
.section5 .job-hd li.active img {
  width: 2.06rem;
}

.section5 .vary-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section5 .btn-vary {
  position: absolute;
  top: 5.9rem;
  right: 1.5rem;
  z-index: 2;
}
.section5 .btn-vary a {
  display: block;
  width: 2.88rem;
  height: 0.86rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/btn-vary.png) no-repeat
    0 0/2.88rem;
}
.section5 .btn-vary a.active {
  background-image: url(https://static.web.sdo.com/dnc/web1/pc/btn-vary-h.png);
}

.section5 .btn-vary a:nth-child(1) {
  background-position: 0 0;
}
.section5 .btn-vary a:nth-child(2) {
  background-position: 0 100%;
}

.section5 .worldWrap {
  background: url(https://static.web.sdo.com/dnc/web1/pc/p5-bgWorld.png)
    no-repeat 50% calc(50% - 1.5rem) / 12.92rem;
}
.worldSwiperBg {
  position: relative;
  box-sizing: border-box;
  width: 9.62rem;
  min-height: 5.99rem;
  margin: 0 auto;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p5-swiper-border.png)
    no-repeat 0 0 / contain;
}
.worldSwiper {
  box-sizing: border-box;
  width: 9.15rem;
  margin: 0.18rem 0 0 0.11rem;
  font-size: 0.22rem;
  color: #c2c5b2;
  padding-bottom: 0.4rem;
}
.worldSwiper .pic {
  width: 9.15rem;
  height: 5.52rem;
}
.worldSwiper .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.worldSwiper .desc {
  margin-top: 0.6rem;
  text-align: left;
}
.worldSwiper .world-pagination {
  width: 100%;
  bottom: 0px;
}
.section5 .worldMore {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.section5 .btn-more {
  display: block;
  width: 1.36rem;
  height: 0.6rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/btn-worldMore.png)
    no-repeat 0 / contain;
}

/* section6 */
.section6 .wrap {
  background: url(https://static.web.sdo.com/dnc/web1/pc/p6-wrap.jpg) no-repeat
    50% / cover;
}
.section6 .m-audio {
  position: relative;
  display: flex;
  justify-content: center;
}

.m-audio .row-cove {
  flex: none;
  width: 7.5rem;
  height: 7.5rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p6-audio-bg.png)
    no-repeat 0 / contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-audio .a-cover {
  width: 5.67rem;
  height: 5.67rem;
  margin: -0.32rem 0 0 -0.05rem;
}

.m-audio .audio-info {
  width: 5.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-audio .row-desc {
  font-size: 0.24rem;
  color: #989a8f;
  margin-bottom: 1rem;
}

.m-audio .row-desc h2 {
  font-size: 0.32rem;
}

.m-audio .row-speed {
  margin: 0 auto;
  position: relative;
  width: 5.24rem;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.1rem;
  color: #c2c5b2;
}

.m-audio .slot {
  position: relative;
  width: 5.24rem;
  height: 2px;
  background: #c2c5b24a;
}

.m-audio .slot .bar {
  width: 0.1%;
  height: 100%;
  background: #c2c5b2;
  position: absolute;
  left: 0;
}

.m-audio .row-speed .time-start {
  color: #c2c5b2;
}

.m-audio .row-control {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.m-audio .btn-pre {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p6-pre.png) no-repeat
    0 / contain;
}
.m-audio .btn-next {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p6-next.png) no-repeat
    0 / contain;
}

.m-audio .play-audio {
  width: 1.21rem;
  height: 1.52rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p6-play.png) no-repeat
    0 / contain;
}

.m-audio .play-audio.pause {
  background: url(https://static.web.sdo.com/dnc/web1/pc/p6-pause.png) no-repeat
    0 / contain;
}

.m-audio .a-cover {
  animation: roll 20s linear infinite both;
  -webkit-animation: roll 20s linear infinite both;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.m-audio .a-cover.ani-roll {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}

/* section7 */
.section7 .wrap {
  background: url(https://static.web.sdo.com/dnc/web1/pc/p7-wrap.jpg) no-repeat
    50% / cover;
}
.section7 .line-year {
  display: flex;
  align-items: start;
  justify-content: center;
}

.section7 .list-desc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 2.6rem;
  text-align: left;
  color: #efe9c4;
}
.section7 .list-desc li {
  flex: none;
  box-sizing: border-box;
  padding: 0.2rem;
  width: 2.59rem;
  height: 2.49rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p7-card.png) no-repeat
    0 / contain;
  font-size: 0.24rem;
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section7 .list-desc h2 {
  font-weight: normal;
  font-size: 0.28rem;
  margin-bottom: 0.15rem;
}
.section7 .list-desc li.active {
  color: #fef097;
}

.section7 .tag {
  position: relative;
  padding-top: 1.3rem;
  width: 14.38rem;
  margin: 0 auto 0.3rem;
}
.section7 .tag .line {
  content: "";
  position: absolute;
  top: 0.91rem;
  left: 0.73rem;
  height: 0.02rem;
  width: calc(3.24rem * 4);
  background: #c2c5b250;
}
.section7 .tag .line .bar {
  display: block;
  width: 100%;
  background: #99986d;
}
.section7 .tag ul {
  display: flex;
  justify-content: space-between;
}
.section7 .tag li {
  position: relative;
  width: 1.46rem;
  height: 0.46rem;
  background: #685938;
  border-radius: 0.5rem;
  color: #e9daa1;
  font-size: 0.24rem;
  line-height: 0.46rem;
  display: block;
  box-shadow: 1px 6px 10px #232b28;
}

.section7 .tag li::before {
  content: "";
  width: 0.88rem;
  height: 1.09rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1.09rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/icon-point.png)
    no-repeat 50% 50% / contain;
}

/* section8 */

.section8 .row-media {
  flex: 1;
  column-gap: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
.section8 .row-media li {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-media li img {
  width: 100%;
}
.row-media li:nth-child(1) {
  width: 0.74rem;
}
.row-media li:nth-child(2) {
  width: 0.56rem;
}
.row-media li:nth-child(3) {
  width: 0.73rem;
}
.row-media li:nth-child(4) {
  width: 0.7rem;
}
.row-media li:nth-child(5) {
  width: 0.86rem;
}
.row-media li:nth-child(6) {
  width: 0.48rem;
}
.row-media li:nth-child(7) {
  width: 0.5rem;
}
.row-media li:nth-child(8) {
  width: 0.58rem;
}
.row-media .layer {
  width: 2.64rem;
  animation: ani-fade 0.3s;
}
@keyframes ani-fade {
  from {
    transform: translate3d(-50%, -20%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

.section8 .row-vip {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 1.6rem;
  width: 7.33rem;
  height: 0.66rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p8-vip.png) no-repeat
    50% / contain;
}
.section8 .btn-vip {
  display: block;
  width: 100%;
  height: 100%;
}

.section8 .row-wxVip {
  margin-top: -0.5rem;
  font-size: 0.3rem;
  color: #93916b;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 15.43rem;
  height: 3.15rem;
  box-sizing: border-box;
  padding: 1.09rem 0 0.43rem 0.46rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p8-wxVip-bg.png)
    no-repeat 50% / contain;
}

.row-wxVip .wxVipCode {
  margin: 0 0.3rem 0 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.17rem;
  height: 1.19rem;
  background: url(https://static.web.sdo.com/dnc/web1/pc/p8-code-border.png)
    no-repeat 50% / contain;
}
.row-wxVip .wxVipCode img {
  width: 0.91rem;
  height: 0.91rem;
}
.row-wxVip .col-call {
  margin-left: 1.7rem;
}

.section8 .tips {
  color: #989a8f;
  font-size: 0.16rem;
  margin-bottom: 0.55rem;
}

/* //conmon bottom */
.section.none {
  display: none;
}

.shadow {
  filter: drop-shadow(1px 1px 0.1rem #000000a4);
}

.g-time span {
  background: #2c3b68;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.3rem;
  border-radius: 3rem;
  margin-bottom: 1.8rem;
  color: #fff;
  font-size: 0.24rem;
  display: inline-block;
}

.f14 {
  font-size: 0.14rem;
}
.img-tit {
  position: relative;
}
.img-tit .layer {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.img-tit:hover .layer {
  display: block;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 5);
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  width: 0px;
}

/* pop */
.alert-bg {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  opacity: 0.95 !important;
}

.pop {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  color: #c2c5b2;
  font-size: 0.21rem;
  background-image: url(../../mobile/images/pop-bg-l.png);
  width: 7.97rem;
  height: 4.47rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.pop:before {
  content: "";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pop .close-pop {
  position: absolute;
  z-index: 10;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  top: 0.25rem;
  right: 0.25rem;
  background: url(../../mobile/images/close-pop.png) no-repeat;
  background-size: contain;
}

.pop .box-btn {
  font-size: 0;
  text-align: center;
}

.pop .box-btn a {
  width: 1.78rem;
  height: 0.62rem;
  line-height: 0.62rem;
  text-align: center;
  font-size: 0.24rem;
  display: inline-block;
  margin: 0 0.1rem;
  transition: all 0.3s;
  color: #5e5a45;
  background: url(../../mobile/images/pop-btn1.png) no-repeat 0 / contain;
}

.pop .box-btn a.btn-no {
  background: url(https://static.web.sdo.com/dnc/web1/pc/pop-btn2.png) no-repeat
    0 / contain;
  color: #474a4c;
}

.popTit {
  display: block;
  line-height: 1;
  margin: 0.5rem auto;
  text-align: center;
  font-size: 0.4rem;
  color: #0f0f0f;
  background-image: linear-gradient(180deg, #d0cf94 40%, #fff9e3 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ind2 {
  text-indent: 1.4em;
}

.popMsg {
  /* width: 6rem; */
  padding: 0.6rem 0.2rem;
  text-align: center;
}

.popMsg .msg {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .mb10 {
  margin-bottom: 0.1rem;
}
.pop .red {
  color: #c20000;
}
.pop .u {
  text-decoration: underline;
}
/* pop1  */
.pop1 {
  background: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #c2c5b2;
  font-size: 0.26rem;
}
.pop1 .desc {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop1 .code {
  margin-bottom: 0.35rem;
}

/* pop2  */
.pop2 .inPop {
  width: 6rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop2 .row-phone {
  display: flex;
  column-gap: 0.2rem;
  line-height: 0.4rem;
  margin-bottom: 0.35rem;
}

.row-route {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
}

.row-phone .phone {
  line-height: 0.3rem;
  margin: 0.05rem 0;
  width: 1.8rem;
  color: #e9daa1;
  text-align: center;
  border-bottom: 1px solid #c2c5b2;
}
.row-phone .checkLogin {
  margin: 0 -0.2rem;
  color: #e9daa1;
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: url(https://static.web.sdo.com/dnc/web1/pc/btn-checkLogin.png)
    no-repeat;
}
.routekBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  padding-right: 0.2rem;
  gap: 0.2rem;
}

.routekBox input[type="checkbox"] {
  display: none; /* 隐藏原生的checkbox */
}

.routekBox label {
  position: relative;
  padding-left: 0.3rem; /* 根据需要调整 */
  cursor: pointer;
}

.routekBox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem; /* 根据需要调整 */
  height: 0.2rem; /* 根据需要调整 */
  background: url(https://static.web.sdo.com/dnc/web1/pc/icon-check.png)
    no-repeat;
}

.routekBox input[type="checkbox"]:checked + label:after {
  background: url(https://static.web.sdo.com/dnc/web1/pc/icon-checked.png)
    no-repeat;
}

/* pop3  */
.pop3 .desc {
  /* margin: 0.7rem 0; */
  text-align: center;
}

.pop3 .popTit {
  margin: 0.5rem auto 0.24rem;
  text-align: center;
}
.pop3 img {
  width: 0.92rem;
  margin: 0.12rem;
  margin-bottom: 0;
}

.pop3 .tips {
  font-size: 0.3rem;
  background-image: linear-gradient(180deg, #d0cf94 40%, #fff9e3 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop3 .tips2 {
  font-size: 0.16rem;
  color: #989a8f;
}
.pop3 p {
  margin: 2px 0;
}

/* pop-recruit */
.pop-recruit .inPop {
  width: 6rem;
  margin: 0 auto;
}

.pop-recruit .popTit {
  margin-bottom: 0.25rem;
}
.recruit-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}
.recruit-left {
  flex: 1;
  text-align: center;
  padding-right: 0.2rem;
}
.recruit-right {
  flex: 1;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.recruit-txt {
  font-size: 0.22rem;
  color: #c2c5b2;
  margin-bottom: 0.15rem;
  line-height: 1.2;
}

.recruit-txt small {
  font-size: 0.18rem;
}
.btn-aq {
  width: 2.02rem;
  height: 0.72rem;
  background-image: url(../../mobile/images/btn-aq.png);
  cursor: pointer;
  transition: 0.3s;
}
.btn-aq.isOk {
  pointer-events: none;
  background-image: url(../../mobile/images/isOk.png);
}
.btn-aq:hover {
  filter: brightness(1.1);
}
.qw-qr {
  width: 1.2rem;
}
.recruit-tips {
  margin-top: 0.1rem;
  font-size: 0.21rem;
  color: #c7d4bc;
  line-height: 1.4;
  padding: 0 0.3rem;
}

/* pop-survey */
.pop-survey {
  width: 12rem;
  height: 8.5rem;
  background: #181d1b;
  border: 1px solid #c2c5b2;
}
.pop-survey .inPop {
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
  box-sizing: border-box;
}

.pop-survey .close-pop {
  top: 0.09rem;
}
.survey-iframe {
  width: 100%;
  height: 100%;
}

/* 动画 */
@-webkit-keyframes roll {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes roll {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
