.registe_content .float_after>.left{
    width: 45.83%;
}
.registe_content .float_after h1{
    font-size: 20px;
    font-weight: normal;
    padding: 25px 0 29px 0;
}
.registe_content .float_after>.left form input{
    width: 100%;
    padding: 15px 10px;
    border:1px solid #efefef;
    outline: none;
    box-shadow: 5px 5px 10px 2px #f4f4f4;
    margin-bottom: 22px;
}
.registe_content .float_after>.left>p{
    margin-bottom: 24px;
}
.registe_content .float_after>.left form button{
    width:204px;
    height: 35px;
    background: #00adef;
    border:1px solid #00adef;
    color: #ffffff;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    transition: all 500ms linear 0s;
}
.registe_content .float_after>.left form button:hover{
    background: #ffffff;
    color: #00adef;
}
.customer_type{
    width: 100%;
    padding: 15px 10px;
    border:1px solid #efefef;
    box-shadow: 5px 5px 10px 2px #f4f4f4;
    margin-bottom: 22px;
    position: relative;
    color: #757575;
}
.customer_type_sj{
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 20px;
    right:20px;
    border-top:14px solid #8b8b8b;
    border-left: 9px solid transparent;
    border-right:9px solid transparent;
    transition: all 500ms linear 0s;
}
.customer_xzk{
    display: none;
}
.customer_type ul{
    position: absolute;
    width: 100%;
    top: 50px;
    left:0;
    padding: 15px 10px;
    border:1px solid #efefef;
    box-shadow: 5px 5px 10px 2px #f4f4f4;
    background: #ffffff;
    display: none;
}
.customer_type ul li{
    padding: 5px;
    transition: all 500ms linear 0s;
    cursor: pointer;
}
.customer_type ul li:hover{
    background: #00adef;
}
.customer_type ul li:hover a{
    color:#fff;
}
.registe_content .float_after>.right{
    width: 48.75%;
}
