/* 首页 */
.index_main{
    margin-top:0.3rem;
}
.index_personal .intitle{
    color:#402121;
    font-size:.30rem;
    font-weight: 600;
    text-align: center;
}
.index_personal{
    margin: 0 auto;
    width: 94%;
    border-radius: 8px;
}
.personal_div input{
    display: block;
    margin: 0 auto;
    width: 80%;
    font-size: .373rem;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.07rem;
}
.personal_div input:first-of-type{
    border-bottom: 1px solid #737373;
}
.index_start{
    display: block;
    margin: .454rem auto 0;
    width: 90%;
    height: 1.3rem;
    background: url('../images/btn.png') no-repeat;
    background-size: 100%;
}
.index_txt1 , .index_txt2{
    margin-top: .507rem;
    text-align: center;
}
.index_txt1{
    font-size: .374rem;
    color: #1a1a1a;
}
.index_txt1 span{
    color: #d2243d;
}
.index_txt2{
    justify-content: center;
    font-size: .2rem;
    color: #2b6b8b;
}
.cloud{
    margin-right: 1%;
    width: 15%;
}
.submit{
    width: 58%;
    margin: .3rem auto;
    height: 56px;
    background: url(../images/chakbtn1.png) no-repeat;
    background-size:100%;
    color: #facd89;
    border-radius: 4px;
    font-size:.32rem;
    line-height:52px;
}


/* 发送短信 */
.send_con{
    margin: 0 auto;
    width: 90%;
    background: #ffe5dd;
}
.send_img{
    margin: 1.4rem auto 1.01rem;
    width: 80%;
}
.send_main{
    margin: 0 auto;
    width: 94%;
}
.send_txt1{
    font-size: .374rem;
}
.send_txt2{
    font-size: .34rem;
}
.send_txt1 , .send_txt2{
    color: #d10034;
}
.send_area{
    margin: .934rem auto 1.87rem;
}
.send_div{
    margin-bottom: .533rem;
}
.send_tel{
    padding: 0 4%;
    width: 92%;
}
.send_code{
    padding: 0 4%;
    width: 58%;
}
.send_time{
    width: 32%;
    font-size: .8rem;
    color: #fff;
    background: #d10034;
}
.send_tel , .send_code{
    border: 1px solid #b37700;
}
.send_tel , .send_code , .send_time , .send_result{
    font-size: .374rem;
    border-radius: 5px;
}
.send_div input , .send_time{
    height: 1.2rem;
    line-height: 1.2rem;
}
.send_div>input::-webkit-input-placeholder{
    color: #b8b8b8;
}
.send_div>input:-moz-placeholder{
    color:#b8b8b8;
}
.send_div>input::-moz-placeholder{
    color:#b8b8b8;
}
.send_div>input:-ms-input-placeholder{
    color:#b8b8b8;
}
/* .send_result{
    display: block;
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.25rem;
    color:#fff;
    background: #d10034;
} */
.send_result{
    display: block;
    width: 100%;
    height: 1.1rem;
    background: url('../images/btn3.png') no-repeat;
    background-size: 100%;
}
.agree{
    justify-content: center;
    margin-top: .454rem;
    font-size: .34rem;
    color: #666;
}
.agree span a{
    color: #666;
    text-decoration: underline;
}
.i-check2 {   
    margin-right: 5px;
    width: 13px;   
    height: 13px;   
    position: relative; 
}
.i-check2 label {   
    width: 13px;   
    height: 13px;   
    cursor: pointer;   
    position: absolute;   
    top: 1px;   
    left: 0;   
    background: url("../images/checkbox.png") no-repeat right center;
    background-size: 100%;
}
.i-check2  label:after {   
    content: '';   
    width: 13px;   
    height: 13px;    
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/checked.png") no-repeat right center;
    background-size: 100%;
    opacity: 0;   
}
.i-check2 input[type=checkbox]:checked + label:after {   
    opacity: 1;   
}
.i-check2 input[type=checkbox] {   
    opacity: 0;   
    position: absolute;   
    z-index: 2;   
    left: 0;   
    top: 1px;   
    width: 100%;   
    height: 100%;   
    margin: 0;   
}   


