.hidden_validation{
    display: none ;
}
.show_validation{
    display: block ;
}
.validation{
    font-size: 12px;
}
.validation_switch{
    color: #008edf;
    cursor: pointer;
}
.send_verification{
    outline: none;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    width: 108px;
    height: 33px;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    color: #666;
    background: white;
    cursor: pointer;
}
.send_verification:hover{
    border: 1px solid #FF8C1D;
}
.validation_right{
    float: right;
    padding-bottom: 5px;
}
.con_zhuce .con_top_right ul li input{
    width: 310px;
}
.con_zhuce .con_top_right .active{
    width: 291px !important;
}
.con_zhuce .con_top_right .active span{
    width: 115px !important;
}
@media only screen and (max-width: 961px){
    #formUser ul li input{
        width: 200px !important;
    }
    .con_zhuce .con_top_right .active{
        width: 190px !important;
    }
    .con_zhuce .con_top_right .active span{
        display: none;
    }
    .con_zhuce .con_top_right .active input{
        border: none;
    }
    .con_zhuce .con_top_right .active:hover input{
        border: none;
    }
}