.from_shiyong .sy_text {
    text-align: center;
    margin: 10px 0 15px 0;
}
.form_cont {
    width: 75%;
    margin: 20px auto;
}
.from_shiyong .input-t {
    width: 115px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}
.from_shiyong .input-t em {
    color: red;
    font-style: normal;
    vertical-align: middle;
}
.form_tishi {
    color: #f00;
    height: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.form_btn {
    text-align: center;
    text-indent: 0;
    display: block;
}
.let_input input {
    border: none;
    border-bottom: 1px solid #c3c1c1;
    border-radius: 0;
    padding: 10px 10px;
}
.form_submit {
    width: 100% !important;
    background-color: #5f89ef;
    border: none;
    padding: 6px 40px;
    color: #fff;
}

.submits_input{
    background-color: #fff;
    height: 40px !important;
    border: solid 2px #5f89ef;
    outline: none;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
}
.submits_input:hover{
    border-color: #5f89ef !important;
}
input:focus{
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    border-color: #5f89ef !important;
}
.shiyong_uname{
    margin-left: 90px;
    height: 30px;
    margin-top: 10px;
}
.shiyong_uname span{
    border: 1px solid #ccc;
    padding: 5px 20px;
    margin-left: 10px;
    color: #999;
    cursor: pointer;
}
.shiyong_uname span:hover{
    color:#5f89ef;
    border-color: #5f89ef !important;
}
.shiyong_uname .on{
    color:#5f89ef;
    border-color: #5f89ef !important;
}
.shi_code{
    position: relative;
}
.shi_code span{
    position: absolute;
    background: #5f89ef;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    width: 50%;
    text-align: center;
    right: 0px !important;
    top: 15px !important;
}
.shi_code span b{
    font-weight: normal;
}
.shi_code span.count{
    background: #bdbcbc;
}
.from_shiyong input{
    height: 40px;
    font-size: 14px;
}
.from_shiyong #code{
    margin-right: 0px;
}
.from_shiyong .mainCIput input{

}
.from_shiyong .form_cont img{
    height: 180px;
    margin: 44px auto 20px;
    display: block;
}
