@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

div {
    margin: 0;
    padding: 0;
}

form, ul, ol, dl, table, div, h1, h2, h3, h4, h5, iframe {
    margin: 0;
    padding: 0;
}

address {
    padding: 0;
    margin: 0;
}

table {
    margin: 0 auto;
    padding: 0;
}

img, fieldset {
    border: 0;
}

select, input, li img {
    vertical-align: middle;
}

ul, li, ol {
    list-style-type: none;
}

legend, hr, caption {
    display: none;
}

.accessibilityHide {
    display: none;
}

.positon_relative {
    position: relative;
    z-index: 2;
}

.pr {
    position: relative
}

.bg_none {
    background-image: none !important
}

.dis_no {
    display: none
}

.image {
    background-image: none !important
}

.login {
    font-family: STHeiTi, 'Microsoft Yahei', Verdana, "宋体", Helvetica, sans-serif;
    height: 100%;
}

.login-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.login-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-wrap {
    width: 950px;
    margin: 0 auto;
    padding-top: 10%;
}

.login-wrap h1 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 42px;
    font-weight: normal;
    display: block;
    letter-spacing: 8px;
    text-align: center;
}

.login-cont-k {
    height: 260px;
    padding: 15px 15px 15px 270px;
    background-image: url(../image/bg2.png);
    background-repeat: no-repeat;
}

.user {
    margin-top: 30px
}

.password {
    margin-top: 11px
}

.user, .password {
    width: 400px;
    height: 60px;
    padding-left: 10px;
    background-color: #a2bbcd;
    border: solid 1px #64a8dd;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #64a8dd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #64a8dd;
}

.user .title, .password .title, .verification .title {
    font-size: 15px;
    color: #03993D;
    line-height: 40px;
    width: 80px;
    float: left;
}

.user input, .password input {
    width: 340px;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 40px;
    border: 0;
    background-color: #a2bbcd;
    font-size: 18px;
    color: #365657
}

.user img, .password img {
    float: left;
    margin-top: 15px;
}
img.mm{
    margin-left: 2px;
    margin-right: 2px;
}
.verification {
    width: 205px;
    height: 40px;
    padding-left: 10px;
    background-color: #FFF;
    border: solid 1px #c5dfdf;
    float: left;
    margin-right: 15px;
}

.verification input {
    width: 115px;
    float: left;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    background-color: #FFF;
    font-size: 20px;
    color: #365657;
}

.verification-code {
    float: left;
    width: 107px;
    height: 41px;
    background-image: url(../image/yzm.jpg);
}

.btn-part {
    clear: both;
}

.btn-part a {
    width: 340px;
    height: 50px;
    line-height: 50px;
    background-color: #38d071;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    display: block;
    border-radius: 2px;
}

.btn-part button {
    margin-left: 261px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #38d071;
    border-color: #2facf5;
    color: #FFF;
    font-size: 20px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#92cdfb), to(#2facf5));
    -webkit-text-fill-color: #fff;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #2facf5;
    border-color: #3681b5;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #2facf5;
    border-color: #3681b5;
}

.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #2facf5;
    border-color: #3681b5;
}

.btn-primary:active:hover,
.btn-primary.active:hover {
    color: #ffffff;
    background-color: #2facf5;
    border-color: #3681b5;
}

.error {
    width: 340px;
    float: left;
    padding: 10px 0 10px 0;
    color: #ec514e;
    font: 14px 'Microsoft Yahei', Arial, sans-serif;
}

.copyright {
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 0px;
    color: #ddd;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 28px;
}

.form-control:focus {
    outline: 0;
}

.downloadlink {
    text-align: center
}

.downloadlink a {
    color: #03993D;
}

.downloadlink a:focus {
    outline: none;
}

.downloadlink a:link {
    text-decoration: none;
}

.downloadlink a:visited {
    text-decoration: none;
}

.downloadlink a:hover {
    text-decoration: underline;
    color: #03993D;
}

.downloadlink a:active {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .login {
        overflow: hidden;
    }

    .login-wrap {
        width: 280px;
        padding-top: 20%;
    }

    .user, .password {
        width: 270px;
    }

    .login-cont-k {
        padding: 0 15px 15px 0;
        width: 282px;
        background-image: none;
        background-color: transparent;
    }

    .user input, .password input {
        width: 200px;
    }

    .user .title, .password .title, .verification .title {
        width: 60px;
    }

    .btn-part button {
        width: 282px;
    }

    .error {
        width: 282px;
    }

    .login-bg img {
        width: auto;
    }
}

.login-wrap {
    width: 100%;
}
.login-cont-k {
    height: 600px;
    padding: 0;
    background: none !important;
}
.system-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 510px;
    height: 68px;
    right: calc(100% * 0.07 - 0px);
    top: calc(100% * 0.26 - 108px);
    font-size: 40px;
    color: #303030;
    text-align: right;
    font-weight: 600;
}
#loginForm {
    position: absolute;
    right: calc(100% * 0.07 - 0px);
    top: calc(100% * 0.26 - 0px);
    height: 587px;
    width: 510px;
    background: rgba(255,255,255,0.80);
    border: 2px solid rgba(255,255,255,1);
    border-radius: 24px;
    padding: 62px 60px 0;
    box-sizing: border-box;
}

.login-title {
    height: 45px;
    line-height: 45px;
    margin-bottom: 53px;
    font-size: 32px;
    color: #333333;
    font-weight: 600;
}
.option-title {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
}
.user,
.password {
    width: 100%;
    margin-top: 10px;
    height: 60px;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    box-shadow: unset !important;
}
.user {
    margin-bottom: 20px;
}
.user input,
.password input {
    width: 100%;
    height: 60px;
    padding: 0 18px !important;
    margin: 0 !important;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1.5px solid rgba(229,229,229,1);
    border-radius: 8px;
}
.user input::placeholder,
.password input::placeholder {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
}
#loginBtn {
    width: 100%;
    margin: 78px 0 0!important;
}
.btn-part button {
    height: 77px;
    line-height: 77px;
    background: #5274BC;
    border-radius: 12px;
    font-size: 27px;
    color: #FFFFFF;
    letter-spacing: 0.52px;
    font-weight: 400;
}
