* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    font-family: PingFangSC-Regular, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    word-break: break-all;
    width: 100%;
    height: 100%
}

input {
    outline: 0
}

ul, li {
    list-style: none
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none
}

#bodyer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E7EEF0;
    background-image: url("../images/loginbg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
}

.login {
    width: 100%;
    height: 100%
}
.login .login-form-box {
    width: 320px;
    margin: 5% auto 0;
    padding: 0 40px 40px;
    background-color: #fff;
    box-shadow: 0 0 6px #2291a7
}

.login .login-form-box .login-title {
    text-align: center;
    padding: 30px 0 10px
}

.login .login-form-box .login-ipt-box {
    margin: 20px auto 0;
    border-bottom: 1px solid #d9d9d9;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    box-sizing: content-box
}

.login .login-form-box .login-ipt-box input {
    width: 170px;
    height: 100%;
    background-color: transparent
}

.login .login-form-box .login-ipt-box .see-password-btn {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 21px 20px;
    background: no-repeat center center;
    cursor: pointer
}

.login .login-form-box .login-ipt-box .see-password-btn.close {
    background-image: url(../images/eyeclose.png)
}

.login .login-form-box .login-ipt-box .see-password-btn.open {
    background-image: url(../images/eyeopen.png)
}

.login .login-form-box .login-forget-password {
    text-align: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px
}

.login .login-form-box .login-btn-box {
    margin: 20px auto 0
}

.login .login-form-box .login-forget-password a {
    color: #03aacd
}

.login .login-form-box .login-btn {
    user-select: none;
    cursor: pointer;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #03aacd
}

.g-top-logo {
    width: 70%;
    min-width: 800px;
    padding-top: 50px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 300px
}

.g-top-logo img {
    float: left;
    width: 110px;
    height: 75px
}

.g-top-logo .title {
    float: left;
    display: block;
    height: 75px;
    line-height: 75px;
    padding-left: 20px;
    font-size: 30px;
    color: #fff
}

#footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: #03AACD;
    z-index: 100
}

#footer .footer-con {
    width: 100%;
    text-align: center
}

#footer .footer-con .txt {
    font-size: 14px;
    color: #FFF
}

.g-prompt {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    user-select: none
}

.g-prompt-box {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center
}

.g-prompt-box-txt {
    position: relative;
    display: inline-block;
    padding: 1pc 30px;
    color: #fff;
    font-size: 18px
}

.g-prompt-box-txt:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #000;
    content: '';
    opacity: .5;
    filter: Alpha(opacity=50)
}