.title_div{
    width: 100%;
}
.title{
    height: 0.22rem;
    color: #000000;
    font-size: 0.96rem;
    margin-left: 0.8rem;
    line-height: 2.2rem;
    font-weight: bold;
}
.title_2{
    height: 1.8rem;
    color: #000000;
    font-size: 0.84rem;
    margin-left: 0.80rem;
    line-height: 1.8rem;
    font-weight: bold;
}

.weui-cells:before {
    border-top: 0px solid #e5e5e5 ;
}

.weui-cells:after {
    border-bottom: 0px solid #e5e5e5;
}
.weui-cell:before {
    border-top: 0px solid #e5e5e5;
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
    color: #e94647;
}
.p{
    font-size: 0.8rem;
}

.tips{
    color: #999999;
    font-size: 0.8rem;
    padding-left: 0.80rem;
    padding-right: 0.80rem;
    margin-top: 1.6rem;
}

.check_div{
    width: 95%;
}



.weui-agree__checkbox:checked:before {
    background-color: #e94647;
    color: white;
    font-size: 18px;

}



.btn{
    /* background-color: #A40006; */
    background-color:#e94647 ;
    border-radius: 0.20rem;
    height: 1.92rem;
    width: 90%;
    color: white;
    line-height: 1.92rem;
    font-size: 0.68rem;
    margin-left: 4%;
    margin-top: 1.2rem;
    text-align: center;

}






