<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    background-color: #f6f6f6;
    background-image: url("/images_1/bg20210528.jpg");
    background-position:top center;
    background-repeat: no-repeat;
}

/*****************页头部分****************/

.top {
    min-width: 1250px;
    height: 80px;
    background-color: #fff;
    filter:Alpha(opacity=50);/* 只支持IE6、7、8、9 */
    background-color:rgba(255,255,255,0.8);
/*    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dfd8f8, endcolorstr=#d7e5fa, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dfd8f8, endcolorstr=#d7e5fa, gradientType=0); !*IE8*!
    background: #dfd8f8; !* 一些不支持背景渐变的浏览器 *!
    background: -moz-linear-gradient(left, #dfd8f8, #d7e5fa);
    background: -webkit-linear-gradient(left, #dfd8f8, #d7e5fa);
    background: -o-linear-gradient(left, #dfd8f8, #d7e5fa);
    background: -ms-linear-gradient(left, #dfd8f8, #d7e5fa);*/
}

.top .logo {
    background-image: url("/images_1/logo.png");
    background-repeat: no-repeat;
    height: 56px;
    width: 290px;
    margin-top: 10px;
    padding-right: 15px;
    border-right: solid 1px #ccc;
}

.top .logoText {
    margin-top: 18px;
    height: 56px;
    line-height: 56px;
}

.top .topBtn {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #727272;
    margin-top: 30px;
    text-decoration: none;
}

.top .topBtn {
    color: #333;
}

.top .topBtn.checked {
    color: #ff0000;
}

.top .user {
    height: 32px;
    margin-top: 32px;
}

.top .user img {
    height: 16px;
}

.top .user a {
    text-decoration: none;
    color: #333;
}

/*****************内容部分****************/

.main {
    min-width: 1250px;
    height: 688px;
    min-height: 688px;
/*  filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7557e2, endcolorstr=#3c7de5, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7557e2, endcolorstr=#3c7de5, gradientType=0); !*IE8*!
    background: #dfd8f8; !* 一些不支持背景渐变的浏览器 *!
    background: -moz-linear-gradient(left, #7557e2, #3c7de5);
    background: -webkit-linear-gradient(left, #7557e2, #3c7de5);
    background: -o-linear-gradient(left, #7557e2, #3c7de5);
    background: -ms-linear-gradient(left, #7557e2, #3c7de5);*/
    background-position: center center;
}

.main .loginFrame {
    height: 590px;
    width: 400px;
    background-color: #f6f6f6;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    display: block;
    position: relative;
}

.main .loginFrame .login {
    min-height: 1px;
}

.main .loginFrame .mode {
    width: 100%;
    height: 50px;
}

.main .loginFrame .mode a {
    width: 100px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    color: #474747;
    text-decoration: none;
    margin-right: 10px;
}

.main .loginFrame .mode a:hover {
    color: #ce152b;
    border-bottom: 1px solid #ce152b;
}

.main .loginFrame .mode a.checked {
    color: #ce152b;
    border-bottom: 1px solid #ce152b;
}

.main .loginFrame .loginAvatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

.main .loginFrame .avatar img {
    object-fit: cover;
    object-position: 50% 50%;
    border-style: none;
}

.main .loginFrame .inputRow {
    min-height: 1px;
    padding: 0px 50px 0px 50px;
    box-sizing: border-box;
    position: relative;
}

.main .loginFrame .inputRow input {
    font-size: 14px;
}

.main .loginFrame .inputRow input.icon {
    padding-left: 40px;
}

.main .loginFrame .inputRow .uid {
    position: absolute;
    top: 5px;
    left: 55px;
    background-image: url("/images_1/uidBg.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}

.main .loginFrame .inputRow .pwd {
    position: absolute;
    top: 5px;
    left: 55px;
    background-image: url("/images_1/pwdBg.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}

.main .loginFrame .inputRow .mail {
    position: absolute;
    top: 5px;
    left: 55px;
    background-image: url("/images_1/mail.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}

.main .loginFrame .inputRow .mobile {
    position: absolute;
    top: 5px;
    left: 55px;
    background-image: url("/images_1/mobile.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}

.main .loginFrame .inputRow .yzm {
    position: absolute;
    top: 5px;
    left: 55px;
    background-image: url("/images_1/yzm.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}


.main .loginFrame .inputRow .loginBtn {
    width: 100%;
}

.main .loginFrame .inputRow .lookRandomCreated {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    height: 90px;
    background-color: #fff;
    border-radius: 8px;
}

.main .loginFrame .inputRow .lookRandomCreated .lookRandomUID {
    height: 40px;
    background-image: url("/images_1/uidBg.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.main .loginFrame .inputRow .lookRandomCreated .lookRandomPWD {
    height: 40px;
    background-image: url("/images_1/pwdBg.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.main .loginFrame .inputRow .msgText {
    color: #6c53e2;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    height: 20px;
}

.main .loginFrame .inputRow .msgText.error {
    color: #ce152b;
}

.main .loginFrame .inputRow .msgText.success {
    color: #41af2c;
}

.main .loginFrame .inputRow .errorMsg {
    position: absolute;
    font-size: 12px;
    top: 45px;
    left: 52px;
    width: 90%;
}

.main .loginFrame .scanQR {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 50px auto 10px auto;
    text-align: center;
    min-height: 1px;
    position: relative;
}

.main .loginFrame .scanQR img{
    object-fit: contain;
    max-height: 200px;
    max-width: 200px;
    box-sizing: border-box;
    border: 10px solid #fff;
}

.main .loginFrame .scanQR .scanMsg{
    background: rgba(255,255,255,0.9);
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0px;
    top: 0px;
    font-weight: bold;
    font-size: 15px;
    padding-top: 82px;
    box-sizing: border-box;
}

.main .loginFrame .scanLoginTab{
    width: 60px;
    height: 60px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    border-radius: 0px 0px 8px 0px;
    display: block;
    background-color: #F6F6F6;
}

.main .loginFrame .scanLoginTab a{
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
}

.main .loginFrame .scanLoginTab.pc{
    background-image: url("/images_1/PcIcon.png");
    background-repeat: no-repeat;
    background-size: 60px 60px;
}

.main .loginFrame .scanLoginTab.app{
    background-image: url("/images_1/QRIcon.png");
    background-repeat: no-repeat;
    background-size: 60px 60px;
}

/*****************脚部****************/
.footer {
    min-width: 1250px;
    height: 70px;
    background-color: #f6f6f6;
    border: none;
    padding: 0px;
    text-align: center;
}

.footer .links {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px 20px 0px 20px;
}

.footer .links a {
    text-decoration: none;
}

.footer .links a:hover {
    color: #474747;
}</pre></body></html>