@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;}
.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;}
.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;}
.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: #bfbfbf;}
.col2{color: #FCFBFA;}
.w55{width: 27.5px;}
.fs36{font-size: 36px;}
.fw500{font-weight: 500;}
.col4{color: #C6AD6D;}
.pl10{padding-left: 5px;}
.pt70{padding-top: 70px;}
.plr40{padding-left: 20px;padding-right: 20px;}
.tdu{text-decoration: underline;}
.pl40{padding-left: 20px;}
.mt25{margin-top: 25px;}
/* 首页 */

.bg1{width: 100%;height: 100vh;position: absolute;z-index: 1;top: 0;left: 0;right: 0;background-repeat: no-repeat; background-position: center;background-size: 100% 100%;}
.title1{width: 126px;height: auto;display: block;margin-left: auto;margin-right: auto;}
.title2{width: 192px;height: auto;display: block;margin-left: auto;margin-right: auto;margin-top: 40px;margin-bottom: 130px;}
.search_nav{width: 268px;height: 38px;line-height: 38px;background: #7ECEF4;box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.08);border-radius: 19px;}
.search_ico{width: 13px;height: auto;}
.inp{height: 38px;line-height: 38px;font-size: 12px;font-family: PingFangSC;font-weight: 400;}
.inp::-moz-placeholder{color:#535353;opacity:1;}
.inp:-ms-input-placeholder{color:#535353;}
.inp::-webkit-input-placeholder{color:#535353;}
.search_btn{width: 57px;height: 38px;line-height: 38px;text-align: center;background: linear-gradient(0deg, #B39354 0%, #CAB272 100%);box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.08);border-radius: 18px;font-size: 14px;font-family: PingFangSC;font-weight: 400;color: #FFFFFF;padding: 0 0;margin-left: 24px;margin-right: 0;}
.address_item{width: calc(20% - 10px);height: 69px;border: 1px solid #D4B88A;background: linear-gradient(0deg, #46A4FC 0%, #001E35 63%, #4275B3 100%);border-radius: 5px;margin-right: 10px;margin-bottom: 10px;}
.address_item .ico{width: 33px;height: auto;display: block;}
.address_item .address_title{font-size: 12px;font-family: PingFangSC;font-weight: 500;color: #FCD079;}
.fixed{width: 59px;height: 59px;background-image: url('../static/icon/toTop.png'); background-size: 100% 100%; background-repeat: no-repeat;position: fixed;z-index: 20;right: 20px;bottom: 10px; }
.tabsClassify a + a{margin-left: 58px;}
.tabsClassify .cell{font-size: 18px;font-family: PingFangSC;font-weight: 400;color: #D7D7D7;padding-bottom: 7px;}
.tabsClassify .cell.active span{font-size: 18px;font-family: PingFangSC;font-weight: 400;color: #E5CE92;border-bottom: 3px solid #E5CE92;}
.people_item{width: calc((100% - 50px)/2);border: 1px solid #D4B88A;background: linear-gradient(0deg, #26537D 0%, #001E35 31%, #4275B3 100%);border-radius: 5px;margin-right: 10px;margin-bottom: 15px;padding: 12px;margin-left: 20px;}
.people_item:nth-of-type(2n){margin-right: 0;margin-left: 0;}
.people_item .head_img{width: 100%;height: 92px;object-fit: cover;}
.people_item .content_people{white-space: pre-line;font-size: 12px;font-family: PingFang;font-weight: 400;color: #FFFFFF;line-height: 16px;height: 32px;}
.people_item .btn1{width: 100%;height: 25px;line-height: 25px;text-align: center;background: linear-gradient(0deg, #B39354 0%, #CAB272 100%);font-size: 15px;font-family: PingFangSC;font-weight: 400;color: #FFFFFF;box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.08);border-radius: 8px;}
.t1{font-size: 15px;font-family: PingFangSC;font-weight: 400;color: #E1C993;}
/* .bgt{background-image: url('../static/images/bgt.png');background-repeat: repeat-y; background-position: top;background-size: cover;width: 100%;height: auto;} */
.hot_item{width: 100%;height: 80px;border: 1px solid #BF9D5A;background: linear-gradient(0deg, #26537D 0%, #001E35 31%, #4275B3 100%);border-radius: 5px;position: relative;}
.hot_item .rank{font-size: 15px;font-family: PingFang;font-weight: 800;font-style: italic;color: #C2AA6B;line-height: 18px;width: 36px;padding-left: 10px;}
.hot_item .rankg{position: relative;width: 59px;height: 59px;}
.hot_item .gold{width: 54px;height: auto;position: absolute;top: -25px;left: -10px;z-index: 1;}
.hot_item .head_rank{width: 59px;height: 59px;object-fit: cover;border-radius: 50%;z-index: 3;position: relative;border: 1px solid #D4B88A;}
.hot_item + .hot_item{margin-top: 18px;}
.plr20{padding-left: 10px;padding-right: 10px;}
.btn_rank{width: 56px;height: 26px;line-height: 26px;text-align: center;font-size: 15px;font-family: PingFangSC;font-weight: 400;color: #FFFFFF;background: linear-gradient(0deg, #B39354 0%, #CAB272 100%);box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.08);border-radius: 8px;}
.number_rank{font-size: 15px;font-family: PingFangSC;font-weight: 400;color: #E1C993;}
.pr40{padding-right: 20px;}
.ptb30{padding-top: 15px;padding-bottom: 15px;}
.voucherlist {width: 81.6vw;height: 557px;background: #3F71AF;border-radius: 10px;}
.voucherlist1 {  position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;width: 81.6vw;max-width: 375px;}
.plr50{padding-left: 25px;padding-right: 25px;}
.ptb40{padding-top: 20px;padding-bottom: 20px;}
.pop_title{font-size: 18px;font-family: PingFang;font-weight: 500;color: #DEB76C;text-align: center;}
.scroll{overflow-y: scroll;height: 70vh;width: 100%;font-size: 13px;font-family: PingFang;font-weight: 500;color: #FFFFFF;}
.close{width: 27px;height: auto;display: block;margin-top: 20px;margin-left: auto;margin-right: auto;}
.vh{position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;width: 81.6vw;}
.pop_swiper{width: 306px;height: 557px;border-radius: 10px;}
.pop_swiper .swiper-slide{width: 306px;height: 570px;border-radius: 10px;position: relative;}
.pop1_nav{width: 100%;height: 570px;padding-bottom: 15px;border-radius: 10px;position: relative;background-repeat: no-repeat; background-position: center center;background-size: 100% 100%;z-index: 1;padding-top: 27px;overflow: hidden;}
.pop1_nav .tips{width: 43.5px;height: auto;position: absolute;z-index: 2;top: -1px;display: block;left: 9px;}
.pop1_nav .head_flower{width: 113px;height: auto;break-after: 50%;}
.pop1_nav .flower_content_hidden{height:70px;width: 183px;display: block;margin-left: auto;margin-right: auto;position: relative;}
.pp1{top: 50%;left: 50%;position: absolute;z-index: 4;transform: translateX(-50%) translateY(-50%);}
.pop1_nav .flower_content_show{height: 70px;display: block;margin-left: auto;margin-right: auto;position: relative;}
.col2{color: #B5B5B6;}
.pop1_nav .pop_title{width: 157px;height: auto;}
.pop1_nav .address_img_nav{width: 191px;height: 122px;position: relative;margin-left: auto;margin-right: auto;margin-top: 15px;background-repeat: no-repeat;background-size: 100% 100%;}
.pop1_nav .address_img_nav .img1{width: 189px;height: 120px;object-fit: contain;position: relative;z-index: 1;}
.pop1_nav .address_img_nav .img_title{width: 189px;height: 24px;background: linear-gradient(90deg, #003535 0%, #609D6D 100%);position: absolute;bottom: 1px;left: 1px;z-index: 2;font-size: 11px;font-family: PingFang;line-height: 24px;font-weight: 500;color: #FFFFFF;}
.pop1_nav .ico{width: 12px;height: auto;}
.th{text-decoration: underline;}
.pop1_nav .btn1{width: 241px;height: 30px;line-height: 30px;background: linear-gradient(0deg, #B39354 0%, #CAB272 100%);box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);border-radius: 10px;margin-left: auto;margin-right: auto;font-size: 15px;font-family: PingFang;font-weight: 500;color: #FFFFFF;}
.pop1_nav .tips_text{font-size: 9px;font-family: PingFang;font-weight: 500;color: #FFFFFF;margin-top: 10px;}
.close{width: 27px;height: auto;position: relative;margin-top: 20px;display: block;margin-left: auto;margin-right: auto;}
.pop_title1{width: 134px;height: auto;}
.pop1_nav .head_nav{width: 113px;height: 113px;position: relative;z-index: 1;margin-top: 15px;display: block;margin-left: auto;margin-right: auto;}
.head_nav .head_people{width: 113px;height: 113px;position: relative;z-index: 1;display: block;margin-left: auto;margin-right: auto;object-fit: cover;border-radius: 50%;}
.pop1_nav .tips_nav{position: absolute;z-index: 2;top: 6px;right: -12px;width: 37px;background-repeat: no-repeat; background-position: center center;background-size: cover;background-image: url('../static/images/tips1.png');height: 37px;line-height: 37px;font-size: 9px;}
.w240{max-width: calc(100% - 60px);margin-left: auto;margin-right: auto;}
.pop1_nav .btn2{width: 58px;height: 22px;line-height: 22px;font-size: 12px;font-family: PingFang;font-weight: bold;color: #FFFFFF;background: linear-gradient(0deg, #B39354 0%, #CAB272 100%);box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);border-radius: 8px;display: block;margin-left: auto;margin-right: auto;margin-top: 10px;}
.xian{width: 242px;height: 1px;display: block;margin-left: auto;margin-right: auto;background: #FFFFFF;margin-top: 20px;margin-bottom: 15px;}
.pr25{padding-right: 25px;}
.w240q{width: 240px;margin-left: auto;margin-right: auto;}
.star{width: 13px;height: auto;}
.video_nav{width: 157px;height: 88px;margin-left: auto;margin-right: auto;}
.video_nav video{width: 157px;height: 88px;position: relative;z-index: 1;object-fit: fill;}
.video_nav .play{width: 30px;height: auto;display: block;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);z-index: 3;}
.video_nav .tips2{width: 23.5px;height: auto;position: absolute;z-index: 2;top: 0;display: block;left: 10px;}
.content{width: calc(100%  - 60px);margin-left: auto;margin-right: auto;font-size: 12px;font-family: PingFang;font-weight: 400;color: #fff;line-height: 16px;margin-top: 10px;}
.tips_pop{width: 142px;height: 142px;background: #3F71AF;border-radius: 5px;}
.tips_pop .star_pop_tips{width: 47.5px;height: auto;}
.plr40{padding-left: 18px;padding-right: 18px;}
/*.time{padding: 2px 3px;display: inline-block;background: #434343;border-radius: 9px;font-size: 9px;font-family: PingFang;font-weight: 500;color: #FFFFFF;position: absolute;z-index: 102;right: 3px;bottom: 2px;}*/
/*.h45{height: 55px;line-height: 18px;}*/
.disappear{display: none;}
.vjs-fullscreen video{width: 100%;height: 100%;object-fit: contain;-o-object-fit: contain;}
.title3{width: 58.5px;height: auto;display: block;margin-left: auto;margin-right: auto;}
.title4{width: 192px;height: auto;display: block;margin-left: auto;margin-right: auto;margin-top: 40px;margin-bottom: 130px;}

.h45{height: 40px;line-height: 20px;}
.dsn{display: none;}
.time{padding: 2px 3px;display: inline-block;background: #434343;border-radius: 9px;font-size: 9px;font-family: PingFang;font-weight: 500;color: #FFFFFF;position: absolute;z-index: 2;right: 7.5px;bottom: 4px;}
.tdu{text-decoration: underline;}
.video_nav .play_new{width: 38px;height: auto;display: block;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);z-index: 3;}
.play_index{width: 25px;display: block;margin-right: 5px;height: auto;}
.plr90{padding-left: 45px;padding-right: 45px;}
.pb50{padding-bottom: 25px;}
.colfc{color: #fcfcfb;}
@media screen and (max-width: 320px){
   .ip5{padding-left: 15px;padding-right: 15px;}
   .search_nav{width: calc(268px - 30px);}
  }

  @media screen and (min-width: 930px){
   .tl{text-align: center;}
  }