*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
button{
    border: none;
}
body{
    background:url("../img/signbg.jpg") no-repeat;
    background-size: cover;
}
.register_content{
    width: 470px;
    height: 550px;
    margin: 80px auto;
    text-align: center;
}
.register_content p{
    font-size: 13px;
}
.register_content p span{
    margin-left: 234px;
    color: rgb(131,131,134);
}
.register_content p a{
    color: rgb(190,69,69);
}
.register_content p button{
    border: 1px solid rgb(190,69,69);
    width: 45px;
    border-radius: 4px;
    height: 25px;


}
.register_input{
    background-color: white;
    border-radius: 5px;
    height: 520px;
    width: 450px;
    margin: 10px auto;
}
.register_input div{
    width: 360px;
    margin: 10px auto;
    height: 50px;
    border: 1px solid #ccc;
    position: relative;
}
.register_input span{
    display: inline-block;
    width: 168px;
    /* margin-left: 22px; */
    height: 50px;
    background-color: #ccc;
    line-height: 50px;
}
.register_input button:last-child{
    width: 360px;
    height: 50px;
    border-radius: 5px;
    margin-top: 10px;
}
.register_input .ooo{
    border: 1px solid rgba(255,255,255,1);
}
.register_input .ooo::after{
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    top: 7px;
    left: 38px;
}
.register_input .ooo div{
    width: 182px;
    margin-left: -1px;
}
.register_input .ooo div input{
    width: 98px;
    margin-left: 43px;
}
.register_input .qqq{
    display: inline-block;
    width: 182px;
    margin-left: -4px;
}
.register_input .qqq input{
    width: 98px;
    margin-left: 43px;
}
.register_input div img{
    position: absolute;
    top: 10px;
    left: 10px;
}
.register_input .check{
    margin-left: -77px;
}
.register_input .check:checked::after{
    opacity: 1;
}
.register_input .check::after{
    background: url(../img/xuanzhong.png) no-repeat;
    background-position: -2px 0;
    background-size: cover;
    opacity: 0;
    position: absolute;
    content: "";
    width: 14px;
    height: 13px;
}
.register_input div::after{
    content: "";
    height: 35px;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 7px;
    left: 38px;
}
.register_input div input{
    border: none;
    height: 92%;
    width: 242px;
    margin-top: 3px;
    outline: none;
}
/* .register_input div img .yanzheng{
    position: absolute;
    top: 10px;
    right: 0;
} */
.register_input .yuan{
    margin-top: -74px;
}
.last{
    color: rgb(131,131,134);
}
.yanzheng{
    padding-left: 180px;
}