<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login{ width: 1140px; margin: auto; position: relative;}
.login_top{ width: 100%; float:left; height: 112px; border-bottom: solid 1px #ccc;}
.login_logo{ float: left; margin-top: 25px;}
.loginName{ height: 112px; float: left; margin-left: 30px;}
.loginName span{ font-size: 18px; color: #000; line-height: 112px;}

.login_middle{ width: 100%; height: 536px; float: left; margin: 50px 0;}
.login_inst{ width: 646px; height: 536px; float: left; position: relative; overflow-y: auto; overflow-x: hidden;  }
.login_inst::-webkit-scrollbar{
     width: 2px; height: 5px;

}
.login_inst::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #02A5A0;
}
.login_inst::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


.login_inst_title{ width: 100%; float: left; text-align: center;}
.login_inst_title span{ font-size: 28px; color: #666; font-weight: bold; margin-left: 10px; line-height: 28px;}
.login_inst_info{ width: 99%; float: left; margin-top:35px; padding: 0 5px;  position: relative;}
.login_inst_info p{ font-size: 18px; color: #666; line-height: 34px;}
.login_inst_info .login_prompt{ display: block; float: left; line-height: 24px; color: #ed4040; font-size: 18px; margin-top: 50px; font-weight: bold;}

.login_login{ width: 400px; height: 536px; float: right; border: solid 1px #ccc; border-radius: 5px; overflow: hidden; box-shadow: 0 0 5px #ccc;}
.loginHd{ width: 402px; float: left; height: 60px; background: #ECECEC;}
.loginHd dd{ width: 200px; float: left; height: 60px; text-align: center; border: solid 1px #ccc; border-left: none; cursor: pointer;}
.loginHd dd span{ font-size: 18px; color: #666; line-height: 60px;}

.loginHd_on{ background: #fff; border-bottom: solid 1px #fff !important;}

.loginBd{ width: 350px; height: 426px; float: left; margin-left: 25px;}
.loginBd dd{ display: none; width: 100%; float: left;}
.login_Div{ width: 100%; float: left;}
.login_DivList{ width: 100%; float: left; position: relative;}
.login_DivList ul li{ width: 100%; float: left; height: 48px; border: solid 1px #ccc; border-radius: 5px; margin-top: 25px; background: #fff; overflow: hidden;}
.login_DivList ul li span{ float: left; margin-left: 10px; width: 110px; display: block; text-align: left; line-height: 48px; font-size: 14px; color: #666; }
.login_DivRight{ width: 230px; height: 48px; float: right; background: url("../images/login_ico1.png") left center no-repeat;}
.login_DivText{ width: 220px; height: 48px; float: left; margin-left:10px; border: none; color: #666; font-size: 14px; line-height: 48px; }
.login_DivSms{ width: 120px; height: 48px; float: left; border: none; margin-left: 10px; background: url("../images/login_ico1.png") left center no-repeat;}
.login_DivVar{ width: 110px; height: 48px; float: left; margin-left:10px; border: none; color: #666; font-size: 14px; line-height: 48px; }
.login_VarImg{ float: right; width: 102px; height: 32px; margin-right: 8px; margin-top: 8px;}
.login_SmsObtain{ display: block; padding: 0 3px; float: right; text-align: center; line-height: 48px; font-size: 14px; color: #ed4040;}
.login_SmsResend{ display: block; padding: 0 3px; float: right; text-align: center; line-height: 48px; font-size: 12px; color: #ed4040;}

.login_DivLink{ width: 100%; float:left; margin: 20px 0;}
.login_DivLink a{ font-size: 14px; color: #666; line-height: 24px;}
.login_DivLink a:hover{ color: #ed4040;}
.login_DivLink .login_LinkA{ margin-right: 10px;}
.login_DivLink .login_LinkB{ float: right;}
.login_DivLink .login_LinkC{ float: left;}

.login_DivSubmit{ width: 100%; height: 50px; float: left; border-radius: 3px; background: #02A5A0; line-height: 50px; color: #fff; font-size: 18px; border: none; cursor: pointer;}
.login_other {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.login_other ul {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.login_other ul li {
    width: 40px;
    float: left;
    margin: 0 20px;
}



.login_bott{ width: 100%; float: left; height: 50px; background: #EDEDED; text-align: center;}
.login_bott span{ color: #666; font-size: 16px; line-height: 50px;}
.login_bott a{ color: #ed4040; font-size: 16px; line-height: 50px;}


.login_bottom{ width: 100%; height: 158px; float: left; border-top:solid 1px #ccc; }
.login_ewm{ width: 75px; height: 75px; float: left; margin-top: 42px; margin-left: 10px;}
.login_ewmMs{ width: 480px; float: left; margin-top: 42px; margin-left: 22px; line-height: 24px; color: #666; font-size: 14px; padding-top: 10px;}

.login_copyright{ width: 470px; float: right; margin-top: 42px; line-height: 24px; color: #666; font-size: 14px; padding-top: 10px;}



</pre></body></html>