<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* login */
html {
    height: 100%
}
body {
    background: url(../img/bg.png) center 0 #F1FCF8 no-repeat;
    font-family: "microsoft yahei";
    height: 100%;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#login-part {
    width: 100%;
    height: 100%;
    position: relative;
}
#login-part {
    background: url(../img/bg-star.png) center -50px no-repeat;
}
#login-part .in {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    /* margin: -240px 0 0 0; */
}
#login-part .header {
    padding: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}
#login-part h1,
#login-part h2 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 38px;
    letter-spacing: 3px;
}
#login-part h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.login-part-bg {
    position: absolute;
    display: block;
    width: 100%;
    padding-bottom: 100px;
    top: 620px;
    background: #F1FCF8;
}
.login-part-bg .img {
    margin-top: -208px;
    height: 208px;
    background: url(../img/bg-cloud.png) center 0 repeat-x;
}
.login-box {
    background: #fff;
    width: 450px;
    margin: 0 auto;
    position: relative;
    padding: 25px 40px 20px 40px;
    border: 1px solid #CAD2D5;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-group {
    z-index: 0;
    position: relative;
    margin-bottom: 15px;
}
.form-control,
input[type="text"],
input[type="password"] {
    display: block;
    padding: 5px 12px 5px 48px;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #cbd5dd;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #767676;
    text-align: left;
    font-size: 18px;
    line-height: 1.42857;
    -o-transition: border-color ease-in-out 0.55s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out 0.55s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.55s, box-shadow ease-in-out .15s;
}
#PhoneMessageValidateCode_btn {
    height: 45px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
}
input[type="text"],
input[type="password"] {
    font-size: 14px;
    line-height: 27px;
}
input[type="submit"] {
    text-align: center;
    padding: 5px 12px;
}
.form-control:active,
.form-control:focus {
    border-color: #7fb98e;
}
.input-validation-error {
    border-color: #c00;
}
.form-control:active {
    outline: none;
}
.btn-primary {
    border-color: #2F9449;
    background-color: #2F9449;
    color: #fff;
    font-family: 'Microsoft yahei', Arial, sans-serif;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    border-color: #1b6f30 !important;
    background-color: #1b6f30 !important;
}
.btn-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e4e4e4;
    border: 1px solid rgba(187, 187, 187, .4);
    border-radius: 5px;
    background: transparent;
    color: #bbb;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: color 1.2s ease, border 1.2s ease;
    transition: color 1.2s ease, border 1.2s ease;
    z-index: 5;
}
.form-group input:active ~ .btn-icon,
.form-group input:focus ~ .btn-icon {
    color: #2F9449;
    border: 1px solid rgba(187, 187, 187, .6);
}
.validationcode {
    position: absolute;
    top: 10px;
    right: 25px;
}
.field-validation-error span {
    line-height: 26px;
    padding-top: 5px;
    color: #f00;
    font-size: 12px;
}
.loginConBox .controls .field-required-remind {
    position: absolute;
    display: none;
    visibility: hidden;
}
/*placeholder 样式*/
::-moz-placeholder {
    font-size: 14px;
    line-height: 25px;
}
:-ms-input-placeholder {
    font-size: 14px;
    line-height: 25px;
}
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 25px;
}
/*锁定与解锁*/
.user-lock-box {
    padding: 60px 40px 60px 40px; /* margin: 100px auto 0; *//* max-width: 260px; */
}
.avatar {
    position: relative;
    margin: 0 auto 30px;
    width: 180px;
    height: 180px;
    border: 3px solid #eee;
    border: 3px solid rgba(204, 204, 204, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -o-transition: box-shadow ease-in-out 1.25s;
    -webkit-transition: box-shadow ease-in-out 1.25s;
    transition: box-shadow ease-in-out 1.25s;
}
.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.avatar:hover {
    box-shadow: 0 0 10px rgba(36, 175, 91, 0.975);
    -o-transition: box-shadow ease-in-out 1.25s;
    -webkit-transition: box-shadow ease-in-out 1.25s;
    transition: box-shadow ease-in-out 1.25s;
}
.status {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border-color: #181818;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    cursor: pointer;
}
.status i {
    color: #e8e8e8;
    color: rgba(255, 255, 255, .9);
    font-size: 40px;
    line-height: 174px;
    display: none;
}
.status .fa-unlock,
.status:hover .fa-lock {
    display: none;
}
.status:hover .fa-unlock {
    display: block;
}
.tips {
    color: #1b6f30;
    text-align: center;
}
.user-lock-box.active .avatar {
    box-shadow: 0 0 10px rgba(36, 175, 123, 0.575);
}
.user-lock-box.active .status,
.user-lock-box.active .tips,
.user-lock-box .operate {
    display: none;
}
.user-lock-box.active .operate {
    display: block;
}
.login-box .hd h6 {
    margin: 0;
    color: #1b6f30
}
.login-box .hd h3 {
    margin: 0 0 25px 0;
}
.login-box .copyRight {
    text-align: right;
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}
.login-part-class {
    display: none;
}
.browser-part-class {
    display: none;
}
.browser-center {
    width: 630px;
}
.browser-center-div {
    float: left;
    background-color: rgb(245, 245, 245);
    border: 2px solid rgb(233, 233, 233);
    width: 200px;
}
.browser-center-div img {
    width: 124px;
    height: 124px;
}
.browser-center-divsecond {
    float: left;
    background-color: rgb(245, 245, 245);
    border: 2px solid rgb(233, 233, 233);
    width: 350px;
}
.browser-center-divsecond-div {
    float: left;
}
.browser-center-divsecond img {
    width: 124px;
    height: 124px;
}
.browser-bottom {
    margin-top: 35px;
}
#browser-bottom-button {
    margin-top: 15px;
    font-weight: bold;
    background-color: rgb(219, 81, 74);
    color: white;
}
.user-lock-box .operate {
    margin-bottom: -15px
}
/* 二维码登录 */
.login-box .bd {
    min-height: 225px;
}
.login-tip {
    position: absolute;
    top: 24px;
    right: 53px;
}
.poptip {
    *border: 1px solid #f3d995;
    *line-height: 16px;
    *padding: 5px 15px 5px 15px;
    background: #fefcee;
    position: relative;
}
.poptip .poptip-content {
    color: #df9c1f;
    font-size: 12px;
    font-weight: 400
}
.poptip .poptip-content .iconfont {
    color: #df9c1f;
    font-size: 14px;
    margin-right: 8px
}
.poptip-arrow {
    position: absolute;
    z-index: 10;
    *zoom: 1
}
.poptip-arrow em,
.poptip-arrow span {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    *border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0
}
.poptip-arrow {
    top: 8px;
    right: 0
}
.poptip-arrow em {
    top: 0;
    left: 1px;
    border-left-color: #f3d995;
    border-width: 6px 0 6px 6px
}
.poptip-arrow span {
    border-left-color: #fefcee;
    border-width: 6px 0 6px 6px
}
.switchPic {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 54px;
    height: 54px;
    *background: url(../img/icon-login-qr.png) 0 0 no-repeat;
}
#qrLogin {
    display: none;
}
.loginChange #pcLogin {
    display: none;
}
.loginChange #qrLogin {
    display: block;
}
.loginChange .switchPic {
    background-position: right -102px;
}
.loginChange .login-tip {
    display: none
}
.qrPic {
    padding: 25px 0 15px 0;
    text-align: center;
}
.qrPic img {
    width: 120px;
    height: 120px;
}
.qrTip {
    text-align: center;
    margin: 0 -20px;
    padding: 23px 0 20px 0px;
    background: url(../img/icon-login-qr.png) 60px -190px no-repeat;
}
/* 大写锁定提示 */
.form-password {
    z-index: 2;
}
.lock-tips {
    display: none;
    position: absolute;
    line-height: 16px;
    padding: 5px 10px;
    left: 0px;
    top: 44px;
    background: #FDFBEE;
    border: 1px solid #F2D895;
    z-index: 5;
    font-size: 12px;
    color: #df9c1f;
}
.lock-tips em,
.lock-tips s {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0
}
.lock-tips-arrow {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
}
.lock-tips em {
    top: -1px;
    left: 0;
    border-bottom-color: #f3d995;
    border-width: 0 6px 6px 6px
}
.lock-tips s {
    border-bottom-color: #fefcee;
    border-width: 0 6px 6px 6px
}</pre></body></html>