<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¯¼å…¥æ&nbsp;·å¼è¡¨ */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/report-cn.css");

:root {
    --HnnColor: #22AAB4; /* H2-3æ&nbsp;‡ç­¾å­—ä½“é¢œè‰² */
    --HbgColor: #D8E8D2; /* H3ã€H4çš„spanèƒŒæ™¯é¢œè‰² */
    --WbgColor: #79BD4D; /* é€‚é…ç™½è‰²å­—ä½“çš„èƒŒæ™¯é¢œè‰² */
    --ItmColor: #4183C4; /* é¡¹ç›®æ•°å€¼å­—ä½“é¢œè‰² */
    --menu-float-item-bg: #008E40; /*å·¦å³å­èœå•é¡¹èƒŒæ™¯è‰²ï¼ŒåŽŸå§‹å®šä¹‰åœ¨ï¼šstyle-cn.css */
}

.box-main h2:first-child {
    font-size: 25px;
}

.my-TitleInfo ul{
    width:50%;
}

/* ä¸‰åˆ—å­è¡¨ï¼šå¯¹/static/public/style.cssçš„.box-max4son ç±»å†å®šä¹‰ */
.my-Organization ul {
    width: 36%; /*ç¬¬2åˆ—*/
}
    .my-Organization ul:nth-child(2) {
        width: 28%;
    }
    .my-Organization ul li {
        list-style-image: url(/static/public/images/start.png);
    }

/* å±•ä¼šæ¦‚æ‹¬ */
.box-expoDesc &gt; div {
    margin-top:-260px;
}

/* Vipé‡‡è´­å›¢ */
.my-VipGroupBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
}
    .my-VipGroupBuyers ul {
        width: 28%; /*ç¬¬2åˆ—*/
    }
    .my-VipGroupBuyers ul:first-child {
        width: 37%;
    }
    .my-VipGroupBuyers ul:last-child {
        width: 35%;
    }




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