<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0;padding: 0;font-family: "MicrosoftYaHei";font-family: "å¾®è½¯é›…é»‘";}
a{text-decoration: none;cursor: pointer; color: inherit;-webkit-tap-highlight-color:transparent;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;outline: none;}
option:hover{ color:#fff;background-color:#1E90FF;  }
li{list-style: none;}
ul{margin: 0;padding: 0;}
img{border: 0;display: inline-block}
i,em{font-style: normal;}
input{outline: none;border: 0;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{
    -moz-appearance:textfield;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
html,body{
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.clearfix:after{
    clear: both;
    display: block;
    content: '';
    height:0;
}
.text_row{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text_2row{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
select {
    /*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ&nbsp;·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
    border: solid 1px #000;
    /*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
    background: url("../images/arrow.png") no-repeat scroll rightright center transparent;
    /*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
    padding-right: 14px;
}
/*æ¸…é™¤ieçš„é»˜è®¤é€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤ï¼Œéšè—ä¸‹æ‹‰ç®­å¤´*/
select::-ms-expand { display: none;
}
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari å’Œ Chrome */
    appearance:none;
}
/* --èƒŒæ™¯è‰²å­—ä½“é¢œè‰²--*/

/*.container-fluid{*/
/*padding:0 !important;*/
/*background: #fff;*/
/*}*/
.container-fluid table{
    border: 1px solid #dbdbdb;
    width: 100%;
    background-color: transparent;
    border-collapse:collapse;
    transition: .5s;
}
.container-fluid tr{
    text-align: center;
}
.container-fluid thead th{
    padding: 8px;
    font-weight: 100;
    line-height: 20px;
    background-color: #e9eef5;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    word-break: break-all;
    text-align: center;
    color: #444d5e;
}
.container-fluid tbody td{
    cursor: pointer;
    padding: 30px 8px;
    line-height: 20px;
    border-left: 1px solid #dbdbdb;
    background-color: white;
    border-bottom: 1px solid #dbdbdb;
    word-break: break-all;color:#4c84ff;
    text-decoration: underline;
}

/*åˆ†é¡µ*/
/*.footer{*/
/*text-align: center;*/
/*}*/
/*.pagination{*/
/*margin:40px 0;*/
/*}*/
/*!*.pagination a{*!*/
/*!*font-size:12px !important;*!*/
/*!*color: #999 !important;*!*/
/*!*}*!*/
/*.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {*/
/*border: 0;*/
/*background: none;*/
/*}*/
/*.pagination li{*/
/*margin-left: 5px;*/
/*display: inline-block;*/
/*}*/
/*.ph-all .pagination li{*/
/*padding:0;*/
/*font-size: 0.875rem;*/
/*}*/
/*.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {*/
/*border-top-right-radius: 0;*/
/*border-bottom-right-radius: 0;*/
/*}*/
/*.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {*/
/*margin-left: 0;*/
/*border-top-left-radius: 0;*/
/*border-bottom-left-radius: 0;*/
/*}*/
/*.pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:focus, .pagination&gt;li&gt;span:hover {*/
/*background-color: #4c84ff;*/
/*border:1px solid #4c84ff;*/
/*color: #ffffff !important;*/
/*}*/
.layer_open {
    width: 420px;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.login_title {
    height: 45px;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.login_title&gt;i{
    position: absolute;
    top: 13px;
    right: 70px;
    color: #ed688a;
    font-size: 14px;
    cursor: pointer;
}
.login_title span {
    display: table;
    border-bottom: 2px solid #ed688a;
    padding: 11px 0;
}
.login_ul {
    padding: 30px 0 0 30px;
}
.login_ul li {
    font-size: 0;
    margin-bottom: 20px;
}
.login_ul li .login_left {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    width: 85px;
}
.login_ul li .login_right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 0;
}
.login_ul li .login_right input {
    width: 170px;
    height: 30px;
    border: 1px solid #ed688a;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 15px;
    box-sizing: border-box;
}
.login_reg_href {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ed688a;
    margin-left: 20px;
}
.login_ul li .login_width input {
    height: 30px;
    width: 75px;
}
.login_width .validate {
    height: 32px;
    line-height: 32px;
    background: #fad1dc;
    color: #777;
}
.validate {
    font-size: 14px;
    color: #777;
    background: #fad1dc;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
}
.login_width img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}
.login_btn_href,.login_btn_href_pass{
    width: 170px;
    height: 30px;
    background: #ed688a;
    display: block;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body .login_layer .layui-layer-title {
    display: none;
}
.login_layer .layui-layer-content {
    height: 280px!important;
}
body .login_layer {
    border-radius: 5px;
    overflow: hidden;
}
@media only screen and (max-width: 768px){
    .szyy_nav,.szyy_bottom{
        display: none;
    }
    .nav-wrap{
        display: block !important;
    }
    .sidebar.js-scroll-ele {
        display: none !important;
    }
    .copyright{
        display: none !important;
    }
}
@media screen and (min-width: 375px) {
    html {
        /* iPhone6çš„375pxå°ºå¯¸ä½œä¸º16pxåŸºå‡†ï¼Œ414pxæ­£å¥½18pxå¤§å°, 600 20px */
        font-size: calc(100% + 2 * (100vw - 375px) / 39);
        font-size: calc(16px + 2 * (100vw - 375px) / 39);
    }
}
@media screen and (min-width: 414px) {
    html {
        /* 414px-1000pxæ¯100åƒç´&nbsp;å®½å­—ä½“å¢žåŠ&nbsp;1px(18px-22px) */
        font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
        font-size: calc(18px + 4 * (100vw - 414px) / 586);
    }
}
@media screen and (min-width: 600px) {
    html {
        /* 600px-1000pxæ¯100åƒç´&nbsp;å®½å­—ä½“å¢žåŠ&nbsp;1px(20px-24px) */
        font-size: calc(125% + 4 * (100vw - 600px) / 400);
        font-size: calc(20px + 4 * (100vw - 600px) / 400);
    }
}
@media screen and (min-width: 1000px) {
    html {
        /* 1000pxå¾€åŽæ˜¯æ¯100åƒç´&nbsp;0.5pxå¢žåŠ&nbsp; */
        font-size: calc(137.5% + 6 * (100vw - 1000px) / 1000);
        font-size: calc(22px + 6 * (100vw - 1000px) / 1000);
    }
}





















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