@charset "utf-8";
/****************************************/
.wrap {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  table-layout: fixed;
  word-break: break-all;
}
.main {
  min-height: 100vh;
  background: #f6f7fa;
  position: relative;
}
.head_fixed {
  width: 100%;
  max-width: 750px;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: none;
}
.foot_fixed {
  width: 100%;
  max-width: 750px;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.head_fixed ~ .main {
  padding-top: 45px;
}
.foot_fixed ~ .main {
  padding-bottom: 60px;
}
/****************************************/
/*顶部导航*/
.m-header {
  z-index: 100;
  -webkit-box-shadow: 0 0 4px 0 rgba(173, 173, 173, 0.35);
  -moz-box-shadow: 0 0 4px 0 rgba(173, 173, 173, 0.35);
  -o-box-shadow: 0 0 4px 0 rgba(173, 173, 173, 0.35);
  box-shadow: 0 0 4px 0 rgba(173, 173, 173, 0.35);
}
.m-header .m-title {
  display: block;
  padding: 0 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.m-header .m-link {
  position: absolute;
  bottom: 0;
  z-index: 9;
  display: block;
  padding: 10px;
  line-height: 18px;
  color: inherit;
}
.m-header .m-link:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 18px;
  background-image: url(../static/icon/return.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.m-header .m-link-back {
  left: 0;
}
.m-header .m-link-back:before {
  background-position: 0 0;
}
.m-header .m-link-more {
  right: 0;
}
.m-header .m-link-more:before {
  background: url(../static/icon/more.png) no-repeat center;
  background-size: 100%;
  width: 23px;
}
.m-header .m-link-word {
  right: 0;
}
.m-header .m-link-word:before {
  display: none;
}
.m-header ~ .head_fixed {
  top: 45px;
}
.m-header ~ .head_fixed ~ .main {
  padding-top: 90px;
}
.m-header--appfull {
  padding-top: 20px;
  height: 65px;
} /*打包全屏app时预留顶部状态栏高度*/
.m-header--appfull ~ .main {
  padding-top: 65px;
}
.m-header--appfull ~ .head_fixed {
  top: 65px;
}
.m-header--appfull ~ .head_fixed ~ .main {
  padding-top: 110px;
}
.m-header .ic_more {
  background: url(../static/icon/more.png);
  width: 23px;
  height: 5px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  display: block;
  padding: 10px;
  line-height: 18px;
  color: inherit;
}
/*底部菜单*/
.m-footer {
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
}
.m-footer a {
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #c1c1c1;
}
.m-footer i {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-image: url(../images/icon_footer.png);
  background-size: auto 50px;
  background-repeat: no-repeat;
}
.m-footer .fi-1 {
  background-position: 0 0;
}
.m-footer .fi-2 {
  background-position: -25px 0;
}
.m-footer .fi-3 {
  background-position: -50px 0;
}
.m-footer .fi-4 {
  background-position: -75px 0;
}
.m-footer .fi-5 {
  background-position: -100px 0;
}
.m-footer a.active {
  color: var(--primary);
}
.m-footer a.active i {
  background-position-y: -25px;
}
.m-footer--appfull {
  padding-bottom: 34px;
  background-color: #fff;
} /*打包全屏app时预留部状态栏高度*/
.m-footer--appfull ~ .main {
  padding-bottom: 84px;
}
.m-footer--appfull ~ .foot_fixed ~ .main {
  padding-bottom: 84px;
}
/**/
button,
input,
textarea {
  border: none;
  background-color: transparent;
}
.colab {
  color: #ababab;
}
.pb15 {
  padding-bottom: 15px;
}
.col55 {
  color: #55caff;
}
.cola8 {
  color: #a8a8a8;
}
.fwb {
  font-weight: bold;
}
.plr15 {
  padding: 0 15px;
}
ul li,
div {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.shadownone {
  box-shadow: none;
}
.toolbar .picker-button,
.weui-dialog__btn {
  color: #ffc90d;
}
/* 蒋牮 */
.mau {
  margin: 0 auto;
}
.tc {
  text-align: center;
}
.ac {
  align-items: center;
}
.col3 {
  color: #333333;
}
.col9 {
  color: #999;
}
.col5e {
  color: #5e616a;
}
.colfd {
  color: #fd1010;
}
.col8c {
  color: #8c8c8c;
}
.colfa {
  color: #fa070b;
}
.colf2 {
  color: #f21b23;
}
.col89 {
  color: #898989;
}
.cola {
  color: #aaaaaa;
}
.cola6 {
  color: #a6a6a6;
}
.col10 {
  color: #101010;
}
.col03 {
  color: #03143a;
}
.pb20 {
  padding-bottom: 10px;
}
.mb10 {
  margin-bottom: 5px;
}
.mg30 {
  margin: 15px;
}
.ml10 {
  margin-left: 5px;
}
.ml20 {
  margin-left: 10px;
}
.ml30 {
  margin-left: 15px;
}
.ml40 {
  margin-left: 20px;
}
.ml75 {
  margin-left: 37.5px;
}
.mr10 {
  margin-right: 10px;
}
.mr18 {
  margin-right: 18px;
}
.mr20 {
  margin-right: 10px;
}
.mr40 {
  margin-right: 20px;
}
.ml120 {
  margin-left: 60px;
}
.mr30 {
  margin-right: 15px;
}
.pl20 {
  padding-left: 10px;
}
.pl30 {
  padding-left: 15px;
}
.pr10 {
  padding-left: 5px;
}
.pr20 {
  padding-right: 10px;
}
.pr30 {
  padding-right: 15px;
}
.pt10 {
  padding-top: 5px;
}
.pt15 {
  padding-top: 7.5px;
}
.pt20 {
  padding-top: 10px;
}
.pt30 {
  padding-top: 15px;
}
.pb30 {
  padding-bottom: 15px;
}
.mb30 {
  margin-bottom: 15px;
}
.mt10 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 7.5px;
}
.mt20 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 7.5px;
}
.mt35 {
  margin-top: 17.5px;
}
.mt80 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 15px;
}
.mt40 {
  margin-top: 20px;
}
.mg40 {
  margin: 20px 20px 0;
}
.pt40 {
  padding-top: 20px;
}
.pd15 {
  padding: 15px;
}
.pdnr30 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.pd40 {
  padding: 20px;
}
.pb52 {
  padding-bottom: 52px;
}
.mt50 {
  margin-top: 25px;
}
.pb110 {
  padding-bottom: 50px;
}
.mlr30 {
  margin: 0 15px 0;
}
.mlr40 {
  margin: 0 20px 0;
}
.mb25 {
  margin-bottom: 12.5px;
}
.mb40 {
  margin-bottom: 20px;
}
.mlt40 {
  margin-left: 25px;
  margin-top: -10px;
}
.js {
  justify-content: space-between;
}
.jc {
  justify-content: center;
  -webkit-justify-content: center;
}
.indexiconbox {
  justify-content: center;
  -webkit-justify-content: center;
}
.indexicon {
  width: 16px;
  height: 14px;
  margin-right: 4px;
}
.fw {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.fs8 {
  font-size: 8px;
}
.fs26 {
  font-size: 12px;
}
.fs28 {
  font-size: 14px;
}
.fs34 {
  font-size: 17px;
}
.separator {
  background: #f3f4f8;
  width: 100%;
  height: 7.5px;
}
.shan {
  text-decoration: line-through;
}
.aib {
  align-items: baseline;
}
.di {
  display: inline-block;
}
.ma {
  margin: auto;
}
.df {
  display: flex;
  display: -webkit-flex;
}
.bb {
  border-bottom: 0.5px solid #e6e6e6;
}
.br10 {
  border-radius: 5px;
}
.bg2c {
  background-color: #2c408c;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.lh12 {
  line-height: 12px;
}
.lh15 {
  line-height: 15px;
}
.lh20 {
  line-height: 20px;
}
.lh21 {
  line-height: 21px;
}
.lh27 {
  line-height: 27px;
}
.ab {
  align-items: baseline;
}
.fs9 {
  font-size: 9px;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.col1 {
  color: #FFD47F;
}
.w55 {
  width: 27.5px;
}
.fs36 {
  font-size: 36px;
}
.fw500 {
  font-weight: 500;
}


.fs19 {
  font-size: 19px;
}
.mt5 {
  margin-top: 5px;
}
.pl15{padding-left: 15px;}



.fs0{font-size: 0;}
.pt5{padding-top: 5px;}
.bg1{background-image: url('/static/images/bg1.png');width: 100%;background-position: center;background-size: 100% 100%;background-repeat: no-repeat;height: calc(100vw / 750 * 367);position: relative;z-index: 2;}
.bg2{background-image: url('/static/images/bg.png');width: 100%;background-position: top center;background-repeat: repeat-y;background-size: 100% auto;min-height: 94px;margin-top: -100px;position: relative;z-index: 1;padding-top: 110px;}
.p15{padding: 15px;}
.box1{width: 100%;padding: 15px;background: rgba(255,255,255,0.9);border-radius: 7px 7px 7px 7px;height: 144px;overflow: hidden;}
.thanks_title{font-family: SF Pro Text, SF Pro Text;font-weight: bold;font-size: 18px;color: #74550D;line-height: 21px;padding-right: 10px;}
.title{font-weight: bold;font-size: 25px;color: #FDDF99;line-height: 21px;margin-top: 25px;text-align: center;}
.basket_ul{width: 100%;padding-top: 10px;}
.basket_ul li{margin-top: 15px;margin-right: 8px;width: calc((100% - 8px) / 2);display: inline-block;vertical-align: top;border: 1px solid transparent;border-radius: 27px 5px 27px 5px;}
.basket_ul li:nth-of-type(2n){border-radius: 5px 27px 5px 27px;}
.basket_ul li:nth-of-type(2n){margin-right: 0;}
.basket_ul .top_nav{width: 100%;padding: 10px;background: rgba(255,255,255,0.9);border-radius: 27px 5px 0px 0px;}
.basket_ul li:nth-of-type(2n) .top_nav{border-radius: 5px 27px 0px 0px;}
.basket_ul .basket_img{width: 84px;height: auto;display: block;}
.basket_ul .title_nav{width: 100%;height: 46px;font-weight: bold;color: #73530B;text-align: center;padding: 0 10px;font-size: 20px;background: #FFFFFF;border-radius: 0px 0px 27px 5px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.basket_ul li:nth-of-type(2n) .title_nav{border-radius: 0px 0px 5px 27px;}
.basket_ul li.active .title_nav{background: linear-gradient( 90deg, #4FBE83 0%, #016F8B 100%);color: #FFFFFF;}
.inp_nav{margin-top: 15px;width: 100%;height: 50px;background: rgba(255,255,255,0.9);border-radius: 5px;padding: 0 10px;}
.icon25{width: 25px;height: auto;}
.inp_nav .m_inp{font-size: 17px;color: #907035;padding-left: 15px;}
.inp_nav .m_inp::placeholder{color: #907035;}
.h110{height: 98px;}
.history_icon{width: 25px;height: auto;}
.btn1{font-weight: bold;width: 272px;height: 50px;line-height: 50px;background: linear-gradient( 90deg, #FED985 0%, #FFD078 100%);border-radius: 28px 28px 28px 28px;font-size: 17px;color: #62510A;text-align: center;}
.pop_bottom{width: 100%;padding: 15px 28px 20px;background: #FFFFFF;border-radius: 15px 15px 0px 0px;position: relative;}
.pop_bottom .close{width: 15px;height: auto;top: 15px;right: 15px;position: absolute;}
.col2{color: #273137;}
.number_nav{width: 276px;height: 65px;background: #F6F6F6;border-radius: 10px 10px 10px 10px;margin: 33px auto 35px;padding: 0 30px;}
.icon32{width: 32px;height: auto;}
.number_nav .number_cost{font-weight: bold;font-size: 28px;color: #73530B;}
.fs25{font-size: 25px;}
.col4{color: #191919;}

.btn2{width: 100%;margin-top: 35px;height: 50px;line-height: 50px;text-align: center;font-weight: bold;font-size: 18px;color: #FFFFFF;background: linear-gradient( 90deg, #4FBE83 0%, #016F8B 100%);border-radius: 27px 27px 27px 27px;}

.popup1{width:calc(100vw - 30px);margin-left: auto;margin-right: auto;}
.popup1 .content{width: 100%;background: #FFFFFF;border-radius: 10px 10px 10px 10px;}

.popup1 .close{width: 28px;height: auto;display: block;margin-left: auto;margin-right: 5px;margin-bottom: 10px;}
.popup1 .top_title{width: 100%;height: 61px;line-height: 61px;text-align: center;font-family: ZhenyanGB, ZhenyanGB;font-weight: bold;font-size: 23px;color: #FFFFFF;background: linear-gradient( 90deg, #4FBE83 0%, #016F8B 100%);border-radius: 10px 10px 0px 0px;}
.popup1 .scroll{width: 100%;height: 450px;overflow-y: auto;padding: 0 15px;}
.popup1 .scroll .certificate_item{margin-top: 15px;font-size: 18px;color: #895703;}
.popup1 .scroll .certificate_item .btn{font-size: 13px;color: #FFFFFF;width: 69px;height: 22px;line-height: 22px;text-align: center;background: #198788;border-radius: 11px;}
.h30{height: 15px;}
.popup1 .scroll .certificate_item .left{width: 125px;padding-right: 10px;}
.certificate_popup{width: 325px;height: 420px;position: relative;border-radius: 10px;overflow: hidden;}
.certificate_popup .bg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;display: block;}
.certificate_popup.usual{position: absolute;left: -999999px;top: -999999px;}
.share-card-full{position: absolute;z-index: 999;top: 0;left: 0;}
.certificate_popup .pop_title{padding-top: 130px;font-weight: bold;font-size: 23px;color: #73530B;line-height: 27px;padding-left: 30px;padding-right: 30px;}
.certificate_popup .content{font-size: 17px;color: #3B2C0A;line-height: 27px;padding-left: 30px;padding-right: 30px;}
.certificate_popup .content span{color: #73530B;font-size: 18px;padding: 0 10px;font-weight: bold;}
.certificate_popup .information{width: 100%;margin:20px 30px;padding: 9px 15px;background: linear-gradient( 90deg, rgba(255,209,122,0.23) 0%, rgba(255,209,122,0.12) 52%, rgba(255,209,122,0) 100%);border-radius: 10px 10px 10px 10px;font-size: 16px;color: #62510A;line-height: 21px;}

.certificate_popup .logo{width: 86px;height: auto;display: block;margin-left: auto;margin-right: auto;}

.scroll_index{width: 100%;height: 100vh;background-image: url("/static/images/scroll_bg.png");background-repeat: no-repeat;background-size: 100% 100vh;background-position: center;overflow: scroll;position: relative;min-width: 1920px;}
.scroll_index .scroll_logo{width:656px;height: auto;top: 60px;left: 60px;display: block;position: absolute;}
.scroll_index .title{font-family: ZhenyanGB, ZhenyanGB;
  font-weight: bold;
  font-size: 134px;
  line-height: 194px;
  letter-spacing: 14px;
  color:#fff;
  -webkit-text-stroke:14px transparent;
  background:#B22219;
  -webkit-background-clip: text;
  text-shadow: 0px 6px 7px rgba(53,8,8,0.25);
  text-align: center;margin-top: 56px;
}
.swiper {
  min-width: 1920px;
  width: 100%;
  height: calc(100vh - 250px);
  margin-top: 50px;
  overflow: hidden;
}
        
   .swiper-wrapper {
            transition-timing-function: linear;
        }
.swiper          .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 96px;
  color: #FFFFFF;
  height: 100px;
  color: #fff;
  transition: all 0.3s ease;}


.thanks_ul{border-left: 1px solid #D4D4D4;padding-left: 15px;height: 110px;}


.thanks_ul  .swiper-slide {
            display: block;font-size: 15px;
color: #895703;height: 26px;
            transition: all 0.3s ease;}
.save_btn{font-weight: bold;
font-size: 18px;
color: #FFFFFF;width: 325px;
height: 50px;line-height: 50px;text-align: center;
background: linear-gradient( 90deg, #4FBE83 0%, #016F8B 100%);
border-radius: 22.5px;margin-left: auto;margin-right: auto;margin-top: 20px;}


body.noscroll{overflow-y: hidden;position: fixed;width: 100%;height: 100%;}


.swiper .swiper-slide.color_violet{color: #fff;-webkit-text-stroke:8px transparent;background:#D23FFF;-webkit-background-clip: text;text-shadow: 0px 0px 5px rgba(31,31,31,0.3);}
.swiper .swiper-slide.color_red{color: #fff;-webkit-text-stroke:8px transparent;background:#C60400;-webkit-background-clip: text;text-shadow: 0px 0px 5px rgba(31,31,31,0.3);}
.swiper .swiper-slide.color_gold{color: #fff;-webkit-text-stroke:8px transparent;background:#FFB90C;-webkit-background-clip: text;text-shadow: 0px 0px 5px rgba(31,31,31,0.3);}
.swiper .swiper-slide.color_green{color: #fff;-webkit-text-stroke:8px transparent;background:#15DC02;-webkit-background-clip: text;text-shadow: 0px 0px 5px rgba(31,31,31,0.3);}

.basket_ul li.active .title_nav{font-size: 16px;line-height: 21px;}

.basket_ul li.active .title_nav p{color: #FFD270;font-size: 10px;font-weight: normal;}
.basket_ul li.active .title_nav p span{font-size: 12px;}




.title_img{width: 2738px;height: auto;display: block;margin: 83px auto 0;}



