*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*纵向排列 居中*/
.flex-column-middle{
    display: flex;
    align-items: center;
    flex-direction: column;
}
/*横向排列 居中*/
.flex-row-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*横向排列 无居中*/
.flex{
    display: flex;
    flex-direction: row;
}
/*between flex 换行*/
.flex-between-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-left-wrap{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
/*between flex 无换行*/
.flex-between{
    display: flex;
    justify-content: space-between;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
/*点击按钮无边框*/
input,button,a {outline:0 none !important; blr:expression(this.onFocus=this.blur());}
img{
    vertical-align: middle;
}
/*font*/
.font60-500{
    font-size:0.6rem;
    font-weight:500;
}
.font36-500{
    font-size:0.36rem;
    font-weight:500;
    line-height: 0.36rem;
}
.font36-400{
    font-size:0.36rem;
    font-weight:400;
}
.font32-500{
    font-size:0.32rem;
    font-weight:500;
}
.font30-500{
    font-size:0.3rem;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.font26-400{
    font-size:0.26rem;
    font-weight:400;
}
.font28-400{
    font-size:0.28rem;
    font-weight:400;
}
.font30-400{
    font-size:0.3rem;
    font-weight:400;
}
.font40-500{
    font-size:0.4rem;
    font-weight:500;
}
.font24-400{
    font-size:0.24rem;
    font-weight:400;
}
.font22-400{
    font-size:0.22rem;
    font-weight:400;
    line-height: 0.22rem;
}
.font20-400{
    font-size:0.2rem;
    font-weight:400;
}
/*font end*/
/*弹窗公共样式*/
.gray-layer{
   /* width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;*/
	position: fixed;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99;
}
.flow-more-alert {
    top: 50%;
    left: 50%;
    /*width: 81%;*/
    position: fixed;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/*公共样式已结束*/
.huafei-win{
    border-radius: 0.16rem;
    width: 5.6rem;
    background: rgba(255,255,255,1);
    text-align: center;
    padding: 0.48rem 0 0 0;
    position: relative;
}
.hint-title2 {
    margin: 0 auto 0.4rem;
}
.over-hint-btn2 {
    height: 0.96rem;
    line-height: 0.96rem;
    border-top: 0.01rem solid rgba(230,230,230,1);
	position: inherit;
}
.hint-btn:nth-child(1) {
    border-right: 0.01rem solid rgba(230,230,230,1);
    color: #666;
}
.hint-btn.active {
    color: rgba(0,154,241,1);
}
.hint-btn {
    width: 2.8rem;
}
.hint-content2{
    width:5rem;
    height:0.8rem;
    background:rgba(255,255,255,1);
    border-radius:0.08rem;
    border:0.02rem solid rgba(230,230,230,1);
    font-size:0.28rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    line-height:0.28rem;
    margin: 0 0.3rem 0.39rem;
}
.num-input{
    font-size:0.28rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    line-height:0.28rem;
    border: 0;
    margin-top: 0.2rem;
    width: 3.4rem;
    text-align: center;
}
.num-input input::-webkit-input-placeholder{
    color:#ccc;
    font-size: 0.28rem;

}
.num-input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
    font-size: 0.28rem;

}
.num-input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
    font-size: 0.28rem;

}
.num-input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
    font-size: 0.28rem;

}
.neirong{
    margin: 0 0.3rem 0.6rem;
}
.new-content {
    width: 6.9rem;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 0.2rem 0px rgba(0,0,0,0.08);
    border-radius: 0.16rem;
}
.add-div{
    width: 6.9rem;
    margin: 0 auto;
}
.login-num1 {
    width: 6.3rem;
    height: 1.4rem;
    background: rgba(235,247,254,1);
    border-radius: 0.16rem;
    color: rgba(0,154,241,1);
    padding: 0.24rem 0 0 0.34rem;
    margin: 0 auto;
}
.font-num1{
    margin-top: 0.2rem;
    border-bottom: 0.01rem solid;
    width: 3.1rem;
    padding-bottom: 0.14rem;
    height: 0.5rem;
}
.login-num-img{
    width: 0.36rem;
    height: 0.36rem;
    margin: 0.12rem 0 0.08rem 0.3rem;
}
.login-num-font{
    color:rgba(0,154,241,1);
    line-height:0.24rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
}
.space-between{
    width:1px;
    height:0.4rem;
    background: #CACACA;
    margin-left: 0.18rem;
    margin-top: 0.26rem;
}
.login1{
    margin-left: 0.34rem;
    position: relative;
}
.login2{
    margin-left: 0.29rem;
}
.haoma{
    /*margin-left: 0.04rem;*/
	font-family: PingFangSC, PingFangSC-Regular;
}
.login2 img{
    margin-left: 0.18rem;
}
.reduced{
    width: 0.54rem;
    height: 0.26rem;
    background: #ff4512;
    border-radius: 1.4rem 1rem 1rem 0;
    font-size: 0.18rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 0.28rem;
}
.log-reduced{
    position: absolute;
    right: -0.1rem;
    top: 0;
}
.new-reduced{
	position: absolute;
    right: 0.5rem;
    top: -0.1rem;
}
.overscroll-hidden {
    height: 1.5rem;
    overflow: hidden;
}
.removescroll {
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    overflow: auto;
    height: 3rem;
}
.over-scroll{
	width:300%;
}
.juan {
    /*position: relative;
    margin-right: 0.2rem;*/
    width:6rem;
    height:1.2rem;
    background:linear-gradient(225deg,rgba(255,210,80,1) 0%,rgba(255,139,35,1) 100%);
    border-radius:0.16rem;
    position: relative;
    margin-right: 0.19rem;
}
.right-line {
    margin-top: 0.27rem;
}
.linqu {
    font-size:0.26rem;
    font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
    color:rgba(255,153,4,1);
    line-height:0.56rem;
    margin: 0.34rem 0 0 0;
    border: 0;
    text-align: center;
    white-space: nowrap;
    padding: 0 0.18rem;
    height:0.52rem;
    background:rgba(255,255,255,1);
    border-radius:1rem;
}
.jian {
    font-size:0.3rem;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:0.3rem;
}
.date {
    font-size:0.2rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:0.2rem;
    margin-top: 0.16rem;
}
.mar30{
    margin: 0 0.3rem;
    width: 5.4rem;
}
.coupon{
    width: 1rem;
    height: 0.62rem;
    position: absolute;
    bottom: 0;
}
.juan:last-child {
    margin-right: 0.3rem;
}
.back{
    background:rgba(255,255,255,0.6);
    padding: 0 0.31rem;
    color:rgba(255,153,4,1);
}
.men-linqued{
    background:rgba(255,255,255,0.6);
    padding: 0 0.31rem;
    color:rgba(255,153,4,1);
}
.input-num::-webkit-input-placeholder{
    /*color:rgba(0,154,241,1);*/
    color:#ccc;
    font-size: 0.28rem;
}
.input-num::-moz-placeholder{   /* Mozilla Firefox 19+ */
    /*color:rgba(0,154,241,1);*/
    color:#ccc;
    font-size: 0.28rem;
}
.input-num:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    /*color:rgba(0,154,241,1);*/
    color:#ccc;
    font-size: 0.28rem;
}
.input-num:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    /*ccolor:rgba(0,154,241,1);*/
    color:#ccc;
    font-size: 0.28rem;
}
.input-num{
    font-size: 0.36rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: rgba(0,154,241,1);
    line-height: 0.36rem;
    border: 0;
    background: rgba(235,247,254,1);
	position: relative;
    top: -0.1rem;
	width: 3.14rem;
    /*width: 3.14rem;
    margin-top: 0.10rem;
    margin-top: 0.20rem;
    border-bottom: 0.01rem solid;
    /*padding-bottom: 0.05rem;
    padding-bottom: 0.14rem;
    border-radius: 0;
    height: 0.5rem;*/
}
.sn_box{
    display: flex;
    align-items: center;
}
.ShowName{
	font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    display: block;
    width: 4.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title{
    font-size:0.36rem;
    font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
    color:rgba(33,33,33,1);
    line-height:0.36rem;
}
.huafei-right{
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.08rem;
    vertical-align: baseline;
}
.over-title{
    margin: 0.4rem 0.3rem 0;
}
.over-wrap1{
	padding-top: 0.28rem;
}
.wrap{
    width:1.96rem;
    height:1.2rem;
    background:rgba(255,255,255,1);
    border-radius:0.16rem;
    border:0.02rem solid rgba(0,154,241,1);
    margin-left: 0.21rem;
    text-align: center;
    margin-bottom: 0.2rem;
    position: relative;
}
.wrap.orange-border{
	border:0.02rem solid #FF6A59;
}
.wrap.no-border{
	border:none;
}
.wrap.no-border img{
	width:100%;
	display: block;
}
.wrap.orange-border>.p1{
	color:#FF6A59 !important;
}
.wrap>.p1{
    font-size:0.3rem;
    font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
    color:rgba(51,51,51,1);
    line-height:0.3rem;
    margin-bottom: 0.16rem;
    margin-top: 0.25rem;
}
.wrap>.p2{
    font-size:0.24rem;
    font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
    color:rgba(102,102,102,1);
    line-height:0.24rem;
}
.wrap>.p2.add-icon{
	color:#FF6A59;
	text-align: center;
}
.wrap>.p2.add-icon span{
	background: url(../img/add_chongzhi.png) no-repeat;
	background-size: 0.3rem;
	padding-left:0.34rem;
	display: inline-block;
	line-height: 0.3rem;
}
.over-wrap{
    margin-left: 0.09rem;
    overflow: hidden;
}
.wrap-bg{
    background: url("../img/cz-bg.png");
    background-size: 100% 100%;
    position: relative;
}
.baohan{
    padding: 0 0.1rem;
    height:0.32rem;
    background:linear-gradient(225deg,rgba(255,191,0,1) 0%,rgba(255,69,18,1) 100%);
    border-radius: 0.16rem 0.04rem 0.16rem 0.04rem;
    font-size:0.20rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:0.32rem;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
}
.up-down{
    width: 0.2rem;
    height: 0.2rem;
    vertical-align: baseline;
    margin-left: 0.08rem;
}
.more{
    width: 6.3rem;
    text-align: right;
    margin: 0.09rem 0.3rem 0.4rem;
    padding-bottom: 0.4rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
}
.cons{
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);
    border-radius:0.16rem;
    padding: 0.4rem 0;
	width: inherit;
    overflow: auto;
}
.cons .over-wrap{
    overflow: initial;
}
.big-reduced{
    width:0.64rem;
    height:0.32rem;
    background:linear-gradient(225deg,rgba(255,191,0,1) 0%,rgba(255,69,18,1) 100%);
    border-radius: 0.16rem 0.04rem 0.16rem 0.04rem;
    font-size:0.2rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:0.32rem;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
}
.zhekou{
    margin: 0.6rem 0 0.36rem;
}
.xiangguan img{
    width: 0.68rem;
    height: 0.68rem;
}
.xiangguan p{
    font-size:0.24rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:0.24rem;
    margin-top: 0.2rem;
	white-space: nowrap;
}
.xiangguan{
    text-align: center;
	padding-right: 0.68rem;
	position:relative;
	margin-top: 0.4rem;
}
.cons-inner{
    height: 3rem;
    width:inherit;overflow: auto
}
.cons-out{
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);
    border-radius:0.16rem;
    overflow: hidden;
    height: 2rem;
}
.xiangguan:nth-child(1){
    margin-left: 0.6rem;
}
.mengcen {
    background: rgba(0,0,0,0.6);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.get-area {
    width: 7.5rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    padding: 0 0.3rem;
    border-radius: 0.16rem 0.16rem 0px 0px;
    max-height: 9.9rem;
    overflow: auto;
}
.men-head{
    text-align: center;
    font-size:0.36rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.36rem;
    margin: 0.48rem 0 0.6rem;
}
.men-close{
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}
.checked{
    width: 0.28rem;
    height: 0.28rem;
	position: absolute;
    right: 0.3rem;
}
.no-checked{
    width: 0.28rem;
    height: 0.28rem;
    border: 1px solid #B3B3B3;
    border-radius: 0.28rem;
    /*position: relative;
    top: 0.05rem;*/
	position: absolute;
    right: 0.3rem;
}
.zidong{
    font-size:0.28rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.28rem;
}
.men-discount{
    font-size:0.28rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:0.28rem;
    margin: 0.32rem 0 0.2rem 0;
}
.discount-list{
    font-size:0.28rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:0.28rem;
    margin-bottom: 0.4rem;
}
.discount-list>img{
    margin-left: 0.12rem;
    width: 0.2rem;
    height: 0.2rem;
    vertical-align: baseline;
}
.men-juan{
    width:6.9rem;
    height:1.56rem;
    margin-bottom: 0.2rem;
    background: url("../img/juan-bg.png") no-repeat;
    background-size: 100% 100%;
}
.huafeijuan{
    width: 1rem;
    height: 1rem;
    margin: 0.28rem 0.20rem 0 0.3rem;
}
.right-line {
    width: 4rem;
    margin-top: 0.2rem;
}
.jian {
    font-size: 0.28rem;
    font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 0.28rem;
    margin: 0 0 0.12rem 0;
    overflow-x:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	padding: 0.1rem 0 0 0;
}
.date {
    width: 2.98rem;
    height: 0.2rem;
    font-size: 0.2rem;
    font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
    color: rgba(102,102,102,1);
    line-height: 0.2rem;
}
.men-linqu{
    height: 0.48rem;
    background: rgba(255,69,18,1);
    border-radius: 0.24rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 0.26rem;
    margin: 0.54rem 0.38rem 0 0.3rem;
    border: 0;
    text-align: center;
    white-space: nowrap;
    padding: 0 0.2rem;
}
.see-img{
    width: 0.18rem;
    height: 0.18rem;
    margin-left: 0.12rem;
    vertical-align: baseline;
    background: #E6E6E6;
    display: inline-block;
    border-radius: 0.18rem;
}
.see-detail{
    font-size:0.2rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:0.2rem;
    margin-top: 0.16rem;
}
.men-linqued{
    background: #CACACA;
    padding: 0 0.34rem;
}
.zhekou-detail{
    font-size:0.24rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:0.36rem;
    /*margin-bottom: 0.24rem;*/
    margin:0rem 0.28rem 0.24rem 0.5rem;
}
.no-discount{
    margin: 0.32rem auto 0.6rem;
}
.juan-detail{
    font-size:0.18rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:0.28rem;
    border-radius:0px 0px 0.16rem 0.16rem;
    border:1px solid rgba(230,230,230,1);
    padding: 0.2rem;
    border-top: 0;
    position: relative;
    top: -0.1rem;
    padding-top: 0.3rem;
    margin-bottom: 0.1rem;
}
.see-detail{
    width: 1.3rem;
}
.juan-detail:last-child{
    margin-bottom: 0;
}
.chognzhi-men .discount-list{
    color: #666;
    margin-bottom: 0.36rem;
}
.money-sum{
    font-size:0.28rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.28rem;
    margin-left: 0.1rem;
}
.icon-right{
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    right: 0.3rem;
}
.chognzhi-men .men-discount{
    margin: 0.12rem 0 0.3rem 0;
}
.way-img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.13rem;
}
.zhifu{
    font-size:0.28rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.28rem;
}
.red-discount{
    padding: 0.05rem 0.08rem;
    height:0.32rem;
    background:rgba(255,255,255,1);
    border-radius:0.08rem;
    border:1px solid rgba(255,69,18,1);
    font-size:0.22rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(255,69,18,1);
    line-height:0.22rem;
}
.gray-discount{
    font-size:0.22rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:0.22rem;
}
.way-div{
    margin-bottom: 0.36rem;
}
.zhufu-btn{
    width:6.90rem;
    height:0.94rem;
    background:rgba(0,154,241,1);
    border-radius:0.47rem;
    font-size:0.32rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:0.32rem;
    border: 0;
    margin-bottom: 0.4rem;
}
/* .chongzhi-area {
    height: 8.6rem;
} */
.white{
    color: #fff;
}
.banli{
    font-size:0.3rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.3rem;
    margin-bottom: 0.26rem;
}
.yewu-name{
    font-size:0.28rem;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:0.28rem;
    margin-bottom: 0.26rem;
}
.yewu-value{
    font-size:0.28rem;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.28rem;
    margin-left: 0.1rem;
}
.red-banli{
    font-size:0.26rem;
    font-weight:400;
    color:rgba(255,69,18,1);
    line-height:0.26rem;
    margin-bottom: 0.4rem;
}
.have-read-img{
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: baseline;
    margin-right: 0.12rem;
}
.banli-content{
    margin: 0 0.3rem;
    text-align: left;
}
.xiangqing-content{
    margin: 0 0.3rem;
    text-align: left;
    overflow: auto;
    height: 5.5rem;
}
.have-read{
    margin-bottom: 0.4rem;
}
.blue-font{
    color: #009AF1;
}
.no-read {
    width: 0.24rem;
    height: 0.24rem;
    border: 0.02rem solid #B3B3B3;
    border-radius: 0.24rem;
    display: inline-block;
    margin-right: 0.035rem;
}
.biaoti{
    font-size:0.28rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.28rem;
    margin-bottom: 0.12rem;
}
.b-neirong{
    font-size:0.24rem;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:0.36rem;
    margin-bottom: 0.12rem;
}
.xiangqing-tan .yewu-name{
    margin-bottom: 0.24rem;
}
.tishi-content{
    color:rgba(102,102,102,1);
    line-height:0.3rem;
    margin-bottom: 0.48rem;
}
.tishi-content2{
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    color:rgba(102,102,102,1);
    line-height:0.44rem;
    margin-bottom: 0.48rem;
}
.hint-btn.ensure {
    width: 5.6rem;
}
/*.p2>span{*/
/*	color: #FF4512;*/
/*}*/
.custom{
	line-height: 1.2rem!important;
    margin-top: 0!important;
}
.huafei-win-xiangqing{
	border-radius: 0.16rem;
    width: 5.6rem;
    background: rgba(255,255,255,1);
    text-align: center;
    padding: 0.48rem 0 0 0;
    position: relative;
}
title-youhui{
	margin:0;
}
.men-back{
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
}
/* 充值缴费提示弹窗 */
.rxk-mask {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.paymentips-alert,
.businessdetails-alert {
    display: none;
    width: 6.5rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.czhaoli_dialog1_top,
.czhaoli_dialog2_top {
    width: 6.5rem;
    height: 1.94rem;
    background: url(../img/tanchuang.png) no-repeat;
    background-size: 100%;
    font-size: .4rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: .56rem;
    padding-top: .9rem;
}

.czhaoli_dialog1_bot_cont_zhutitle {
    font-size: .32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #ff4512;
    line-height: .44rem;
}

.czhaoli_dialog1_bot,
.czhaoli_dialog2_bot {
    width: 6.5rem;
    background-color: #fff;
    margin-top: -1px;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.paymentcontent {
    padding: 0 0.35rem;
}

.paymentitle {
    font-size: .28rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    line-height: .44rem;
}

.paymentone {
    font-size: .28rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    line-height: .44rem;
}

.tips {
    font-size: 0.304rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 0.468rem;
    margin-bottom: 0.281rem;
}

.read {
    font-size: 0.304rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 0.304rem;
    height: 0.304rem;
    margin-left: .117rem;
}
.links {
    color: #009af1;
    margin-left: 0.093rem;
    text-decoration: underline;
}
.btnparticipate {
    width: 100%;
    height: 1.125rem;
    border-top: 0.01rem solid #e6e6e6;
    display: flex;
}
.noparticipate,
.participate {
    width: 50%;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    border-right: 0.01rem solid #e6e6e6;
    font-size: .36rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}
.participate {
    border-right: none;
    color: rgba(0, 154, 241, 1);
}
.noparticipate,
.participateIndex {
    width: 50%;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    border-right: 0.01rem solid #e6e6e6;
    font-size: .36rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}
.participateIndex {
    border-right: none;
    color: rgba(0, 154, 241, 1);
}
/* 业务详情弹窗 */


/* .businessdetails-alert {
    left: 5%;
    top: 10%;
    width: 90%;
    z-index: 1001;
    position: fixed;
    background: #fff;
    border-radius: 0.187rem;
    display: none;
} */


/* .businessdetails-alert h3 {
    font-size: 0.421rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    margin: 0.562rem auto 0.234rem;
    text-align: center;
} */

.flex_box {
    display: flex;
    justify-content: space-between;
    padding-top: .2rem!important;
}
.businesscontent {
    height: 6.44rem;
    padding: 0 0.351rem;
    overflow-y: scroll;
}
.businessname {
    height: 0.609rem;
    line-height: 0.609rem;
    text-align: left;
    font-size: 0.328rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.businesscontent h4 {
    font-size: 0.328rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 0.328rem;
    height: 0.328rem;
    margin: 0.211rem 0 0.14rem 0;
}
.businesscontent p {
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 0.422rem;
    margin-bottom: 0.14rem;
}

.xwRadio input[type="checkbox"] {
    width: 0.328rem;
    height: 0.328rem;
    background: rgba(255, 255, 255, 1);
    /*border: 0.02rem solid rgba(37, 188, 252, 1);*/
    border-radius: 0.058rem;
    color: #25bcfc;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.328rem;
    position: relative;
	border: 0;
}
.xwRadio input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: -0.01rem;
    left: -0.02rem;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(37, 188, 252, 1);
}
.xwRadio input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: rgba(255, 255, 255, 1);
    color: rgba(37, 188, 252, 1);
    position: absolute;
    top: -0.01rem;
    left: -0.02rem;
    width: 100%;
    font-size: 0.351rem;
    font-weight: bold;
    outline: none;
    border-color: #ccc;
    border: 1px solid rgba(37, 188, 252, 1);
}
.discount-type-zhe{
    width: 0.3rem;
    height: 0.3rem;
    background: #fff9e9;
    border: 1px solid #ffbf00;
    border-radius: 0.04rem;
    margin-right: 0.2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffbf00;
    line-height: 0.26rem;
    font-size: 0.22rem;
}
.discount-type-juan{
	width: 0.3rem;
    height: 0.3rem;
	background: #fff1ec;
	border: 1px solid #ff4512;
	border-radius: 0.04rem;
    margin-right: 0.2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ff4512;
    line-height: 0.26rem;
    font-size: 0.22rem;
}
.time-delay{
	margin-bottom:0.2rem;
}
.yyBusi{
    width: 6.9rem;
    margin: 0 auto;
}

.xiangguan_yy img{
    width: 0.68rem;
    height: 0.68rem;
}
.xiangguan_yy p{
    font-size:0.24rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:0.24rem;
    margin-top: 0.2rem;
    white-space: nowrap;
}
.xiangguan_yy{
    text-align: center;
    padding-right: 0.58rem;
    position:relative;
    margin-top: 0.4rem;
}

.xiangguan_yy:nth-child(1){
    margin-left: 0.5rem;
}

.cons-out-yy{
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);
    border-radius:0.16rem;
    overflow: hidden;
    height: 2rem;
}
.msg-code{
	height:0.76rem;
	align-items: center;
	display: flex;
}
.msg-code input{
	width: 3.2rem;
	height:0.76rem;
	border:none;
	background:transparent;
	outline: none;
	border: 1px solid #e6e6e6;
	padding-left:0.15rem;
	box-sizing: border-box;
}
.msg-code input::-webkit-input-placeholder{
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #cccccc;
}
.msg-code-text{
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #666666;
	line-height: 0.36rem;
}
.code-btn{
	width: 1.8rem;
	height: 0.76rem;
	background: #009af1;
	border-radius: 0.08rem;
	margin-left:0.1rem;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 0.76rem;
}
.mall-adv-box img{
    width: 6.9rem;
    margin:0.16rem auto;
    display: block;
    border-radius: 0.16rem;
}