* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

select {
    cursor: pointer;
}

/*Title Style*/
.header {
    width: 100%;
    margin: auto;
    height: 90px;
}

.header > div {
    width: 80%;
    height: 90px;
    margin: auto;
    position: relative;
}

.header > div > img {
    width: 70px;
    height: 70px;
    position: relative;
    top: 50px;
    left: 265px;
    border: 1px solid #606060;
    background-size: 100% 100%;
    background-image: url(../images/wechat.jpg);
}

.header .header-left {
    font-size: 28px;
    letter-spacing: 10px;
    font-weight: 700;
    float: left;
    color: #0061ae;
    height: 90px;
    position: relative;
}

.header .header-left p {
    margin-left: 70px;
    margin-top: 15px;
}

.header .header-left img {
    width: 60px;
    position: absolute;
    top: 15px;
    margin-right: 0px;
}

.header .header-left span {
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
    left: 70px;
    top: -15px;
}

/*微信公众号二维码*/
.header .wechat-code {
    width: 132px;
    height: 95px;
    position: absolute;
    top: 44px;
    right: 45px;
}

.header .wechat-code img {
    width: 72px;
    height: 72px;
    margin: auto;
    display: block;
    background-size: 100% 100%;
    background-image: url(../images/wechat.jpg);
}

.header .wechat-code p {
    font-size: 12px;
    color: #606060;;
    text-align: center;
    margin-top: 5px;
}

/* 导航栏 */
.content-nav {
    width: 100%;
    height: 37px;
    background: url('../images/image/nav_bg.png') repeat-x;
    position: fixed;
    z-index: 20;
}

ul li {
    list-style: none;

}

.tab {
    width: 1000px;
    margin: 0 auto;

}

.tab .tab-nav {
    height: 37px;
    margin: 0 auto;

}

.tab .tab-nav li {
    display: inline;
    width: 198px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.tab .tab-nav .split-image {
    width: 2px;
    padding-top: 10px;
}

.tab .tab-nav .split-image:hover {
    width: 2px;
}

.tab .tab-nav li:HOVER {
    width: 198px;
    height: 37px;
    margin-top: 0px;
    background-color: #ff8624;

}

.tab .tab-nav li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    display: block;
    height: 37px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    text-decoration: none;
}

.tab .tab-nav li a.actived {
    width: 198px;
    height: 37px;
    margin-top: 0px;
    background-color: #ff8624;
}

/*form表单登录*/
.content-item-login {
    height: calc(100% - 141px);
    background: url(../images/image/2-2.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    /*position: relative;*/
    overflow: hidden;
}

.content-item-login .login-box {
    box-sizing: border-box;
    background: #ffffff;
    position: absolute;
    left: 50%;
    width: 400px;
    height:475px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.content-item-login .login-box .title {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 0;
    display: block;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.form-content {
    padding-left: 20px;
    width: 322px;
    overflow: hidden;
    box-sizing: border-box;
}

.form-item {
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    width: 300px;
    height: 36px;
    text-align: center;
    /*padding: 10px 10px -1px 30px;*/
    background: #FFFFFF no-repeat 12px;
    margin-bottom: 10px;
}

#alter-pwd .form-item {
    margin-bottom: 30px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.form-item input,
.form-item select {
    outline: none;
    -webkit-appearance: none;
    border-radius: 4px;
    float: right;
    border: none;
    background: none;
    height: 36px;
    line-height: 20px;
    width: 85%;
}

.form-item-usertype {
    background-image: url(../images/image/type.png);
}

.form-item-username {
    margin-top: 10px;
    background-image: url(../images/image/use.png);
}

.form-item-password {
    background-image: url(../images/image/pass.png);
}

.form-item-validateCode {
    float: left;
    width: 200px;
    background-image: url(../images/image/yanzhengma.png);
}

.form-item-image {
    display: block;
    cursor: pointer;
    float: right;
    width: 76px;
    height: 36px;
}

.form-item-image img {
    width: 69px;
    height: 36px;
}

.form-item-errorMsg {
    float: left;
    width: 100%;
    height: 36px;
    position: relative;
}

.form-item-errorMsg span {
    display: block;
    color: #ed3f14;
    font-size: 12px;
}

.form-item-forget {
    font-size: 14px;
    color: #0061ae;
    letter-spacing: 0;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}

.form-item-back {
    font-size: 14px;
    color: #0061ae;
    letter-spacing: 0;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 18px;
    text-align: center;
}

#verificationCode {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    float: right;
    border: none;
    background: none;
    line-height: 20px;
    width: 78%;
}

.hbj-login {
    padding-top: 20px;
    background: none !important;
}

.hbj-login .title {
    height: 48px !important;
    line-height: 48px !important;
    padding-top: 0px !important;
    margin: 0px 6%;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: rgba(1, 30, 66, 0.8);
    position: relative;
}

.hbj-login .title a {
    text-decoration: none;
    color: #fff;
    float: right;
}

.hbj-login .title i {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}

.hbj-login .sc-icon-close:before {
    font-size: 20px;
}

.button-container {
    letter-spacing: -3px;
    font-size: 0;
    margin: 0px 6%;
}

.button-container a {
    display: inline-block;
    width: 48%;
    color: #fff;
    margin: 5px 0%;
    text-align: center;
    background-color: rgba(1, 30, 66, 0.8);
    padding: 20px 0;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.check-disabled:hover {
    background-color: rgba(1, 30, 66, 0.8) !important;
    cursor: text !important;
}

.check-disabled p {
    color: #999;
}

check-disabled .sc-icon-examine:before {
    color: #999;
}

.button-container a:hover {
    background-color: #1e90ff;
}

.button-container a .icon-container {
    padding-bottom: 10px;
}

.sc-icon-function:before, .sc-icon-examine:before, .sc-icon-analysis:before, .sc-icon-data:before {
    font-size: 35px !important;
}

.sc-icon-function:before {
    font-size: 34px !important;
}

/*手机 验证码 */

form > button {
    margin-bottom: 15px;
    width: 302px;
    height: 36px;
}

button.primary {
    cursor: pointer;
    white-space: nowrap;
    background: #2B7DE1;
    border: 1px solid #2B7DE1;
    color: #3b8af1;
    border-radius: 4px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 9px 3px;
    font-size: 14px;
}

button.primary:focus,
button.primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

button.primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}

.forget-left {
    float: left;
}

.forget-left:hover {
    color: #3a8ee6;
    cursor: pointer;
}

.forget-right {
    margin-left: 10px;
}

.forget-right:hover {
    color: #3a8ee6;
    cursor: pointer;
}

.valid-message {
    display: flex;
}

.valid-message .form-item-validateCode {
    flex: 1;
}

.valid-message .form-item-image {
    margin-left: 10px;
    width: auto;
}

.valid-message button[disabled] {
    background-color: #999999;
    border: none;
}

#phoneRemote {
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1900px) {
    .content-item-login .login-box {
        width: 420px;
    }

    #alter-pwd {
        height: 360px;
    }

    #alter-pwd .form-content {
    }

    .content-item-login .login-box .title {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }

    .form-content {
        width: 400px;
    }

    .form-item {
        width: 378px;
        height: 40px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .form-item input, .form-item select {
        height: 38px;
    }

    #verificationCode {
    }

    .form-item-validateCode {
        width: 280px;
    }

    .form-item-image {
        width: 80px;
    }

    .form-item-image img {
        height: 38px;
    }

    form > button {
        height: 40px;
        width: 100%;
    }

    .form-item-forget {
        margin-top: 25px;
    }
}

/*微信公众号二维码*/
.wechat-code {
    width: 100px;
    height: 145px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.wechat-code img {
    width: 100px;
    height: 100px;
    display: block;
    background-size: 100% 100%;
    background-image: url('../images/wechat.jpg');
}

.wechat-code p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

/* 底部信息 */
.content-item-footer {
    height: 50px;
    border-top: 1px solid #dddee1;
}

.content-item-footer .copy {
    text-align: center;
    margin: 15px auto;
    font-size: 14px;
    color: #666666;
}

#browserDownload {
    display: none;
    padding: 0 20px;
    margin: auto;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

#browserDownload p {
    color: red;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    font-size: 12px;
}

#browserDownload a {
    color: #03446a;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#browserDownload a:visited, #browserDownload a:active {
    color: #03446a;
}




