
/*首页登录弹窗*/
.loginbox{
    font-family:PingFangSC-Regular;
    overflow: hidden;
}
i{
    font-style: normal;
}
.lp_top{
    height: 3.6rem;
    background: url("../../../static/resources/images/person/login_propo.png?123") center top no-repeat;
    background-size: 100% 100%;
}
.lp_btm{
    height: 4.4rem;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.lp_formli{
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    position: relative;
    margin: 0 0.3rem;
    border-bottom: 1px solid rgba(242,242,242,1);
}
.lp_formli span{
    font-size:0.28rem;
    font-weight:400;
    color:rgb(196, 169, 153)
}
.lp_formli input{
    font-size: .3rem;
    width: 2.26rem;
    height: 0.3rem;
    padding: 0.1rem 0.2rem;
    border: 0;
    background: transparent;
    text-align: center;
}
.lp_formli i{
    position: absolute;
    width: 1.4rem;
    height: 0.45rem;
    background:rgba(232,124,58,1);
    border-radius:0.06rem;
    text-align: center;
    line-height: 0.45rem;
    cursor: pointer;
    font-size:0.25rem;
    font-weight:400;
    color:rgba(255,255,255,1);
    top: 0.15rem;
    border: 0.01rem solid transparent;
    margin-left: 0.1rem;
}
.lp_formli .nl_gray{
    border: 0.01rem solid #999999;
    color: #999999;
    background: #fff;
}
.lp_xieyi{
    height: 0.5rem;
    line-height: 0.5rem;
    margin-top: 0.4rem;
    padding: 0 0.3rem;
}
.lp_xieyi p{
    float: left;
    width:0.25rem;
    height:0.25rem;
    background:url("../../../static/resources/images/person/slp_gray.png") center center no-repeat;
    background-size: 100% 100%;
    border-radius:0.05rem;
    cursor: pointer;
    position: relative;
    margin: 0.125rem;
}
.lp_xieyi p img{
    position: absolute;
    left: 0;
    top: 0;
    width:0.25rem;
    height:0.25rem;
}
.lp_xieyi span{
    color:rgba(153,153,153,1);
    font-size:0.26rem;
    font-family:PingFangSC-Regular;
    font-weight:400;
}
.lp_xieyi i{
    font-size:0.26rem;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:#BA8557;
}
.lp_xieyi a{
    color: #BA8557;
}
.lp_btn{
    width:5.43rem;
    height:0.71rem;
    background:rgba(232,124,58,1);
    border-radius:0.2rem;
    font-size:0.27rem;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 0.71rem;
    cursor: pointer;
    margin: 0.2rem auto 0 auto;
}
/*首页优惠券弹窗*/


.couponPropo{
    position: relative;
}
.cop_box{
    overflow: hidden;
}
.cop_title{
    font-size:0.38rem;
    font-weight:bold;
    color:rgba(153,153,153,1);
    text-align: center;
    margin: 0.4rem auto;
    font-family:SourceHanSerifCN-Bold;
    letter-spacing: 0.05rem;
}
.cop_title img{
    width: 2.82rem;
    display: block;
    margin: 0 auto;
}
.cop_tit1{
    font-size:0.6rem;
    font-weight:bold;
    color:rgba(208,88,70,1);
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 1.4rem;
}
.coo_box{
    height: 1.5rem;
    width: 6.65rem;
    background: url("../images/person/coudd_line.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
.coo_lef{
    height: 1.23rem;
    width: 4.56rem;
    margin: 0.135rem 0;
    float: left;
    border-right: 0.01rem dashed #fff;
    font-size:0.28rem;
    padding-left: 0.2rem;
}
.coo_lef span{
    font-size:0.75rem;
    margin-right: 0.1rem;
    line-height: 1.5rem;
}
.coo_lef i{
    font-size:0.42rem;
}
.coo_rig{
    width:1.35rem;
    height:0.53rem;
    background:rgba(255,255,255,1);
    border-radius:0.06rem;
    text-align: center;
    line-height: 0.53rem;
    font-size:0.28rem;
    font-weight:600;
    color:rgba(208,88,70,1);
    float: right;
    margin-top: 0.55rem;
    margin-right: 0.23rem;
    cursor: pointer;
}
.coo_close{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    background: url("../images/person/coudd_close.png") center center no-repeat;
    background-size: 50% 50%;
    cursor: pointer;
}