.shiyong_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: 9999;
}
.from_shiyong{
    position: fixed;
    width: 482px;
    display: block;
    background: white;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-left: -241px;
    margin-top: -215px;
    padding-bottom: 30px;
    border-radius: 3px;
}
.sy_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 25px;
}
.sy_close img {
    width: 100%;
}
.from_shiyong h3 {
    text-align: center;
    margin-top: 30px;
}
.from_shiyong .sy_text {
    text-align: center;
    margin: 5px 0 15px 0;
}
.form_cont {
    width: 452px;
    margin: 20px auto;
    padding-left: 10px;
    padding-right: 10px;
}
.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;
}
.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: #aa0009;
    border: none;
    padding: 6px 40px;
    color: #fff;
}

.submits_input{
    margin-left: 100px;
    margin-top: 2.5px;
    background-color: #fff;
    height:30px !important;
    border: solid 1px #eee;
    outline: none;
    border-color: #ccc;
    width: 210px;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
}
.submits_input:hover{
    border-color: #cc1625 !important;
}
input:focus{
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    border-color: #cc1625 !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:#cc1625;
    border-color: #cc1625 !important;
}
.shiyong_uname .on{
    color:#cc1625;
    border-color: #cc1625 !important;
}
.shi_code{
    position: relative;
    float: right;
}
.shi_code span{
    position: absolute;
    background: #cc1625;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    cursor: pointer;
    width: 115px;
    text-align: center;
    right: 0px !important;
    top:2px;
}
.shi_code span b{
    font-weight: normal;
}
.shi_code span.count{
    background: #bdbcbc;
}
.from_shiyong input{
    float: left;
}
.from_shiyong #code{
    margin-right: 0px;
}
.from_shiyong .mainCIput input{
    margin-left: 0;
    float: left;
}
.from_shiyong .form_cont img{
    height: 180px;
    margin: 44px auto 20px;
    display: block;
}
