/* 注册有哪些好处部分 */
.signup_bg{
    width: 100%;
    background: #F3F3F3;
    padding: 32px 0 40px;
}
.signup_box{
    background: #fff;
    padding: 40px 40px 37px;
}
.register_right_box{
    background: #F8F8F8;
    width: 500px;
    color: #343434;
    font-size: 14px;
    height: 100%;
}
.register_right_box>div:nth-child(1){
    padding-left: 30px;
    line-height: 50px;
    font-weight: 600;
    background: #E6E6E6;
}
.register_right_bottom{
    padding: 30px 30px 22px;
}
.register_right_bottom>div:nth-child(1)>div>span{
    line-height: 41px;
    display: block;
    float: left;
    width: 408px;
}
.register_right_bottom>div:nth-child(1)>div>i{
    color: #ce0f05;
    float: left;
    font-size: 20px;
    margin-right: 12px;
    display: block;
    line-height: 41px;
}
.register_right_bottom>div:nth-child(2){
    width: 364px;
    height: 306px;
    margin: 79px 0 0 79px;
}
/* 注册输入部分 */
.register_left_box{
    width: 500px;
    font-size: 14px;
    color: #343434;
}
.register_left_title{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 30px;
    height: 31px;
}
.register_left_title>span:nth-child(1){
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
}
.register_left_title>span:nth-child(2){
    display: block;
    float: right;
    line-height: 35px;
}
.register_left_title>span>a{
    color: #009AFF;
    font-weight: 600;
}
.register_left_input{
    margin-bottom: 20px;
    position: relative;
}
.pass_me{
    position: absolute;
    width: 100%;
    height: 40px;
}
.register_left_input>div{
    font-weight: 600;
    margin-bottom: 10px;
}
.register_left_input>div>span{
    color: #FF3030;
    margin-left: 3px;
}
.register_left_input>input{
    width: 500px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}
.protocol{
    position: relative;
}
.protocol_span{
    margin-left: 20px;
}
.protocol_span>span{
    color: #FF3030;
    margin-left: 3px;
}
.protocol_span>a{
    color: #009AFF;
}
.register_agree{
    margin-top: 30px;
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
}
.register_agree>span{
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.register_agree>div>div{
    width: 6px;
    height: 6px;
    background: #ce0f05;
    border-radius: 50%;
    margin-right: 6px;
    border-radius: 50%;
    float: left;
    margin-top: 4.5px;
}
.register_btm{
    margin-top: 30px;
    width: 150px;
    height: 50px;
    border-radius: 4px;
    background: #ce0f05;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.err_input{
    border-color: #FF3030 !important;
}
.errinput_span{
    margin-top: 6px;
    color: #FF3030;
    display: none;
}
.hint{
    color: #9A9A9A;
    margin-top: 6px;
    display: block;
}
/* 注册成功 */
.win_register{
    text-align: center;
    height: 530px;
    color: #343434;
    font-size: 16px;
}
.win_register>img{
    width: 177px;
    height: 144px;
    display: block;
    margin: 20px auto;
}
.win_register>span{
    font-size: 24px;
    display: block;
    margin: 0 auto 19px;
    font-weight: 600;
}
.win_register>div>span{
    color: #009AFF;
}
.win_register>a{
    display: block;
    background: #ce0f05;
    border-radius: 4px;
    width: 230px;
    height: 50px;
    margin: 60px auto;
    line-height: 50px;
}
.cli_company{
    display: none;
}
.dropdown-display-label:after, .dropdown-display:after{
    content: '';
    position: absolute;
    border-top: 8px solid #ce0f05;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 12px;
    right: 8px;
}
.dropdown-multiple-label.active .dropdown-display-label:after, .dropdown-multiple-label.active .dropdown-display:after, .dropdown-multiple.active .dropdown-display-label:after, .dropdown-multiple.active .dropdown-display:after, .dropdown-single.active .dropdown-display-label:after, .dropdown-single.active .dropdown-display:after{
    border-top: none;
    border-bottom: 8px solid #ce0f05;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}