.signUp{
    width: 950px;
    height: 660px;
    margin: 60px auto 70px;
    border-radius: 10px;
}
.signUp .left{
    width: 610px;
    height: 100%;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f1f1ff;
    position: relative;
}
.signUp .left .img{
    float: right;
    margin-top: 20px;
    margin-right: 18px;
    display: inline-block;
}
.signUp .left h3{
    font-size: 24px;
    color: #3838aa;
    margin-bottom: 22px;
    margin-left: 82px;
    margin-top: 36px;
}
.signUp .left .signUp_c{
    position: absolute;
    right:20px;
    top:22px;
}
.signUp .left form{
    width: 480px;
    height: 478px;
    color: #333333;
    margin-left: 82px;
}
.signUp .left label{
    height: 36px;
    width: 478px;
    font-size: 12px;
    line-height: 36px;
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.signUp .left label input{
    width: 322px;
    height: 36px;
    line-height: 36px;
    float: right;
    border: none;
    padding-left: 10px;
    border-radius: 5px;
    margin-left: 12px;
}
.signUp .left label span{
    color: red;
}
.signUp .left .tishi{
    color: #ffaa44;
    width: 328px;
    float: right;
}
.signUp .left button{
    width: 246px;
    height: 40px;
    outline: none;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    background: #3838aa;
    color: #fff;
    margin-top: 14px;
    cursor: pointer;
}
.signUp .left .redio{
    display: inline-block;
}
.signUp .left .xieyi{
    color: #bbb;
    width: 400px;
    margin-left: 77px;
}
.signUp .left .xieyi a{
    color: #333;
    text-decoration: underline;
}
.signUp .right{
    width: 340px;
    height: 100%;
    float: right;
    background: url("../images/sing_up.png");
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: 100% 100%;
}
.signUp .right div{
    margin-top: 424px;
    margin-left: 40px;
}
.signUp .right div h3{
    font-size: 37px;
    margin-bottom: 26px;
}
.signUp .right div p{
    font-size: 14px;
    line-height: 24px;
}
.radio_type {
    width: 10px;
    height: 15px;
    appearance: none;
    position: relative;
    outline: none;
}
.radio_type:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #999999;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #999999;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: 6px;
    height: 6px;
    text-align: center;
    background: #999999;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 32%;
    left: 30%;
}