body{
    background: #fff;
}
.login-area{
    padding: 0 30px;
}
.login-area .login-title{
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    padding: 100px 0 60px;
}
.xieyi-check{ width:100%; height:auto; display:flex; align-items:center; font-size:12px; color:#666; justify-content:center;margin-top: 30px;}
.xieyi-check span{
    color:#e40f25;
}



.logo-area{
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.logo-area img{
    width: 30%;
    height: auto;
}
.bindphone-tip{ width:100%; height:auto; overflow:hidden; color:#999; font-size:14px; text-align:center;}
.bindbox{ width:80%; height:auto; margin:0px auto 10px auto; overflow:hidden;}
.binditem{ width:100%; height:auto; overflow:hidden; display:flex; align-items:center; padding:5px 2px; box-sizing:border-box; border-bottom:1px solid #eeeeee; margin-bottom:10px;}
.binditem span{margin-right: 10px;}
.binditem .input{ width:100%; height:30px; display:block; border:none; margin:0px;flex:1;margin-right: 5px;}
.binditem .get-vcode{ display:block; height:30px; background:none; color:#ff444d; font-size:14px; border:none;}
.bindbox .phone input{
    background: url(../images/phone.png) no-repeat left center;
    background-size: auto 60%;
    padding-left: 30px;
}
.bindbox .pass input{
    background: url(../images/pass.png) no-repeat left center;
    background-size: auto 60%;
    padding-left: 30px;
}
.register{
    height: 48px;
    line-height: 48px;
    color: #999;
    text-align: center;
}
.register a{
    color: #ff444d;
}
.register a:nth-of-type(1){
    float: left;
}
.register a:nth-last-of-type(1){
    float: right;
    color: #999;
}
.reg-title{
    padding: 40px 0px 20px
}
.reg-title h1{
    font-size: 22px;
}
.reg-title p{
    font-size: 16px;
    color: #373b52;
}
ul.reg-type li{
    margin-bottom: 30px;
}
ul.reg-type li img{
    width: 100%;
    height: auto;
    display: block;
}
input[name='code']{
    border-right: 1px solid #eee !important;
}
















