.xnkmh_page{
  width: 100%;
  height: 100%;
  background: #C41118;
  overflow-y: auto;
  font-size: 14px;
}
.header{
  position: relative;
}
.activeBg{
  width: 100%;
  margin-top: 21px;
}
.rules{
  position:absolute;
  top: 15px;
  right: 0;
  width:63px;
  height:30px;
  line-height: 30px;
  border-radius:24px 0 0 24px;
  border:1px solid rgba(255,232,189,1);
  border-right: none;
  -webkit-border-radius:24px 0 0 24px;
  -moz-border-radius:24px 0 0 24px;
  -ms-border-radius:24px 0 0 24px;
  -o-border-radius:24px 0 0 24px;
  font-size:12px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(231,186,132,1);
  text-align: center;
}
.introduce{
  position: absolute;
  bottom: 10.714%;
  width: 100%;
}
.introduce .time{
  height:20px;
  font-size:14px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(254,202,145,1);
  line-height:20px;
  margin-bottom: 24px;
  text-align: center;
}
.introduce .lists{
  display:flex;
  flex-direction: row;
  margin: 0 18px;
}
.introduce .lists li{
  flex: 1;
  color: #fff;
  padding: 8px 0 8px 8px;
}
.introduce .lists li a{
  text-decoration: none;
}
.introduce .lists li .line1{
  font-size:16px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(255,255,255,1);
  height:22px;
  line-height:22px;
}
.introduce .lists li .line2{
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  height:17px;
  line-height:17px;
}
.introduce .lists .lists_li1{
  background:linear-gradient(337deg,rgba(255,90,0,1) 0%,rgba(255,164,0,1) 100%);
  box-shadow:1px 4px 4px 0px rgba(0,0,0,0.08);
  border-radius:4px;
}
.introduce .lists .lists_li2{
  background:linear-gradient(158deg,rgba(117,107,255,1) 0%,rgba(177,31,255,1) 100%);
  box-shadow:1px 4px 4px 0px rgba(0,0,0,0.08);
  border-radius:4px;
  margin: 0 5px;
}
.introduce .lists .lists_li3{
  background:linear-gradient(150deg,rgba(255,139,127,1) 0%,rgba(252,0,4,1) 100%);
  box-shadow:1px 4px 4px 0px rgba(0,0,0,0.08);
  border-radius:4px;
}
.one_content .one_header,.two_content .two_header,.three_content .three_header{
  text-align: center;
}
.header_img{
 width: 191px;
 margin-bottom: 16px;
}
.words{
  height:28px;
  font-size:20px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(254,202,145,1);
  line-height:28px;
}
.one_box,.two_box{
  margin: 0 16px;
  background: #DD1920;
  text-align: center;
  box-shadow:0px 2px 6px 4px rgba(0,0,0,0.04);
  border-radius:8px;
  margin-top: 24px;
}
.one_box{
  padding: 0 15px;
}
.two_box{
  padding: 20px 0 0 15px;
  box-shadow:0px 2px 6px 4px rgba(0,0,0,0.04);
}
.aqyCard{
  width: 316px;
  height: auto;
  margin-top: 20px;
}
.left_cont{
  margin-top: 17px;
  height:25px;
  line-height:20px;
  margin-bottom: 10px;
}
.left_cont  .left_cont_word{
    text-align: center;
    font-size:14px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,0.8);
}
.left_cont  .left_cont_word .left_num{
      font-size:20px;
      font-family:PingFangSC-Medium;
      font-weight:500;
      margin: 0 5px;
      font-weight:500;
      color:rgba(254,202,145,1);
}
.left_cont  .tiao {
    width:150px;
    height:12px;
    background:#C11118;
    border-radius:7px;
    margin: 0 auto;
    margin-bottom: 8px;
    margin-top: 8px;
}
.left_cont  .tiao  div {
    width: 150px;
    height: 12px;
    background:linear-gradient(360deg,rgba(239,149,35,1) 0%,rgba(239,203,134,1) 100%);
    border-radius:7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.invited_box{
  margin: 32px 0 0 0;
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  background:rgba(221,25,32,1);
  box-shadow:0px 2px 6px 4px rgba(0,0,0,0.04);
  border-radius:8px;
  border:1px solid rgba(254,202,145,1);
  font-family:PingFangSC-Regular;
  color:rgba(255,255,255,0.8);
  position: relative;
}
.invited_box_li{
  flex:1;
}
.invited_box_line{
  width:1px;
  height:40px;
  background: #FECA91;
  margin-top: 7px;
}
.invited_num, .card_num{
  height:33px;
  font-size:24px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(239,203,134,1);
  line-height:33px;
  text-align: center;
  display: inline-block;
  padding: 0 4px;
}
.invited_word{
  height:20px;
  line-height:20px;
}
.goin{
  position: absolute;
  right:14px;
  top: 33px;
  width: 12px;
  height: 19px;
}
.aqyBtn_div{
  margin-top: 16px;
}
.aqyBtn{
  width:100%;
}
.aqy_list{
  padding-top: 2px;
  padding-bottom: 19px;
}
.aqy_list .aqy_list_li{
  display:flex;
}
.aqy_list .aqy_list_li .aqy_list_left{
 margin-right: 16px;
 padding-top: 2px;
}
.aqy_list .aqy_list_li .aqy_list_left img{
  width: 11px;
  height:23px;
  margin-top: 6px;
  margin-bottom:3px;
}
.aqy_list .aqy_list_li .aqy_list_left .aqy_list_left_num{
  width:22px;
  height:22px;
  line-height:22px;
  background:rgba(239,203,134,1);
  font-size:16px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(186,108,0,1);
  text-align:center;
  border-radius:50%;
}
.aqy_list_word{
  text-align:left;
  height:48px;
  font-size:14px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(254,202,145,1);
  line-height:24px;
}
.two_content{
  margin-top:40px;
}
.two_box img{
 width: 100%;
 height: 94px;
 display: block;
 border-radius: 4px 4px 0 0;
 -webkit-border-radius: 4px 4px 0 0;
 -moz-border-radius: 4px 4px 0 0;
 -ms-border-radius: 4px 4px 0 0;
 -o-border-radius: 4px 4px 0 0;
}
.swiper-slide{
  margin-right:8px;
}
.slide_word{
  margin-top: -1px;
  background:#FFF8EA;
  padding-top:9px;
  padding-bottom: 10px;
  border-radius: 0 0 4px  4px ;
 -webkit-border-radius: 0 0 4px  4px;
 -moz-border-radius: 0 0 4px  4px;
 -ms-border-radius: 0 0 4px  4px;
 -o-border-radius: 0 0 4px  4px;
}
.slide_word .line1{
  height:17px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(0,0,0,0.56);
  line-height:17px;
  margin-bottom: 8px;
  text-align: left;
  margin-left: 10px;
}
.slide_word .line2{
  height:20px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(226,54,46,1);
  line-height:20px;
  text-align: left;
  margin-left: 10px;
}
.jifen_list{
  margin-left: 9px;
  margin-top: 24px;
  margin-right: 24px;
}
.jifen_list .jifen_list_li{
  display:flex;
  margin-bottom:12px;
}
.jifen_list .jifen_list_li .jifen_list_left{
 margin-right: 16px;
 padding-top: 8px;
}
.jifen_list .jifen_list_li .jifen_list_left img{
  width: 11px;
  height:23px;
  margin: 6px 0;
}
.jifen_list .jifen_list_li .jifen_list_left .jifen_list_left_num{
  width:6px;
  height:6px;
  background:rgba(254,202,145,1);
  font-size:16px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(186,108,0,1);
  text-align:center;
  border-radius:50%;
}
.jifen_list_word{
  text-align:left;
  height:48px;
  font-size:14px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(254,202,145,1);
  line-height:24px;
}
.jifen_pro_title{
  text-align:center;
  margin-top: 24px;
  margin-bottom: 16px;
}
.products_div{
  margin: 0 5px;
  margin-bottom: 44px;
}
.products{
  width:100%;
  display:block;
}
.three_box1{
  display:flex;
  flex-direction: row;
  background:#DD1920;
  margin: 24px 15px 24px 15px;
  padding: 15px 0;
  border-radius:4px;

}
.three_box1 li{
  flex:1;
  text-align:center;
}
.three_box1 img{
  width: 70px;
  height: 70px;
  margin-bottom:8px;
}
.three_box1 li p{
  height:20px;
  line-height: 20px;
  font-size:12px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(254,202,145,1);
}
.hz_title{
  text-align: center;
}
.hz_list{
  background:rgba(221,25,32,1);
  box-shadow:0px 2px 6px 4px rgba(0,0,0,0.04);
  border-radius:8px;
  padding: 20px 15px 0 15px;
  margin: 24px 15px 0 15px;
}
.hz_list ul{
  background: #fff;
  border-radius:8px;
}
.hz_list .hz_list_li{
  display:flex;
  flex-direction:row;
}
.hz_list .hz_list_li1{
  padding-top: 20px;
}
.hz_list .hz_list_li2{
  padding-bottom: 7px;
}
.hz_list .hz_img{
  width:132px;
  height:95px;
}
.hz_list .hz_list_right{
  padding-top:13px;
}
.hz_list_right h2{
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(51,51,51,1);
  line-height:22px;
  margin-bottom: 10px;
}
.hz_list_right p{
  font-size:13px;
  font-family:PingFangSC-Regular;
  font-weight:600;
  color:rgba(102,102,102,1);
  line-height:18px;
}
.ylhzBtn_div{
  margin-top: 13px;
  margin-bottom: 6px;
  text-align: center;
}
.hz_list .ylhzBtn{
  width:100%;
}
.footer_img{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.logo{
  width:152px;
  height:62px;
  display:block;
  margin-top: 48px;
}
.ewm{
  width:100px;
  height:100px;
  margin-top:32px;
  display:block;
  margin-bottom: 40px;
}
.red_word{
  color:#DB322D!important;
}
.wrapper{
  width:100%;
  overflow-x:scroll;
  display:flex;
  flex-direction: row;
}
.wrapper .slide{
  margin-right: 8px;
}
.wrapper img{
  width:120px;
}
.more{
  border-radius:4px;
  border:1px solid rgba(254,202,145,1);
  padding-top: 40px;
}
.more p{
  font-size:14px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(255,251,196,1);
  line-height:20px;
  width: 48px;
  text-align:center;
}

/* 弹框样式 */
.cant_received_mask{
  position: fixed;
  top: -1px;
  right: 0;
  left: 0;
  bottom: 0;
  background:rgba(0,0,0,0.56);
  z-index: 99;
  display: none;
}
.cant_received_mask .cant_received_box{
  margin: 0 40px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -130px;
}
.cant_received_mask .cant_received_box .cant_received_title{
  height:60px;
  line-height: 60px;
  background:#fff;
  border-radius:16px 16px 0px 0px;
  text-align: center;
  font-size:20px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(0,0,0,0.8);
}
.cant_received_content{
  background: #fff;
  padding-top: 24px;
  border-radius: 0px 0px 16px 16px;
}
.cant_received_content p{
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(0,0,0,0.8);
  line-height:24px;
  text-align: center;
}
.cant_received_btn_con{
  text-align: center;
}
.cant_received_btn{
  display: inline-block;
  width:200px;
  height:48px;
  line-height: 48px;
  background:linear-gradient(360deg,rgba(255,180,0,1) 0%,rgba(255,220,0,1) 100%);
  box-shadow:0px 4px 8px 0px rgba(255,180,0,0.24);
  border-radius:24px;
  border:1px solid rgba(255,180,0,1);
  color:rgba(200,60,0,1);
  text-align:center;
  font-size:18px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  margin-top: 24px;
}
.cant_btn{
  margin: 0 16px;
}
.tk_goin,.tk_know,.tk_haveNoCard{
  width:100%;
  margin-top:44px;
}

/* 弹框样式 */
.maskBox{
  font-size:12px;
}
.maskBox .mask{
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hiden {
  display: none;
}
.mask_active_rules{
  background-color: #fff;
  color:#000000;
  padding:16px 0 20px 0px;
  border-radius:15px 15px 0 0;
  -webkit-border-radius:15px 15px 0 0;
  -moz-border-radius:15px 15px 0 0;
  -ms-border-radius:15px 15px 0 0;
  -o-border-radius:15px 15px 0 0;
  position: relative;
  
}
.mask_active_rules p {
  margin-bottom: 8px;
  line-height: 20px;
}
.mask_tel a{
  color: #3C82FA;
  text-decoration:none;
}
.mask_active_title{
  position:absolute;
  top: -20px;
  left: 50%;
  width:144px;
  height:42px;
  text-align:center;
  line-height:42px;
  /* padding: 0.1rem 0.4rem; */
  font-size:16px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(255,130,0,1);
  box-shadow:0px 3px 5px 0px rgba(255,130,0,0.2);
  border-radius:21px;
  -webkit-border-radius:21px;
  -moz-border-radius:21px;
  -ms-border-radius:21px;
  -o-border-radius:21px;
  margin-left: 72px;
  background: #fff;
}
/* 适配宽度 */
@media only screen and (min-width: 350px) and (max-width: 362px){
  .active_div{
    width: 320px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 350px){
  .active_div{
    width: 300px;
  }
  .active_img {
    width: 60px;
  } 
}
.guizeContext{
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin:0 auto;
}

.guizeContext .activeGuize{
  width: 100%;
  height: auto;
  margin:  0 auto;
}
.guizeContent{
  padding: 0 20px;
  margin-top: 16px;
  height: 400px;
  overflow-y:scroll; 
}
.mask_title{
  height:36px;
  line-height:36px;
  padding: 0 20px;
  padding-bottom:8px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  display: flex;
}
.mask_title span{
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(0,0,0,0.8);
  line-height:22px;
  flex:1;
}
.close{
  width:16px;
  height:16px;
}
.guizeContent{
  /* height: 460px;
  overflow-y:scroll; */
}
.guizeContent_weight{
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(0,0,0,0.8);
  line-height:20px;
}
.guizeContent_gray_four,.guizeContent_gray p{
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(0,0,0,0.56);
  line-height:18px;
  margin-left:16px;
}

/* 登录弹窗 */
.login_mask_box{
  display: none;
  z-index: 1;
  position: fixed;
}
.login_mask{
  position: fixed;
  background:rgba(0,0,0,0.56);
  z-index: 15;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: Center;
}
  .login_box{
    background:rgba(255,255,255,1);
    border-radius:16px;
    padding: 0 0.24rem;
    width: 66%;
  }

  .login_box .login_box_p{
      text-align: center;
  }
  .login_box_welcome{
    text-align: center;
    font-size:20px;
    font-family:PingFangSC-Medium;
    font-weight:600;
    color:rgba(0,0,0,0.8);
    margin: 24px 0 8px 0;
  }
  .login_box .login_box_tips{
    height:20px;
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(0,0,0,0.8);
    line-height:20px;
    text-align:center;
    margin-bottom:32px;
  }
  .login_ul{
    background:rgba(0,0,0,0.02);
    border-radius:8px;
    border:1px solid rgba(0,0,0,0.02);
  }
  .login_ul li{
    line-height: 0;
  }
  .login_ul input{
    border:none;
    background: none;
    width:84px;
    font-size:0.14rem;
    font-family:PingFangSC-Regular;
    /* font-weight: bold; */
    text-indent: 0.16rem;
    outline: none;
  }
  .login_ul .login_tel_li{
    height: 0.5rem;
    display: flex;
    align-items: center;
  }
  .login_ul .login_tel_li input{ 
    width: 100%;
  }
  .login_ul .login_tel_li input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: normal;
  }
  .login_ul .login_tel_li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: normal;
  }
  .login_ul .login_tel_li input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: normal;
  }
  .login_ul .login_tel_li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
  }
  
  .login_ul .login_yanzhengma_li{
    display: flex;
    height: 0.5rem;
    align-items: center;
    border-top:1px solid rgba(0,0,0,0.02);
  }
  .login_ul .login_yanzhengma_li input{ 
    flex: 1;
  }
  .login_ul .login_yanzhengma_li span{ 
    padding-right: 0.16rem;
    height: 0.24rem;
    line-height: 0.24rem;
    display: inline-block;
    padding-left: 0.08rem;
    color: #3C82FA;
    border-left: 1px solid rgba(0,0,0,0.02);
    font-size: 0.12rem;
  }
  .login_tips{
    height: 0.17rem;
    color:#F03232;
    text-align: center;
    font-size: 0.12rem;
    margin-top: 0.08rem;
    margin-bottom:0.21rem;
  }
  .login_btns{
    display: flex;
    border-top: 1px solid rgba(0,0,0,0.02);
    justify-content: center;
    align-items:center;
  }
  .login_btns li{
    line-height: 0.56rem;
    color: #3C82FA;
    font-size:0.18rem;
    flex: 1;
    text-align: center;
  }
  .login_btns .cancle_btn{
    border-right: 1px solid rgba(0,0,0,0.02);
    font-weight: normal;
  }
  .login_btn {
    font-weight: 500;
  }
