<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container{font-size:0.26rem;padding-bottom:1.2rem;}



/* 椤堕儴瀵艰埅鑿滃崟 */
.nav{width:100%;height:1.1rem;background:#fff;display:flex;justify-content:space-between;}
.nav_logo{width:1.9rem;margin-left:0.2rem;margin-top:0.14rem;}
.nav_logo img{width:100%;display:block;}

.nav_right{display:flex;}
.nav_btn{line-height:1.1rem;margin-right:0.2rem;}
.nav_btn a{color:#111;font-size:0.28rem;margin-left:0.2rem;display:inline-block;}

.nav_menu_btn{width:1rem;height:1.1rem;font-family:"iconfont";line-height:1.1rem;text-align:center;font-size:0.6rem;color:#111;}
.nav_menu_btn:after{content:"\e617";}
.nav_menu_btn.active{background:#4e4e4e;font-size:0.4rem;color:#fff;}
.nav_menu_btn.active:after{content:"\e63a";}

.nav_menu{
    width:100%;
    background:#4e4e4e;
    height:0;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    transition:0.5s;
    overflow:hidden;
}
.nav_menu.active{
    height:6.7rem; /* 鑿滃崟楂樺害 */
    padding-top:0.2rem;
}
.nav_menu.active a{
    display:block;
}
.nav_menu a{
    width:91%;
    background:#8e8e8e;
    display:none;
    height:0.7rem;
    line-height:0.7rem;
    color:#fff;
    margin:0 auto;
    margin-bottom:0.12rem;
    border-radius:0.05rem;
    padding:0 2%;
    opacity: 0;
    box-shadow:0 0 0.1rem rgba(0,0,0,0.1);
}
.nav_menu a:hover{
    background:#fff;
    color:#4e4e4e;
}

.nav_menu.active.nav_menu a:nth-of-type(1){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.22s ease both;
    -moz-animation:fadeInDown 0.2s 0.22s ease both;
    -ms-animation:fadeInDown 0.2s 0.22s ease both;
    animation:fadeInDown 0.2s 0.22s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(2){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.26s ease both;
    -moz-animation:fadeInDown 0.2s 0.26s ease both;
    -ms-animation:fadeInDown 0.2s 0.26s ease both;
    animation:fadeInDown 0.2s 0.26s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(3){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.3s ease both;
    -moz-animation:fadeInDown 0.2s 0.3s ease both;
    -ms-animation:fadeInDown 0.2s 0.3s ease both;
    animation:fadeInDown 0.2s 0.3s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(4){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.34s ease both;
    -moz-animation:fadeInDown 0.2s 0.34s ease both;
    -ms-animation:fadeInDown 0.2s 0.34s ease both;
    animation:fadeInDown 0.2s 0.34s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(5){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.38s ease both;
    -moz-animation:fadeInDown 0.2s 0.38s ease both;
    -ms-animation:fadeInDown 0.2s 0.38s ease both;
    animation:fadeInDown 0.2s 0.38s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(6){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.42s ease both;
    -moz-animation:fadeInDown 0.2s 0.42s ease both;
    -ms-animation:fadeInDown 0.2s 0.42s ease both;
    animation:fadeInDown 0.2s 0.42s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(7){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.46s ease both;
    -moz-animation:fadeInDown 0.2s 0.46s ease both;
    -ms-animation:fadeInDown 0.2s 0.46s ease both;
    animation:fadeInDown 0.2s 0.46s ease both;
}
.nav_menu.active.nav_menu a:nth-of-type(8){
    opacity:1;
    -webkit-animation:fadeInDown 0.2s 0.52s ease both;
    -moz-animation:fadeInDown 0.2s 0.52s ease both;
    -ms-animation:fadeInDown 0.2s 0.52s ease both;
    animation:fadeInDown 0.2s 0.52s ease both;
}



@-webkit-keyframes fadeInDown{
    0%{opacity:0;-webkit-transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInDown{
    0%{opacity:0;-moz-transform:translateY(-20px)}
    100%{opacity:1;-moz-transform:translateY(0)}
}
@-ms-keyframes fadeInDown{
    0%{opacity:0;-ms-transform:translateY(-20px)}
    100%{opacity:1;-ms-transform:translateY(0)}
}
@keyframes fadeInDown{
    0%{opacity:0;transform:translateY(-20px)}
    100%{opacity:1;transform:translateY(0)}
}



.bg11{padding-top:0.6rem;position:relative;margin-top:0.3rem;}
.bg11_text{font-size:0.26rem;text-align:center;padding:0.3rem 0;border-top:0.015rem solid #e6e6e6;padding-top:0.9rem;}
.bg11_text p{width:100%;color:#333333;font-size:0.2rem;margin:0.1rem 0;}
.bg11_text p b{color:#3a63bd;}
.bg_11_icon{position:absolute;left:2.65rem;top:0.12rem;}
.bg_11_icon img{ width:100%;display:block;}



/* 搴曢儴瀵艰埅鏍� */
.bot_nav{width:100%;height:1.1rem;background:#fff;position:fixed;bottom:0;box-shadow:0 0 0.1rem rgba(0,0,0,0.1);z-index:98;display:flex;justify-content:space-around;}
.bot_nav a{width:25%;height:1.1rem;color:#333333;font-size:0.2rem;text-align:center;position:relative;}
.bot_nav a:hover{background:#3a63bd;color:#fff;}
.bot_nav a i{font-family:"iconfont";display:block;font-size:0.4rem;margin-top:0.15rem;}
.bot_nav a span{position:absolute;left:0;top:0.18rem;height:0.65rem;width:0.01rem;background:#e5e5e5;}
.bot_nav a em{display:block;position:relative;margin-top:-0.05rem;}
.bot_nav a:nth-of-type(1) span{display:none;}
.bot_nav a:nth-of-type(1) i:after{content:"\e6a9";}
.bot_nav a:nth-of-type(2) i:after{content:"\e63b";}
.bot_nav a:nth-of-type(3) i:after{content:"\e618";font-size:0.4rem;}
.bot_nav a:nth-of-type(4) i:after{content:"\e615";}



/* 鍐呴〉鍒嗛〉鏍峰紡  */
.g-page{ margin:20px 0; text-align:center;}/* 搴曢儴闂磋窛20px*/
.g-page .u-pup,.g-page .u-pne,.g-page .u-sa{border-radius:5px;display:inline-block;font-size:1em;height: 30px;line-height: 30px; text-align: center;width:25%;} /*涓婁竴椤垫牱寮�*/
.g-page p{ width:10%; display: inline-block;}
.g-page .pager-select{display:inline-block;padding:0 20px; margin: 0 10px; width:10%; height: 30px; line-height: 30px; position:relative; top: 10px;}
.g-page .page_number{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events:none;  border-radius: 5px; box-shadow: 0 0 5px #333 inset; text-indent: -1em;}
.g-page .page_number:before{ width: 0; height:0; content: ""; position: absolute; border-top: 5px solid #aaa; border-left: 5px solid rgba(0,0,0,0);border-right: 5px solid rgba(0,0,0,0); left: 50%; margin-left:15px; top: 12px;}
.g-page .pager-select .page_number span{ padding: 0 2px; font-weight: bold;}
.g-page .select_box{ width: 100%; height: 100%; opacity: 0; position: absolute; z-index: 0; left: 0; top: 0; text-align: center;}
/* 鍐呴〉鍒嗛〉鏍峰紡  */
.g-page a { background-color:#3558b7 ; color:#fff; }
.g-page .z-noc { background-color:#e8e8e8; color:#9b0e0e; }
.g-page .u-sa { color:#fff; background-color:#3558b7;</pre></body></html>