
html,body{
    height: 100%;
}

.suzhou {
    height: 100%;
    background: url("../images/fileUpload.jpg") no-repeat 45% 13%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.suzhou-bg{
    position: absolute;
    height: 230px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.3);
}
.suzhou .tabBar{
    display: none;
}
.suzhou .loginBox {
    background: none;
    box-shadow: none;
    height: auto;
    position: absolute;
    bottom: 12%;
    width: 960px;
    left: 50%;
    transform: translate(-50%, 0);
}
.suzhou .tabCon {
    overflow: hidden;
}
.suzhou .loginBox .inputBox {
    width: 620px;
    float: left;
    border: none;
    background: none;
}
.suzhou .loginBox .inputBox li {
    width: 260px;
    float: left;
    margin-right: 20px;
    border: #cad2d7 1px solid;
    margin-top: 0;
    background: rgba(255,255,255,0.8);
    border-radius: 25px
}
.suzhou .loginBox .inputBox .inputLogin {
    background: none;
}
.suzhou .loginBox .inputBox .inputLogin, .passwordLayer {
    width: 125px;
}
.inputBox .passwordLayer {
    background: none;
}
.suzhou button.loginBt{
    width: 220px;
    float: left;
    margin: 0;
    background: #38C64E;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    /*left: -6%;*/
}
button.loginBt:hover {
    background: #38C64E;
}
div.warningBg {
    background: #FEF3B7;
    color: #fb2727;
    position: relative;
    left: 50px;
}
.warningBox {
    margin: 24% auto 0;
    float: initial;
}
span.warningArr {
    display: none;
}
.header {
    position: absolute;
    bottom: 10px;
    left: 0;
}
.header .logo {
    display: none;
}
.fr {
    padding-top: 20px !important;
}
.footer {
    display: none;
}

@media screen and (min-width: 1600px) {
    div.suzhou {
        background-size: cover;
    }
}

