.reg-drag{
    width: 100%;
}
.reg-drag h3{
    margin:0.0rem;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
    font-size: 0.48rem;
    border-bottom: 0.03rem solid #f1f1f1;
}
.reg-drag h3 .back{
    position: absolute;
    left: 0.4rem;
    top: 0.01rem;
    color: #000;
}
.reg-form{
    box-sizing: border-box;
    margin-top:0.8rem;
    padding:0.0rem 0.6rem;
}
.reg-form input{
    width: 100%;
    height:1rem;
    border:none;
    border-bottom: 1px solid #ddd;
    outline: none;
    text-indent: 1rem;
    margin-bottom: 0.7rem;
    border-radius: 0px;
}
.reg-form input.username{
    background: url("../img/yonghu.png") 0.2rem center no-repeat;
    background-size:0.53rem;
}
.reg-form input.password{
    background: url("../img/mima.png") 0.01rem center no-repeat;
    background-size:0.93rem;
}.reg-form input.passwordq{
     background: url("../img/mima-q.png") 0.07rem center no-repeat;
     background-size:0.73rem;
 }
.reg-form input.yzm{
    background: url("../img/yzm.png") 0.01rem center no-repeat;
    background-size:0.93rem;
}
.reg-form input.mobile{
    background: url("../img/mobile.png") 0.03rem center no-repeat;
    background-size:0.73rem;
}
.reg-form input.email{
    background: url("../img/email.png") 0.01rem center no-repeat;
    background-size:0.93rem;
}
.reg-form input.yzm{
    width: 40%;
}
.yzm-con{
    display: inline-block;
    padding:0.2rem 0.4rem;
    margin-left: 0.27rem;
    color: #fff;
}
.reg-form input.submit{
    background-color: #c73538;
    border-bottom: none;
    text-indent: 0.0rem;
    color: #fff;
    margin-bottom:0.2rem;
}
.reg-form ul li a{
    color: #000;
    margin:0 2.2rem;
} 
.reg-form ul li a:nth-of-type(1){
    margin-left: 0.0rem;
}
.reg-form ul li a:nth-of-type(2){
    margin-right:0.0rem; 
}
.other-login{
    text-align:center;
    margin-top:1.3rem;
}
.other-login h4{
    text-align:center;
    font-size: 0.43rem;
}
.other-login a{
    display: inline-block;
    width: 10%;
    margin:0.0rem 0.5rem;
    margin-top:0.53rem;
}
.reg-content a{
    display: block;
    margin: 0 auto;
    color: #666;
    text-align: center;
}