.f-12-666 {
    font-size: 12px;
    color: #666
}

.f-12-f0 {
    font-size: 12px;
    color: #f0f0f0
}

.f-12-bbb {
    font-size: 12px;
    color: #bbb
}

.f-12-999 {
    font-size: 12px;
    color: #999
}

.f-14-f0 {
    font-size: 14px;
    color: #f0f0f0
}

.f-14-bbb {
    font-size: 14px;
    color: #bbb
}

.f-14-333 {
    font-size: 14px;
    color: #333
}

.f-14-ff4f00 {
    font-size: 14px;
    color: #26bbff
}

.f-14-666 {
    font-size: 14px;
    color: #666
}

.f-14-999 {
    font-size: 14px;
    color: #999
}

.f-18-fofofo {
    font-size: 18px;
    color: #f0f0f0
}

.f-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.t-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    zoom: 1
}

    .clearfix:after {
        content: "";
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
        clear: both
    }

.br4 {
    border-radius: 4px
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: none
}

.mask-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #363636;
    border-radius: 4px
}

.w-1200 {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1
}

.bg222 {
    background-color: #222
}

.bg333 {
    background-color: #333
}

.icon-v2 {
    display: inline-block;
    background: url("/main/images/icon_v2_20240124.png") no-repeat
}

.icon-level, .level-icon {
    display: inline-block;
    background-image: url("/main/images/level_icon_v4.png")
}

.level-icon {
    width: 24px;
    height: 20px;
    vertical-align: -2px
}

.level-icon-0 {
    background-position: -128px -78px
}

.level-icon-1 {
    background-position: -156px -78px
}

.level-icon-2 {
    background-position: -184px -78px
}

.level-icon-5 {
    background-position: -209px -78px
}

.btn-blank {
    display: inline-block;
    line-height: 1;
    padding: 7px 10px;
    border: 1px solid #666;
    border-radius: 4px;
    font-size: 14px;
    color: #666
}

.c-btn {
    width: 180px;
    height: 44px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    background-color: rgb(30,180,255)
}

    .c-btn, .c-btn:hover {
        color: #f0f0f0
    }

.popup-btn {
    color: #f0f0f0
}

.popup-btn, .popup-btn-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    background-color: rgb(30,180,255)
}

.popup-btn-c {
    color: #f0f0f0;
    color: #999;
    background-color: #464646
}

.c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0
}

    .c-pagination li {
        background-color: #464646;
        border-radius: 4px;
        margin-right: 6px
    }

        .c-pagination li, .c-pagination li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .c-pagination li a {
                height: 38px;
                padding: 0 15px;
                font-size: 14px;
                color: #f0f0f0
            }

    .c-pagination .active {
        background-color: rgb(30,180,255)
    }

.user-view span {
    font-size: 12px;
    color: #666;
    margin-right: 5px
}

    .user-view span:before {
        content: "";
        width: 14px;
        height: 14px;
        margin-right: 2px;
        display: inline-block;
        background: url("/main/images/icon_v2_20240124.png") no-repeat;
        vertical-align: -2px
    }

.user-view .icon-view:before {
    background-position: -181px -21px
}

.user-view .icon-news:before {
    background-position: -201px -21px
}

.user-view .icon-praised:before {
    background-position: -221px -21px
}

.detail-share-btn {
    position: relative
}

    .detail-share-btn .share-box {
        position: absolute;
        top: 28px;
        left: 50%;
        width: 212px;
        height: 100px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 16px;
        z-index: 10;
        display: none
    }

        .detail-share-btn .share-box .share-list {
            padding: 12px 0 17px 20px;
            background-color: #464646;
            border-radius: 4px
        }

            .detail-share-btn .share-box .share-list:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #464646;
                top: 8px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%)
            }

            .detail-share-btn .share-box .share-list p {
                font-size: 12px;
                color: #cfcfcf;
                margin-bottom: 10px
            }

            .detail-share-btn .share-box .share-list span {
                display: inline-block;
                background: url("../../../image/icon_240125.png") no-repeat;
                width: 28px;
                height: 28px;
                border-radius: 50%;
                margin-right: 16px
            }

                .detail-share-btn .share-box .share-list span:first-of-type {
                    background-position: -95px -136px
                }

                .detail-share-btn .share-box .share-list span:nth-of-type(2) {
                    background-position: -125px -136px
                }

                .detail-share-btn .share-box .share-list span:nth-of-type(3) {
                    background-position: -154px -136px
                }

                .detail-share-btn .share-box .share-list span:nth-of-type(4) {
                    background-position: -185px -136px
                }

.public-list-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    line-height: 1
}

    .public-list-style li {
        position: relative;
        width: 284px;
        height: 293px;
        margin-bottom: 20px;
        margin-right: 20px;
        -webkit-transition: all .5s;
        transition: all .5s;
        border: 1px solid transparent
    }

        .public-list-style li:hover {
            border: 1px solid #363636;
            border-radius: 4px 4px 0 0;
            -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
            box-shadow: 0 0 12px rgba(0,0,0,.6);
            -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0)
        }

            .public-list-style li:hover .info-hover {
                display: block
            }

        .public-list-style li .tag-icon-wrap {
            position: absolute;
            top: 10px;
            z-index: 1
        }

            .public-list-style li .tag-icon-wrap .cg-icon {
                float: left;
                margin-left: 10px
            }

        .public-list-style li a {
            display: block
        }

        .public-list-style li .info-hover {
            display: none;
            position: absolute;
            width: 100%;
            height: 78px;
            border-radius: 0 0 4px 4px;
            background-color: #222;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

            .public-list-style li .info-hover .info-hover-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: start;
                height: 100%
            }

                .public-list-style li .info-hover .info-hover-box > * {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    cursor: pointer
                }

                .public-list-style li .info-hover .info-hover-box .btn-collect {
                    position: relative;
                    cursor: pointer;
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .public-list-style li .info-hover .info-hover-box .btn-collect:hover p {
                        color: rgb(30,180,255)
                    }

                    .public-list-style li .info-hover .info-hover-box .btn-collect:hover .btn-collect-icon {
                        background-position: -346px -41.7px
                    }

                    .public-list-style li .info-hover .info-hover-box .btn-collect i.btn-collect-icon {
                        width: 26px;
                        height: 26px;
                        background: url(../../../image/common/icon_v4.png) no-repeat;
                        background-position: -346px -14px;
                        display: block
                    }

                    .public-list-style li .info-hover .info-hover-box .btn-collect:after {
                        content: "";
                        position: absolute;
                        width: 1px;
                        height: 50px;
                        left: 100%;
                        background-color: #464646
                    }

                .public-list-style li .info-hover .info-hover-box .info-down {
                    cursor: pointer;
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .public-list-style li .info-hover .info-hover-box .info-down:hover p {
                        color: rgb(30,180,255)
                    }

                    .public-list-style li .info-hover .info-hover-box .info-down:hover .info-down-icon {
                        background-position: -374px -41.7px
                    }

                    .public-list-style li .info-hover .info-hover-box .info-down i.info-down-icon {
                        width: 26px;
                        height: 26px;
                        background: url(../../../image/common/icon_v4.png) no-repeat;
                        background-position: -374px -14px
                    }

                .public-list-style li .info-hover .info-hover-box .btn-shopping {
                    cursor: pointer;
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .public-list-style li .info-hover .info-hover-box .btn-shopping:hover p {
                        color: rgb(30,180,255)
                    }

                    .public-list-style li .info-hover .info-hover-box .btn-shopping:hover .btn-shopping-icon {
                        background-position: -.5px -187px
                    }

                    .public-list-style li .info-hover .info-hover-box .btn-shopping i.btn-shopping-icon {
                        width: 26px;
                        height: 26px;
                        background: url(../../../image/common/icon_v4.png) no-repeat;
                        background-position: -32px -187px
                    }

                .public-list-style li .info-hover .info-hover-box p {
                    height: 14px;
                    font-family: MicrosoftYaHei;
                    font-size: 14px;
                    font-weight: 400;
                    font-stretch: normal;
                    letter-spacing: 0;
                    color: #999;
                    margin-top: 8px
                }

        .public-list-style li .info-hover {
            bottom: 0;
            height: 94px
        }

        .public-list-style li:nth-of-type(4n) {
            margin-right: 0
        }

        .public-list-style li .top-cover {
            display: block;
            width: 100%;
            height: 213px;
            border-radius: 4px 4px 0 0;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            overflow: hidden
        }

            .public-list-style li .top-cover img {
                width: auto;
                height: auto;
                max-width: 284px;
                max-height: 213px;
                border-radius: 4px 4px 0 0
            }

            .public-list-style li .top-cover .icon-right-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                position: absolute;
                top: 10px;
                right: 10px
            }

            .public-list-style li .top-cover .icon-gif-img {
                width: 28px;
                height: 16px;
                display: inline-block;
                background: url("/main/images/icon_v2_20240124.png") no-repeat;
                background-position: -329px -157px
            }

            .public-list-style li .top-cover .icon-marmoset {
                width: 28px;
                height: 28px;
                display: inline-block;
                background: url("/main/images/icon_v2_20240124.png") no-repeat;
                background-position: -468px -208px;
                margin-top: 6px
            }

        .public-list-style li .bottom-info {
            height: 78px;
            padding: 18px 16px 0;
            border-radius: 0 0 4px 4px;
            border-bottom: 1px solid transparent;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            background-color: #222;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            .public-list-style li .bottom-info .info-bottom, .public-list-style li .bottom-info .info-top {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

            .public-list-style li .bottom-info .info-top {
                margin-bottom: 16px
            }

                .public-list-style li .bottom-info .info-top .info-title {
                    width: 170px;
                    font-size: 14px;
                    color: #f0f0f0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    line-height: 16px
                }

                .public-list-style li .bottom-info .info-top .info-id {
                    font-size: 12px;
                    color: #666
                }

            .public-list-style li .bottom-info .info-bottom {
                position: relative;
                height: 15px
            }

                .public-list-style li .bottom-info .info-bottom .info-format {
                    max-width: 180px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-size: 12px;
                    color: #999
                }

                .public-list-style li .bottom-info .info-bottom .info-money {
                    position: absolute;
                    bottom: -5px;
                    right: 0;
                    font-size: 12px;
                    color: #f0f0f0;
                    padding: 6px;
                    background-color: #1a1a1a;
                    border-radius: 4px
                }

                .public-list-style li .bottom-info .info-bottom .feel, .public-list-style li .bottom-info .info-bottom .no-feel {
                    bottom: 0;
                    padding: 0;
                    font-size: 12px;
                    letter-spacing: 0;
                    background-color: initial
                }

                .public-list-style li .bottom-info .info-bottom .feel {
                    color: #009e62
                }

                .public-list-style li .bottom-info .info-bottom .no-feel {
                    color: #1f71c5
                }

        .public-list-style li .bottom-info-new {
            position: relative;
            width: 100%;
            height: 104px;
            padding: 18px 0 0 16px;
            border-radius: 0 0 5px 5px;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            border-bottom: 1px solid transparent;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            background-color: rgb(247, 247, 247)
        }

            .public-list-style li .bottom-info-new .info-title {
                width: 250px;
                font-size: 14px;
                color: #999;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 16px
            }

            .public-list-style li .bottom-info-new .info-format {
                max-width: 250px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 12px;
                color: #666;
                margin-top: 14px
            }

            .public-list-style li .bottom-info-new .info-money {
                font-size: 14px;
                color: #f0f0f0;
                padding: 6px;
                background-color: #1a1a1a;
                margin-top: 14px;
                border-radius: 4px
            }

            .public-list-style li .bottom-info-new .feel, .public-list-style li .bottom-info-new .no-feel {
                padding: 0;
                font-size: 14px;
                letter-spacing: 0;
                background-color: initial
            }

            .public-list-style li .bottom-info-new .feel {
                color: #009e62
            }

            .public-list-style li .bottom-info-new .no-feel {
                color: #1f71c5
            }

                .public-list-style li .bottom-info-new .no-feel del {
                    font-size: 12px;
                    color: #666;
                    margin-left: 6px
                }

            .public-list-style li .bottom-info-new .icon-discount {
                position: absolute;
                right: 16px;
                bottom: 8px;
                width: 110px;
                height: 24px;
                background: url(https://ali-down.cg99.cn/active/20231113/icon-discount.png) no-repeat
            }

.public-works-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    line-height: 1
}

    .public-works-style, .public-works-style li {
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .public-works-style li {
            width: 284px;
            height: 293px;
            margin-bottom: 20px;
            margin-right: 20px;
            position: relative
        }

            .public-works-style li:nth-of-type(4n) {
                margin-right: 0
            }

            .public-works-style li:hover {
                border-radius: 4px 4px 0 0;
                -webkit-transform: translate3d(0,-4px,0);
                transform: translate3d(0,-4px,0);
                -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
                box-shadow: 0 0 12px rgba(0,0,0,.6)
            }

            .public-works-style li a {
                width: 100%
            }

            .public-works-style li .top-cover {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 4px 4px 0 0;
                overflow: hidden;
                border-top: 1px solid transparent;
                border-left: 1px solid transparent;
                border-right: 1px solid transparent;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                .public-works-style li .top-cover img {
                    width: auto;
                    max-width: 284px;
                    max-height: 213px;
                    border-radius: 4px 4px 0 0;
                    -o-object-fit: cover;
                    object-fit: cover
                }

            .public-works-style li .bottom-info {
                height: 80px;
                padding: 20px 16px;
                border-radius: 0 0 4px 4px;
                background-color: #222;
                border-bottom: 1px solid transparent;
                border-left: 1px solid transparent;
                border-right: 1px solid transparent
            }

                .public-works-style li .bottom-info .bottom-user, .public-works-style li .bottom-info .bottom-works {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

                    .public-works-style li .bottom-info .bottom-works .info-title {
                        width: 70%;
                        font-size: 14px;
                        color: #f0f0f0;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        line-height: 16px
                    }

                    .public-works-style li .bottom-info .bottom-works .info-time {
                        font-size: 12px;
                        color: #666
                    }

                .public-works-style li .bottom-info .bottom-user {
                    margin-top: 14px
                }

                    .public-works-style li .bottom-info .bottom-user .info-user {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        width: 75%
                    }

                        .public-works-style li .bottom-info .bottom-user .info-user img {
                            width: 24px;
                            height: 24px;
                            border-radius: 50%;
                            margin-right: 5px
                        }

                        .public-works-style li .bottom-info .bottom-user .info-user .user-name {
                            display: inline-block;
                            width: 70%;
                            line-height: normal;
                            font-size: 12px;
                            color: #999;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap
                        }

                    .public-works-style li .bottom-info .bottom-user .info-view {
                        font-size: 12px;
                        color: #666;
                        line-height: 24px
                    }

                        .public-works-style li .bottom-info .bottom-user .info-view i {
                            width: 14px;
                            height: 14px;
                            display: inline-block;
                            background: url("/main/images/icon_v2_20240124.png") no-repeat;
                            background-position: -181px -21px;
                            vertical-align: -2px
                        }

.public-cate-header {
    padding: 26px 26px 20px;
    background-color: #222
}

    .public-cate-header .cate-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 18px
    }

        .public-cate-header .cate-item:last-of-type {
            margin-bottom: 0
        }

        .public-cate-header .cate-item p {
            margin-right: 20px
        }

        .public-cate-header .cate-item ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .public-cate-header .cate-item ul li {
                margin-right: 38px
            }

                .public-cate-header .cate-item ul li a {
                    display: block;
                    font-size: 14px;
                    color: #bbb
                }

                .public-cate-header .cate-item ul li.active a {
                    font-size: 14px;
                    color: #26bbff
                }

.public-filter-style {
    position: relative;
    padding: 26px 26px 20px;
    background-color: #222
}

    .public-filter-style:before {
        position: absolute;
        top: 0;
        left: 26px;
        content: "";
        width: 95.5%;
        height: 1px
    }

    .public-filter-style .filter-list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100px;
        height: 36px;
        font-size: 14px;
        color: #bbb;
        background-color: #303030;
        cursor: pointer
    }

        .public-filter-style .filter-list > span {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #bbb;
            margin-left: 5px
        }

        .public-filter-style .filter-list > ul {
            position: absolute;
            top: 35px;
            left: 0;
            background-color: #363636;
            padding: 4px 0;
            display: none;
            border-radius: 4px
        }

            .public-filter-style .filter-list > ul li a {
                width: 100px;
                height: 36px;
                text-align: center;
                line-height: 36px;
                font-size: 14px;
                color: #999
            }

                .public-filter-style .filter-list > ul li a:hover {
                    color: #bbb;
                    background-color: #464646
                }

body .cg-class {
    min-width: 546px;
    padding: 38px 53px;
    background: #262626;
    color: #f0f0f0;
    max-height: 800px;
    overflow-y: auto
}

    body .cg-class .layui-layer-close1, body .cg-class .layui-layer-close2 {
        top: 0;
        right: 12px;
        width: 14px;
        height: 16px;
        background: url(../../../../../../../image/icon_240125.png) no-repeat;
        background-position: -225px -443px
    }

    body .cg-class .icon-fail {
        display: inline-block;
        width: 27px;
        height: 27px;
        margin-right: 5px;
        background-position: -181px -189px
    }

    body .cg-class .time {
        position: relative;
        margin-bottom: 20px;
        padding: 13px 0 18px;
        line-height: 1;
        text-align: center;
        color: #999
    }

        body .cg-class .time:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: -webkit-gradient(linear,left top,right top,from(#363636),color-stop(#5e5e5e),to(#363636));
            background: linear-gradient(90deg,#363636,#5e5e5e,#363636)
        }

    body .cg-class .layui-layer-close2:hover {
        background-position: -225px -443px
    }

    body .cg-class .layui-layer-title {
        border: none;
        padding: 0;
        height: auto;
        line-height: 1;
        text-align: center;
        font-size: 16px;
        color: #f0f0f0;
        background-color: #262626
    }

    body .cg-class .layui-layer-content {
        padding: 0;
        color: #fff;
        border: none
    }

    body .cg-class .layui-layer-btn {
        margin-top: 40px;
        padding: 0;
        text-align: center
    }

        body .cg-class .layui-layer-btn a {
            min-width: 120px;
            height: 35px;
            line-height: 35px;
            margin: 0 12px;
            border: 0;
            border-radius: 4px;
            font-size: 14px;
            text-align: center
        }

            body .cg-class .layui-layer-btn a:last-child {
                background: rgb(30,180,255);
                color: #fff
            }

        body .cg-class .layui-layer-btn .layui-layer-btn0 {
            background: #464646
        }

        body .cg-class .layui-layer-btn .layui-layer-btn1 {
            background: rgb(30,180,255);
            color: #fff
        }

    body .cg-class h2 {
        margin: 16px 0 10px
    }

.header-search {
    position: relative;
    height: auto;
    width: 900px;
    margin: 30px auto 14px;
    z-index: 9
}

    .header-search .cg-icon {
        display: inline-block;
        background: url("../../../image/icon_240125.png") no-repeat;
        vertical-align: middle
    }

    .header-search .search-module {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        height: 54px
    }

        .header-search .search-module input {
            width: 100%;
            height: 100%;
            padding: 0 200px 0 20px;
            background-color: #303030;
            -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.5);
            box-shadow: 0 10px 20px 0 rgba(0,0,0,.5);
            border-radius: 5px
        }

        .header-search .search-module .search-icon-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: rgb(30,180,255);
            width: 90px;
            height: 54px;
            border-radius: 0 5px 5px 0;
            cursor: pointer
        }

            .header-search .search-module .search-icon-box .search-icon {
                width: 30px;
                height: 30px;
                display: inline-block;
                background: url("/main/images/icon_v2_20240124.png") no-repeat;
                background-position: -311px -243px;
                cursor: pointer
            }

            .header-search .search-module .search-icon-box:hover {
                background-color: rgb(30,180,200)
            }

        .header-search .search-module .image-search-icon {
            position: absolute;
            right: 110px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            display: inline-block;
            background: url("/main/images/icon_v2_20240124.png") no-repeat;
            background-position: -311px -205px;
            cursor: pointer
        }

            .header-search .search-module .image-search-icon:hover {
                background-position: -345px -205px
            }

        .header-search .search-module .ai-identify {
            position: absolute;
            right: 156px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .header-search .search-module .ai-identify:before {
                content: "AI\7CBE\51C6\641C\7D22";
                position: absolute;
                left: 50%;
                top: 34px;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                padding: 12px 16px;
                background-color: #303030;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                font-size: 14px;
                color: #bbb;
                z-index: 10;
                border-radius: 5px;
                display: none
            }

            .header-search .search-module .ai-identify:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 32px;
                -webkit-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
                width: 9px;
                height: 9px;
                border-top: 1px solid #303030;
                border-left: 1px solid #303030;
                background-color: #303030;
                z-index: 10;
                display: none
            }

            .header-search .search-module .ai-identify:hover:after, .header-search .search-module .ai-identify:hover:before {
                display: block
            }

        .header-search .search-module .selected-val {
            position: relative;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 54px;
            font-size: 24px;
            color: #ccc;
            margin-right: 32px;
            background-color: transparent
        }

            .header-search .search-module .selected-val:before {
                content: "";
                position: absolute;
                right: -16px;
                top: 48%;
                width: 0;
                height: 0;
                border: 5px solid #bbb;
                border-bottom-color: transparent;
                border-left-color: transparent;
                border-right-color: transparent
            }

        .header-search .search-module .select-list {
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 120px;
            padding: 8px 0;
            background-color: #2b2b2b;
            border-radius: 5px;
            z-index: 99
        }

            .header-search .search-module .select-list > div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 36px;
                color: #bbb;
                font-size: 14px;
                padding: 0 10px
            }

                .header-search .search-module .select-list > div:hover {
                    background-color: #393939
                }

    .header-search .search-down-box {
        display: none;
        position: absolute;
        top: 54px;
        left: 139px;
        height: auto;
        width: 760px;
        border-radius: 5px;
        line-height: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-color: #2b2b2b
    }

        .header-search .search-down-box .search-world-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .header-search .search-down-box .search-world-list li {
                color: #f0f0f0;
                font-size: 14px;
                padding-left: 20px;
                width: 100%;
                height: 36px;
                line-height: 36px;
                white-space: nowrap;
                text-align: left;
                cursor: pointer
            }

                .header-search .search-down-box .search-world-list li a {
                    width: 100%
                }

                .header-search .search-down-box .search-world-list li:hover {
                    background-color: #505050
                }

                .header-search .search-down-box .search-world-list li:first-of-type {
                    margin-top: 10px
                }

                .header-search .search-down-box .search-world-list li:last-of-type {
                    margin-bottom: 10px
                }

        .header-search .search-down-box .history-wrap {
            position: relative;
            color: #666;
            font-size: 14px;
            padding: 22px 28px 20px 30px
        }

            .header-search .search-down-box .history-wrap .history-clear {
                position: absolute;
                top: 22px;
                right: 40px;
                cursor: pointer
            }

                .header-search .search-down-box .history-wrap .history-clear:hover {
                    color: #f0f0f0
                }

            .header-search .search-down-box .history-wrap .history-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding-top: 22px;
                max-height: 100px;
                overflow: hidden
            }

                .header-search .search-down-box .history-wrap .history-list .history-item {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #999;
                    background-color: #363636;
                    height: 32px;
                    line-height: 30px;
                    padding: 0 10px;
                    border-radius: 5px;
                    margin: 0 14px 14px 0;
                    cursor: pointer
                }

                    .header-search .search-down-box .history-wrap .history-list .history-item .btn-del {
                        position: absolute;
                        right: -5px;
                        top: -8px;
                        display: inline-block;
                        width: 14px;
                        height: 18px;
                        background: url(../../../../image/icon_240125.png) no-repeat;
                        background-position: -239px -442px;
                        visibility: hidden
                    }

                    .header-search .search-down-box .history-wrap .history-list .history-item:hover .btn-del {
                        visibility: visible
                    }

.conditions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    font-size: 14px
}

    .conditions:after, .conditions:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 98%;
        height: 1px;
        background-color: #2a2a2a
    }

    .conditions:after {
        top: unset;
        bottom: 0
    }

    .conditions .condi-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-right: 130px
    }

        .conditions .condi-list:first-child {
            padding-left: 34px
        }

        .conditions .condi-list .conditions-text {
            line-height: 26px;
            color: #f0f0f0
        }

        .conditions .condi-list .conditions-screen .active {
            color: #26bbff;
            border-color: #26bbff
        }

        .conditions .condi-list .conditions-screen ul {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
            color: #999
        }

            .conditions .condi-list .conditions-screen ul li {
                border-radius: 13px;
                border: 1px solid #404040;
                margin-left: 10px;
                line-height: 1;
                cursor: pointer
            }

                .conditions .condi-list .conditions-screen ul li:first-of-type {
                    margin-left: 20px
                }

                .conditions .condi-list .conditions-screen ul li a {
                    padding: 5px 10px
                }

        .conditions .condi-list .conditions-screen #vip-zone {
            position: relative
        }

            .conditions .condi-list .conditions-screen #vip-zone:before {
                content: "";
                position: absolute;
                width: 27px;
                height: 14px;
                right: -20px;
                top: -15px;
                background: url(../../../../image/common/vip_free.png) no-repeat;
                z-index: 1
            }

    .conditions .conditions-l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .conditions .conditions-l .conditions-text {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #000;
            line-height: 1
        }

            .conditions .conditions-l .conditions-text > p {
                padding-right: 20px;
                max-width: 80px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .conditions .conditions-l .conditions-text span {
                position: absolute;
                top: 5px;
                right: 6px;
                display: inline-block;
                width: 8px;
                height: 8px;
                background: url(..//main/images/icon_v2_20240124.png) no-repeat;
                background-position: -483px -179px
            }

        .conditions .conditions-l .conditions-format {
            position: relative;
            color: #999;
            margin-right: 45px;
            cursor: pointer
        }

            .conditions .conditions-l .conditions-format > ul {
                position: absolute;
                top: 36px;
                left: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: 120px;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                padding: 4px 0;
                background-color: #363636;
                border-radius: 4px;
                visibility: hidden;
                -webkit-box-shadow: 0 0 36px -7px #000;
                box-shadow: 0 0 36px -7px #000;
                z-index: 999
            }

                .conditions .conditions-l .conditions-format > ul li {
                    height: 36px;
                    width: 100%;
                    line-height: 36px;
                    text-align: center
                }

                    .conditions .conditions-l .conditions-format > ul li a {
                        width: 100%;
                        color: #999;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap
                    }

                    .conditions .conditions-l .conditions-format > ul li:hover {
                        background-color: #464646
                    }

                .conditions .conditions-l .conditions-format > ul:after {
                    content: "";
                    position: absolute;
                    top: -20px;
                    right: 0;
                    width: 100%;
                    height: 26px
                }

            .conditions .conditions-l .conditions-format .format-drop {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: absolute;
                top: 36px;
                left: 0;
                border: 1px solid #303030;
                z-index: 999;
                visibility: hidden;
                border-radius: 5px
            }

                .conditions .conditions-l .conditions-format .format-drop .format-drop-left, .conditions .conditions-l .conditions-format .format-drop .format-drop-right {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    padding: 20px 0 20px 30px;
                    color: #bbb;
                    font-size: 14px;
                    border-radius: 5px
                }

                    .conditions .conditions-l .conditions-format .format-drop .format-drop-left > p, .conditions .conditions-l .conditions-format .format-drop .format-drop-right > p {
                        margin-bottom: 18px
                    }

                    .conditions .conditions-l .conditions-format .format-drop .format-drop-left a, .conditions .conditions-l .conditions-format .format-drop .format-drop-right a {
                        color: #bbb
                    }

                .conditions .conditions-l .conditions-format .format-drop .format-drop-left {
                    width: 250px;
                    background-color: #202020
                }

                .conditions .conditions-l .conditions-format .format-drop .format-drop-right {
                    width: 472px;
                    background-color: #171717
                }

                .conditions .conditions-l .conditions-format .format-drop .format-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap
                }

                    .conditions .conditions-l .conditions-format .format-drop .format-list li {
                        width: 109px;
                        max-width: 109px;
                        margin-bottom: 10px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap
                    }

                        .conditions .conditions-l .conditions-format .format-drop .format-list li:hover a {
                            color: #26bbff
                        }

                .conditions .conditions-l .conditions-format .format-drop:after {
                    content: "";
                    position: absolute;
                    top: -30px;
                    left: 0;
                    width: 100px;
                    height: 30px
                }

            .conditions .conditions-l .conditions-format:hover .format-drop, .conditions .conditions-l .conditions-format:hover ul, .conditions .conditions-l .conditions-format ul.active {
                visibility: visible
            }

        .conditions .conditions-l .conditions-format-first {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 82px
        }

            .conditions .conditions-l .conditions-format-first .model-recommend-item {
                margin-right: 30px;
                color: #000
            }

                .conditions .conditions-l .conditions-format-first .model-recommend-item.active, .conditions .conditions-l .conditions-format-first .model-recommend-item:hover {
                    font-size: 14px;
                    color: #26bbff
                }

        .conditions .conditions-l .conditions-price {
            position: relative;
            color: #999;
            cursor: pointer
        }

            .conditions .conditions-l .conditions-price.active {
                color: #26bbff;
                border-color: #26bbff
            }

                .conditions .conditions-l .conditions-price.active > span {
                    border-top: 4px solid #26bbff
                }

                .conditions .conditions-l .conditions-price.active i {
                    background-position: -148px -121px
                }

                .conditions .conditions-l .conditions-price.active .up {
                    background-position: -164px -121px
                }

            .conditions .conditions-l .conditions-price .price-drow {
                display: none;
                position: absolute;
                top: 33px;
                left: 50%;
                -webkit-transform: translate(-50%);
                transform: translate(-50%);
                width: 280px;
                height: 216px;
                padding: 20px 28px 0;
                background-color: #363636;
                border-radius: 5px;
                z-index: 10
            }

                .conditions .conditions-l .conditions-price .price-drow .price-drow-title {
                    color: #999;
                    text-align: left;
                    margin-bottom: 10px
                }

                .conditions .conditions-l .conditions-price .price-drow .price-clean {
                    position: absolute;
                    top: 20px;
                    right: 33px;
                    color: #999;
                    text-align: left;
                    margin-bottom: 10px
                }

                    .conditions .conditions-l .conditions-price .price-drow .price-clean:hover {
                        color: #26bbff
                    }

                .conditions .conditions-l .conditions-price .price-drow .price-input-wrap {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-bottom: 16px
                }

                    .conditions .conditions-l .conditions-price .price-drow .price-input-wrap .price-input-box {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        width: 100px;
                        height: 44px;
                        padding-right: 10px;
                        background-color: #222;
                        border-radius: 5px;
                        color: #999
                    }

                        .conditions .conditions-l .conditions-price .price-drow .price-input-wrap .price-input-box input {
                            background-color: #222;
                            padding-left: 10px;
                            font-size: 14px;
                            border-radius: 5px;
                            line-height: 44px;
                            color: #f0f0f0;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            width: 100%
                        }

                    .conditions .conditions-l .conditions-price .price-drow .price-input-wrap .middel-icon {
                        color: #999;
                        margin: 0 5px
                    }

                .conditions .conditions-l .conditions-price .price-drow > button {
                    width: 224px;
                    height: 36px;
                    font-size: 14px;
                    color: #999;
                    border-radius: 5px;
                    margin-bottom: 12px
                }

                .conditions .conditions-l .conditions-price .price-drow .price-confirm {
                    background-color: #4a4a4a
                }

                    .conditions .conditions-l .conditions-price .price-drow .price-confirm:hover {
                        color: #fff;
                        background-color: #26bbff
                    }

                .conditions .conditions-l .conditions-price .price-drow .price-confirm-active {
                    color: #fff;
                    background-color: #26bbff
                }

                .conditions .conditions-l .conditions-price .price-drow .change-price-order {
                    background-color: transparent;
                    border: 1px solid #666
                }

                    .conditions .conditions-l .conditions-price .price-drow .change-price-order:hover {
                        color: #26bbff;
                        border: 1px solid #26bbff
                    }

            .conditions .conditions-l .conditions-price:hover .price-drow {
                display: block
            }

            .conditions .conditions-l .conditions-price:after {
                content: "";
                position: absolute;
                top: 15px;
                right: 0;
                width: 100%;
                height: 20px
            }

    .conditions .check-box {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("/image/icon_240125.png") no-repeat;
        vertical-align: -3px
    }

        .conditions .check-box.no-checked {
            background-position: -288px -530px
        }

        .conditions .check-box.checked {
            background-position: -316px -530px
        }

    .conditions .conditions-r {
        -ms-flex-pack: end;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 44px;
        z-index: 1
    }

        .conditions .conditions-r, .conditions .conditions-r ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            justify-content: flex-end;
            text-align: right
        }

            .conditions .conditions-r ul {
                line-height: 50px;
                padding-right: 0;
                z-index: 999;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-pack: end
            }

                .conditions .conditions-r ul li .btn-discount {
                    width: 133px;
                    height: 30px;
                    background: url("https://ali-down.cg99.cn/active/20231113/btn-discount.png") no-repeat;
                    cursor: pointer
                }

                .conditions .conditions-r ul li .btn-discount-active {
                    background: url("https://ali-down.cg99.cn/active/20231113/btn-discount-active.png") no-repeat
                }

                .conditions .conditions-r ul li.btn-discount-hidden {
                    display: none !important
                }

                .conditions .conditions-r ul li:not(:last-child) {
                    margin-right: 30px
                }

                .conditions .conditions-r ul li:not(:last-child), .conditions .conditions-r ul li a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                .conditions .conditions-r ul li a {
                    color: #999
                }

                    .conditions .conditions-r ul li a > span {
                        display: inline-block;
                        max-width: 35px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        margin-right: 5px
                    }

@media screen and (max-width:1800px) {
    .conditions .condi-list {
        margin-right: 34px
    }
}

@media screen and (max-width:1500px) {
    .conditions.activity .conditions-l .conditions-format {
        margin-right: 10px
    }

    .conditions.activity .conditions-l .conditions-format-first {
        margin-right: 0
    }

    .conditions.activity .conditions-r ul li {
        margin-right: 10px
    }
}

.tag-icon-wrap {
    position: absolute;
    left: 0;
    top: -1px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99
}

    .tag-icon-wrap span {
        margin: 0 5px;
        position: relative
    }

        .tag-icon-wrap span:hover .compatible {
            display: block
        }

        .tag-icon-wrap span .compatible {
            width: 238px;
            height: 100px;
            display: none
        }

            .tag-icon-wrap span .compatible .illustrate {
                position: absolute;
                top: 50px;
                width: 238px;
                height: 73px;
                background-image: -webkit-gradient(linear,left top,left bottom,from(#404040),to(#404040)),-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));
                background-image: linear-gradient(#404040,#404040),linear-gradient(#333,#333);
                background-blend-mode: normal,normal;
                -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.4);
                box-shadow: 0 0 7px 0 rgba(0,0,0,.4);
                border-radius: 4px;
                padding: 16px 18px
            }

                .tag-icon-wrap span .compatible .illustrate p {
                    font-size: 12px;
                    line-height: 20px;
                    color: #bbb
                }

                    .tag-icon-wrap span .compatible .illustrate p .show-power-pop {
                        display: inline;
                        text-decoration: underline;
                        cursor: pointer;
                        color: #bbb
                    }

                        .tag-icon-wrap span .compatible .illustrate p .show-power-pop:hover {
                            color: #fff
                        }

                .tag-icon-wrap span .compatible .illustrate a {
                    font-size: 12px;
                    color: #26bbff;
                    text-decoration: underline
                }

                .tag-icon-wrap span .compatible .illustrate .triangle-up {
                    position: absolute;
                    top: -9px;
                    width: 0;
                    height: 0;
                    border-width: 0 10px 10px;
                    border-style: solid;
                    border-color: transparent transparent #404040
                }

            .tag-icon-wrap span .compatible .blockchain, .tag-icon-wrap span .compatible .copyright-office, .tag-icon-wrap span .compatible .scope {
                left: -14px
            }

    .tag-icon-wrap.list-tag-icon-wrap .cg-icon {
        margin-left: 0 !important
    }

.base-icon {
    display: inline-block;
    background: url("/image/icon_240125.png") no-repeat
}

.vip-free-pop .icon-close-round {
    position: absolute;
    right: -25px;
    top: -2px
}

.vip-free-pop .mask-main {
    background-color: transparent
}

    .vip-free-pop .mask-main .pop-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 440px;
        background-image: url(https://ali-down.cg99.cn/common/free_pop_bg.png);
        padding: 56px 49px 0 536px
    }

        .vip-free-pop .mask-main .pop-content .title {
            font-size: 16px;
            color: #333
        }

        .vip-free-pop .mask-main .pop-content .amount {
            font-size: 20px;
            color: rgb(30,180,255);
            margin-top: 16px
        }

            .vip-free-pop .mask-main .pop-content .amount > span {
                font-size: 30px;
                font-weight: 700;
                font-family: Arial-bold
            }

        .vip-free-pop .mask-main .pop-content .pay-qrcode {
            position: relative;
            width: 150px;
            height: 150px;
            margin-top: 19px;
            background: #fff;
            border: 1px solid #e4e4e4;
            border-radius: 10px
        }

            .vip-free-pop .mask-main .pop-content .pay-qrcode, .vip-free-pop .mask-main .pop-content .pay-qrcode .status-mask {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .vip-free-pop .mask-main .pop-content .pay-qrcode .status-mask {
                    position: absolute;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    width: 130px;
                    height: 130px;
                    border-radius: 3px;
                    background-color: rgba(0,0,0,.9)
                }

                    .vip-free-pop .mask-main .pop-content .pay-qrcode .status-mask i {
                        margin-bottom: 6px
                    }

                    .vip-free-pop .mask-main .pop-content .pay-qrcode .status-mask span {
                        color: #fff
                    }

                    .vip-free-pop .mask-main .pop-content .pay-qrcode .status-mask button {
                        width: 60px;
                        height: 28px;
                        color: #fff;
                        text-align: center;
                        line-height: 28px;
                        margin-top: 24px;
                        background-color: transparent;
                        border: 1px solid #fff;
                        border-radius: 4px
                    }

                        .vip-free-pop .mask-main .pop-content .pay-qrcode .status-mask button:hover {
                            background-color: #26bbff;
                            border: 1px solid transparent
                        }

        .vip-free-pop .mask-main .pop-content .support {
            margin-top: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .vip-free-pop .mask-main .pop-content .support > div .icon-parties {
                display: inline-block;
                width: 18px;
                height: 18px;
                background: url("/image/vip/icon_vip_v3.png") no-repeat;
                background-position: -603px -472px
            }

                .vip-free-pop .mask-main .pop-content .support > div .icon-parties.icon-pay-way-wx {
                    background-position: -555px -472px
                }

                .vip-free-pop .mask-main .pop-content .support > div .icon-parties.icon-pay-way-zfb {
                    background-position: -577px -472px
                }

                .vip-free-pop .mask-main .pop-content .support > div .icon-parties:last-of-type {
                    margin-left: 6px
                }

            .vip-free-pop .mask-main .pop-content .support > span {
                font-size: 14px;
                color: #999;
                margin-top: 8px
            }

            .vip-free-pop .mask-main .pop-content .support > p {
                margin-top: 16px;
                font-size: 12px;
                color: #bbb;
                text-wrap: nowrap
            }

                .vip-free-pop .mask-main .pop-content .support > p > a:hover {
                    color: rgb(30,180,255)
                }

.icon-close-round {
    position: absolute;
    right: 18px;
    top: 20px;
    display: inline-block;
    background: url("/image/icon_240125.png") no-repeat;
    width: 24px;
    height: 24px;
    background-position: -341px -705px;
    cursor: pointer
}

.obvious-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.model-vip-pop .nodata {
    width: 100%;
    text-align: center;
    margin-top: 210px;
    padding-right: 127px;
    color: #999
}

.model-vip-pop .mask-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 896px;
    height: 688px;
    padding: 206px 0 0 127px;
    background: url("https://ali-down.cg99.cn/common/model_vip_free.png") no-repeat;
    font-size: 14px
}

.model-vip-pop .pack-main {
    color: #999
}

    .model-vip-pop .pack-main .pack-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px
    }

        .model-vip-pop .pack-main .pack-list .pack-item {
            position: relative;
            width: 300px;
            height: 210px;
            border: 2px solid transparent;
            border-radius: 10px;
            cursor: pointer
        }

            .model-vip-pop .pack-main .pack-list .pack-item:first-of-type {
                background: url("https://ali-down.cg99.cn/common/package2_bg_active.png") no-repeat;
                margin-right: 30px
            }

                .model-vip-pop .pack-main .pack-list .pack-item:first-of-type.active {
                    background: url("https://ali-down.cg99.cn/common/package1_bg.png") no-repeat
                }

            .model-vip-pop .pack-main .pack-list .pack-item:last-of-type {
                background: url("https://ali-down.cg99.cn/common/package2_bg.png") no-repeat;
                margin-right: 30px
            }

                .model-vip-pop .pack-main .pack-list .pack-item:last-of-type.active {
                    background: url("https://ali-down.cg99.cn/common/package1_bg_active.png") no-repeat
                }

            .model-vip-pop .pack-main .pack-list .pack-item.active {
                border: 2px solid #26bbff;
                -webkit-box-shadow: 0 0 20px 0 rgba(144,108,47,.4);
                box-shadow: 0 0 20px 0 rgba(144,108,47,.4)
            }

                .model-vip-pop .pack-main .pack-list .pack-item.active .tag {
                    background-color: #26bbff
                }

                .model-vip-pop .pack-main .pack-list .pack-item.active .icon-checkd {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    background: url("/image/vip/icon_vip_v3.png") no-repeat;
                    width: 30px;
                    height: 30px;
                    background-position: -931px -235px
                }

                .model-vip-pop .pack-main .pack-list .pack-item.active .pay-price {
                    color: #26bbff
                }

                .model-vip-pop .pack-main .pack-list .pack-item.active .pack-present-asset {
                    background: #ffd1d1;
                    color: #26bbff;
                    border: 1px solid #ff9191;
                    border-radius: 12px
                }

            .model-vip-pop .pack-main .pack-list .pack-item .tag {
                position: absolute;
                top: -1px;
                right: -1px;
                height: 32px;
                line-height: 20px;
                text-align: center;
                font-size: 12px;
                color: #fff;
                background-color: #666;
                border-radius: 16px 16px 16px 0
            }

            .model-vip-pop .pack-main .pack-list .pack-item .pack-name {
                font-size: 16px;
                color: #3a1c1c;
                margin-bottom: 10px
            }

            .model-vip-pop .pack-main .pack-list .pack-item .right-active-mark {
                position: absolute;
                right: -8px;
                top: -15px;
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                line-height: 32px;
                padding: 0 9px;
                height: 32px;
                background-color: #26bbff;
                border-radius: 12px 12px 12px 0
            }

            .model-vip-pop .pack-main .pack-list .pack-item .pay-price {
                position: relative;
                height: 40px;
                line-height: 48px;
                margin-bottom: 16px;
                font-size: 20px;
                color: #433;
                font-weight: 700
            }

                .model-vip-pop .pack-main .pack-list .pack-item .pay-price strong {
                    font-size: 40px;
                    font-weight: 700
                }

                .model-vip-pop .pack-main .pack-list .pack-item .pay-price del {
                    font-weight: 400;
                    color: #9f7e7e
                }

            .model-vip-pop .pack-main .pack-list .pack-item .pack-present-asset {
                width: 203px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                color: #433;
                background: #f3e6e6;
                border: 1px solid #d0b8b8;
                border-radius: 12px;
                margin-bottom: 16px
            }

            .model-vip-pop .pack-main .pack-list .pack-item .rich-text-wrap {
                max-width: 276px;
                max-height: 73px;
                overflow: hidden
            }

            .model-vip-pop .pack-main .pack-list .pack-item .platina, .model-vip-pop .pack-main .pack-list .pack-item .privilege {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                margin: 26px 0 0 29px
            }

    .model-vip-pop .pack-main .pay-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 18px
    }

        .model-vip-pop .pack-main .pay-wrap .pay-qrcode {
            position: relative;
            width: 170px;
            height: 170px;
            margin-right: 20px;
            border-radius: 5px;
            background-color: #f0f0f0
        }

            .model-vip-pop .pack-main .pay-wrap .pay-qrcode, .model-vip-pop .pack-main .pay-wrap .pay-qrcode .status-mask {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .model-vip-pop .pack-main .pay-wrap .pay-qrcode .status-mask {
                    position: absolute;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    width: 150px;
                    height: 150px;
                    border-radius: 4px;
                    background-color: rgba(0,0,0,.9)
                }

                    .model-vip-pop .pack-main .pay-wrap .pay-qrcode .status-mask i {
                        margin-bottom: 6px
                    }

                    .model-vip-pop .pack-main .pay-wrap .pay-qrcode .status-mask span {
                        color: #fff
                    }

                    .model-vip-pop .pack-main .pay-wrap .pay-qrcode .status-mask button {
                        width: 60px;
                        height: 28px;
                        color: #fff;
                        text-align: center;
                        line-height: 28px;
                        margin-top: 24px;
                        background-color: transparent;
                        border: 1px solid #fff;
                        border-radius: 4px
                    }

                        .model-vip-pop .pack-main .pay-wrap .pay-qrcode .status-mask button:hover {
                            background-color: #26bbff;
                            border: 1px solid transparent
                        }

        .model-vip-pop .pack-main .pay-wrap .pay-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .model-vip-pop .pack-main .pay-wrap .pay-content .pay-way-text {
                margin-bottom: 10px
            }

            .model-vip-pop .pack-main .pay-wrap .pay-content .pay-price-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                color: #bbb;
                margin-bottom: 4px
            }

                .model-vip-pop .pack-main .pay-wrap .pay-content .pay-price-box .pay-content-tile {
                    line-height: 28px
                }

                .model-vip-pop .pack-main .pay-wrap .pay-content .pay-price-box .pay-price {
                    color: #26bbff;
                    font-size: 16px
                }

                    .model-vip-pop .pack-main .pay-wrap .pay-content .pay-price-box .pay-price strong {
                        font-size: 28px;
                        font-weight: 400
                    }

                    .model-vip-pop .pack-main .pay-wrap .pay-content .pay-price-box .pay-price del {
                        font-size: 14px;
                        color: #cec0b8
                    }

            .model-vip-pop .pack-main .pay-wrap .pay-content .discount-matters {
                color: #cec0b8
            }

                .model-vip-pop .pack-main .pay-wrap .pay-content .discount-matters span {
                    color: #26bbff
                }

            .model-vip-pop .pack-main .pay-wrap .pay-content .pay-way {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-top: auto;
                margin-bottom: 4px
            }

                .model-vip-pop .pack-main .pay-wrap .pay-content .pay-way .icon-pay {
                    display: inline-block;
                    background: url("/image/vip/icon_vip_v3.png") no-repeat;
                    width: 18px;
                    height: 18px;
                    vertical-align: -2px;
                    margin-right: 4px
                }

                .model-vip-pop .pack-main .pay-wrap .pay-content .pay-way .icon-pay-wx {
                    background-position: -555px -472px
                }

                .model-vip-pop .pack-main .pay-wrap .pay-content .pay-way .icon-pay-zfb {
                    background-position: -578px -472px
                }

            .model-vip-pop .pack-main .pay-wrap .pay-content .paypal-link {
                position: absolute;
                right: 33px;
                bottom: 14px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 116px;
                height: 30px;
                background-color: #f0f0f0;
                border-radius: 5px;
                cursor: pointer
            }

                .model-vip-pop .pack-main .pay-wrap .pay-content .paypal-link .icon-paypal {
                    display: inline-block;
                    width: 91px;
                    height: 19px;
                    background: url("/image/vip/icon_vip_v3.png") no-repeat;
                    background-position: -603px -472px
                }

    .model-vip-pop .pack-main .par-foot {
        font-size: 12px;
        color: #ccc
    }

.free-pop .mask-main {
    background: url("https://ali-down.cg99.cn/common/model_vip_recharge.png")
}

.vip-pop .mask-main {
    background: url("https://ali-down.cg99.cn/common/model_vip_free.png")
}

.modal-cr-wrap .modal-cr-main {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px
}

    .modal-cr-wrap .modal-cr-main .modal-cr-content > span {
        position: absolute
    }

    .modal-cr-wrap .modal-cr-main.cr-proof-main {
        width: 596px;
        height: 844px
    }

        .modal-cr-wrap .modal-cr-main.cr-proof-main .cr-num {
            top: 258px;
            left: 226px
        }

        .modal-cr-wrap .modal-cr-main.cr-proof-main .cr-name {
            top: 290px;
            left: 165px
        }

        .modal-cr-wrap .modal-cr-main.cr-proof-main .cr-type {
            top: 358px;
            left: 165px
        }

        .modal-cr-wrap .modal-cr-main.cr-proof-main .cr-nature {
            top: 325px;
            left: 165px
        }

        .modal-cr-wrap .modal-cr-main.cr-proof-main .cr-date {
            top: 428px;
            left: 166px
        }

    .modal-cr-wrap .modal-cr-main.cr-register-main {
        width: 628px;
        height: 444px
    }

        .modal-cr-wrap .modal-cr-main.cr-register-main .cr-name {
            top: 143px;
            left: 163px;
            width: 160px;
            font-size: 12px;
            -webkit-transform: scale(.9);
            transform: scale(.9);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3
        }

        .modal-cr-wrap .modal-cr-main.cr-register-main .cr-type {
            top: 143px;
            left: 385px
        }

        .modal-cr-wrap .modal-cr-main.cr-register-main .cr-finish-date {
            top: 256px;
            left: 166px
        }

        .modal-cr-wrap .modal-cr-main.cr-register-main .cr-date {
            top: 348px;
            left: 136px
        }

.global-header-home#global-header .container {
    width: 1840px
}

    .global-header-home#global-header .container .header-right {
        margin-right: 20px
    }

.model-cate {
    border-radius: 4px;
    background-color: rgb(247, 247, 247)
}

    .model-cate .tag-res-box {
        margin-bottom: 14px
    }

        .model-cate .tag-res-box .tag-res-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .model-cate .tag-res-box .tag-res-title h1 {
                margin-bottom: 20px
            }

        .model-cate .tag-res-box .tag-res-main p {
            margin-bottom: 6px
        }

    .model-cate .cate, .model-cate .label {
        line-height: 1
    }

        .model-cate .cate .cate-title, .model-cate .label .cate-title {
            font-size: 14px;
            color: #666;
            margin-right: 10px
        }

        .model-cate .cate ul, .model-cate .label ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            max-width: 95%;
            margin-bottom: 2px
        }

            .model-cate .cate ul li, .model-cate .label ul li {
                height: 38px;
                margin-right: 36px;
                border-radius: 4px;
                position: relative
            }

                .model-cate .cate ul li a, .model-cate .label ul li a {
                    font-size: 14px;
                    color: #000
                }

                    .model-cate .cate ul li a:hover, .model-cate .label ul li a:hover {
                        /* color: #26bbff*/
                        color: rgb(30, 180, 255);
                    }

            .model-cate .cate ul .active a, .model-cate .label ul .active a {
                font-size: 14px;
                color: #26bbff
            }

            .model-cate .cate ul .active:hover a, .model-cate .label ul .active:hover a {
                font-size: 14px
            }

    .model-cate .cate {
        padding-top: 26px;
        border-radius: 5px
    }

        .model-cate .cate .cate-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .model-cate .cate .cate-item > .cate-title {
                font-size: 14px;
                color: #666
            }

            .model-cate .cate .cate-item ul li .two-nav {
                display: none;
                position: absolute;
                top: 27px;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: 304px;
                border: 1px solid #4c4949;
                border-radius: 4px;
                padding: 12px 12px 12px 15px;
                -webkit-box-shadow: 2px 4px 3px 0 #222;
                box-shadow: 2px 4px 3px 0 #222;
                color: #707070;
                background: #222;
                z-index: 10
            }

                .model-cate .cate .cate-item ul li .two-nav a {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 33.333%;
                    flex: 0 0 33.333%;
                    height: 100%;
                    line-height: 26px;
                    color: #bbb;
                    text-align: center;
                    white-space: nowrap
                }

                    .model-cate .cate .cate-item ul li .two-nav a:hover {
                        color: #26bbff
                    }

                .model-cate .cate .cate-item ul li .two-nav:before {
                    content: "";
                    position: absolute;
                    top: -6px;
                    left: 10px;
                    width: 9px;
                    height: 9px;
                    border-top: 1px solid #707070;
                    border-left: 1px solid #707070;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    background: #222
                }

                .model-cate .cate .cate-item ul li .two-nav:after {
                    content: "";
                    position: absolute;
                    top: -10px;
                    left: 0;
                    width: 100%;
                    height: 9px
                }

            .model-cate .cate .cate-item ul li .activeHover-right-nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                right: 0
            }

                .model-cate .cate .cate-item ul li .activeHover-right-nav:before {
                    left: auto;
                    right: 10px
                }

            .model-cate .cate .cate-item ul li .activeHover, .model-cate .label {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .model-cate .label .cate-title {
                    width: 75px;
                    padding-top: 5px
                }

                .model-cate .label ul {
                    max-width: 92.5%
                }

                    .model-cate .label ul li {
                        margin-bottom: 10px;
                        margin-right: 10px
                    }

                    .model-cate .label ul a {
                        color: #cfcfcf;
                        font-size: 14px;
                        padding: 6px 12px;
                        background-color: #505050;
                        border-radius: 4px
                    }

                        .model-cate .label ul a:hover {
                            text-decoration: none !important;
                            color: #cfcfcf !important
                        }

#page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

.model-main-action {
    margin-top: 24px
}

    .model-main-action li {
        width: 290px;
        height: 322px;
        margin-right: 18px
    }

        .model-main-action li .top-cover {
            height: 218px
        }

            .model-main-action li .top-cover img {
                max-width: 290px;
                max-height: 218px
            }

        .model-main-action li:nth-of-type(4n) {
            margin-right: 18px
        }

        .model-main-action li:nth-of-type(6n) {
            margin-right: 0
        }

    .model-main-action .model-parameter-list {
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 94px;
        margin-right: -6px;
        margin-bottom: 8px;
        width: 100%
    }

        .model-main-action .model-parameter-list .model-parameter-item {
            color: #bbb;
            font-size: 14px;
            border: 1px solid #bbb;
            border-radius: 5px;
            background-color: rgba(0,0,0,.45);
            padding: 4px 10px;
            margin-right: 6px;
            margin-bottom: 6px
        }

    .model-main-action li:hover .model-parameter-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.inner {
    width: 1842px
}

.footer .container, .friend-link .container {
    width: 1880px
}

#model-cate-app {
    background-color: #fff
}

#model-vip-bottom-adv img {
    height: 80px
}

#model-vip-bottom-adv span {
    right: 70px;
    top: 7px
}

@media screen and (max-width:1840px) {
    .footer .container, .friend-link .container, .inner {
        width: 1500px
    }

    #model-cate-app .model-main-action li {
        width: 284px;
        height: 317px
    }

        #model-cate-app .model-main-action li .top-cover {
            height: 213px
        }

            #model-cate-app .model-main-action li .top-cover img {
                max-width: 284px;
                max-height: 213px
            }

        #model-cate-app .model-main-action li:nth-of-type(4n), #model-cate-app .model-main-action li:nth-of-type(6n) {
            margin-right: 20px !important
        }

        #model-cate-app .model-main-action li:nth-of-type(5n) {
            margin-right: 0 !important
        }

    .global-header-home#global-header .container {
        width: 1500px
    }

        .global-header-home#global-header .container .header-right {
            margin-right: 0
        }

        .global-header-home#global-header .container .header-center nav {
            width: 800px
        }

            .global-header-home#global-header .container .header-center nav .nav-menu {
                width: 1000px
            }

                .global-header-home#global-header .container .header-center nav .nav-menu > li:nth-child(n+13) {
                    display: none
                }

                .global-header-home#global-header .container .header-center nav .nav-menu > li.home-more-1800 {
                    display: block
                }

    footer .container .footer-main .footer-nav ul {
        margin-right: 102px
    }

    footer .container .footer-main .footer-r .code {
        margin-right: 48px
    }

        footer .container .footer-main .footer-r .code:first-of-type {
            margin: 0 0 0 48px
        }
}

@media screen and (max-width:1500px) {
    .footer .container, .friend-link .container, .global-header-home#global-header .container, .inner {
        width: 1200px
    }

    #model-cate-app .model-main-action li {
        margin-right: 21px
    }

        #model-cate-app .model-main-action li:nth-of-type(5n), #model-cate-app .model-main-action li:nth-of-type(6n) {
            margin-right: 21px !important
        }

        #model-cate-app .model-main-action li:nth-of-type(4n) {
            margin-right: 0 !important
        }

    .model-cate {
        width: 1200px
    }

    footer .container .footer-main .footer-nav ul {
        margin-right: 48px
    }

    footer .container .footer-main .footer-r .code {
        width: 170px;
        margin-right: 22px
    }

        footer .container .footer-main .footer-r .code:first-of-type {
            margin: 0 0 0 42px
        }
}
