<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@chartset utf-8;
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(180deg, #76C5F7 0%, #4697D0 100%);
}

.wrapper {
    width: 1222px;
    height: 670px;
    margin: 0 auto;
}

.herder {
    padding: 36px 0 70px;
}

.logo {
    height: 50px;
}

.logo img {
    float: left;
    height: 100%;
}

.logo span {
    float: left;
    width: 1px;
    height: 38px;
    margin: 6px 20px;
    background: rgba(255, 255, 255, .3);
}

.content {
    position: relative;
}

.main {
    position: absolute;
    top: 0;
    left: 100px;
    height: 430px;
}

.login, .bind {
    position: absolute;
    top: 0;
    right: 40px;
    width: 340px;
    height: 360px;
    border-radius: 4px;
    background: #fff;
}

.login &gt; div {
    position: relative;
}

.login h3 {
    padding: 30px 0 28px 30px;
    font-size: 20px;
    font-weight: normal;
}

.changeMethod {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1000;
}

.changeMethod1 {
    background: url("../images/images_login/Group2.png") no-repeat;
    background-size: cover;
}

.changeMethod2 {
    background: url("../images/images_login/Group.png") no-repeat;
    background-size: cover;
}

.eqlogin {
    /*display: none;*/
}

.eqcode {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    background-size: cover;
}

.eqmsg {
    margin: 16px 0;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    color: #595959;
}

.eqmsg2 {
    display: none;
}

.eqmsg3 {
    display: none;
}

.eqmsg2 span {
    line-height: 20px;
    font-size: 16px;
    color: #F25555;
}

.eqmsg3 span {
    line-height: 20px;
    font-size: 16px;
    color: #1DBF6E
}

.psdlogin {
    display: none;
}

.login h4, .bind h4 {
    padding: 46px 0 38px 30px;
    font-size: 20px;
    font-weight: normal;
}

.login h4.pb18 {
    padding-bottom: 18px;
}

.psdmsg1 {
    display: none;
    width: 280px;
    height: 30px;
    margin: 0 30px 10px;
    padding-left: 32px;
    border: 1px solid #F57171;
    background: #FDEDED url("../images/images_login/wraning.png") no-repeat 11px 8px;
    background-size: 14px 14px;
    line-height: 30px;
    font-size: 12px;
    color: #F25555;
}

.psdinput {
    position: relative;
    width: 280px;
    height: 38px;
    margin: 0 30px 10px;
    padding-left: 38px;
    border: 1px solid #DFE3E6;
    border-radius: 2px;
}

.psdinput:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 37px;
    display: block;
    width: 1px;
    height: 20px;
    background: #DFE3E6;
}

.psdinputusername {
    /*display: none;*/
    background: url(../images/images_login/Mask.png) no-repeat 13px 12px;
    background-size: 14px 14px;
}

.psdinputpsd {
    /*display: none;*/
    background: url(../images/images_login/Mask2.png) no-repeat 14px 12px;
    background-size: 12px 14px;
}

.psdinputccode {
    background: url(../images/images_login/Shape.png) no-repeat 14px 12px;
    background-size: 12px 14px;
}

.psdinput.focus {
    border: 1px solid #1897F2;
}

.psdinput input {
    width: 240px;
    height: 36px;
    padding: 0 10px;
    border: none;
}

.psdinput input:focus {
    outline: none;
}

.psdccode {
    /*display: none;*/
    height: 38px;
    margin: 0 30px 10px;
}

.psdinputccode {
    float: left;
    width: 172px;
    margin: 0;
}

.psdinputccode input {
    width: 132px;
}

.psdinputccode.ccodew {
    border: 1px solid #F57171;
}

.psdinputccode.ccodew input {
    padding-right: 32px;
    background: url("../images/images_login/wraning.png") no-repeat 108px 10px;
    background-size: 14px 14px;
}

.ccode {
    float: right;
    width: 97px;
    height: 38px;
    overflow: hidden;
    background: url(../images/images_login/666.png) no-repeat;
    background-size: cover;
}

.saveusername {
    height: 18px;
    margin: 0 30px;
    font-size: 13px;
    color: #000;
}

.saveusername label {
    cursor: pointer;
}

.saveusername input[type=checkbox] {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
}

.saveusername input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #CBD2D6;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}

.saveusername input[type=checkbox]:checked:after {
    border: none;
    background: url("../images/images_login/checked.png") no-repeat;
    background-size: 14px 14px;
}

.submit {
    display: block;
    width: 280px;
    height: 40px;
    margin: 30px;
    border: none;
    border-radius: 3px;
    background: #1897F2;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.footer {
    width: 100%;
    min-width: 1222px;
    height: 98px;
    background: #F0F2F5;
}

.copy {
    line-height: 98px;
    text-align: center;
    color: #595959;
}

.psdinputvcode {
    display: none;
    margin: 29px 30px;
    padding: 0;
}

.psdinputvcode span {
    float: left;
    width: 66px;
    line-height: 38px;
    text-align: center;
}

.psdinputvcode input {
    float: right;
    width: 212px;
}

.psdinputvcode:after {
    left: 64px;
}

.saveusername span, .saveusername span a {
    text-decoration: underline;
    color: #1897F2;
    cursor: pointer;
}

.saveusername span.floatLeft {
    float: left;
}

.saveusername span.floatRight {
    float: right;
}

#psdtobind, #msg {
    display: none;
}

.main img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.ccode img{
    max-width: 100%;
    max-height: 100%;
}</pre></body></html>