body{
    height:auto;
    background:rgb(243,244,251);
    font-family:"微软雅黑";
}
h1,h2,h3,h4,h5,h6{
    font-family:"微软雅黑";
}
input::-webkit-input-placeholder{
    font-size:14px;
    color:#E1E4EB;
}
input::-moz-placeholder{
    color:#E1E4EB;
}
input:-moz-placeholder{
    color:#E1E4EB;
}
input:-ms-input-placeholder{
    color:#E1E4EB;
}
.login_top{
    /*height: 100px;*/
}
.login_top h1{
    font-weight:bold;
    color: #666;
    line-height:1.8;
}
.login_bg{
    position: relative;
    width: 100%;
    max-width: 100%;
    height:692px;
    background:url("../../images/login-3.png") no-repeat center center;
}
.login-tit{
    position: absolute;
    width:419px;
    height: 50px;
    left:18px;
    top:18px;
    background:url("../../images/login-logo-suzhou.png") no-repeat;
}
.login_box{
    position: relative;
    margin:130px auto 0;
    padding: 40px 25px 0 25px;
    width:380px;
    height:325px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1), 3px 0 15px rgba(0,0,0,0.1);
    z-index: 333;
}
.login_box input{
    border-radius:5px;
    margin-bottom: 1.5rem;
    border-radius:0;
}
.login_box input:focus{
    border:1px solid #8ddbbd;
}
.reveal-modal{
    overflow: hidden;
}
.reveal-modal .close-reveal-modal {
    top: -5px;
    right: 4px;
}
.reveal-modal .close-reveal-modal:hover{
    background:red;
    color:#fff;
}
.notice-tit{
    position: relative;
    padding-top: 2rem;
    padding-right: 20px;
    margin-right: 30px;
    border-right: 1px solid #D1D5D8;
    height: 120px;
}
.alertTit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background:#0184DC;
    font-size: 24px;
    color:#fff;
    text-align:center;
    font-size: 28px;
    line-height: 1.6;
}
p.lead{
    margin-top: 35px;
}
.custom-a{
    color: #666;
}
.login_btn{
    margin-top: 10px;
    padding: 0.625rem;
    margin-bottom:0.325rem;
    width: 327px;
    font-weight: bold;
    border-radius: 5px;
    background-color:#1b65fa;
    border-radius:0;
}
.login_btn:hover{
    background-color:#1b65fa;
}
.login_tit{
    margin-top:30px;
}
.login_tit h4{
    line-height:2.5;
}
.login_bottom{
    padding-top:20px;
}
.login_bottom small{
    display: inherit;
    /*color: lightgray;*/
    color: #666;
    /* line-height:85px; */
    font-size: 14px;
}
.fff{
    background:#fff;
}

.manual{
    padding-left:18px;
    background:url("../../images/manual.png") no-repeat left center;
    color:#2277da;
    font-size: 12px;
}
.manual:hover{
    color:#2277da;
}
.f-dropdown{
    max-width:130px;
}
.f-dropdown li:hover, .f-dropdown li:focus {
    background: #fff;
}
.f-dropdown li a{
    padding: 0.4rem 1rem;
    font-size: 12px;

}
.f-dropdown li a:hover{
    font-weight: bold;
    color:#2277da;
}
.f-dropdown:focus{
    outline:0;
}
.f-dropdown::before,.f-dropdown::after{
    display: none;
}