<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{ height: 100%;}
*{margin:0px; padding:0px;}
a {text-decoration: none;}
body{ height: 100%; font-family: 'Microsoft YaHei', Tahoma, Helvetica, arial, sans-serif; overflow-scrolling: touch; -webkit-overflow-scrolling: touch;}
h1,h2,h3,h4,h5{ font-weight: normal;}
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0}
img{ border: none;}
iframe{ border: none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

/*å…±ç”¨å¤´éƒ¨*/

.backstage_con{ width: 674px; height: 674px; background: url(../images/home_bj1.png) no-repeat; position:absolute; top: 50%; left: 50%; margin-top:-337px; margin-left:-337px; }
.backstage_page{ width: 674px; height: 674px; position:fixed; top: 50%; left: 50%; margin-top:-337px; margin-left:-337px; z-index: 999; color: #333;}
.logo{ width: 674px; height: auto; overflow: hidden; margin-top: 70px; text-align: center;}
.logo img{ width: 78px; height: 78px;}
.logo p{ color: #13305e; font-size: 28px; margin-top: 20px;}
.signin{ width: 446px; margin: 45px auto 0; overflow: hidden;}
.signin div{ width: 444px; height: 48px; border:1px solid #dedede; border-radius: 10px; margin-bottom: 15px;}
.signin div img{ width: 30px; height: 30px; margin: 10px 0 0 10px; float: left;}
.signin div input{ width: 380px; height: 38px; margin-top: 5px; font-size: 18px; margin-left: 20px; color: #666; background: none; outline: medium; border:none; float: left;}
.signin div:nth-child(3){ border:none;}
.signin div:nth-child(3) input{width: 160px;
    height: 38px;
    padding: 5px 5px 5px 60px;
    border: 1px solid #dedede;
    margin-left: 1px;
    border-radius: 10px;}
.signin div:nth-child(3) img#refCode_login_img{ width: 112px; height: 44px; margin: 8px 0 0 20px; float: left;}
.signin div:nth-child(3) p{ font-size: 18px; line-height: 48px; cursor:pointer; color: #13305e; width: 62px; float: right; margin-top: 5px;}
.signin button{width: 444px; height: 60px; font-size: 24px; margin-top: 20px; background: #13305e; border:none; color: #fff; border-radius: 10px; outline: medium;}

.ripple-container {}
.ripple-container .ripple{
    background-color: rgba(255, 255, 255, 0.4);
    animation: ripple 2s forwards cubic-bezier(0, 0, 0.2, 1);
}
@keyframes ripple{
    0% {
        transform: scale(0);
        opacity: 1;
    }
    80% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}




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