<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
*{-webkit-tap-highlight-color:rgba(255,0,0,0)}
*:not(font):not(i){font-family:Helvetica Neue,Helvetica,PingFang SC,Microsoft YaHei,Tahoma,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;padding:0;outline:0;word-break:break-all;word-wrap:break-word}
*:not(i):not(h1):not(h2):not(h3):not(h4):not(h5):not(font){font-size:14px}
a{text-decoration:none;cursor:pointer;color:#777;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none-webkit-tap-highlight-color:rgba(255,0,0,0)}
html{position:relative;min-height:100%;overflow-x:hidden;line-height:1}
input[type=checkbox],input[type=file],input[type=radio],select{display:none!important}

table{border-collapse:collapse}
table,table td{border:1px solid #ddd}

::-webkit-scrollbar{width:1px;height:1px}
::-webkit-scrollbar-track{background-color:#ddd}
::-webkit-scrollbar-thumb{background-color:#999}
::-webkit-input-placeholder{color:#ccc!important}
:-moz-placeholder{color:#ccc!important}
::-moz-placeholder{color:#ccc!important}
:-ms-input-placeholder{color:#ccc!important}

#hm_t_undefined,.hide{display:none!important}

#alert,#alert_loader{position:absolute;z-index:10000000000;top:0;width:100%;height:100%;background:rgba(0,0,0,.1)}
#alert_loader&gt;.box{position:fixed;z-index:1000;top:50%;left:50%;padding:10px;width:20pc;margin-left:-10pc;margin-top:-75pt}
#alert_loader&gt;.box&gt;.icon{display:block;text-align:center;width:80px;height:80px;line-height:80px;font-size:81px;margin:auto;color:#666;-webkit-animation:loader 1.5s linear infinite;-moz-animation:loader 1.5s linear infinite;animation:loader 1.5s linear infinite}
@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
@-moz-keyframes loader{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}
@keyframes loader{0%{transform:rotate(0deg)}100%{transform: rotate(360deg)}}

#alert&gt;.box{position:fixed;z-index:1000;top:50%;left:50%;padding:10px;width:20pc;margin-left:-10pc;margin-top:-75pt;background:#fff;border-radius:2px;box-shadow:0 0 6px rgba(0,0,0,.2)}
#alert&gt;.box&gt;.title{font-size:18px;line-height:42px;color:#333;text-align:center;border-bottom:1px solid #eee}
#alert&gt;.box&gt;i{display:block;margin:auto;font-size:5pc;text-align:center;line-height:88px;margin-top:10px}
#alert&gt;.box&gt;i.icon-success{color:#228b22}
#alert&gt;.box&gt;i.icon-error{color:#dc143c}
#alert&gt;.box&gt;i.icon-warning{color:orange}
#alert&gt;.box&gt;.tip{text-align:center;font-size:14px;color:#aaa;line-height:30px}
#alert&gt;.box&gt;.btns{width:100%;text-align:center;margin-top:10px}
#alert&gt;.box&gt;.btns&gt;a{display:inline-block;padding:4px 20px;background:#a9a9a9;color:#fff;border-radius:4px;line-height:20px}
#alert&gt;.box&gt;.btns&gt;a#alert_cancel{margin-right:15px}
#alert&gt;.box&gt;.btns&gt;a#alert_agree{background:#5fb878}

@media screen and (max-width:800px) {
    body&gt;.body_pc{display:none}
    body&gt;.body_mb{display:block}
}
@media screen and (min-width:801px) {
    body&gt;.body_pc{display:block}
    body&gt;.body_mb{display:none}
}</pre></body></html>