.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: rgb(30,180,200)
}

.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("../../../image/user/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(/main/images/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(/main/images/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(/main/images/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: #222
        }

            .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: rgb(30,180,200)
                }

.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
    }

strong {
    font-weight: 700
}

.view-article-detail {
    line-height: 1
}

    .view-article-detail .report-box .mask-main {
        width: 426px;
        padding: 30px;
        background-color: #303030;
        border-radius: 4px
    }

        .view-article-detail .report-box .mask-main .report-title {
            font-size: 18px;
            color: #f0f0f0;
            font-weight: 600;
            margin-bottom: 30px
        }

        .view-article-detail .report-box .mask-main .report-cate-list {
            margin-bottom: 10px
        }

            .view-article-detail .report-box .mask-main .report-cate-list li {
                font-size: 14px;
                color: #bbb;
                margin-bottom: 30px;
                cursor: pointer
            }

                .view-article-detail .report-box .mask-main .report-cate-list li:last-of-type {
                    margin-bottom: 0
                }

                .view-article-detail .report-box .mask-main .report-cate-list li .icon-choose {
                    display: inline-block;
                    background: url("/main/images/icon_v2_20240124.png") no-repeat;
                    width: 14px;
                    height: 14px;
                    vertical-align: -2px;
                    background-position: -289px -49px
                }

                .view-article-detail .report-box .mask-main .report-cate-list li.active .icon-choose {
                    background-position: -309px -49px
                }

        .view-article-detail .report-box .mask-main .report-text {
            width: 320px;
            height: 80px;
            font-size: 14px;
            color: #f0f0f0;
            max-height: 80px;
            padding: 10px;
            background-color: #222;
            resize: none;
            display: none
        }

        .view-article-detail .report-box .mask-main .report-btn-box {
            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;
            margin-top: 30px
        }

            .view-article-detail .report-box .mask-main .report-btn-box .popup-btn-c {
                margin-right: 24px
            }

    .view-article-detail .detail-content .detail-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 135px;
        background-color: #222
    }

        .view-article-detail .detail-content .detail-header .detail-title {
            width: 850px;
            height: 100%;
            padding: 28px 28px 18px 18px;
            border-right: 1px solid #333
        }

            .view-article-detail .detail-content .detail-header .detail-title h1 {
                margin-bottom: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 1.42858
            }

            .view-article-detail .detail-content .detail-header .detail-title .cate {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-bottom: 14px
            }

                .view-article-detail .detail-content .detail-header .detail-title .cate .cate-list {
                    margin-right: 20px
                }

                    .view-article-detail .detail-content .detail-header .detail-title .cate .cate-list a, .view-article-detail .detail-content .detail-header .detail-title .cate .cate-list a:hover {
                        font-size: 14px;
                        color: #999
                    }

                .view-article-detail .detail-content .detail-header .detail-title .cate .copyright-icon-box {
                    position: relative
                }

                    .view-article-detail .detail-content .detail-header .detail-title .cate .copyright-icon-box:hover p {
                        display: block
                    }

                    .view-article-detail .detail-content .detail-header .detail-title .cate .copyright-icon-box span {
                        padding-top: 3px;
                        cursor: pointer
                    }

                    .view-article-detail .detail-content .detail-header .detail-title .cate .copyright-icon-box p {
                        position: absolute;
                        top: 21px;
                        left: 50%;
                        width: 270px;
                        height: 36px;
                        line-height: 36px;
                        text-align: center;
                        font-size: 12px;
                        color: #999;
                        border-radius: 4px;
                        background-color: #363636;
                        -webkit-box-shadow: 0 0 36px -7px #000;
                        box-shadow: 0 0 36px -7px #000;
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                        display: none
                    }

                        .view-article-detail .detail-content .detail-header .detail-title .cate .copyright-icon-box p:before {
                            content: "";
                            position: absolute;
                            top: -6px;
                            left: 50%;
                            width: 10px;
                            height: 10px;
                            background-color: #363636;
                            -webkit-transform: rotate(-45deg) translateX(-50%);
                            transform: rotate(-45deg) translateX(-50%)
                        }

            .view-article-detail .detail-content .detail-header .detail-title .header-bottom {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

        .view-article-detail .detail-content .detail-header .detail-user {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 350px;
            height: 100%;
            padding: 20px 34px 0 32px
        }

            .view-article-detail .detail-content .detail-header .detail-user .info, .view-article-detail .detail-content .detail-header .detail-user .portrait-box {
                height: 68px
            }

            .view-article-detail .detail-content .detail-header .detail-user .portrait {
                width: 68px;
                height: 100%;
                border-radius: 50%;
                margin-right: 13px
            }

            .view-article-detail .detail-content .detail-header .detail-user .info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .view-article-detail .detail-content .detail-header .detail-user .info .user-info {
                    max-width: 132px;
                    margin-right: 18px
                }

                    .view-article-detail .detail-content .detail-header .detail-user .info .user-info .name {
                        margin-bottom: 16px;
                        line-height: 18px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap
                    }

                    .view-article-detail .detail-content .detail-header .detail-user .info .user-info .dec {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap
                    }

                .view-article-detail .detail-content .detail-header .detail-user .info .focus {
                    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;
                    width: 54px;
                    height: 24px;
                    font-size: 12px;
                    color: #f0f0f0;
                    background-color: rgb(30,180,255);
                    cursor: pointer;
                    border-radius: 4px
                }

                .view-article-detail .detail-content .detail-header .detail-user .info .focus-user-btn.disabled {
                    background-color: #464646;
                    color: #999
                }

    .view-article-detail .detail-content .detail-vedio {
        width: 1200px;
        height: 780px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #333;
        background-color: #222
    }

        .view-article-detail .detail-content .detail-vedio .detail-vedio-m {
            margin: 30px 60px;
            width: auto;
            height: auto
        }

            .view-article-detail .detail-content .detail-vedio .detail-vedio-m p {
                display: none
            }

    .view-article-detail .detail-content .detail-text {
        padding: 38px 30px;
        color: #ddd;
        word-break: break-word;
        background-color: #222
    }

        .view-article-detail .detail-content .detail-text .introduce {
            margin-bottom: 30px
        }

        .view-article-detail .detail-content .detail-text p {
            text-align: center;
            line-height: 24px;
            color: #999
        }

        .view-article-detail .detail-content .detail-text img {
            max-width: 100%;
            width: auto;
            height: auto
        }

    .view-article-detail .detail-content .content-praise {
        padding: 30px;
        background-color: #222;
        border-top: 1px solid #333;
        margin-bottom: 20px
    }

        .view-article-detail .detail-content .content-praise .btn-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 20px
        }

            .view-article-detail .detail-content .content-praise .btn-box .btn {
                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: 140px;
                height: 44px;
                font-size: 14px;
                color: #f0f0f0;
                background-color: rgb(30,180,255);
                border-radius: 20px;
                margin-right: 20px;
                cursor: pointer
            }

                .view-article-detail .detail-content .content-praise .btn-box .btn .icon-btn {
                    display: inline-block;
                    background: url("/main/images/icon_v2_20240124.png") no-repeat;
                    width: 24px;
                    height: 24px
                }

                .view-article-detail .detail-content .content-praise .btn-box .btn .icon-praise {
                    background-position: -327px -41px
                }

                .view-article-detail .detail-content .content-praise .btn-box .btn .icon-collect {
                    background-position: -356px -41px
                }

        .view-article-detail .detail-content .content-praise .content-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .view-article-detail .detail-content .content-praise .content-bottom .tag-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .view-article-detail .detail-content .content-praise .content-bottom .tag-box .tag-list a {
                    padding: 8px;
                    margin-right: 4px;
                    font-size: 14px;
                    color: #bbb;
                    background-color: #333;
                    border-radius: 4px
                }

            .view-article-detail .detail-content .content-praise .content-bottom .share-report {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .view-article-detail .detail-content .content-praise .content-bottom .share-report .icon-btn {
                    width: 18px;
                    height: 18px;
                    display: inline-block;
                    background: url("/main/images/icon_v2_20240124.png") no-repeat;
                    vertical-align: -4px
                }

                .view-article-detail .detail-content .content-praise .content-bottom .share-report .icon-share {
                    background-position: -385px -45px
                }

                .view-article-detail .detail-content .content-praise .content-bottom .share-report .icon-report {
                    background-position: -409px -45px
                }

                .view-article-detail .detail-content .content-praise .content-bottom .share-report .detail-share-btn {
                    width: 80px;
                    height: 36px;
                    margin-right: 20px;
                    text-align: center;
                    padding-top: 9px;
                    border-radius: 4px;
                    background-color: #333
                }

                    .view-article-detail .detail-content .content-praise .content-bottom .share-report .detail-share-btn:hover .share-box {
                        display: block
                    }

                .view-article-detail .detail-content .content-praise .content-bottom .share-report .report-btn {
                    height: 36px;
                    padding-top: 9px
                }

        .view-article-detail .detail-content .content-praise .content-copyright {
            color: #666;
            font-size: 14px;
            line-height: 24px;
            padding-top: 10px
        }

            .view-article-detail .detail-content .content-praise .content-copyright, .view-article-detail .detail-content .content-praise .content-copyright .tip-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

    .view-article-detail .detail-content .comments-main {
        margin-bottom: 40px
    }

        .view-article-detail .detail-content .comments-main .comments-content {
            float: left;
            width: 880px;
            margin-right: 20px;
            background-color: #222
        }

            .view-article-detail .detail-content .comments-main .comments-content .comments-list .comments-btn {
                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: #999;
                border-radius: 4px;
                background-color: #333;
                cursor: pointer
            }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .comments-btn.active {
                    background-color: rgb(30,180,255);
                    color: #f0f0f0
                }

            .view-article-detail .detail-content .comments-main .comments-content .comments-list textarea {
                width: 100%;
                min-height: 80px;
                max-height: 80px;
                font-size: 14px;
                color: #f0f0f0;
                background-color: #303030;
                padding: 10px 14px;
                border-radius: 4px;
                overflow: auto
            }

            .view-article-detail .detail-content .comments-main .comments-content .comments-list .add-main {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                margin-top: 14px
            }

            .view-article-detail .detail-content .comments-main .comments-content .comments-list .main-comment {
                padding: 36px 30px 30px;
                border-bottom: 1px solid #333
            }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .main-comment .comments-count {
                    margin-bottom: 16px
                }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .main-comment .comments-area {
                    position: relative
                }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .main-comment .text-count {
                    position: absolute;
                    bottom: -37px;
                    right: 122px
                }

            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments {
                padding: 0 30px
            }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .portrait {
                    width: 44px;
                    height: 44px
                }

                    .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .portrait img {
                        border-radius: 50%
                    }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments textarea {
                    height: 60px;
                    background-color: #363636
                }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .review-name, .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .son-review-name {
                    font-size: 14px;
                    color: #999;
                    margin-bottom: 14px;
                    margin-right: 10px
                }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .review-content, .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .son-review-content {
                    font-size: 14px;
                    color: #f0f0f0;
                    margin-bottom: 24px;
                    line-height: 22px;
                    word-break: break-word
                }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .son-review-content {
                    margin-bottom: 0
                }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .produc-time, .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments .son-produc-time {
                    font-size: 14px;
                    color: #666
                }

                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding: 30px 0;
                    border-bottom: 1px solid #333
                }

                    .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .portrait {
                        margin-right: 16px;
                        -ms-flex-negative: 0;
                        flex-shrink: 0
                    }

                    .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content {
                        width: 90%
                    }

                        .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .toggle-comments {
                            display: inline-block;
                            cursor: pointer
                        }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .toggle-comments:hover .icon-message {
                                background-position: -283px -132px
                            }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .toggle-comments:hover .message-count {
                                color: rgb(30,180,200)
                            }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .toggle-comments .icon-message {
                                width: 14px;
                                height: 14px;
                                display: inline-block;
                                background: url("/main/images/icon_v2_20240124.png") no-repeat;
                                background-position: -201px -21px;
                                vertical-align: -2px
                            }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .toggle-comments .message-count {
                                font-size: 14px;
                                color: #666
                            }

                        .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .reply-review-main {
                            display: none
                        }

                        .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .reply-area {
                            position: relative;
                            margin-top: 20px;
                            padding: 20px 20px 23px;
                            background-color: #2b2b2b
                        }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .reply-area:before {
                                content: "";
                                position: absolute;
                                top: -11px;
                                left: 15px;
                                width: 0;
                                height: 0;
                                border-width: 0 12px 12px;
                                border-style: solid;
                                border-color: transparent transparent #2b2b2b
                            }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .reply-area .area-text {
                                position: relative
                            }

                                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .reply-area .area-text .text-count {
                                    position: absolute;
                                    bottom: -37px;
                                    right: 122px
                                }

                        .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .son-comments {
                            position: relative;
                            padding: 0 24px;
                            background-color: #2b2b2b;
                            display: none
                        }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                padding: 24px 0;
                                border-bottom: 1px solid #333
                            }

                                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li:first-of-type {
                                    border-top: 1px solid #333
                                }

                                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li .portrait {
                                    margin-right: 16px
                                }

                                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li .son-review-info {
                                    width: 90%
                                }

                            .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .son-comments .close-son-comments {
                                font-size: 14px;
                                color: #666;
                                text-align: center;
                                padding: 26px 0;
                                cursor: pointer
                            }

                                .view-article-detail .detail-content .comments-main .comments-content .comments-list .list-comments > ul > li .cur-content .son-comments .close-son-comments i {
                                    width: 14px;
                                    height: 14px;
                                    display: inline-block;
                                    background: url("/main/images/icon_v2_20240124.png") no-repeat;
                                    background-position: -265px -135px;
                                    vertical-align: -2px
                                }

        .view-article-detail .detail-content .comments-main .user-dec {
            float: right;
            width: 300px
        }

            .view-article-detail .detail-content .comments-main .user-dec .user-box {
                padding: 20px;
                border-radius: 4px;
                background-color: #222
            }

                .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin-bottom: 14px
                }

                    .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info, .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .portrait-box {
                        height: 44px
                    }

                    .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .portrait {
                        width: 44px;
                        height: 100%;
                        border-radius: 50%;
                        margin-right: 13px
                    }

                    .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info .user-info {
                            max-width: 132px;
                            margin-right: 18px
                        }

                            .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info .user-info .name {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-pack: justify;
                                -ms-flex-pack: justify;
                                justify-content: space-between;
                                margin-bottom: 10px;
                                line-height: 18px
                            }

                                .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info .user-info .name span {
                                    display: inline-block;
                                    width: 80%;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap
                                }

                            .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info .user-info .dec {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap
                            }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info .focus {
                            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;
                            width: 54px;
                            height: 24px;
                            font-size: 12px;
                            color: #f0f0f0;
                            background-color: rgb(30,180,255);
                            cursor: pointer;
                            border-radius: 4px
                        }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-content .info .focus-user-btn.disabled {
                            background-color: #464646;
                            color: #999
                        }

                .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex
                }

                    .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model a {
                        position: relative;
                        width: 80px;
                        height: 60px;
                        margin-right: 10px
                    }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model a:hover:before, .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model a:hover p {
                            visibility: visible;
                            opacity: 1
                        }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model a:last-of-type {
                            margin-right: 0
                        }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model a:before {
                            content: "";
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            background-color: rgba(0,0,0,.4);
                            visibility: hidden;
                            opacity: 0;
                            -webkit-transition: all .5s;
                            transition: all .5s
                        }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model a img {
                            -o-object-fit: contain;
                            object-fit: contain
                        }

                        .view-article-detail .detail-content .comments-main .user-dec .user-box .info-model a p {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            font-size: 12px;
                            color: #f0f0f0;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            width: 100%;
                            width: 60px;
                            line-height: 15px;
                            height: 30px;
                            -webkit-transition: all .5s;
                            transition: all .5s;
                            -webkit-transform: translate(-50%,-50%);
                            transform: translate(-50%,-50%);
                            text-align: center;
                            opacity: 0
                        }

            .view-article-detail .detail-content .comments-main .user-dec .rec-model {
                padding: 0 20px;
                margin-top: 20px;
                background-color: #222;
                border-radius: 4px
            }

                .view-article-detail .detail-content .comments-main .user-dec .rec-model .hot-header {
                    padding-top: 20px;
                    margin-bottom: 12px
                }

                .view-article-detail .detail-content .comments-main .user-dec .rec-model .rec-list {
                    border-top: 1px solid #333
                }

                    .view-article-detail .detail-content .comments-main .user-dec .rec-model .rec-list a {
                        padding: 16px 0;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        border-bottom: 1px solid #333
                    }

                        .view-article-detail .detail-content .comments-main .user-dec .rec-model .rec-list a:last-of-type {
                            border-bottom: none
                        }

                        .view-article-detail .detail-content .comments-main .user-dec .rec-model .rec-list a img {
                            width: 80px;
                            height: 60px;
                            margin-right: 10px;
                            -o-object-fit: contain;
                            object-fit: contain
                        }

                        .view-article-detail .detail-content .comments-main .user-dec .rec-model .rec-list a .text {
                            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: justify;
                            -ms-flex-pack: justify;
                            justify-content: space-between;
                            max-width: 66%
                        }

                            .view-article-detail .detail-content .comments-main .user-dec .rec-model .rec-list a .text p {
                                line-height: 16px
                            }

.view-works-detail {
    padding-top: 20px
}

    .view-works-detail .detail-content .detail-text p {
        margin-bottom: 15px
    }

    .view-works-detail .detail-content .detail-text img {
        display: block;
        margin: 15px auto
    }
