<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:8px;height:8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track{border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #555;}
input,textarea{-webkit-user-select:text}
/*返回首页*/
#tip{padding-top: 30px;min-height: 640px;}
#tip b{color: #01848b;}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{margin: auto;position: absolute;top: 50%;left: 0;right: 0;width: 2.5rem;height: 2.5rem;padding: .15rem;padding-top: .3rem;margin-top: -1.25rem;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;box-sizing: border-box;}
#wxnr img{width: 1.15rem;height: 1.15rem;display: block;margin: 0 auto;}
#wxnr p{font-size: .12rem;line-height: .23rem;text-align:center;}
#wxnr i.x{position: absolute;top: .1rem;right: .1rem;width: .15rem;height: .15rem;font-size: .1rem;line-height: .15rem;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: .015rem .05rem;line-height: .18rem;background-color: #01848b;color:#fff;border-radius: .025rem;cursor:pointer;}
#wxnr span i{color: #fff;margin-right: .07rem;}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -.2rem;z-index: 9999999;font-size: .13rem;color: #fff;width: 90%;right: 5%;line-height: .4rem;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: .05rem;display: none;}</pre></body></html>