.container {
  width: 7.5rem;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.page1 {
  width: 100%;
  height: 100%;
  background:#0c284e url('../img/202506/p1.jpg?v=1') no-repeat center top / 7.5rem auto;
  position: relative;
}
.page1::after,.page1::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.6rem;
}
.page1::before{
    bottom: 0;
    background-image: linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    z-index: 1;
}
.page1::after{
    top: 0;
    background-image: linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.fixed-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.fixed-top .menu_btn {
  width: .41rem; 
  height: .36rem;
  position: absolute;
  left: 0.41rem;
  top: 0.31rem;
}
.fixed-top .menu_btn .bar{ 
  position: relative; 
  display: block; 
  width: .41rem; 
  height: .06rem; 
  border-radius: .1rem; 
  margin: 0 auto; 
  background-color: #fff; 
  -webkit-transition: 0.3s; 
  transition: 0.3s; 
}
.fixed-top .menu_btn .bar:nth-child(2) {
  margin: .09rem 0;
}
.fixed-top .menu_btn.expanded .bar:nth-child(1) {
  -webkit-transform: translateY(0.15rem) rotate(-45deg);
  transform: translateY(0.15rem) rotate(-45deg); 
}
.fixed-top .menu_btn.expanded .bar:nth-child(2) {
  opacity: 0; 
}
.fixed-top .menu_btn.expanded .bar:nth-child(3) {
  -webkit-transform: translateY(-0.15rem) rotate(45deg);
  transform: translateY(-0.15rem) rotate(45deg); 
}
.fixed-top .music-icon {
  position: absolute;
  width: 0.39rem;
  top: 0.33rem;
  right: 0.44rem;
}
.home{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.home img{
    display: block;
    width: 100%;
}
.home .slogan{
  width: 7.07rem;
  position: absolute;
  top: 6.82rem;
  left: .23rem;
}
.logo {
  position: absolute;
  width: 1.69rem;
  top: 0.31rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page1 .btn-box {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   position: absolute;
   bottom: 2.2rem;
   left: 0;
}
.page1 .btn-box .btn {
  width: 2.67rem;
  height: 0.63rem;
}
.page1 .btn-box .btn-yy {
  background: url('../img/headbtn1.png') no-repeat;
  background-size: 100% 100%;
}
.page1 .btn-box .btn-tt {
  background: url('../img/headbtn2.png') no-repeat;
  background-size: 100% 100%;
}
.page1 .play {
  width: 0.9rem;
  height: 0.9rem;
  background: url('../img/202506/play.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 .2rem;
}
.arrow {
  position: absolute;
  left: 50%;
  margin-left: -2.18rem;
  bottom: 0.45rem;
  width: 4.36rem;
  height: 0.62rem;
  background: url('../img/arrow.png') no-repeat center / cover;
  -webkit-animation: arrowUpDown 1s infinite ease-in-out alternate;
  animation: arrowUpDown 1s infinite ease-in-out alternate;
}
@keyframes arrowUpDown {
  from {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    transform: translateY(.1rem);
    transform: translateY(.1rem);
    opacity: .8
  }
}
.page5, .page2 {
  width: 100%;
  height: 100%;
  background: #4a4a4a url('../img/p2.jpg') no-repeat top;
  background-size: 100% 14.36rem;
  position: relative;
}
.page2 .title-img {
  width: 3.87rem;
  margin: 0 auto 0.12rem;
  display: block;
}
.page2 .mid-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.number {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.82rem;
  color: #4a69d6;
  align-items: end;
  line-height: 0.82rem;
  margin-bottom: 0.76rem;
}
.number .icon {
  width: 0.62rem;
  flex-shrink: 0;
  display: block;
  margin-left: 0.16rem;
  margin-bottom: 0.06rem;
}
.page2 .content-box {
  width: 6.78rem;
  height: 7.09rem;
  margin: 0 auto;
  position: relative;
}
.page2 .content-box .line {
  width: 6.78rem;
  height: 0.23rem;
  display: block;
  position: absolute;
  left: 0;
  top: 3.36rem;
}
.page2 .content-box .item-box {
  width: 1.75rem;

}
.page2 .content-box .item-box .img {
  width: 1.75rem;
  display: block;
  margin-bottom: 0.15rem;
}
.page2 .content-box .item-box .tag {
  display: block;
  width: 1.44rem;
  margin: 0 auto 0.12rem;
}
.page2 .content-box .item-box .imgon {
  display: none;
}
.page2 .content-box .item-box .tagon {
  display: none;
}
.page2 .content-box .finish .img {
  display: none;
}
.page2 .content-box .finish .tag {
  display: none;
}
.page2 .content-box .finish .imgon {
  display: block;
}
.page2 .content-box .finish .tagon {
  display: block;
}
.page2 .content-box .item1 {
  position: absolute;
  left: 0.1rem;
  bottom: 0;
}
.page2 .content-box .item2 {
  position: absolute;
  left: 1.3rem;
  top: 0;
}
.page2 .content-box .item3 {
  position: absolute;
  left: 2.49rem;
  bottom: 0;
}
.page2 .content-box .item4 {
  position: absolute;
  right: 1.34rem;
  top: 0;
}
.page2 .content-box .item5 {
  position: absolute;
  right: 0.15rem;
  bottom: 0;
}
.page3 {
  width: 100%;
  height: 100%;
  background: #0b1119 url('../img/p3.jpg') no-repeat top;
  background-size: 100% 14.36rem;
  position: relative;
}
.page3 video {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 5.06rem;
}
.page3 .txt {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9.52rem;
}
.page3 .txt1 {
  width: 3rem;
}
.page3 .txt2 {
  width: 3.01rem;
}
.page3 .txt3 {
  width: 5.5rem;
}
.page3 .txt4 {
  width: 3.18rem;
}
.page4 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #0b1119 url('../img/p4.jpg') no-repeat top;
  background-size: 100% 14.36rem;
  position: relative;
}
.page4 .swiper-slide {
	width: 5.81rem;
  height: 3.54rem;
}
.page4 .img {
	width: 5.81rem;
  display: block;
}
.page5 .title-img {
  display: block;
  width: 1.84rem;
  margin: 1.64rem auto 0.05rem;
}
.page5 .banner-box {
  width: 6.49rem;
  height: 3.8rem;
  margin: 0 auto 0.4rem;
}
.page5 .banner-box .img {
  width: 6.49rem;
  height: 3.65rem;
  display: block;
}
.page5 .pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
.page5 .pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 0.01rem solid #4454be;
}
.page5 .pagination .swiper-pagination-bullet-active {
  background: url('../img/p5lbon.png') no-repeat;
  background-size: 100% 100%;
}
.page5 .nav-list {
  width: 6.56rem;
  margin: 0 auto 0.1rem;
  display: flex;
  align-items: center;
  border: 0.01rem solid #c1c4d5;
  border-right: 0;
}
.page5 .nav-list .nav-item {
  width: 1.64rem;
  height: 0.44rem;
  background: transparent;
  text-align: center;
  line-height: 0.44rem;
  font-size: 0.22rem;
  color: #333c75;
  border-right: 0.01rem solid #c1c4d5;
  font-weight: 600;
}
.page5 .nav-list .select {
  color: #ffee9e;
  background: url('../img/p5newon.png') no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.page5 .list {
  width: 6.5rem;
  margin: 0 auto 0.32rem;
}
.page5 .list .item {
  width: 6.5rem;
  height: 0.95rem;
  display: block;
  background: url('../img/p5item.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  margin-bottom: 0.06rem;
}

.page5 .list .item .cont {
  width: 4.7rem;
}
.page5 .list .item .cont .title {
  font-size: 0.2rem;
  font-weight: 600;
  color: #333c75;
}
.page5 .list .item .cont .desc {
  font-size: 0.14rem;
  color: #333c75;
}
.page5 .list .item .date {
  margin-top:.06rem;
  font-size: 0.14rem;
  color: #333c75;
}
.page5 .df {
  display: flex;
  justify-content: flex-end;
}
.page5 .more {
  width: 2.15rem;
  height: 0.54rem;
  margin-right: 0.5rem;
  background: url('../img/p5more.png') no-repeat;
  background-size: 100% 100%;
}
.flex{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}
.menu{display: none;}
.menu{position: fixed;z-index: 100;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0, 0, 0, .75);backdrop-filter: blur(2px);display: none;}
.menu .flex{height: 100%;}
.menu_list{position: relative;}
.menu_close{display: block;width: .7rem;height: .7rem;background: url('../img/close.png') no-repeat center / cover; position: absolute; top: -.9rem; right: -.9rem;}
.menu_list a{width:2.24rem;height: .64rem; background: url('../img/meun2.png') no-repeat -999px / 4.58rem 4.34rem;display: block;font-size: 0;margin-bottom: .3rem;}
.menu_list .m1{background-position: 0 0;}
.menu_list .m2{background-position: 0 -.74rem;}
.menu_list .m3{background-position: 0 -1.48rem;}
.menu_list .m4{background-position: 0 -2.22rem;}
.menu_list .m5{background-position: 0 -2.96rem}
.menu_list .m6{background-position: 0 -3.7rem}
.menu_list a.on{background-position-x: -2.34rem;}
.share{position: fixed;bottom: 7%;left: 0; width: 100%; display:flex;justify-content: center;}
.share_item{width: .47rem;height: .47rem;display: block;position: relative;margin: 0 .08rem;background: url('../img/shear_ico.png') no-repeat -9999px / 4.3rem .47rem;}
.share .code{display: none;width: .69rem;height: .72rem;position: absolute;top: -.84rem;left: 50%;margin-left: -.35rem;background: url('../img/code_bg.png') no-repeat center / cover; padding: 0.04rem;}
.share .on .code{display: block;}
.share img {display: block;width: 100%;}
.share .wx{background-position: 0 0;}
.share .qq{background-position: -.64rem 0;}
.share .tap{background-position: -1.28rem 0;}
.share .dy{background-position: -1.92rem 0;}
.share .wb{background-position: -2.55rem 0;}
.share .bil{background-position: -3.2rem 0;}
.share .ks{background-position: -3.83rem 0;}
#footer {height: 100px;}
#musicPlayer {position: absolute;top: -9999;left: -99999;}
.close-music {display: none;}
.pop {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  display: none;
}
.pop_main {
  background: #000;
  color: #4b330d;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 200;
  width: 7.28rem;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.pop_main .pt {
  font-size: .3rem;
  font-weight: bold;
  line-height: .36rem;
  margin-top: 2.06rem;
  text-align: center;
  background: linear-gradient(#c3ae8b, #ab9279);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop .close {
  position: absolute;
  right: 0;
  top: -.7rem;
  width: .6rem;
  height: .6rem;
  background: url('../img/close.png') no-repeat center / cover;
}
.pop_cont video {
  display: block;
  width: 100%;
}
.page6 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: .3rem 0;
  background: transparent url('../img/bg.jpg') no-repeat;
  /* background-image: url('../img/bg.jpg'); */
  /* background-repeat: no-repeat; */
  background-size: 100% auto;
}
.back {
  width: 1.02rem;
  height: 0.29rem;
  border-radius: 0.14rem;
	border: solid 0.01rem #fff;
  position: absolute;
  top: 0.36rem;
  right: 0.44rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 600;
  text-align: center;
}
.pages{text-align: center; padding: 0.3rem; font-size: 0.28rem;}
.pages a{display:inline-block; color:#333c75; padding:0 0.12rem;margin:0 0.05rem;}
.pages a.active,.pages a:hover{color:#4a69d6;text-decoration:none;}
.page5 .ny .nav-item {
  width: 1.32rem;
  height: 0.13rem;
  line-height: 0.13rem;
}
.page5 .ny .select {
  background: transparent;
  border-right: 0.01rem solid #c1c4d5;
}
.page5 .ny .select span {
  background: #4f71cc;
  padding: 0.06rem 0.3rem;
  border-radius: 0.3rem;
}
.page5 .ny .nav-item:last-child {
  border: 0;
}
.page5 .ny {
  border: 0;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  display: flex;
  justify-content: center;
}
.p4cont {
  height: 8.32rem;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 0.45rem;
}

#p4warp {
  height: 100%;
}
#p4warp .swiper-slide {
  width: 5.81rem;
	height: 3.27rem;
  position: relative;
}
#p4warp .swiper-slide .bg {
  width: 4.36rem;
	height: 2.46rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
}
#p4warp .swiper-slide .p {
  display: none;
}
#p4warp .swiper-slide .img-box {
	width: 4.36rem;
	height: 2.46rem;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#p4warp .swiper-slide .img {
	width: 100%;
  display: block;
}
#p4warp .swiper-slide-prev .bg, #p4warp .swiper-slide-next .bg {
  width: 5.08rem;
	height: 2.87rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
}
#p4warp .swiper-slide-prev .img-box, #p4warp .swiper-slide-next .img-box {
	width: 5.08rem;
	height: 2.87rem;
  margin: 0 auto;
}
#p4warp .swiper-slide-active .bg {
  display: none;
}
#p4warp .swiper-slide-active .img-box {
	width: 5.81rem;
	height: 3.27rem;
}
#p4warp .swiper-slide-active .p {
  font-size: 0.2rem;
  color: #e8f6fa;
  text-align: center;
  position: absolute;
  display: block;
  bottom: -0.4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#p4warp .swiper-button-prev {
  width: 0.67rem;
	height: 0.79rem;
  background: url('../img/prev.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3.2rem;
  right: 0.43rem;
  left: auto;
}
#p4warp .swiper-button-next {
  width: 0.67rem;
	height: 0.79rem;
  background: url('../img/next.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 4.41rem;
  right: 0.43rem;
}
.pop .p-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop_main_yy {
  width: 6.39rem;
  height: 4.47rem;
  padding-top: 0.47rem;
  background: url('../img/order_pop.png') no-repeat center;
  background-size: 100% 100%;
  margin: -2.5rem 0 0 -3.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
}

.pop_main_yy .pop_tit {
  width: 2.33rem;
  height: 0.56rem;
  background: url('../img/order_tit.jpg') no-repeat left top;
  background-size: 100% 1.2rem;
  margin: 0 auto;
}
.pop_main_yy .type {
  display: flex;
  background: url('../img/order_type_bg.jpg') no-repeat;
  background-size: 100% 100%;
  margin: 0.3rem auto 0.2rem;
  width: 6.23rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.pop_main_yy .type span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 0.63rem;
  height: 0.63rem;
  color: #8f94a2;
  font-size: 0.3rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.pop_main_yy .type .on {
  background: #5a6ad5;
  color: #fff;
  box-shadow: 0.05rem 0 0.04rem #bcc1cf;
}

.pop_main_yy .type span:last-child.on {
  box-shadow: -0.05rem 0 0.04rem #bcc1cf;
}

.pop_main_yy .type span:nth-child(2).on::before {
  content: ' ';
  box-shadow: -0.05rem 0 4px #bcc1cf;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.from {
  padding: 0 1.12rem;
}

.from .from_item {
  margin-top: 0.17rem;
  position: relative;
}

.from .from_item .bd {
  background: #fff;
  border: 1px solid #d8dae7;
  padding: 0 0.26rem;
}

.from .from_item input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #333c75;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.24rem;
  display: block;
  font-weight: bold;
}

.from .from_item input::placeholder {
  color: #a0a3aa;
}

.from .from_item input::-webkit-input-placeholder {
  color: #a0a3aa;
}

.from .verify_item {
  padding-right: 1.96rem;
}

.from .verify {
  border: 0.01rem solid #f6f7fa;
  background: #fff;
  width: 1.72rem;
  padding: 0.03rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.from .verify span {
  display: block;
  color: #333c75;
  font-size: 0.26rem;
  font-weight: bold;
  border: 0.01rem solid #e4e5e6;
  height: 0.39rem;
  line-height: 0.39rem;
  text-align: center;
  box-shadow: 0 0 0.01rem #fdfdfd inset;
}

.from .submit {
  display: block;
  width: 2.54rem;
  height: 0.59rem;
  margin: 0.2rem auto;
  background: url('../img/order_submit.png') no-repeat;
  background-size: 2.54rem 1.18rem;
}

.from .submit:hover {
  background-position: center bottom;
}

.from .verify .ban {
  color: #666;
}
.pop_main_yy .close {
  bottom: -0.78rem;
  top: auto;
  left: 50%;
  margin-left: -0.3rem;
}