<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc_nav .search_btn {
    margin-right: 0.05rem;
    position: relative;
    z-index: 10;
    display: inline-block;}
.pc_nav .search_btn svg {
    width: 0.26rem;
    fill: #fff;
    vertical-align: top;
    height: 1.36rem;
    line-height: 1.36rem;}
.con::-webkit-scrollbar {
     width: 4px; /*  è®¾ç½®çºµè½´ï¼ˆyè½´ï¼‰è½´æ»šåŠ¨æ¡ */
     height: 4px;}
 /* æ»šåŠ¨æ¡æ»‘å—ï¼ˆé‡Œé¢å°æ–¹å—ï¼‰ */
 .con::-webkit-scrollbar-thumb {
     border-radius: 10px;
     box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
     background: rgba(0,0,0,0.9);}
 /* æ»šåŠ¨æ¡è½¨é“ */
 .con::-webkit-scrollbar-track {
     border-radius: 0;
     box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
     background: #5d2b23;}


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