header{
    width: 100%;height: 0.8rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom:0.01rem solid #ddd;
}
header a{
    position: absolute;
    left: 0;top: 0;
}
header a img{
    width: 0.6rem;height: 0.6rem;
    padding:0.1rem;
}
header h1{
    width: 100%;height: 100%;
    text-align: center;
    line-height: 0.8rem;
    font-weight: 400;
    font-size: 0.32rem;
}
.content{
    margin:1.04rem 0 0 0.2rem;
    width: 7.3rem;
    overflow:hidden;
}
.phone{
    width: 100%;height: 0.8rem;
    border-bottom: 0.01rem solid #e2e2e2;
}
.phone input{
    width: 6.35rem;height: 0.4rem;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.phone input::placeholder{
    color: #999;
}
.content>input{
    margin-top: 0.5rem;
    width: 7.1rem;height: 0.72rem;
    text-align: center;
    line-height: 0.72rem;
    background: #e50012;
    color: #fff;
    font-size: 0.3rem;
    border-radius: 0.08rem;
}
.content>p{
    width: 7.3rem;height: 0.3rem;
    margin-top: 0.2rem;
    line-height: 0.3rem;
    font-size: 0.26rem;
    color: #b2b2b2;
}
.content>p span{
    font-size: 0.26rem;
    color: #e50012;
}
.agree-mask{
    width:100%;height:100%;
    background: rgba(0 ,0 , 0,0.5);
    position: fixed;
    left: 0;top: 0;
    z-index:10000;
    display: none;
}
.agree-mask>div{
    width:5.44rem;height:8.1rem;
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
    background: #fff;
    border-radius:10px;
}
.agree-mask-text{
    width:100%;height:6.1rem;
    overflow-y:scroll;
}
.agree-mask h1{
    width:100%;height: 0.26rem;
    color: #333;
    margin:0.3rem 0 0.2rem;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.26rem;
    font-weight: 400;
}
.agree-mask input{
    margin:0.2rem 0.24rem 0;
    width: 4.96rem;height: 0.74rem;
    line-height: 0.74rem;
    color: #fff;
    background: #e50012;
    font-size: 0.32rem;
    border-radius: 0.06rem;
}
.agree-mask-text p{
    padding:0 0.24rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
}
