<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f7f7f7 !important;
}

.rankWidth * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rankWidth {
    width: 1200px;
    margin: 0 auto;
}

.rankbg {
    width: 100%;
    height: 450px;
    background: url('images/rankbg.png') no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
}
/*硬装*/
.rankbg1 {
    width: 100%;
    height: 450px;
    background: url('images/rankbg1.png') no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
}
/*软装*/
.rankbg2 {
    width: 100%;
    height: 450px;
    background: url('images/rankbg2.png') no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
}

.rankPosition {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
}

    .rankPosition a {
        color: #666;
    }

        .rankPosition a:hover {
            color: #16ac5e;
        }

.percentbox {
    margin-bottom: 50px;
}

    .percentbox .percent-title {
        height: 58px;
        background: url('images/title.png') no-repeat 0 0;
    }

.webpercent {
    display: flex;
    flex-direction: row;
}

.charts-left p, .charts-right p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

    .charts-left p span, .charts-right p span {
        color: #ff0000;
    }

.charts-right p {
    text-align: center;
}

.ff4444 {
    background-color: #ff4444;
}

.f39943 {
    background-color: #f39943;
}

.f3c343 {
    background-color: #f3c343;
}

.f0ac773 {
    background-color: #0ac773;
}

.f27bca9 {
    background-color: #27bca9;
}

.f239de0 {
    background-color: #239de0;
}

.f39943 {
    background-color: #f39943;
}

.cmpcontainer {
    margin-bottom: 50px;
}

    .cmpcontainer .cmp-title {
        height: 58px;
        background: url('images/title.png') no-repeat 0 -58px;
    }

    .cmpcontainer .cmp-list {
        margin-top: 50px;
    }

        .cmpcontainer .cmp-list li {
            width: 138px;
            height: 38px;
            font-size: 18px;
            text-align: center;
            line-height: 38px;
            border: 1px solid #ccc;
            margin-right: 36px;
            float: left;
            border-radius: 19px;
        }

            .cmpcontainer .cmp-list li:hover {
                border: 0;
                background-color: #16ac5e;
            }

                .cmpcontainer .cmp-list li:hover a {
                    color: #fff;
                }

            .cmpcontainer .cmp-list li:nth-child(7n) {
                margin-right: 0;
            }

            .cmpcontainer .cmp-list li:nth-child(n+8) {
                margin-top: 25px;
            }

.ranking-title {
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    margin-bottom: 30px;
}

    .ranking-title:before {
        display: block;
        content: "";
        width: 275px;
        height: 2px;
        background-color: #16ac5e;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

.rankcontainer {
    width: 385px;
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 35px;
    margin-right: 20px;
}

    .rankcontainer:nth-child(3n) {
        margin-right: 0;
    }

    .rankcontainer .rank-tips {
        display: flex;
        flex-direction: row;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }

        .rankcontainer .rank-tips span {
            display: inline-flex;
            font-size: 14px;
            color: #666;
        }

            .rankcontainer .rank-tips span.tips1 {
                width: 233px;
            }

            .rankcontainer .rank-tips span.tips2 {
                width: 65px;
            }

    .rankcontainer .rank-title {
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        padding: 0 15px;
    }

        .rankcontainer .rank-title a {
            font-size: 14px;
            float: right;
            color: #fff;
        }

    .rankcontainer .rank-list {
        padding: 0 15px;
    }

        .rankcontainer .rank-list li {
            border-bottom: 1px dashed #ddd;
            height: 50px;
            line-height: 50px;
            display: flex;
            flex-direction: row;
        }

            .rankcontainer .rank-list li:last-child {
                border-bottom: 0;
            }

            .rankcontainer .rank-list li &gt; span {
                display: block;
                width: 24px;
                height: 24px;
                text-align: center;
                margin: 13px 25px 13px 5px;
                line-height: 24px;
                font-size: 14px;
                color: #333;
                background-color: #e5e5e5;
            }

            .rankcontainer .rank-list li:nth-child(-n+3) &gt; span {
                width: 35px;
                height: 30px;
                background: url('images/icon1.png') no-repeat center center #fff;
                margin-left: 0;
                margin-right: 20px;
            }

            .rankcontainer .rank-list li:nth-child(1) &gt; span {
                width: 35px;
                height: 30px;
                background-position: 0 0;
            }

            .rankcontainer .rank-list li:nth-child(2) &gt; span {
                width: 35px;
                height: 30px;
                background-position: 0 -50px;
            }

            .rankcontainer .rank-list li:nth-child(3) &gt; span {
                width: 35px;
                height: 30px;
                background-position: 0 -100px;
            }

            .rankcontainer .rank-list li .cmp-name {
                display: block;
                width: 150px;
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .rankcontainer .rank-list li .cmp-name:hover {
                    color: #16ac5e;
                }

            .rankcontainer .rank-list li .cmp-number {
                width: 80px;
                font-size: 14px;
                text-align: center;
                color: #888;
            }

            .rankcontainer .rank-list li .cmp-up {
                width: 68px;
                text-align: center;
                font-size: 14px;
                color: #e00000;
                margin-right: auto;
            }

                .rankcontainer .rank-list li .cmp-up span {
                    margin-right: 5px;
                }

.choicebox {
    background: url('images/choicebg.png') no-repeat top center;
}

    .choicebox .choice-title {
        height: 50px;
        line-height: 50px;
        font-size: 34px;
        text-align: center;
    }

    .choicebox .choice-list li {
        width: 25%;
        text-align: center;
        float: left;
        margin: 30px 0;
    }

        .choicebox .choice-list li &gt; span {
            display: inline-block;
            width: 90px;
            height: 90px;
            border-radius: 100%;
            background: url('images/icon.png') no-repeat;
        }

            .choicebox .choice-list li &gt; span.icon1 {
                background-position: 0 0;
            }

            .choicebox .choice-list li &gt; span.icon2 {
                background-position: 0 -90px;
            }

            .choicebox .choice-list li &gt; span.icon3 {
                background-position: 0 -180px;
            }

            .choicebox .choice-list li &gt; span.icon4 {
                background-position: 0 -270px;
            }

        .choicebox .choice-list li p {
            line-height: 30px;
        }

            .choicebox .choice-list li p span {
                color: #16ac5e;
            }

            .choicebox .choice-list li p.t1 {
                font-size: 24px;
                margin-top: 10px;
            }

            .choicebox .choice-list li p.t2 {
                font-size: 16px;
                color: #666;
            }

.top-title {
    position: relative;
    text-align: center;
}

    .top-title .text1 {
        line-height: 86px;
        text-align: center;
        font-family: 'Source Han Serif SC';
        font-size: 70px;
        font-weight: 800;
        font-style: italic;
        color: #DDDDDD;
        position: relative;
        opacity: .7;
    }

        .top-title .text1::after {
            display: block;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #DDDDDD;
            position: absolute;
            left: 0;
            bottom: 12px;
        }

    .top-title .text2 {
        height: 32px;
        line-height: 32px;
        display: inline-block;
        font-size: 30px;
        color: #2D2D2D;
        text-align: center;
        padding: 0 18px;
        position: relative;
        top: -44px;
    }

        .top-title .text2:before, .top-title .text2::after {
            display: block;
            content: '';
            width: 7px;
            height: 30px;
            background: #E00000;
            position: absolute;
            top: 2px;
        }

        .top-title .text2:before {
            left: 0;
        }

        .top-title .text2::after {
            right: 0;
        }

.rank-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

    .rank-content::after {
        content: '';
        width: 380px;
    }

    .rank-content .rank-item {
        width: 380px;
    }

        .rank-content .rank-item .rank-img {
            width: 380px;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

            .rank-content .rank-item .rank-img img {
                display: block;
                width: 100%;
                height: auto;
            }

    .rank-content .rank-tips {
        text-align: center;
        font-size: 18px;
        color: #2D2D2D;
        line-height: 36px;
    }

.rank-tags {
    width: 770px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 50px;
}

    .rank-tags::after {
        content: '';
        width: 230px;
    }

    .rank-tags a {
        width: 230px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 25px;
        font-size: 18px;
    }

        .rank-tags a:nth-child(n+4) {
            margin-top: 33px;
        }

.miaodian {
    width: 120px;
    position: fixed;
    left: auto;
    top: 21%;
    margin-left: 222px;
    display: none;
    max-height: 365px;
    overflow-y: scroll;
     scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.miaodian::-webkit-scrollbar {display: none;}
    .miaodian li {
        letter-spacing: 1px;
        line-height: 1.5em;
        padding: 5px 10px;
        text-align: center;
        background-color: #FFF;
        border-bottom: solid 1px #faf7e7;
        table-layout: fixed;
        word-break: break-all;
        overflow: hidden;
    }
        /*.miaodian li:nth-child(1),.miaodian li:last-child{
        text-align: center;

    }*/

        .miaodian li.active, .miaodian li:hover {
            background-color: #be0f1b;
        }

            .miaodian li.active a, .miaodian li:hover a {
                display: block;
                color: #FFF;
            }

        .miaodian li.gotop {
            border-bottom: none;
        }

        .miaodian li a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .miaodian.widthmd {
        padding: 0px 8px;
        background-color: #FFF;
        margin-left: -192px;
    }

        .miaodian.widthmd li {
            width: 110px;
            text-align: justify;
            border-bottom: none;
            line-height: 40px;
            margin: 5px 0;
            padding: 0 23px;
        }

            .miaodian.widthmd li .iconfont {
                display: inline-block;
                color: #d4d4d4;
                margin-right: 10px;
            }

            .miaodian.widthmd li span {
                display: inline-block;
            }

            .miaodian.widthmd li.active {
                background-color: #ffd500;
                border-radius: 4px;
            }

                .miaodian.widthmd li.active a {
                    display: block;
                    color: #555;
                }

                .miaodian.widthmd li.active .iconfont {
                    color: #333;
                }

            .miaodian.widthmd li.gotop a, .miaodian.widthmd li.gotop a .iconfont {
                color: #f8aa00;
            }
</pre></body></html>