@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;}
.w55{width: 27.5px;}
.fs36{font-size: 36px;}
.fw500{font-weight: 500;}
.col4{color: #C4A96A;}


/* 首页 */
.index .head_btn{top: 30px;left: 0;right: 0;position: absolute;z-index: 20;width: 100%;padding-left: 15px;padding-right: 15px;}
.index .banner-index{width: 100%;height: 100vh;position: relative;z-index: 3;}
.index .banner-index .page{width: 100%;height: 100vh; background-repeat: no-repeat; background-position: center center;background-size: cover;}
.index .page_progress{position: fixed;z-index: 20;bottom: 15px;left: 0;right: 0;}
.index .pagin{width: 119px;height: 1px;background: #bfbfbf;}
.index .btn_first{bottom: 13.3587786259542%;position: absolute;left: 50%;transform: translateX(-50%);width: 133.5px;height: 133.5px;border-radius: 50%;z-index: 2;}
.ico1{width: 25.5px;height: auto;display: block;}
.radius_x1{top: 75px;left: 0;right: 0;position: relative;z-index: 20;}
.radius_xx1{position: absolute;top: 7.5px;left: 50%;width: 240px;transform: translateX(-50%);line-height: 36px;}
.radius_img{width: 100%;height: auto;position: relative;z-index: 1;}
.radius_btn{width: 13px;height: 13px;border-radius: 50%;}
.radius_btn_ani{animation: Dot 2.5s linear 0s infinite;border: 1px solid #fff;width: 13px;height: 13px;display: block;position: absolute;top: 0; left: 0;border-radius: 50%;}
.radius_btn_ani1{animation: Dot 2.5s linear 1.25s infinite;border: 1px solid #fff;width: 13px;height: 13px;display: block;position: absolute;top: 0; left: 0;border-radius: 50%;}
.radius_btn_img{width: 13px;height: 13px;display: block;margin-left: auto;margin-right: auto;margin-top: 0;}
.pz1{top: 134px;right: 202px;position: absolute;z-index: 4;}
.pz2{top: 218px;right: 98px;position: absolute;z-index: 4;}
.pz3{top: 197px;right: 156px;position: absolute;z-index: 4;}
.pz4{top: 141px;right: 211px;position: absolute;z-index: 4;}
.pz5{top: 181px;right: 176px;position: absolute;z-index: 4;}
.pz6{top: 152px;left: 120px;position: absolute;z-index: 4;}
.pz7{top: 37px;right: 18px;position: absolute;z-index: 4;}
video{display: none;}

.index .title_nav{width: 235px;height: 235px;border-radius: 50%;position: absolute;left: 50%;top: 91px;transform: translateX(-50%);}
.index .title_nav .title_img2{width: 235px;height: 235px;border-radius: 50%;position: relative;display: block;}

@keyframes Dot {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    33% {
      transform: scale(1.67);
      opacity: 0.66;
    }
    66% {
      transform: scale(2.34);
      opacity: 0.33;
    }
    100% {
      transform: scale(3);
      opacity: 0;
    }
  }
.index .logo{width: 41.5px;height: auto;display: block;position: absolute;top: 50%;right: 15px;z-index: 10;}
.index .logo1{width: 41.5px;height: auto;display: block;position: absolute;top: 50%;left: 15px;z-index: 10;}
.map_nav{bottom: 80px;right: 15px;position: absolute;z-index: 20;display: inline-block;width: 46.5px;}
.map_nav .map{position: relative;width: 46.5px;height: auto;display: block;z-index: 1;}
.map_nav .xujiahui{position: absolute;top: 12px;left: 17px;width: 14px;height: auto;z-index: 2;}
.map_nav .tianpinglu{position: absolute;z-index: 2;top: 5px;right: 8px;width: 13px;height: auto;}
.map_nav .hunanlu{position: absolute;z-index: 2;top: 1px;right: 9px;width: 13px;height: auto;}
.map_nav .fenlinglu{position: absolute;z-index: 2;top: 13px;right: 7.4px;width: 12px;height: auto;}
.map_nav .changqiao{position: absolute;z-index: 2;bottom: 19px;right: 8px;width: 18px;height: auto;}
.map_nav .lingyun{position: absolute;z-index: 2;top: 44px;right: 22px;width: 13px;height: auto;}
.map_nav .caohejin{position: absolute;z-index: 2;top: 27px;right: 15px;width: 13px;height: auto;}
.map_nav .hongmei{position: absolute;z-index: 2;top: 24px;left: 0.5px;width: 14px;height: auto;}
.map_nav .huajin{position: absolute;z-index: 2;bottom: 1.5px;right: 3.5px;width: 18px;height: auto;}
.map_nav .longhua{position: absolute;z-index: 2;top: 25px;right: 4px;width: 13px;height: auto;}
.map_nav .xietu{position: absolute;z-index: 2;top: 10.5px;right: -0.5px;width: 13px;height: auto;}
.map_nav .tianlin{position: absolute;z-index: 2;top: 17px;left: 11px;width: 14px;height: auto;}
.map_nav .kangjian{position: absolute;z-index: 2;top: 32.5px;left: 6.5px;width: 15px;height: auto;}
.index .street{width: 109px;height: 28px;position: absolute;left: 0;bottom: 95px;z-index: 20;background-image: url(../static/images/street_bg.png);background-repeat: no-repeat; background-position: center center;background-size: cover;line-height: 27px;font-weight: 500;font-size: 14px;color: #fff;display: inline-block;}
.address{position: absolute;z-index: 20;bottom: 55px;left: 17px;display: inline-flex;align-items: center;}
.address .ico{width: 16px;height: auto;}
.index .address_logo{right: 36px;bottom: 56px;width: 42px;height: auto;position: absolute;z-index: 20;}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  .map_nav{
    bottom: calc(34px/2 + 80px);
    bottom: calc(constant(safe-area-inset-bottom)/2 + 80px);
    bottom: calc(env(safe-area-inset-bottom)/2 + 80px);
  }
  .address{
    bottom: calc(34px/2 + 55px);
    bottom: calc(constant(safe-area-inset-bottom)/2 + 55px);
    bottom: calc(env(safe-area-inset-bottom)/2 + 55px);
  }
  .street{
    bottom: calc(34px/2 + 95px);
    bottom: calc(constant(safe-area-inset-bottom)/2 + 95px);
    bottom: calc(env(safe-area-inset-bottom)/2 + 95px);
  }
  .address_logo{
    bottom: calc(34px/2 + 56px);
    bottom: calc(constant(safe-area-inset-bottom)/2 + 56px);
    bottom: calc(env(safe-area-inset-bottom)/2 + 56px);
  }
}


/* @media screen and (max-width: 320px){
  .pz1 {top: 120px;right: 184px;position: absolute;z-index: 4;}
  .pz2 {top: 185px;right: 82px;position: absolute;z-index: 4;}
  .pz3 {top: 166px;right: 138px;position: absolute;z-index: 4;}
  .pz4{top: 123px;right: 186px;position: absolute;z-index: 4;}
  .pz5{top: 148px;right: 150px;position: absolute;z-index: 4;}
  .pz6{top: 122px;left: 120px;position: absolute;z-index: 4;}
  .pz7{top: 37px;right: 18px;position: absolute;z-index: 4;}
} */
/* @media screen and (min-width: 380px) and (max-width: 415px){
  .pz1 {top: 151px;right: 228px;position: absolute;z-index: 4;}
  .pz2 {top: 242px;right: 105px;position: absolute;z-index: 4;}
  .pz3 {top: 221px;right: 172px;position: absolute;z-index: 4;}
  .pz4{top: 157px;right: 240px;position: absolute;z-index: 4;}
  .pz5{top: 205px;right: 191px;position: absolute;z-index: 4;}
  .pz6{top: 171px;left: 120px;position: absolute;z-index: 4;}
  .pz7{top: 37px;right: 18px;position: absolute;z-index: 4;}
} */

.pop_swiper{width: 81.6vw;height: 557px;border-radius: 10px;max-width: 375px;}
.pop_swiper .swiper-slide{width: 81.6vw;max-width: 375px;height: 557px;border-radius: 10px;position: relative;}
.pop1_nav{width: 81.6vw;height: 557px;max-width: 375px;border-radius: 10px;position: relative;background-repeat: no-repeat; background-position: center center;background-size: cover;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: auto;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: 240px;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: 71px;height: 71px;}
.video_nav video{width: 71px;height: 71px;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: 0;}
.content{width: 241px;display: block;margin-left: auto;margin-right: auto;font-size: 12px;font-family: PingFang;font-weight: 400;color: #B5B5B6;line-height: 13px;margin-top: 15px;height: 53px;} */
.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: 2;right: 3px;bottom: 2px;}
/* .h45{height: 45px;line-height: 15px;} */
.swiper-pagination{position: relative;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 0;left: 0;/* width: 100%; */}

.disn{display: none;}

.end_active{position: absolute;bottom: 110px;width: 100%;left: 0;right: 0;z-index: 5;}
.border_end{width: 267.6px;height: 111.6px;background-repeat: no-repeat;background-position: center center; background-size: 100% 100%;display: block;margin-left: auto;margin-right: auto;}
.border_title{width: 104px;font-size: 17px;font-family: PingFang;font-weight: 500;color: #DFCDAB;line-height: 20px;}
.arrow_end{width: 27.5px;height: auto;display: block;margin-left: 7px;margin-right: 11px;}
.map_end{width: 44.5px;height: auto;display: block;}
.div_no{width: 267.6px;height: 151.2px;position: absolute;background: transparent;z-index: 3;}
.video_end_nav{width: 267.6px;height: 151.2px;margin-left: auto;margin-right: auto;margin-top: 25px;position: relative;z-index: 1;}
.video_end{width: 267.6px;height: 151.2px;margin-left: auto;margin-right: auto;position: relative;z-index: 1;}
.voucherpop4{width: 201.85px;height: 185.9px; position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;background-repeat: no-repeat;background-position: center center; background-size: 100% 100%;display: block;margin-left: auto;margin-right: auto;}
.swpa.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #4275B3;
  border-radius: 50%;
  margin-right: 5px;
}
.swpa.swiper-pagination-bullets .swiper-pagination-bullet{margin-right: 5px;border-radius: 50%;}
.swpa.swiper-pagination-bullet{border-radius: 50%;margin-right: 5px;}
.swpa.swiper-pagination-bullets{left: 50%;position: absolute;bottom: 25px;transform: translateX(-50%);}
.swiper-container{overflow-y: visible !important;}
.tdu{text-decoration: underline;}
.a{bottom: 37%;left: 0;z-index: 2;display: inline-block;position: absolute;width: 100%;}
.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{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;max-width: 375px;}


.h45{height: 40px;line-height: 20px;}
.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;}
.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 !important;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;}