@charset "utf-8";
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #d6dbdf;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #d6dbdf;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
body {
    background-image: url('../images/bg.png?ver=1.2') ;
    background-repeat: no-repeat;
    background-size: cover; 
}

#particles-js{
    width: 100%;
    height: 100%;
    /* background-image: url('../img/login_background.png'); */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tips {
    position: absolute;
    left: 10px;
    top: -20px;
    width: 200px;
    height: 200px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideInDown;
}
.tips img { max-width: 100%; }
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

/*===========头部开始==============*/

hgroup {
    margin: 36px 0;
    width: 400px;
}

.footer {
    margin: 24px 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    font-size: 14px;
    color: #878889;
    line-height: 60px;
    z-index: 1;
    text-align: center;
}

.footer .copy span {
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 5px;
}

.header {
    margin: 48px 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    height: 48px;
    font-size: 48px;
    font-family: "宋体", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.container {
    width: 1200px;
    /* height: 630px; */
    height: 613px;
    position: relative;
    top: 50%;
    margin: -315px auto;
    z-index: 10;
    background-color: #fff;
    background-image: url(../images/form.png?ver=1.1);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    /* box-shadow: 1px 10px 20px 1px rgba(255, 255, 255, 0.05); */
    box-shadow: 1px 10px 20px 1px rgba(255, 255, 255, 0.05);
}

.EC_login {
    position: absolute;
    width: 48.5%;
    color: #888;
    font-size: 14px;
    right: 0;
    top: 0;
}

.EC_login #form {
    width: 400px;
    margin: 40px auto 0 auto;
}

.EC_login .login-title {
    color: #262626;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    line-height: 70px;
}

.log-inp {
    position: relative;
}

.log-inp .icon-userName {
    background: url(../images/userName.png) no-repeat;
}

.log-inp .icon-pwd {
    background: url(../images/password.png) no-repeat;
}

.log-inp .icon-verifyCode {
    background: url(../images/verifyCode.png) no-repeat;
}
.log-inp .icon {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 8px;
}
.log-inp .input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #989FA5;
    outline: none;
    opacity: 0.6;
}

.log_verify_inp {
    position: relative;
}

.log_verify_inp .checkCode {
    width: 100px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}

.errorMsg {
    display: none;
    position: absolute;
}

.log_submit {
    width: 452px;
    margin: 20px 0 0 -26px;
    height: 84px;
    background: url(../images/login.png?ver=1.1) no-repeat center center;
    border: none;
    cursor: pointer;
    background-size: 100%;
}

.log_submit:focus {
    outline: none;
}
.errorMsg {
    white-space: nowrap;
    color: #ff4d4d;
    font-size: 14px;
    display: none;
}

.checkSpan, .nameSpan, .pwdSpan {
    line-height: 32px;
}

.showErrorMsg {
    display: block;
}

.loginErrMsg {
    color: red;
    width: 100%;
    text-align: center;
}

.login-logo{
    width: 462px;
    height: 48px;
    background-image: url(../images/login-logo.png?ver=1.1);
    background-repeat:  no-repeat;
    margin-bottom: 78px;
    margin-left: -31px;
}
