<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=======reset css========*/

*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
html,body {
    font-family: "å¾®è½¯é›…é»‘" !important;
}

body{
    font-size: 14px; 
}
ul,ol {
    list-style: none;
}
a{
    text-decoration: none !important;
   
}
a:link {
    text-decoration: none !important;
    }
a:visited {
    text-decoration: none !important;
    }
a:hover {
    text-decoration: none !important;
    }
a:active {
    text-decoration: none !important;
    }


input,textarea{
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
/*=======common css========*/
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}

.show {
    display: block;
}
.hidden {
    display: none;
}
.opacity_show {
    opacity: 1;
}
.opacity_hidden {
    opacity: 0;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}

.boxSize {
    box-sizing: border-box;
}

.visibility {
    /*visibility: visible;  æœ‰ä¸€å®šçš„å›¾ç‰‡å»¶è¿Ÿ*/ 
    opacity: 1;
 }
 .disvisibility {
     
    /*visibility: hidden;*/
     opacity: 0;
 }
 .abs-top {
     position: absolute !important;
     width: 100%;
     top: 0 !important;
     left: 0 !important;
 }

 /* æµè§ˆå™¨æ»šåŠ¨æ¡æ&nbsp;·å¼ */
 ::-webkit-scrollbar {
    width: 5px;
}
 
/* æ»šåŠ¨æ¡æœ‰æ»‘å—çš„è½¨é“éƒ¨åˆ† */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 5px;
}
 
/* æ»šåŠ¨æ¡æ»‘å—(ç«–å‘:vertical æ¨ªå‘:horizontal) */
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #C20000;
    border-radius: 5px;
}
 
/* æ»šåŠ¨æ¡æ»‘å—hover */
/*::-webkit-scrollbar-thumb:hover {
    background-color: red;
}
 */
/* åŒæ—¶æœ‰åž‚ç›´å’Œæ°´å¹³æ»šåŠ¨æ¡æ—¶äº¤æ±‡çš„éƒ¨åˆ† */
::-webkit-scrollbar-corner {
    display: block;    /* ä¿®å¤äº¤æ±‡æ—¶å‡ºçŽ°çš„ç™½å— */
}</pre></body></html>