html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    
    
}
button {
    margin: 0;
    padding: 0;
    border: 0;
}

/* 登录内容区 */
.content {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 900px;
    background-color: #1878E4;
    position: relative;
    overflow: hidden;
    transition: .15s linear;
}
.build {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/login/build.png") no-repeat;
    width: 1546px;
    height: 559px;
}
.cat {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/login/cat.png") no-repeat;
    width: 363px;
    height: 342px;
}
.login {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logo,.catchword,.login-box {
    margin: auto
}
.login-box {
    position: relative;
}
.login .logo {
    width: 120px;
    height: 120px;
    background: url("../img/login/logo.png") no-repeat;
    margin: 40px auto 20px;
    background-size: cover;
}
.login .catchword {
    font-size:32px;
    color:#FDFBFB;
    line-height:32px;
    margin-bottom: 40px;
}
.login-box {
    width:372px;
    background:#fff;
    border:1px solid rgba(129,143,160,0.141176);
    box-shadow:0px 1px 6px 0px rgba(74,97,127,0.14);
    border-radius:4px;
    position: relative;
}
.login-box .wx_login {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url("../img/login/wx_login_img.png") no-repeat right 0px center;
    background-size: contain;
}
.wx_login_logo {
    background: url("../img/login/wx_login_logo.png")
input::-ms-clear, input::-ms-reveal{
    display: none;
}
.copyright {
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
}
.copyright span, .copyright a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
}