.register{
    width: 100%;
    background: #eee;
    padding: 30px 0 50px 0;
    height: 700px;
}
.register_c{
    height: 480px;
    width: 900px;
    margin:0 auto;
    border-radius: 10px;
    background: #fff;
    padding:15px 15px 0 15px;
}
.register_p i{
    width: 22px;
    height: 22px;
    background: url("../images/acc_03.png");
    margin: 0 10px 4px 11px;
}
.register_p {
    line-height: 30px;
    display: inline-block;
    margin-bottom: 6px;
}
.register_a{
    cursor: pointer;
    font-size: 16px;
    color: #a0a0a0;
}
.register_a:hover{
    color: #5ab4f3;
    border-bottom: 1px solid #5ab4f3;
}
.register_hr{
    border-bottom: 1px solid #ccc;
}
.register_zc{
    width: 408px;
    height: 386px;
    margin: 0 auto;
    padding-top: 40px;
}
.telephone,.registerPassword,.registerVerify{
    margin-top: 20px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color:#999;
}
.registerVerify{
    margin-top: 15px;
}
.telephone input,.registerPassword input,.registerVerify input{
    line-height: 40px;
    font-size: 16px;
}
.registerVerify button{
    width: 100px;
    line-height: 42px;
    border-radius: 4px;
    background: #3594cc;
    color:#fff;
    font-size: 16px;
    margin-bottom: 5px;
    cursor: pointer;
}
.register_zc label{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #999;
}
.registerButton{
    width: 400px;
    height: 40px;
    border-radius: 4px;
    background: #faa600;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 11px;
}
.register_ps{
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-top: 12px;
}
.right{
    padding-right: 84px;
}