/*
 * @Author: wangshuo01(982081898@qq.com) 
 * @Date: 2026-02-28 15:24:09 
 * @Last Modified by: wangshuo01
 * @Last Modified time: 2026-04-27 18:10:57
 */
@charset "utf-8";
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.menu {
  display: none;
}

.sideBox {
  position: fixed;
  z-index: 50;
  right: 0.3rem;
  bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.15rem;
}
.sideBox .btn-query {
  display: block;
  width: 1.04rem;
  height: 1.07rem;
  background: url(https://static.web.sdo.com/dnc/web2/pc/p1-sideQuery.png) no-repeat 50% / contain;
}
.sideBox .codeBox {
  flex: none;
  width: 1.62rem;
  height: 1.85rem;
  margin: 0;
  padding: 0.12rem 0.1rem 0.1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #5c4a3a;
  font-size: 0.16rem;
  line-height: 1.35;
  background: url(https://static.web.sdo.com/dnm/web1/pc/p1-code-bpx.png) no-repeat center / 100% 100%;
}
.sideBox .codeBox img {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  flex: none;
  border-radius: 0.04rem;
}
.sideBox .codeBox p {
  margin: 0.06rem 0 0;
  white-space: nowrap;
}
.sideBox .btn-toTop {
  display: none;
}

/* 主页面  */
.fullPage {
  position: relative;
  margin: 0 auto;
}

.section {
  text-align: center;
  color: #0c244e;
  /* 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;
  /* background: url(https://static.web.sdo.com/dnc/web2/pc/bg-wrap.jpg) no-repeat 50% 0 / cover; */
}

.section .inWrap {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1s 0.3s;
}


.section1 .wrap {
  background: url(https://static.web.sdo.com/dnm/web1/pc/p1-wrap.jpg) no-repeat 50% 50% / cover;
}
.section2 .wrap {
  background: url(https://static.web.sdo.com/dnm/web1/pc/p2-wrap.jpg) no-repeat 50% 50% / cover;
}
.section3 .wrap {
  background: url(https://static.web.sdo.com/dnm/web1/pc/p3-wrap.jpg) no-repeat 50% / cover;
}

/* 底部版权屏 */
.section-foot .wrap {
  height: auto;
  min-height: 0;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  background: none;
}
.section-foot .foot-copy {
  width: 100%;
}

.btn-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 3.98rem;
  height: 1.41rem;
  background: url(https://static.web.sdo.com/dnm/web1/pc/btn-reserve.png) no-repeat center / 100% 100%;
  font-family: 'myFont_fzzy', 'Microsoft YaHei', sans-serif;
  font-size: 0.42rem;
  color: #5a3a28;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-shadow: 0 0.02rem 0 rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
  padding-bottom: 0.06rem;
}
.btn-reserve.end {
  filter: grayscale(0.3);
  pointer-events: none;
  color: #6a5a4a;
}
.scroll {
  animation: ani-scroll 0.6s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  background: url(https://static.web.sdo.com/dnm/web1/pc/p1-icon-scroll.png) no-repeat center / 100% 100%;
  width: 0.3rem;
  height: 0.29rem;
  position: absolute;
  left: 50%;
  bottom: 0.12rem;
  margin-left: -0.15rem;
  z-index: 3;
}
.pageTit {
  display: block;
  width: 100%;
  height: 0.58rem;
  margin: 0 auto;
  font-size: 0;
}
.pageTit img {
  height: 0.58rem;
}
.swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  opacity: 1;
  margin: 0 0.08rem !important;
  box-sizing: border-box;
  vertical-align: middle;
  background: url('https://static.web.sdo.com/dnc/web2/pc/p3-swiperPoint.png') no-repeat 50% 50% /0.12rem;
}

.swiper-pagination-bullet-active {
  background: url('https://static.web.sdo.com/dnc/web2/pc/p3-swiperPoint-h.png') no-repeat 50% 50% /0.15rem;
}
.f26 {
  font-size: 0.26rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}

/* 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: flex-end;
}

.section1 .loginInfo {
  position: relative;
  z-index: 3;
  order: -1;
  width: 100%;
  margin: 0 0 0.08rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff8d0;
  text-shadow: 0 0 8px #000;
  cursor: pointer;
}
.section1 .btn-play-box {
  position: absolute;
  top: 1.7rem;
  left: 50%;
  margin-left: -0.485rem;
  width: 0.97rem;
  height: 0.96rem;
}
.section1 .btn-play-box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7.29rem;
  height: 3.12rem;
  transform: translate(-47%, -58%);
  background: url(https://static.web.sdo.com/dnm/web1/pc/p1-btn-play-mask.png) no-repeat center / 100% 100%;
  pointer-events: none;
}
.section1 .btn-play {
  display: block;
  width: 0.97rem;
  height: 0.96rem;
  background: url(https://static.web.sdo.com/dnm/web1/pc/btn-play.png) no-repeat center / 100% 100%;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0.85;
}
.section1 .btn-play:hover {
  opacity: 1;
  transform: scale(1.05);
}

.section1 .p1-foot {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0;
}

/* 底部 canvas 粒子光效：宽 100%，高 50% 屏 */
.section1 .p1-particles {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 4;
  pointer-events: none;
  display: block;
}

.section1 .p1-foot .btn-reserve {
  flex: none;
  position: relative;
  z-index: 3;
}

.section1 .newsBox {
  flex: none;
  width: 5.4rem;
  height: auto;
  margin: 0 0.25rem 0.4rem 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.section1 .newsBox::before {
  content: '';
  position: absolute;
  left: -1.7rem;
  top: -2rem;
  width: 9.07rem;
  height: 4.03rem;
  z-index: -1;
  pointer-events: none;
  background: url(https://static.web.sdo.com/dnm/web1/pc/p1-news-bpx.png) no-repeat center / 100% 100%;
}

/* section2 */
.section2 .p1-number {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -0.3rem;
}
.section2 .number-big {
  width: 5.56rem;
  display: block;
  margin: 0.2rem 0;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.02rem;
  background: linear-gradient(180deg, #fffbeb 0%, #ffe7c4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0.06rem rgba(0, 0, 0, 0.45)) drop-shadow(0 0.02rem 0.08rem rgba(0, 0, 0, 0.35));
}

.section2 .number-big::before {
  transform: translate(0, 11%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5.56rem;
  height: 1.8rem;
  background: url(https://static.web.sdo.com/dnm/web1/pc/p2-number-big-mask.png) no-repeat center / 100% 100%;
}
.section2 .number-sub {
  position: relative;
  order: 2;
  margin: 0;
  font-size: 0.2rem;
  line-height: 1.2;
  color: #fff8f0;
  text-shadow:
    0 0 0.06rem rgba(0, 0, 0, 0.5),
    0 0 0.12rem rgba(0, 0, 0, 0.35),
    0 1px 2px rgba(0, 0, 0, 0.3);
}
/* 第二屏全屏背景光点 */
.section2 .p2-bg-particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
}
.section2 .inWrap {
  position: relative;
  z-index: 2;
}
.section2 .sign-card-wrap {
  position: relative;
  width: 16.31rem;
  height: 5.26rem;
  margin: 0 auto;
}
.section2 .sign-card {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(https://static.web.sdo.com/dnm/web1/pc/p2-card.png) no-repeat center / 100% 100%;
}
.section2 .sign-card-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7.8rem;
  height: 9.31rem;
  transform: translate(140%, -18%);
  background: url(https://static.web.sdo.com/dnm/web1/pc/p2-sign-card-mask.png) no-repeat center / 100% 100%;
}
.section2 .btn-reserve-wrap {
  position: relative;
  width: 3.98rem;
  height: 1.41rem;
  margin: 0 auto 0.08rem;
}
.section2 .btn-reserve-wrap::before {
  transform: translate(-28%, -47%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10.75rem;
  height: 5.9rem;
  background: url(https://static.web.sdo.com/dnm/web1/pc/p2-btn-reserve-mask.png) no-repeat center / 100% 100%;
}
.section2 .btn-reserve-wrap .btn-reserve {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
.section2 .p2-edge-particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  display: block;
  mix-blend-mode: screen;
}
.section2 .sign-desc {
  color: #5a4838;
  font-size: 0.18rem;
  text-align: center;
  margin: 0;
}

/* pageBanner（旧样式残留） */
.pageBannerMain {
  padding: 0.2rem 0;
  width: 17.2rem;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  margin-bottom: 0.65rem;
  /* perspective-origin: 50% 80%; */
}

.pageBannerMain .swiper-wrapper {
  width: 100%;
}
.pageBannerMain .swiper-slide {
  width: 10.9rem;
  height: 6.06rem;
  box-sizing: border-box;
  /* padding: 0.1rem; */
  transform: scale(0.5);
  transition: transform 0.3s;
  transform-origin: 50% 80%;
  z-index: 1;
}
.pageBannerMain .swiper-slide-next,
.pageBannerMain .swiper-slide-prev {
  z-index: 2;
}
.pageBannerMain .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
}
.pageBannerMain .swiper-slide img {
  width: 100%;
  display: block;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) drop-shadow(0px 0px 7.5px #faf1bb);
  transition: filter 0.3s;
}

.pageBannerMain .swiper-slide-active img {
  border: 2px solid #8b6914;
  filter: brightness(1) drop-shadow(0px 0px 7.5px #faf1bb);
}

.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/web2/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;
}

.pageBannerMain .sw1-pagination {
  width: 100%;
  bottom: 0px;
}

/* section3 新闻资讯 */
.section3 .newsCon {
  width: 16.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.section3 .newsMain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 0.22rem;
}

.newsBan {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 6rem;
}
.newsBanSwiper {
  position: relative;
  width: 100%;
  height: 5.6rem;
  margin: 0;
  box-sizing: border-box;
  /* 外框金色 0.06rem + 内框半透明 0.34rem = 总宽 0.4rem */
  border: 0.02rem solid #f8c16a;
  border-radius: 0.2rem;
  overflow: hidden;
}
.newsBanSwiper::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.18rem;
}
.newsBanSwiper .swiper-slide,
.newsBanSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsBan .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 0.28rem;
  line-height: 0.28rem;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
}
.newsBan .swiper-pagination em {
  position: relative;
  z-index: 1;
}
.newsBan .swiper-pagination-bullet {
  margin: 0 !important;
  flex: 1;
  position: relative;
  height: 100%;
  background: none;
  color: #3e4235;
  transition: color 0.5s;
  display: block !important;
}
.newsBan .swiper-pagination-bullet::after {
  content: '';
  background: #324a2854;
  position: absolute;
  left: 0;
  height: 100%;
  width: 0%;
}
.newsBan .swiper-pagination-bullet-active {
  color: #faf1bb;
}
.section3.active .newsBan .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: width linear 3s;
}

.newsBox {
  position: relative;
  flex: none;
  width: 5.6rem;
  height: 6rem;
  box-sizing: border-box;
  padding: 0.12rem 0.18rem 0.08rem;
  background: rgba(255, 252, 246, 0.7);
  border: 0.02rem solid #f8c16a;
  border-radius: 0.22rem;
  box-shadow: 0 0.08rem 0.24rem rgba(40, 60, 90, 0.12);
  display: flex;
  flex-direction: column;
}
.newsBox-sprite {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  width: auto;
  height: 0.72rem;
  display: block;
}
.newsBox::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
}
.newsTabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  margin-bottom: 0.06rem;
  padding: 0 0.04rem 0.1rem;
  border-bottom: 1px solid rgba(120, 130, 150, 0.18);
}
.newsTabs a {
  position: relative;
  flex: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #684a32;
  text-align: center;
  text-decoration: none;
}
.newsTabs a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.45rem;
  height: 0.45rem;
  background: url(https://static.web.sdo.com/dnm/web1/pc/p3-news-men-gap.png) no-repeat center / contain;
}
.newsTabs a.active {
  color: #9d5e14;
  font-weight: bold;
}

.newsSwiper {
  flex: 1;
  margin: 0;
  min-height: 0;
  text-align: left;
  overflow: hidden;
}
.section3 .news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section3 .news-list li a {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-weight: normal;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #684a32;
  font-size: 0.18rem;
  text-decoration: none;
  column-gap: 0.08rem;
}
.section3 .news-list li:last-child a {
  border-bottom: none;
}
.section3 .news-list li a:hover .title {
  color: #9d5e14;
}
.section3 .news-list .tag {
  position: relative;
  flex: none;
  min-width: 0.52rem;
  height: 0.32rem;
  padding: 0 0.1rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.13rem;
  background: #fff;
  color: #9d5e14;
  border: 0.02rem solid #9d5e14;
}
.section3 .news-list .tag::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
  border: 0.02rem solid  rgb(199 196 196 / 50%);
  border-radius: inherit;
}
/* 与 newslist.html .news-category 外边框同步 */
.section3 .news-list .tag.gg {
  color: #d48a40;
  border-color: #d48a40;
}
.section3 .news-list .tag.hd {
  color: #6a9ec8;
  border-color: #6a9ec8;
}
.section3 .news-list .tag.jd {
  color: #6aaa6a;
  border-color: #6aaa6a;
}
.section3 .news-list .title {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.section3 .news-list .time {
  flex: none;
  color: #a49384;
  width: 0.52rem;
  text-align: right;
  font-size: 0.15rem;
}
.section3 .newMore {
  flex: none;
  display: block;
  border-top: 1px solid rgba(120, 130, 150, 0.18);
  color: #684a32;
  font-size: 0.22rem;
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  text-decoration: none;
}
.section3 .newMore:hover {
  color: #9d5e14;
}

/* section5 */

.section5 .jobWrap {
  background: url(https://static.web.sdo.com/dnc/web2/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/web2/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;
}

/* section6 */
.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/web2/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/web2/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/web2/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/web2/pc/p6-play.png) no-repeat 0 / contain;
}

.m-audio .play-audio.pause {
  background: url(https://static.web.sdo.com/dnc/web2/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 .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/web2/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/web2/pc/icon-point.png) no-repeat 50% 50% / contain;
}

/* section8 */

.section8 .row-media {
  column-gap: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.6rem 0 2rem;
  height: 0.6rem;
}
.section8 .row-media li {
  cursor: pointer;
  width: 0.58rem;
  height: 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-media li img {
  width: 100%;
}

.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;
  margin-left: 0.7rem;
  padding-left: 1rem;
  width: 3.66rem;
  height: 0.42rem;
  background: url(https://static.web.sdo.com/dnc/web2/pc/p8-vip.png) no-repeat 50% / contain;
}
.section8 .btn-vip {
  display: block;
  width: 100%;
  height: 100%;
}

.section8 .row-wxVip {
  position: relative;
  margin-bottom: 0.45rem;
  font-size: 0.2rem;
  color: #3c523c;
  width: 14.4rem;
  height: 0.74rem;
  display: flex;
  justify-content: start;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(217, 217, 217, 0),
    rgba(217, 217, 217, 0.5) 30%,
    rgba(217, 217, 217, 0.5) 70%,
    rgba(217, 217, 217, 0)
  );
}

.row-wxVip .p8-sp1 {
  position: absolute;
  top: -0.35rem;
  width: 1.22rem;
}
.row-wxVip .p8-sp2 {
  position: absolute;
  width: 2.6rem;
  right: -0.83rem;
  bottom: 0;
}

.row-wxVip .wxVipCode {
  margin: 0 0.2rem 0 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.97rem;
  height: 0.99rem;
  background: url(https://static.web.sdo.com/dnc/web2/pc/p8-code-border.png) no-repeat 50% / contain;
}
.row-wxVip .wxVipCode img {
  width: 0.81rem;
  height: 0.81rem;
}
.row-wxVip .col-call {
  margin-left: 1.4rem;
  line-height: 1.2;
}

.section8 .tips {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #3c523c;
  display: inline-block;
  mix-blend-mode: normal;
}

/* .section9  */

/* 过渡动画 */
.p9-fade-enter-active,
.p9-fade-leave-active {
  transition: all 800ms ease;
  transform: scale(1);
}

.p9-fade-enter-from {
  opacity: 0;
  transform: scale(1.05);
}
.p9-fade-leave-to {
  opacity: 0;
  transform: scale(1.01);
}

/* 视频样式 */
.section9 .inWrap {
  background: #000;
  justify-content: space-between;
}
.p9-video-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p9-video-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}
.p9-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  outline: none;
}
.p9-header {
  margin-top: 1.45rem;
}
/* 一级按钮组 */
.p9-btn-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.7rem;
}

.p9-btn-group.primary button {
  position: relative;
  padding: 0;
  width: 2rem;
  height: 1.4rem;
  border: none;
  cursor: pointer;
  font-size: 0.3rem;
  color: #faf1b1;
  background: none;
}
.p9-btn-group.primary button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.web.sdo.com/dnc/web2/pc/p9-primary.png) no-repeat center / contain;
  opacity: 0;
  transition: all 0.3s;
}
.p9-btn-group.primary button.active::after {
  opacity: 1;
}

.p9-foot {
  width: 10.28rem;
  font-size: 0.2rem;
  color: #faf1b1;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
}
.p9-foot h2 {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.p9-description {
  margin-bottom: 0.3rem;
  animation: ani-fadeIn 0.3s;
}
@keyframes ani-fadeIn {
  from {
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* 二级按钮组：无文字，圆点 */
.p9-btn-group.secondary {
  column-gap: 0.12rem;
  justify-content: center;
}

.p9-btn-group.secondary button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p9-dot {
  width: 0.18rem;
  height: 0.18rem;
  opacity: 1;
  margin: 0 0.08rem !important;
  box-sizing: border-box;
  vertical-align: middle;
  background: url('https://static.web.sdo.com/dnc/web2/pc/p3-swiperPoint.png') no-repeat 50% 50% /0.15rem;
  filter: invert(1);
}

.p9-btn-group.secondary button.active .p9-dot {
  filter: none;
  background: url('https://static.web.sdo.com/dnc/web2/pc/p3-swiperPoint-h.png') no-repeat 50% 50% /0.18rem;
}

/* //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;
}
.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: #181d1b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.pop {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  color: #71441c;
  font-size: 0.2rem;
  background: url(https://static.web.sdo.com/dnm/web1/pc/pop-bg-l.png) no-repeat 0 / contain;
  width: 11.44rem;
  height: 8.49rem;
  box-sizing: border-box;
  padding: 1.9rem 1.2rem 2.2rem 4rem;
}

.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: 1.6rem;
  right: 0.85rem;
  background: url(https://static.web.sdo.com/dnm/web1/pc/close-pop.png) no-repeat 50% 50% / 0.23rem;
}

.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(https://static.web.sdo.com/dnm/web1/pc/pop-btn1.png) no-repeat 0 / contain;
}

.pop .box-btn a.btn-no {
  background: url(https://static.web.sdo.com/dnm/web1/pc/pop-btn2.png) no-repeat 0 / contain;
  color: #474a4c;
}

.popTit {
  display: block;
  line-height: 1;
  margin: 0.55rem auto;
  text-align: center;
  font-size: 0.4rem;
  color: #72563b;
  /* 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 {
  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: 5rem;
  margin: 0 auto;
}
.pop2 .row-phone {
  display: flex;
  justify-content: center;
  column-gap: 0.2rem;
  line-height: 0.4rem;
  margin-bottom: 0.35rem;
}

.row-phone .phone {
  line-height: 0.3rem;
  margin: 0.05rem 0;
  width: 2rem;
  text-align: center;
  border-bottom: 1px solid #c2c5b2;
}
.row-phone .checkLogin {
  margin: 0 -0.2rem;
  color: #995a1a;
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: url(https://static.web.sdo.com/dnm/web1/pc/btn-checkLogin.png) no-repeat;
}
.routekBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.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/dnm/web1/pc/icon-check.png) no-repeat 0 / contain;
}

.routekBox input[type='checkbox']:checked + label:after {
  background: url(https://static.web.sdo.com/dnm/web1/pc/icon-checked.png) no-repeat 0 / contain;
}

/* pop3  */
.pop3 {
  background: url(https://static.web.sdo.com/dnm/web1/pc/pop3-bg.png) no-repeat 0 / contain;
  text-align: center;
}

.pop3 .popTit {
  margin: 0.35rem auto 0.2rem;
  text-align: center;
  color: #72563b;
}

.pop3 .desc {
  text-align: center;
  color: #8a6a45;
  font-size: 0.24rem;
  line-height: 1.55;
  margin: 0 auto 0.2rem;
}

.pop3 .desc p {
  margin: 0;
}

.pop3 .box-btn {
  margin-bottom: 0.2rem;
}

.pop3-follow {
  position: absolute;
  bottom: 2.44rem;
  left: 1.4rem;
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.16rem;
}

.pop3-follow .qw-qr {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  border-radius: 0.08rem;
  display: block;
  background: #fff;
  padding: 0.04rem;
  box-sizing: border-box;
}

.pop3-follow-txt {
  text-align: left;
  color: #72563b;
  line-height: 1.35;
}

.pop3-follow-txt p {
  margin: 0;
  font-size: 0.22rem;
}

.pop3-follow-txt p + p {
  margin-top: 0.04rem;
  font-size: 0.16rem;
  color: #9a7a55;
}

/* 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(https://static.web.sdo.com/dnm/web1/pc/btn-aq.png);
  cursor: pointer;
  transition: 0.3s;
  background-size: contain;
}
.btn-aq.isOk {
  pointer-events: none;
  background-image: url(https://static.web.sdo.com/dnm/web1/pc/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-query */
.pop-query .inPop {
  width: 6.5rem;
  margin: 0 auto;
}
.pop-query .query-head {
  margin-top: 0.3rem;
  text-align: center;
  color: #9eb6a6;
  font-size: 0.2rem;
  letter-spacing: 0.03rem;
}
.pop-query .popTit {
  margin: 0.12rem auto 0.18rem;
}
.pop-query .query-content {
  margin-top: 0.05rem;
}
.pop-query .query-left {
  padding-right: 0.15rem;
  text-align: center;
}
.pop-query .query-right {
  padding-left: 0.15rem;
}
.pop-query .btn-query-check {
  display: inline-block;
  width: 2.34rem;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  font-size: 0.24rem;
  color: #6d6546;
  background: url(https://static.web.sdo.com/dnm/web1/pc/pop-btn1.png) no-repeat 0 / contain;
}
.pop-query .query-open-time {
  /* margin-top: 0.12rem; */
  color: #d0bc59;
  font-size: 0.21rem;
}
.pop-query .query-open-time.is-shaking {
  animation: query-open-time-shake 0.45s ease-in-out;
}
@keyframes query-open-time-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-0.08rem);
  }
  40%,
  80% {
    transform: translateX(0.08rem);
  }
}
.pop-query .query-result {
  margin-top: 0.06rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 1.3;
  color: #e6ce58;
  /* font-weight: bold; */
}
.pop-query .query-downloads {
  /* margin-top: 0.12rem; */
  display: flex;
  justify-content: center;
  gap: 0.16rem;
}
.pop-query .query-downloads a {
  display: inline-block;
  width: 1.05rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  font-size: 0.21rem;
  color: #c7d4bc;
  text-decoration: underline;
}
.pop-query .recruit-txt {
  margin-top: 0.06rem;
  font-size: 0.21rem;
  line-height: 1.2;
}
.pop-query .recruit-txt small {
  font-size: 0.21rem;
}
.pop-query .qw-qr {
  width: 1.2rem;
  margin-top: 0.06rem;
}
.pop-query .query-tips {
  /* margin-top: 0.18rem; */
  text-align: left;
  font-size: 0.21rem;
  color: #c7d4bc;
  line-height: 1.45;
  padding: 0 0.15rem;
}
.pop-query .query-tips-highlight {
  color: #fbf3c0;
}

/* pop-survey */
.pop-survey {
  width: 12rem;
  height: 8.5rem;
  background: white;
  border: 2px solid #181d1b;
  box-shadow: 0 0 0 4px #5f6759;
  box-sizing: border-box;
}
.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);
  }
}
