* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    font: 1em Arial, sans-serif;
    background-color: #d1e4f7;
}
body:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d1e4f7 -webkit-linear-gradient(111deg, #A4B9D8 0%, #D0E4F6 16%, #A4B9D8 42%, #D0E4F6 69%) center center no-repeat;
    background: #d1e4f7 -o-linear-gradient(111deg, #A4B9D8 0%, #D0E4F6 16%, #A4B9D8 42%, #D0E4F6 69%) center center no-repeat;
    background: #d1e4f7 linear-gradient(339deg, #A4B9D8 0%, #D0E4F6 16%, #A4B9D8 42%, #D0E4F6 69%) center center no-repeat;
    background-size: contain;
    z-index: -1;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    border: 0
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #a4b7d9 inset !important;
    -webkit-text-fill-color: #fff
}

a {
    text-decoration: none
}

img {
    vertical-align: middle
}

.pointer {
    cursor: pointer
}

button.disabled {
    color: #fff !important;
    background-color: #b0b1bf !important;
    border-color: #b0b1bf !important;
    cursor: not-allowed !important
}

.container {
    min-height: 100%;
    min-width: 320px;
}

.main {
    margin: 0 auto;
    text-align: center;
    width: 400px;
    padding-top: 50px;
    padding-bottom: 100px
}
.main-pc {
    width: 600px;
}

.logo {
    display: block;
    width: 168px;
    height: 54px;
    margin: 0 auto
}

.logo-img {
    width: 168px;
    height: 54px;
}

.main-content {
    margin: 30px auto 0;
    position: relative;
}

form.main-content {
    box-shadow: 0 0 5px #89aeec80;
    border: none;
    border-radius: 8px;
    background: transparent;
}

.content-top {
    background: #e8f2fb;
    padding: 28px 38px 38px;
    border-bottom: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.title {
    color: #364766;
    font-size: 20px;
    font-weight: 600;
    font-family: PingFangSC-Semibold, 'PingFang SC Semibold', 'PingFang SC'
}

.panel {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-top: 20px
}

.panel .panel-left {
    position: relative;
    width: 44px;
    background: #364766;
    float: left;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.panel .icon-img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.panel .panel-right {
    position: relative;
    float: left;
    width: calc(100% - 44px);
    height: 100%;
    font-size: 14px
}

.panel .panel-input {
    width: 100%;
    height: 100%;
    padding-left: 8px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #a4b7d9
}

.panel-right .validate-msg {
    cursor: default;
    position: absolute;
    top: 44px;
    left: 0;
    color: #ba8a7c;
    font-size: 12px;
    z-index: 100;
    width: 100%;
    text-align: left;
    line-height: 20px
}

.validate-msg-2 {
    color: #ba8a7c;
    text-align: center;
    margin-top: 4px;
    height: 18px;
    font-size: 13px;
}

.content-bottom {
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.content-bottom .submit-btn {
    width: 218px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #364766;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    border: 0
}

.content-bottom .back-btn {
    border: 1px solid #364766;
    background: #fff;
    margin-top: 12px;
    color: #364766
}

.content-bottom .forget-password {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    color: #adbedb;
    text-decoration: none
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 320px;
    background: #a4b8d9;
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-top: -80px;
    padding: 0 10px
}

.footer .logos {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
}

.footer .logos span {
    padding: 0 20px;
}

.footer span {
    color: #fff;
    font-size: 14px
}

@media screen and (max-width: 360px) {
    .footer .copyright br {
        display: initial;
    }

}

@media screen and (max-width: 445px) {
    .footer .logo__column span {
        padding: 0 15px;
    }

    .footer .logo__column span > img {
        height: 20px;
    }
}

@media screen and (min-width: 361px) {
    .footer .copyright br {
        display: none;
    }
}

@media screen and (max-width: 766px) {
    .logo__column {
        display: block;
    }

    .logo__column:first-child {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 767px) {
    .logo__column {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .footer .logos {
        top: -84px;
    }

    .container {
        padding-bottom: 84px;
    }
}

@media screen and (min-width: 767px) {
    .container {
        padding-bottom: 80px;
    }
    .system {
        display: inline-block;
        text-align: center;
        width: 200px;
        height: 138px;
    }

    .system-name {
        font-size: 16px;
        font-family: FZLTZHK--GBK1-0;
        font-weight: normal;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
    }

    .system-img {
        margin-bottom: 16px;
        width: 100px;
        height: 100px;
        transition: all 0.2s;
    }
    .one {
        width: 100%;
        height: auto;
        margin: 0 auto 50px auto;
    }
}
@media screen and (max-width: 816px) {
    .system {
        display: inline-block;
        text-align: center;
        width: 150px;
        height: 138px;
    }
    .system-img {
        margin-bottom: 16px;
        width: 80px;
        height: 80px;
        transition: all 0.2s;
    }
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1994;
    text-align: center
}

.modal-content {
    display: inline-block;
    width: 400px;
    margin: 190px auto 0;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    text-align: left;
    font-size: 13px;
    color: #5b5b5b
}

.modal-body {
    padding: 15px;
    background: #e8f2fb;
    color: #364766;
    width: 100%;
    font-family: ArialMT, Arial;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.modal-body .modal-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: PingFangSC-Semibold, 'PingFang SC Semibold', 'PingFang SC'
}

.modal-body > p {
    padding-top: 15px
}

.modal-body ul {
    list-style: none;
    padding-top: 15px
}

.modal-footer {
    background: #fff;
    text-align: center;
    padding: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.modal-footer .btn-ok {
    width: 218px;
    height: 44px;
    background: #fff;
    border: 1px solid #364766;
    font-size: 18px;
    border-radius: 8px;
    color: #364766
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown
}

@media screen and (max-height: 700px){
    .footer {
        position: relative;
    }
}

@media screen and (max-width: 320px) {
    .footer {
        position: relative;
    }
    .container {
        padding-bottom: 65px;
    }
}

@media screen and (max-width: 767px) {
    .main {
        padding-top: 30px;
        padding-bottom: 90px;
        width: 90%
    }

    .logo, .logo-img {
        width: 168px;
        height: 54px;
    }

    .main-content .content-top {
        padding: 15px 20px 20px
    }

    .footer {
        height: 60px;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -60px
    }

    .footer span {
        font-size: 12px
    }

    .modal-content {
        width: 92%;
        margin-top: 80px
    }

    .modal-main {
        padding: 10px 20px;
        font-size: 14px
    }
    .system-img{
        width: 70px;
        height: 70px;
    }
    .one{
        margin-bottom: 0;
    }
}

.tab {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 51px;
    height: 50px;
    cursor: pointer;
}

.qr_tab {
    background: url(../imgs/qr_tab.svg);
    background-size: cover;
    z-index: 9999;
}

.pc_tab {
    background: url(../imgs/pc_tab.svg);
    background-size: cover;
    z-index: 9999;
}

.wechart_qr {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 10;
}

.hide {
    display: none;
}

.v_code {
    height: 50px;
    width: 40px;
    border-bottom: 2px solid #364766;
    font-size: 40px;
    text-align: center;
    background: #e8f2fb;
}

.fetch_code_line {
    font-size: 12px;
    margin-top: 10px;
}

.fetch_code_line a, .fetch_code_line a:hover, .fetch_code_line a:active {
    color: #4A90E2
}

.times {
    text-align: left;
    margin: 40px auto 20px auto;
    width: 218px;
    height: 120px;
}
.time {
    cursor:pointer;
    width: 218px;
    height: 40px;
    background: rgba(164, 185, 216, 0.8);
    box-shadow: 0px 2px 6px 3px rgba(171, 200, 231, 0.5);
    border-radius: 30px;
}
.time:hover{
    background: rgba(164, 185, 216, 2);
}

.hidden {
    cursor:pointer;
    display: none;
    text-align: center;
    width: 218px;
    height: 40px;
    background: rgba(164, 185, 216, 0.8);
    box-shadow: 0px 2px 6px 3px rgba(171, 200, 231, 0.5);
}
.hidden:hover {
     background: rgba(164, 185, 216, 2);
 }

.hidden2 {
    cursor:pointer;
    display: none;
    text-align: center;
    width: 218px;
    height: 40px;
    background: rgba(164, 185, 216, 0.8);
    box-shadow: 0px 2px 6px 3px rgba(171, 200, 231, 0.5);
    border-radius: 0px 0px 10px 10px;
}
.hidden2:hover {
    background: rgba(164, 185, 216, 2);
}

.time-img {
    float: left;
    margin: 7px 7px 5px 10px;
    width: 28px;
    height: 28px;
}

.time-out {
    float: left;
    width: 15px;
    height: 8px;
    margin: 15px 8px 16px 0px;
}

.user-name {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    float: left;
    width: 127px;
    height: 20px;
    margin: 10px 11px 10px 0px;
}

.list {
    overflow-y: auto;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: auto;
    margin: auto;
}


.two {
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.system:hover .system-img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
;
}

.login-out {
    height: 70px;
}

.out-img {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

.show {
    float: left;
    width: 218px;
    height: 40px;
    font-size: 18px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
}

.char {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.link-wx {
    margin: auto;
    width: 400px;
    height: 440px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 4px 4px rgba(182, 207, 241, 0.59);
    border-radius: 10px;
}

.top1 {
    padding-top: 10px;
    margin: auto;
    width: 96px;
    height: 34px;
    font-size: 20px;
    font-family: FZLTZHK--GBK1-0;
    font-weight: normal;
    color: rgba(36, 45, 68, 1);
    line-height: 34px;
    text-align: center;
}

.top2 {
    margin-top: 15px;
    text-align: center;
    width: 400px;
    height: 25px;
    font-size: 16px;
    font-family: FZLTXHK--GBK1-0;
    font-weight: normal;
    color: rgba(36, 45, 68, 1);
    line-height: 25px;
}

.top3 {
    margin-bottom: 20px;
    text-align: center;
    width: 400px;
    height: 30px;
    font-size: 20px;
    font-family: FZLTZHK--GBK1-0;
    font-weight: normal;
    color: rgba(36, 45, 68, 1);
    line-height: 39px;
}

.sol {
    width: 400px;
    opacity: 0.3;
    border: 1px solid #749CD5;
}

.wx-login {
    text-align: center;
    width: 400px;
    height: 25px;
    font-size: 18px;
    font-family: FZLTXHK--GBK1-0;
    font-weight: normal;
    color: rgba(36, 45, 68, 1);
    line-height: 25px;
    margin-top: 15px;
}

.wx-img {
    margin: 20px auto 15px auto;
    width: 200px;
    height: 200px;
}

.foot {
    width: 400px;
    font-size: 20px;
    font-family: FZLTXHK--GBK1-0;
    font-weight: normal;
    color: rgba(36, 45, 68, 1);
    margin-top: 10px;
    text-align: center;
}

#unbind {
    margin-top: 10px;
    width: 400px;
    font-family: FZLTXHK--GBK1-0;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}

#sol2 {
    width: 200px;
    margin: 30px auto 10px auto;
}

#back {
    width: 79px;
    height: 16px;
    margin: auto;
}

#char {
    font-size: 14px;
    font-family: STXihei;
    color: #5a5a5a;
    line-height: 16px;
}

#pwd {
    text-align: left;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
iframe{
    height: 320px;
    position: relative;
    left: -25px;
}
.float-left{
    float: left;
    width: 180px;
    text-align: left;
}
.block{
    display: block;
    width: 218px;
    height: 40px;
    text-align: center;
    padding-top:10px;
}

.pc-login-form {
    margin-top: 40px;
    width:600px;
    background-color: #e8f2fb;
    position: relative;
    box-shadow: 0 0 5px #89aeec80;
    border: none;
    border-radius: 8px;
}
.pc-login-form .login-box {
    width: 360px;
    float: left;
}
.pc-login-form .qr-box {
    width:260px;
    position: absolute;
    top:0;
    right: 0;
}
.pc-login-form .login-box .login-box-title, .pc-login-form .qr-box .qr-box-title{
    color: #364766;
    font-size: 20px;
    font-weight: 600;
    font-family: PingFangSC-Semibold, 'PingFang SC Semibold', 'PingFang SC';
    margin-bottom: 20px;
    margin-top: 20px;
}
.pc-login-form .adjust {
    position: relative;
    left: 35px;
}
.pc-login-form .qr-box .qr-box-title{
    margin-bottom: 0;
}

.pc-login-form .login-box .login-input{
    border: #374767 2px solid;
    text-align: left;
    margin-bottom: 25px;
    border-radius: 8px;
    width: 80%
}

.pc-login-form .login-box .login-input * {
    height: 24px;
    box-sizing: content-box;
    vertical-align:top;
    display: inline-block;
}

.pc-login-form .login-box .login-input label{
    padding: 8px 12px;
    width: 24px;
    background-color: #374767;
}
.pc-login-form .login-box .login-input input{
    width: calc(100% - 56px);
    padding: 8px 0;
    padding-left: 8px;
    color: #fff;
    font-size: 16px;
    background: #a4b7d9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.pc-login-form .login-box .login-bottom {
    position: relative;
    background-color: white;
    border: none;
    border-bottom-left-radius: 8px;
    z-index: 1;
}
.pc-login-form .login-box .login-bottom .err-msg {
    color: #ba8a7c;
    font-size: 12px;
    position: absolute;
    top: -22px;
    width:100%;
    text-align: center
}

.pc-login-form .login-box .login-bottom button {
    width: 218px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #364766;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    border: 0;
    margin-top: 18px;
}
.pc-login-form .login-box .login-bottom .forget_pwd{
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #2c2c2c;
    text-decoration: none;
}
.pc-login-form .white_bg {
    height:100px;
    width: 100%;
    background-color: white;
    position: absolute;
    top:204px;
    border-bottom-right-radius: 8px;
}
.pc-login-form .qr-box #login_container{
    z-index: 100;
    position: relative;
    top:-6px;
}

.change_pwd_notice{
    background-color: #fefbe5;
    border: 1px solid #fce58f;
    font-size: 13px;
    padding: 6px 0;
    margin: 6px 0;
    color: #5a5a5a;
    vertical-align: middle;
    border-radius: 4px;
}
.change_pwd_notice .icon{
    display: inline-block;
    background-color: #f7aa03;
    padding: 1px;
    width:16px;
    height:16px;
    border-radius: 8px;
    color:white;
    margin-right: 4px;
}
.g_notice {
    position: absolute;
    top:5px;
    left:5px;
    width: 310px;
    height:160px;
    background-color: white;
}
.g_notice_wrapper {
    position: relative;
    padding: 16px 20px 0 60px;
    font-size: 14px;
    line-height: 1.6
}
.g_notice_wrapper h3 {
    padding-bottom: 5px
}
.g_notice_wrapper .icon {
    position: absolute;
    left:26px;
    top:16px;
    display: block;
    border: 2px solid #45a0ff;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    color: #45a0ff;
    text-align: center;
}
.g_notice a {
    background-color: #3690ff;
    color: white;
    padding:2px 14px;
    border-radius: 4px;
    float:right;
    margin-right: 24px;
    margin-top: 10px;
    display: block;
}
.g_notice .close{
    position: absolute;
    right:8px;
    top:4px;
    font-size: 16px;
    cursor: pointer;
    z-index: 100
}

.eye{
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}
.eye.close{
  top: 9px !important;
  right: 10px !important;
  width: 28px !important;
  height: 20px !important;
  background-image: url('../imgs/eyeclose.svg');
}
.eye.open{
  top: 10px !important;
  right: 11px !important;
  width: 27px !important;
  height: 19px !important;
  background-image: url('../imgs/eyeopen.svg');
}
.password {
  position: absolute;
  top: 0px;
  z-index: 1;
}
.reset_msg {
  position: relative;
  font-size: 12px;
  text-align: left;
  color: #7F7F7F;
  top: 20px;
}
.reset_msg.err {
  color: #ff0000;
}
.error_red {
  position: absolute;
  margin-left: -2px;
  margin-top: -2px;
  width: 328px;
  height: 48px;
  border: 2px solid #ff0000;
  border-radius: 10px;
  display: none;
}