.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("/main/images/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("/main/images/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(/main/images/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
    }

.inner {
    margin: 0 auto;
    width: 1828px
}

#global-header .container {
    width: 1820px
}

.base-icon {
    display: inline-block;
    background: url("/main/images/icon_240125.png") no-repeat
}

.drop-tips {
    position: absolute;
    top: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    background-color: #444;
    font-size: 14px;
    color: #bbb;
    width: auto;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0 12px
}

.icon-down {
    width: 8px;
    height: 5px;
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url("/main/images/icon_240125.png") no-repeat;
    background-position: -177px -566px;
    cursor: pointer
}

.empty-box {
    padding: 158px 0;
    margin: 0 auto
}

    .empty-box .empty-bg {
        width: 270px;
        height: 244px;
        background: url("/main/images/personal_v2.png") no-repeat;
        margin: 0 auto;
        background-position: -1076px -724px
    }

    .empty-box p {
        margin: 15px 0;
        text-align: center;
        color: #666
    }

.model-list-outer {
    max-height: 962px;
    overflow: hidden
}

.common-list-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

    .common-list-style.model-list-style {
        margin-top: 15px;
        padding-top: 5px
    }

    .common-list-style.search-lise-style {
        margin-bottom: 50px
    }

    .common-list-style .com-work-item {
        width: 288px;
        height: 294px;
        background-color: rgb(247, 247, 247);
        border-radius: 5px;
        margin: 0 20px 20px 0;
        -webkit-transition: all .2s;
        transition: all .2s;
        cursor: pointer
    }

        .common-list-style .com-work-item > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .common-list-style .com-work-item img {
            width: 288px;
            height: 218px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
            border-radius: 5px 5px 0 0
        }

        .common-list-style .com-work-item .mask-message {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 18px 16px 0
        }

            .common-list-style .com-work-item .mask-message .text-title {
                font-size: 14px;
                color: #bbb;
                max-width: 256px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .common-list-style .com-work-item .mask-message .mask-message-bottom {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 12px;
                color: #666;
                margin-top: 16px
            }

                .common-list-style .com-work-item .mask-message .mask-message-bottom .icon-view {
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    background: url("/main/images/icon_240125.png") no-repeat;
                    background-position: -223px -558px
                }

        .common-list-style .com-work-item:nth-of-type(6n) {
            margin-right: 0
        }

        .common-list-style .com-work-item:hover {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
        }

    .common-list-style .add-work {
        width: 288px;
        height: 294px;
        background-color: #282828;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-bottom: 20px
    }

        .common-list-style .add-work > a {
            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: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            height: 100%
        }

        .common-list-style .add-work p {
            font-size: 14px;
            color: #555;
            margin-top: 14px
        }

        .common-list-style .add-work .icon-add-recommed {
            display: inline-block;
            width: 62px;
            height: 62px;
            background: url("/main/images/icon_240125.png") no-repeat;
            background-position: -392px -292px
        }

        .common-list-style .add-work:hover {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
        }

        .common-list-style .add-work.hidden {
            display: none
        }

.bg-header {
    position: relative;
    height: 320px;
    border-bottom: 1px solid #666;
    background-size: cover;
    background-repeat: no-repeat
}

    .bg-header .block-bg {
        width: 100%;
        height: 320px;
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.85)),color-stop(85%,transparent));
        background-image: linear-gradient(0deg,rgba(0,0,0,.85) 0,transparent 85%)
    }

    .bg-header .block-bg, .bg-header .header-l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .bg-header .header-l {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 24px
    }

        .bg-header .header-l img {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            margin-right: 22px
        }

        .bg-header .header-l .icon-author-sign {
            position: absolute;
            bottom: 0;
            left: 9px;
            display: inline-block;
            background-image: url("/main/images/user/level_icon_v4.png");
            width: 89px;
            height: 24px;
            background-position: -160px -228px
        }

        .bg-header .header-l .user-info-wrap {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .bg-header .header-l .user-info-wrap, .bg-header .header-l .user-info-wrap .user-info-top {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .bg-header .header-l .user-info-wrap .user-info-top .user-name {
                    font-size: 22px;
                    color: #f0f0f0;
                    padding-right: 24px;
                    margin-right: 0
                }

                .bg-header .header-l .user-info-wrap .user-info-top > a {
                    margin-right: 24px
                }

                    .bg-header .header-l .user-info-wrap .user-info-top > a .view-title {
                        font-size: 14px;
                        color: #bbb
                    }

                    .bg-header .header-l .user-info-wrap .user-info-top > a .view-count {
                        font-size: 22px;
                        color: #f0f0f0
                    }

                    .bg-header .header-l .user-info-wrap .user-info-top > a:nth-of-type(2) {
                        padding-left: 24px;
                        border-left: 1px solid #444
                    }

                .bg-header .header-l .user-info-wrap .user-info-middle {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin-top: 20px
                }

                    .bg-header .header-l .user-info-wrap .user-info-middle .another-box {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        .bg-header .header-l .user-info-wrap .user-info-middle .another-box > p {
                            font-size: 14px;
                            color: #999
                        }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-address {
                        margin-right: 20px
                    }

                        .bg-header .header-l .user-info-wrap .user-info-middle .icon-address i {
                            display: inline-block;
                            width: 12px;
                            height: 12px;
                            background: url("/main/images/icon_240125.png") no-repeat;
                            background-position: -386px -661px
                        }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-gender {
                        margin-right: 20px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-gender-1 i {
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        background: url("/main/images/icon_240125.png") no-repeat;
                        background-position: -400px -661px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-gender-2 i {
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        background: url("/main/images/icon_240125.png") no-repeat;
                        background-position: -415px -661px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-gender-0 i {
                        display: inline-block;
                        width: 14px;
                        height: 12px;
                        background: url("/main/images/icon_240125.png") no-repeat;
                        background-position: -427px -661px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-company-auth, .bg-header .header-l .user-info-wrap .user-info-middle .icon-person-auth {
                        position: relative;
                        display: inline-block;
                        width: 17px;
                        height: 20px;
                        background: url("/main/images/icon_240125.png") no-repeat;
                        margin-right: 6px
                    }

                        .bg-header .header-l .user-info-wrap .user-info-middle .icon-company-auth:hover .drop-tips, .bg-header .header-l .user-info-wrap .user-info-middle .icon-person-auth:hover .drop-tips {
                            display: block
                        }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-company-auth {
                        background-position: -446px -792px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .icon-person-auth {
                        background-position: -469px -792px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .growth-icon {
                        display: inline-block;
                        background-image: url("/main/images/user/level_icon_v4.png");
                        width: 42px;
                        height: 20px;
                        vertical-align: -2px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .growth-icon-1 {
                        background-position: -10px -206px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .growth-icon-2 {
                        background-position: -58px -206px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .growth-icon-3 {
                        background-position: -106px -206px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .growth-icon-4 {
                        background-position: -10px -233px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .growth-icon-5 {
                        background-position: -58px -233px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle .growth-icon-6 {
                        background-position: -106px -233px
                    }

                    .bg-header .header-l .user-info-wrap .user-info-middle.column {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                    }

                        .bg-header .header-l .user-info-wrap .user-info-middle.column .another-box:last-of-type {
                            margin-top: 20px
                        }

                .bg-header .header-l .user-info-wrap .user-tag {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    color: #999;
                    font-size: 14px;
                    margin-top: 20px
                }

    .bg-header .header-b {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .bg-header .header-b, .bg-header .header-b > a, .bg-header .header-b > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .bg-header .header-b > a, .bg-header .header-b > div {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-right: 120px
            }

                .bg-header .header-b > a .view-title, .bg-header .header-b > div .view-title {
                    font-size: 16px;
                    color: #bbb;
                    text-align: center;
                    margin-bottom: 16px
                }

                .bg-header .header-b > a .view-count, .bg-header .header-b > div .view-count {
                    font-size: 16px;
                    color: #f0f0f0;
                    font-weight: 600
                }

                .bg-header .header-b > a .focus-btn, .bg-header .header-b > div .focus-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: 16px;
                    color: #f0f0f0;
                    background-color: rgb(30,180,255);
                    cursor: pointer;
                    border-radius: 4px
                }

                    .bg-header .header-b > a .focus-btn.disabled, .bg-header .header-b > div .focus-btn.disabled {
                        background-color: #464646;
                        color: #999
                    }

                .bg-header .header-b > a:last-of-type {
                    margin-right: 0
                }

    .bg-header .bg-set {
        top: 24px;
        right: 24px;
        font-size: 14px;
        color: #999;
        text-align: center;
        line-height: 30px;
        background-color: rgba(0,0,0,.6);
        border: 1px solid #999;
        border-radius: 5px
    }

        .bg-header .bg-set, .bg-header .bg-set input {
            position: absolute;
            width: 80px;
            height: 30px;
            cursor: pointer
        }

            .bg-header .bg-set input {
                top: 0;
                left: 0;
                font-size: 0;
                opacity: 0
            }

            .bg-header .bg-set .drop-tips {
                display: none;
                top: 42px;
                right: -3px;
                left: unset;
                -webkit-transform: unset;
                transform: unset
            }

                .bg-header .bg-set .drop-tips:after {
                    content: "";
                    position: absolute;
                    top: -4px;
                    right: 20px;
                    width: 9px;
                    height: 9px;
                    border-top: 1px solid #444;
                    border-left: 1px solid #444;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    background: #444
                }

            .bg-header .bg-set.bg-set-disable:hover {
                color: #999;
                background-color: rgba(0,0,0,.6);
                border: 1px solid #999
            }

                .bg-header .bg-set.bg-set-disable:hover .drop-tips {
                    display: block
                }

            .bg-header .bg-set:hover {
                color: #f0f0f0;
                background-color: rgb(30,180,255);
                border: 1px solid transparent
            }

.home-nav-wrap {
    background-color: #222
}

    .home-nav-wrap .home-nav, .home-nav-wrap .home-nav .home-cate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .home-nav-wrap .home-nav .home-cate {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 60px
        }

            .home-nav-wrap .home-nav .home-cate a {
                font-size: 14px;
                color: #999;
                margin-right: 44px
            }

                .home-nav-wrap .home-nav .home-cate a:hover {
                    color: #999
                }

                .home-nav-wrap .home-nav .home-cate a.active {
                    position: relative;
                    color: #f0f0f0
                }

                    .home-nav-wrap .home-nav .home-cate a.active:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -20px;
                        width: 100%;
                        height: 4px;
                        background-color: rgb(30,180,255);
                        border-radius: 2px
                    }

        .home-nav-wrap .home-nav .nav-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: auto
        }

            .home-nav-wrap .home-nav .nav-right .home-search-box {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                height: 36px;
                width: 282px;
                color: #999;
                border: 1px solid #666;
                margin-right: 10px;
                border-radius: 5px
            }

                .home-nav-wrap .home-nav .nav-right .home-search-box .home-search-type {
                    position: relative;
                    width: 68px;
                    height: 36px;
                    font-size: 14px;
                    line-height: 36px;
                    padding-left: 14px
                }

                    .home-nav-wrap .home-nav .nav-right .home-search-box .home-search-type .home-search-drop {
                        position: absolute;
                        top: 36px;
                        left: 0;
                        display: none;
                        width: 70px;
                        padding: 8px 0;
                        border-radius: 5px;
                        background-color: #2b2b2b;
                        z-index: 99
                    }

                        .home-nav-wrap .home-nav .nav-right .home-search-box .home-search-type .home-search-drop li {
                            width: 100%;
                            height: 36px;
                            color: #bbb;
                            font-size: 14px;
                            text-align: center;
                            cursor: pointer
                        }

                            .home-nav-wrap .home-nav .nav-right .home-search-box .home-search-type .home-search-drop li:hover {
                                background-color: #393939
                            }

                    .home-nav-wrap .home-nav .nav-right .home-search-box .home-search-type .icon-down {
                        position: absolute;
                        top: 15px;
                        right: 1px
                    }

                    .home-nav-wrap .home-nav .nav-right .home-search-box .home-search-type:before {
                        content: "";
                        position: absolute;
                        top: 9px;
                        right: -3px;
                        width: 1px;
                        height: 18px;
                        background-color: #333
                    }

                    .home-nav-wrap .home-nav .nav-right .home-search-box .home-search-type:hover .home-search-drop {
                        display: block
                    }

                .home-nav-wrap .home-nav .nav-right .home-search-box > input {
                    font-size: 14px;
                    color: #f0f0f0;
                    background-color: #222;
                    padding: 0 42px 0 14px;
                    border-radius: 5px
                }

                .home-nav-wrap .home-nav .nav-right .home-search-box .icon-search {
                    position: absolute;
                    top: 9px;
                    right: 14px;
                    display: inline-block;
                    width: 19px;
                    height: 19px;
                    background: url("/main/images/icon_240125.png") no-repeat;
                    background-position: -447px -658px;
                    cursor: pointer
                }

                    .home-nav-wrap .home-nav .nav-right .home-search-box .icon-search:hover {
                        background-position: -468px -658px
                    }

            .home-nav-wrap .home-nav .nav-right button {
                color: #fff;
                font-size: 14px;
                height: 36px;
                width: 90px;
                border-radius: 5px;
                margin-right: 10px;
                cursor: pointer
            }

            .home-nav-wrap .home-nav .nav-right .btn-foucs {
                background-color: rgb(30,180,255);
                border: 1px solid transparent
            }

                .home-nav-wrap .home-nav .nav-right .btn-foucs.disabled {
                    color: #999;
                    border: 1px solid #666;
                    background-color: #222
                }

                    .home-nav-wrap .home-nav .nav-right .btn-foucs.disabled:hover {
                        color: #fff;
                        background-color: rgb(30,180,200);
                        border: 1px solid transparent
                    }

                .home-nav-wrap .home-nav .nav-right .btn-foucs:hover {
                    background-color: rgb(30,180,200)
                }

            .home-nav-wrap .home-nav .nav-right .btn-invite {
                color: #999;
                border: 1px solid #666;
                background-color: #222
            }

                .home-nav-wrap .home-nav .nav-right .btn-invite:hover {
                    color: #fff;
                    background-color: rgb(30,180,255);
                    border: 1px solid transparent
                }

            .home-nav-wrap .home-nav .nav-right .btn-share {
                width: 36px;
                background-color: #222;
                border: 1px solid #666
            }

                .home-nav-wrap .home-nav .nav-right .btn-share .icon-share {
                    display: inline-block;
                    width: 19px;
                    height: 19px;
                    background: url("/main/images/icon_240125.png") no-repeat;
                    background-position: -406px -625px;
                    vertical-align: -2px
                }

                .home-nav-wrap .home-nav .nav-right .btn-share:hover {
                    background-color: rgb(30,180,255);
                    border: 1px solid transparent
                }

                    .home-nav-wrap .home-nav .nav-right .btn-share:hover .icon-share {
                        background-position: -448px -625px
                    }

.view-p-home {
    line-height: 1
}

    .view-p-home .recommend-pop .mask-main {
        width: 928px;
        background-color: #292929;
        border-radius: 5px;
        padding: 50px 34px 0
    }

        .view-p-home .recommend-pop .mask-main .public-close {
            right: 34px;
            top: 20px;
            z-index: 1
        }

        .view-p-home .recommend-pop .mask-main .recommend-pop-title {
            position: absolute;
            top: 0;
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            width: 100%;
            height: 50px;
            line-height: 50px;
            padding-left: 34px;
            border-bottom: 1px solid #383838
        }

            .view-p-home .recommend-pop .mask-main .recommend-pop-title p {
                font-size: 14px;
                color: #ddd
            }

        .view-p-home .recommend-pop .mask-main .tag-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 18px
        }

            .view-p-home .recommend-pop .mask-main .tag-box .tag-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .view-p-home .recommend-pop .mask-main .tag-box .tag-list .tag-item {
                    color: #ddd;
                    font-size: 14px;
                    margin-right: 46px;
                    padding-bottom: 10px;
                    cursor: pointer
                }

                    .view-p-home .recommend-pop .mask-main .tag-box .tag-list .tag-item.active {
                        color: rgb(30,180,200);
                        border-bottom: 2px solid rgb(30,180,200)
                    }

            .view-p-home .recommend-pop .mask-main .tag-box .search-recoomend-work {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                height: 36px;
                width: 282px;
                color: #999;
                border: 1px solid #666;
                margin-left: auto;
                border-radius: 5px;
                background-color: #1e1e1e
            }

                .view-p-home .recommend-pop .mask-main .tag-box .search-recoomend-work > input {
                    font-size: 14px;
                    color: #f0f0f0;
                    background-color: #222;
                    padding: 0 32px 0 14px;
                    border-radius: 5px;
                    width: 100%
                }

                .view-p-home .recommend-pop .mask-main .tag-box .search-recoomend-work .icon-search {
                    position: absolute;
                    top: 9px;
                    right: 14px;
                    display: inline-block;
                    width: 19px;
                    height: 19px;
                    background: url("/main/images/icon_240125.png") no-repeat;
                    background-position: -447px -658px;
                    cursor: pointer
                }

                    .view-p-home .recommend-pop .mask-main .tag-box .search-recoomend-work .icon-search:hover {
                        background-position: -468px -658px
                    }

        .view-p-home .recommend-pop .mask-main .work-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 20px 0 10px
        }

            .view-p-home .recommend-pop .mask-main .work-wrap .work-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 200px;
                margin: 0 20px 20px 0;
                cursor: pointer
            }

                .view-p-home .recommend-pop .mask-main .work-wrap .work-item:nth-of-type(4n) {
                    margin-right: 0
                }

                .view-p-home .recommend-pop .mask-main .work-wrap .work-item .img-box {
                    position: relative;
                    width: 200px;
                    height: 150px;
                    border-radius: 5px;
                    border: 2px solid transparent
                }

                    .view-p-home .recommend-pop .mask-main .work-wrap .work-item .img-box img {
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: top;
                        object-position: top;
                        border-radius: 5px
                    }

                    .view-p-home .recommend-pop .mask-main .work-wrap .work-item .img-box .make-top {
                        display: none;
                        position: absolute;
                        top: -1px;
                        left: -1px;
                        width: 48px;
                        height: 22px;
                        line-height: 22px;
                        color: #fff;
                        font-size: 14px;
                        text-align: center;
                        border-radius: 0 0 5px 0;
                        background-color: rgb(30,180,200)
                    }

                    .view-p-home .recommend-pop .mask-main .work-wrap .work-item .img-box .cancle-select {
                        display: none;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 32px;
                        line-height: 32px;
                        font-size: 14px;
                        color: #ccc;
                        text-align: center;
                        background-color: rgba(0,0,0,.6)
                    }

                .view-p-home .recommend-pop .mask-main .work-wrap .work-item .work-title {
                    font-size: 14px;
                    color: #999;
                    max-width: 200px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-top: 6px;
                    height: 16px
                }

                .view-p-home .recommend-pop .mask-main .work-wrap .work-item.active .img-box {
                    border: 2px solid rgb(30,180,200)
                }

                    .view-p-home .recommend-pop .mask-main .work-wrap .work-item.active .img-box .cancle-select, .view-p-home .recommend-pop .mask-main .work-wrap .work-item.active .img-box .make-top {
                        display: block
                    }

        .view-p-home .recommend-pop .mask-main .pagination-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 38px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 24px
        }

            .view-p-home .recommend-pop .mask-main .pagination-box .c-pagination {
                margin: 0
            }

                .view-p-home .recommend-pop .mask-main .pagination-box .c-pagination .disabled {
                    display: none
                }

                .view-p-home .recommend-pop .mask-main .pagination-box .c-pagination .next i, .view-p-home .recommend-pop .mask-main .pagination-box .c-pagination .prev i {
                    display: inline-block;
                    background: url("/main/images/icon_240125.png") no-repeat;
                    width: 12px;
                    height: 12px
                }

                .view-p-home .recommend-pop .mask-main .pagination-box .c-pagination .prev i {
                    background-position: -87px -121px
                }

                .view-p-home .recommend-pop .mask-main .pagination-box .c-pagination .next i {
                    background-position: -100px -122px
                }

            .view-p-home .recommend-pop .mask-main .pagination-box .page-jump-box {
                margin-left: 10px
            }

                .view-p-home .recommend-pop .mask-main .pagination-box .page-jump-box #input-page-jump, .view-p-home .recommend-pop .mask-main .pagination-box .page-jump-box .input-page-jump {
                    width: 50px;
                    height: 38px;
                    background-color: #464646;
                    border-radius: 5px;
                    color: #f0f0f0;
                    padding: 0 10px;
                    margin: 0 4px
                }

                .view-p-home .recommend-pop .mask-main .pagination-box .page-jump-box .btn-page-jump {
                    width: 50px;
                    height: 38px;
                    border: 1px solid #464646;
                    background-color: transparent;
                    color: #f0f0f0;
                    border-radius: 5px
                }

                    .view-p-home .recommend-pop .mask-main .pagination-box .page-jump-box .btn-page-jump:hover {
                        background-color: rgb(30,180,255);
                        border: 1px solid rgb(30,180,255)
                    }

        .view-p-home .recommend-pop .mask-main .btn-recommend {
            display: block;
            width: 160px;
            height: 44px;
            background-color: rgb(30,180,255);
            border-radius: 5px;
            margin: 0 auto 34px;
            color: #fff
        }

            .view-p-home .recommend-pop .mask-main .btn-recommend:hover {
                background-color: rgb(30,180,200)
            }

    .view-p-home .sort-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0
    }

        .view-p-home .sort-list a {
            font-size: 14px;
            color: #666;
            margin-right: 20px
        }

            .view-p-home .sort-list a.active {
                color: rgb(30,180,200)
            }

    .view-p-home .sort-content .sort-main {
        display: none
    }

        .view-p-home .sort-content .sort-main.active {
            display: block
        }

    .view-p-home .sort-content .all-content {
        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
    }

        .view-p-home .sort-content .all-content .recommed-wrap {
            margin: 30px 0 20px
        }

            .view-p-home .sort-content .all-content .recommed-wrap > p {
                font-size: 18px;
                color: #ddd;
                font-weight: 700
            }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-item {
                position: relative;
                width: 244px;
                height: 183px;
                margin-right: 20px;
                margin-bottom: 20px;
                cursor: pointer
            }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-item img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: top;
                    object-position: top;
                    border-radius: 5px
                }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-item .recommed-type {
                    display: none;
                    position: absolute;
                    top: 14px;
                    left: 14px;
                    height: 20px;
                    line-height: 18px;
                    color: #bbb;
                    font-size: 14px;
                    border: 1px solid #bbb;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    border-radius: 3px;
                    padding: 0 6px
                }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-item .btn-cancle-recommed {
                    display: none;
                    position: absolute;
                    top: 14px;
                    right: 14px;
                    height: 30px;
                    width: 86px;
                    line-height: 30px;
                    text-align: center;
                    color: #fff;
                    background-color: rgb(30,180,255);
                    font-size: 14px;
                    border-radius: 5px
                }

                    .view-p-home .sort-content .all-content .recommed-wrap .recommed-item .btn-cancle-recommed:hover {
                        background-color: rgb(30,180,200)
                    }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-item .recommed-item-info {
                    display: none;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 80px;
                    padding: 48px 16px 0;
                    color: #bbb;
                    font-size: 14px;
                    border-radius: 5px;
                    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));
                    background-image: linear-gradient(0deg,rgba(0,0,0,.7),transparent)
                }

                    .view-p-home .sort-content .all-content .recommed-wrap .recommed-item .recommed-item-info .info-title {
                        max-width: 100px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap
                    }

                    .view-p-home .sort-content .all-content .recommed-wrap .recommed-item .recommed-item-info .view-num {
                        color: #999
                    }

                    .view-p-home .sort-content .all-content .recommed-wrap .recommed-item .recommed-item-info .icon-view {
                        display: inline-block;
                        width: 14px;
                        height: 14px;
                        background: url("/main/images/icon_240125.png") no-repeat;
                        background-position: -205px -558px
                    }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-item:nth-of-type(5n) {
                    margin-right: 0
                }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-item:hover .btn-cancle-recommed, .view-p-home .sort-content .all-content .recommed-wrap .recommed-item:hover .recommed-type {
                    display: block
                }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-item:hover .recommed-item-info {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex
                }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item {
                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: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 244px;
                height: 183px;
                background-color: #282828;
                border-radius: 5px;
                cursor: pointer
            }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item.big-item {
                    width: 508px;
                    height: 386px;
                    margin-right: 20px
                }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item p {
                    font-size: 14px;
                    color: #555;
                    margin-top: 14px
                }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item.big-none-item {
                    width: 508px;
                    height: 386px;
                    margin-right: 20px
                }

                    .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item.big-none-item img {
                        width: 140px;
                        height: 130px
                    }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item .icon-add-recommed {
                    display: inline-block;
                    width: 62px;
                    height: 62px;
                    background: url("/main/images/icon_240125.png") no-repeat;
                    background-position: -392px -292px
                }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-main {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                max-height: 386px;
                overflow: hidden;
                margin-top: 20px
            }

                .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .big-recommed {
                    width: 508px;
                    height: 386px;
                    -ms-flex-negative: 0;
                    flex-shrink: 0
                }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-work {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            }

        .view-p-home .sort-content .all-content .list-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .view-p-home .sort-content .all-content .list-wrap .list-title {
                font-size: 18px;
                color: #ddd;
                font-weight: 700;
                margin-top: 30px
            }

            .view-p-home .sort-content .all-content .list-wrap .button-wrap {
                width: 100%;
                margin-top: 10px;
                margin-bottom: 20px
            }

                .view-p-home .sort-content .all-content .list-wrap .button-wrap.hidden {
                    display: none
                }

                .view-p-home .sort-content .all-content .list-wrap .button-wrap .btn-more-model {
                    display: block;
                    width: 240px;
                    height: 50px;
                    color: #999;
                    font-size: 14px;
                    background-color: #333;
                    border-radius: 5px;
                    margin: 0 auto;
                    cursor: pointer
                }

                    .view-p-home .sort-content .all-content .list-wrap .button-wrap .btn-more-model:hover {
                        color: #fff;
                        background-color: rgb(30,180,255);
                        border-radius: 5px
                    }

                        .view-p-home .sort-content .all-content .list-wrap .button-wrap .btn-more-model:hover .icon-down {
                            background-position: -191px -566px
                        }

    .view-p-home .sort-content .fix-content {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        cursor: pointer
    }

    .view-p-home .sort-content .bg-fix {
        width: 1356px;
        margin: 482px auto 0;
        display: none;
        z-index: 1111;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

        .view-p-home .sort-content .bg-fix .fix-title {
            font-size: 20px;
            font-weight: 400;
            font-stretch: normal;
            line-height: 18px;
            letter-spacing: 0;
            color: #f0f0f0;
            border-radius: 12px 12px 0 0;
            border-top: 1px solid #666;
            border-left: 1px solid #666;
            border-right: 1px solid #666;
            padding: 40px 20px 24px;
            background-color: #191919
        }

        .view-p-home .sort-content .bg-fix .public-list-style {
            background-color: #191919;
            border-left: 1px solid #666;
            border-right: 1px solid #666;
            margin-left: 0;
            margin-bottom: 0
        }

            .view-p-home .sort-content .bg-fix .public-list-style li {
                width: 312px;
                height: 323px
            }

                .view-p-home .sort-content .bg-fix .public-list-style li .top-cover {
                    height: 230px
                }

                    .view-p-home .sort-content .bg-fix .public-list-style li .top-cover img {
                        width: 100%;
                        height: 100%;
                        max-width: 100%;
                        max-height: 100%
                    }

                .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info {
                    height: 91px
                }

                    .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between
                    }

                        .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom .info-cover {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center
                        }

                            .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom .info-cover img {
                                width: 20px;
                                height: 20px;
                                border-radius: 50%
                            }

                            .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom .info-cover span {
                                font-size: 12px;
                                color: #666;
                                margin-left: 5px
                            }

                        .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom .info-view {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center
                        }

                            .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom .info-view i {
                                width: 14px;
                                height: 14px;
                                display: inline-block;
                                background: url(/image/common/icon_v2_20240124.png) no-repeat;
                                background-position: -181px -21px;
                                vertical-align: -2px
                            }

                            .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom .info-view span {
                                font-size: 12px;
                                margin-left: 5px;
                                color: #f0f0f0
                            }

                        .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-bottom .description {
                            max-width: 180px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            font-size: 12px;
                            color: #999
                        }

                    .view-p-home .sort-content .bg-fix .public-list-style li .bottom-info .info-top {
                        margin-bottom: 24px
                    }

        .view-p-home .sort-content .bg-fix .c-pagination {
            border: 1px solid #666;
            margin: 0;
            padding: 20px 0 42px;
            border-top: 0;
            border-radius: 0 0 12px 12px;
            background-color: #191919
        }

    .view-p-home .course-list {
        margin-top: 24px
    }

        .view-p-home .course-list .course-item {
            width: 284px;
            float: left;
            margin-right: 20px;
            margin-bottom: 20px
        }

            .view-p-home .course-list .course-item:hover .course-name {
                color: #fe5825 !important
            }

            .view-p-home .course-list .course-item > a {
                position: relative;
                display: block;
                height: 172px;
                border-radius: 4px 4px 0 0;
                overflow: hidden
            }

                .view-p-home .course-list .course-item > a:hover .course-cover {
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2)
                }

                .view-p-home .course-list .course-item > a:hover .hover-wrap {
                    opacity: 1
                }

                    .view-p-home .course-list .course-item > a:hover .hover-wrap .icon-play {
                        -webkit-transform: scale(1);
                        transform: scale(1)
                    }

                .view-p-home .course-list .course-item > a .course-cover {
                    width: 284px;
                    height: 172px;
                    -webkit-transition: all .5s;
                    transition: all .5s
                }

                .view-p-home .course-list .course-item > a .mask-wrap {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 40px;
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 0 15px;
                    background-color: rgba(0,0,0,.4)
                }

                    .view-p-home .course-list .course-item > a .mask-wrap p {
                        padding-top: 5px
                    }

                        .view-p-home .course-list .course-item > a .mask-wrap p img {
                            width: 25px;
                            height: 25px;
                            border-radius: 50%;
                            margin-right: 10px
                        }

                            .view-p-home .course-list .course-item > a .mask-wrap p img:last-of-type {
                                margin-right: 0
                            }

                    .view-p-home .course-list .course-item > a .mask-wrap span {
                        font-weight: 600;
                        color: #f0f0f0
                    }

                .view-p-home .course-list .course-item > a .hover-wrap {
                    position: absolute;
                    top: 0;
                    left: 0;
                    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: 100%;
                    height: 100%;
                    opacity: 0;
                    -webkit-transition: all .5s ease-out 0s;
                    transition: all .5s ease-out 0s;
                    border-radius: 4px 4px 0 0;
                    background-color: rgba(0,0,0,.5);
                    z-index: 2
                }

                    .view-p-home .course-list .course-item > a .hover-wrap .icon-play {
                        display: inline-block;
                        width: 62px;
                        height: 62px;
                        -webkit-transition: all .5s;
                        transition: all .5s;
                        -webkit-transform: scale(1.5);
                        transform: scale(1.5);
                        background: url("/main/images/person_home/home.png") no-repeat;
                        background-position: -17px -162px
                    }

            .view-p-home .course-list .course-item .course-info {
                padding: 13px 15px 16px;
                background-color: #222
            }

                .view-p-home .course-list .course-item .course-info .course-info-teacher, .view-p-home .course-list .course-item .course-info .course-info-title {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                .view-p-home .course-list .course-item .course-info .course-info-title {
                    margin-bottom: 14px
                }

                    .view-p-home .course-list .course-item .course-info .course-info-title > a {
                        max-width: 84%
                    }

                        .view-p-home .course-list .course-item .course-info .course-info-title > a .course-name {
                            color: #f0f0f0;
                            -webkit-transition: color .3s;
                            transition: color .3s;
                            font-size: 14px
                        }

                    .view-p-home .course-list .course-item .course-info .course-info-title span {
                        color: #1f71c5
                    }

                        .view-p-home .course-list .course-item .course-info .course-info-title span.is-free {
                            color: #009e62
                        }

                .view-p-home .course-list .course-item .course-info .course-info-teacher {
                    font-size: 12px
                }

                    .view-p-home .course-list .course-item .course-info .course-info-teacher a {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        color: #999
                    }

                        .view-p-home .course-list .course-item .course-info .course-info-teacher a:hover {
                            color: #fe5825
                        }

                        .view-p-home .course-list .course-item .course-info .course-info-teacher a img {
                            width: 25px;
                            height: 25px;
                            border-radius: 50%
                        }

                    .view-p-home .course-list .course-item .course-info .course-info-teacher > div {
                        color: #666
                    }

    .view-p-home .public-list-style {
        display: block;
        margin-left: -20px;
        zoom: 1
    }

        .view-p-home .public-list-style:after {
            content: "";
            height: 0;
            line-height: 0;
            display: block;
            visibility: hidden;
            clear: both
        }

        .view-p-home .public-list-style li {
            float: left;
            margin-left: 20px;
            margin-right: 0 !important
        }

    .view-p-home .p-bottom-wrap {
        margin-top: 30px
    }

        .view-p-home .p-bottom-wrap .wrap-l {
            float: left;
            width: 1308px;
            margin-right: 20px;
            background-color: rgb(247, 247, 247);
            margin-bottom: 50px;
            border-radius: 5px
        }

            .view-p-home .p-bottom-wrap .wrap-l .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-p-home .p-bottom-wrap .wrap-l .comments-list .comments-btn.active {
                    background-color: rgb(30,180,255);
                    color: #f0f0f0
                }

            .view-p-home .p-bottom-wrap .wrap-l .comments-list textarea {
                width: 100%;
                min-height: 120px;
                max-height: 120px;
                font-size: 14px;
                color: #f0f0f0;
                background-color: #fff;
                border: 1px solid #999;
                padding: 10px 14px;
                border-radius: 5px;
                overflow: auto
            }

            .view-p-home .p-bottom-wrap .wrap-l .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-p-home .p-bottom-wrap .wrap-l .comments-list .main-comment {
                padding: 36px 40px 30px;
                border-bottom: 1px solid #303030
            }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .main-comment .comments-count {
                    margin-bottom: 16px
                }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .main-comment .comments-area {
                    position: relative
                }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .main-comment .text-count {
                    position: absolute;
                    bottom: -37px;
                    right: 122px
                }

            .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments {
                padding: 0 40px
            }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .portrait {
                    width: 50px;
                    height: 50px
                }

                    .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .portrait img {
                        max-width: 100%;
                        max-height: 100%;
                        border-radius: 50%
                    }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments textarea {
                    height: 60px;
                    background-color: #171717
                }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .review-name, .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .son-review-name {
                    font-size: 14px;
                    color: #999;
                    margin-bottom: 14px;
                    margin-right: 10px
                }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .review-content, .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .son-review-content {
                    font-size: 14px;
                    color: #ddd;
                    margin-bottom: 24px;
                    line-height: 22px;
                    word-break: break-word
                }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .son-review-content {
                    margin-bottom: 0
                }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .produc-time, .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments .son-produc-time {
                    font-size: 14px;
                    color: #666;
                    display: block;
                    margin-left: auto
                }

                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding: 30px 0;
                    border-bottom: 1px solid #303030
                }

                    .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .portrait {
                        -ms-flex-negative: 0;
                        flex-shrink: 0;
                        margin-right: 16px
                    }

                    .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content {
                        width: 100%
                    }

                        .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .review-info {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex
                        }

                        .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .toggle-comments {
                            display: inline-block;
                            cursor: pointer
                        }

                            .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .toggle-comments:hover .icon-message {
                                background-position: -283px -132px
                            }

                            .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .toggle-comments:hover .message-count {
                                color: rgb(30,180,200)
                            }

                            .view-p-home .p-bottom-wrap .wrap-l .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-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .toggle-comments .message-count {
                                font-size: 12px;
                                color: #666
                            }

                        .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .reply-review-main {
                            display: none
                        }

                        .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .reply-area {
                            position: relative;
                            margin-top: 20px;
                            padding: 20px 20px 23px;
                            background-color: #2b2b2b
                        }

                            .view-p-home .p-bottom-wrap .wrap-l .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-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .reply-area .area-text {
                                position: relative
                            }

                                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .reply-area .area-text .text-count {
                                    position: absolute;
                                    bottom: -37px;
                                    right: 122px
                                }

                        .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .son-comments {
                            position: relative;
                            padding: 0 24px;
                            background-color: #2b2b2b
                        }

                            .view-p-home .p-bottom-wrap .wrap-l .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-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li:first-of-type {
                                    border-top: 1px solid #333
                                }

                                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li .son-review-info {
                                    width: 100%
                                }

                                    .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li .son-review-info div {
                                        display: -webkit-box;
                                        display: -ms-flexbox;
                                        display: flex
                                    }

                                .view-p-home .p-bottom-wrap .wrap-l .comments-list .list-comments > ul > li .cur-content .son-comments > ul > li .portrait {
                                    margin-right: 16px
                                }

                            .view-p-home .p-bottom-wrap .wrap-l .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-p-home .p-bottom-wrap .wrap-l .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-p-home .p-bottom-wrap .wrap-r {
            float: right;
            width: 500px;
            margin-bottom: 20px;
            background-color: rgb(247, 247, 247);
            border-radius: 5px
        }

            .view-p-home .p-bottom-wrap .wrap-r .header {
                height: 44px;
                line-height: 44px;
                font-size: 14px;
                color: #999;
                padding-left: 20px;
                border-bottom: 1px solid #2f2f2f
            }

            .view-p-home .p-bottom-wrap .wrap-r .visitors-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding: 20px 30px 0
            }

                .view-p-home .p-bottom-wrap .wrap-r .visitors-list li {
                    margin-bottom: 20px;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    overflow: hidden
                }

                    .view-p-home .p-bottom-wrap .wrap-r .visitors-list li a {
                        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: center;
                        -ms-flex-align: center;
                        align-items: center;
                        text-align: center
                    }

                        .view-p-home .p-bottom-wrap .wrap-r .visitors-list li a img {
                            width: 44px;
                            height: 44px;
                            border-radius: 50%;
                            margin-bottom: 6px
                        }

                        .view-p-home .p-bottom-wrap .wrap-r .visitors-list li a .nick-name {
                            display: inline-block;
                            width: 70%;
                            line-height: normal;
                            font-size: 12px;
                            color: #999;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            margin-bottom: 6px
                        }

                        .view-p-home .p-bottom-wrap .wrap-r .visitors-list li a .create-time {
                            font-size: 12px;
                            color: #666
                        }

    .view-p-home .close-page {
        height: 500px;
        text-align: center;
        padding-top: 110px;
        background-color: #171717
    }

        .view-p-home .close-page img {
            width: 190px;
            height: 120px;
            margin-bottom: 30px
        }

        .view-p-home .close-page p {
            color: #666;
            font-size: 16px
        }

.view-p-focus {
    line-height: 1
}

    .view-p-focus .focus-count {
        margin: 20px 0
    }

    .view-p-focus .focus-list ul li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 210px;
        padding: 30px 40px;
        margin-bottom: 20px;
        background-color: #222
    }

        .view-p-focus .focus-list ul li, .view-p-focus .focus-list ul li .user-infos-l {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .view-p-focus .focus-list ul li .user-portrait img {
                width: 76px;
                height: 76px;
                border-radius: 50%;
                margin-right: 20px
            }

            .view-p-focus .focus-list ul li .user-infos .nick-name {
                font-size: 16px;
                color: #f0f0f0;
                margin-bottom: 16px
            }

            .view-p-focus .focus-list ul li .user-infos .dec {
                font-size: 14px;
                color: #999;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 10px
            }

            .view-p-focus .focus-list ul li .user-infos .works-box {
                font-size: 14px;
                color: #bbb;
                margin-bottom: 20px
            }

                .view-p-focus .focus-list ul li .user-infos .works-box span:first-of-type {
                    position: relative;
                    margin-right: 20px
                }

                    .view-p-focus .focus-list ul li .user-infos .works-box span:first-of-type:before {
                        content: "";
                        position: absolute;
                        right: -14px;
                        top: 2px;
                        height: 15px;
                        width: 1px;
                        background-color: #bbb
                    }

                .view-p-focus .focus-list ul li .user-infos .works-box strong {
                    font-weight: 600
                }

            .view-p-focus .focus-list ul li .user-infos .lock-notice {
                margin-bottom: 20px
            }

                .view-p-focus .focus-list ul li .user-infos .lock-notice .lock-icon {
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    background: url("/main/images/personal_v2.png") no-repeat;
                    background-position: -213px -946px;
                    vertical-align: -2px
                }

                .view-p-focus .focus-list ul li .user-infos .lock-notice b {
                    color: #bbb;
                    font-size: 14px;
                    font-weight: 400
                }

            .view-p-focus .focus-list ul li .user-infos .focus-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: 120px;
                height: 36px;
                font-size: 16px;
                color: #f0f0f0;
                background-color: rgb(30,180,255);
                cursor: pointer;
                border-radius: 4px
            }

                .view-p-focus .focus-list ul li .user-infos .focus-btn.disabled {
                    color: #999;
                    background-color: #464646
                }

            .view-p-focus .focus-list ul li .user-works-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .view-p-focus .focus-list ul li .user-works-list a {
                    width: 200px;
                    height: 150px;
                    margin-right: 20px
                }

                    .view-p-focus .focus-list ul li .user-works-list a:last-of-type {
                        margin-right: 0
                    }

.home-clause .search-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #272727;
    margin-bottom: 24px
}

    .home-clause .search-nav .search-nav-item {
        color: #bbb;
        font-size: 16px;
        margin-right: 140px;
        padding: 30px 0 16px;
        border: 2px solid transparent
    }

        .home-clause .search-nav .search-nav-item.active {
            color: rgb(30,180,200);
            border-bottom: 2px solid rgb(30,180,200)
        }

.upload-bg .mask-main {
    width: 740px;
    background-color: #303030;
    padding: 30px
}

    .upload-bg .mask-main .upload-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

        .upload-bg .mask-main .upload-title p {
            font-size: 18px;
            color: #f0f0f0;
            font-weight: 600;
            margin-right: 10px
        }

        .upload-bg .mask-main .upload-title span {
            font-size: 14px;
            color: #666
        }

    .upload-bg .mask-main .upload-bg-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .upload-bg .mask-main .upload-bg-img .upload-bg-main {
            margin-right: 30px;
            overflow: hidden
        }

            .upload-bg .mask-main .upload-bg-img .upload-bg-main img {
                width: 360px;
                height: 300px;
                -o-object-fit: contain;
                object-fit: contain
            }

            .upload-bg .mask-main .upload-bg-img .upload-bg-main .upload-btn-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-left: 48px;
                margin-top: 20px
            }

                .upload-bg .mask-main .upload-bg-img .upload-bg-main .upload-btn-box button {
                    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;
                    border-radius: 4px
                }

                .upload-bg .mask-main .upload-bg-img .upload-bg-main .upload-btn-box .cancle-btn {
                    font-size: 14px;
                    color: #999;
                    background-color: #464646;
                    margin-right: 24px
                }

                .upload-bg .mask-main .upload-bg-img .upload-bg-main .upload-btn-box .confirm-btn {
                    font-size: 14px;
                    color: #f0f0f0;
                    background-color: rgb(30,180,255)
                }

        .upload-bg .mask-main .upload-bg-img .upload-bg-preview {
            text-align: center
        }

            .upload-bg .mask-main .upload-bg-img .upload-bg-preview .preview-img {
                width: 280px;
                height: 79px;
                margin-bottom: 10px;
                overflow: hidden
            }

.model-share .icon {
    display: inline-block;
    background: url("/main/images/icon_240125.png") no-repeat;
    width: 29px;
    height: 29px;
    margin: 14px 0 4px;
    cursor: pointer;
    vertical-align: -1px
}

.model-share .box-main {
    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;
    font-size: 14px;
    padding: 20px;
    color: #bbb
}

    .model-share .box-main .f-algin {
        width: 140px;
        height: 140px;
        margin: 20px 0;
        border-radius: 4px;
        background-color: #f0f0f0
    }

        .model-share .box-main .f-algin .wxBox {
            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: 140px
        }

    .model-share .box-main .slice {
        position: relative;
        margin: 0 aut0;
        width: 30px;
        text-align: center;
        font-size: 14px
    }

        .model-share .box-main .slice:before {
            right: 40px
        }

        .model-share .box-main .slice:after, .model-share .box-main .slice:before {
            content: "";
            position: absolute;
            top: 10px;
            width: 78px;
            height: 1px;
            background-color: #666
        }

        .model-share .box-main .slice:after {
            left: 40px
        }

    .model-share .box-main .share-list, .model-share .box-main .share-list .share-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .model-share .box-main .share-list .share-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 20px;
            color: #666;
            font-size: 10px
        }

            .model-share .box-main .share-list .share-item:last-child {
                margin-right: 0
            }

            .model-share .box-main .share-list .share-item:hover {
                color: #bbb
            }

            .model-share .box-main .share-list .share-item .cope {
                background-position: -366px -139px
            }

            .model-share .box-main .share-list .share-item .qq {
                background-position: -125px -137px
            }

            .model-share .box-main .share-list .share-item .weibo {
                background-position: -155px -137px
            }

            .model-share .box-main .share-list .share-item .qzone {
                background-position: -185px -137px
            }

.invite-pop {
    line-height: 1
}

    .invite-pop .mask-main {
        width: 670px;
        background-color: #292929;
        padding: 0 40px;
        border-radius: 5px
    }

        .invite-pop .mask-main .public-close {
            right: 20px;
            top: 20px
        }

        .invite-pop .mask-main .invite-pop-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            position: relative;
            height: 64px;
            line-height: 64px
        }

            .invite-pop .mask-main .invite-pop-title:after {
                content: "";
                position: absolute;
                width: 670px;
                height: 1px;
                bottom: 0;
                background-color: #383838;
                left: -40px
            }

            .invite-pop .mask-main .invite-pop-title p {
                font-size: 18px;
                color: #ddd;
                margin-right: 10px
            }

            .invite-pop .mask-main .invite-pop-title span {
                display: inline-block;
                font-size: 14px;
                color: #666;
                margin-left: 10px
            }

        .invite-pop .mask-main .invite-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .invite-pop .mask-main .invite-form .invite-label {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-top: 24px
            }

                .invite-pop .mask-main .invite-form .invite-label .label-title {
                    font-size: 14px;
                    color: #bbb
                }

                    .invite-pop .mask-main .invite-form .invite-label .label-title span {
                        font-size: 12px;
                        color: #666
                    }

                .invite-pop .mask-main .invite-form .invite-label > input {
                    height: 44px;
                    width: 590px;
                    color: #f0f0f0;
                    font-size: 14px;
                    border: 1px solid #444;
                    border-radius: 5px;
                    background-color: #171717;
                    margin-top: 12px;
                    padding: 0 16px
                }

                    .invite-pop .mask-main .invite-form .invite-label > input.small {
                        width: 230px;
                        margin-right: 14px
                    }

                    .invite-pop .mask-main .invite-form .invite-label > input.middle {
                        width: 346px
                    }

                    .invite-pop .mask-main .invite-form .invite-label > input.contact-input {
                        padding-left: 80px
                    }

                .invite-pop .mask-main .invite-form .invite-label .select-date {
                    height: 44px;
                    width: 230px;
                    color: #f0f0f0;
                    font-size: 14px;
                    border: 1px solid #444;
                    border-radius: 5px;
                    background-color: #171717;
                    margin-top: 12px;
                    margin-right: 14px
                }

                    .invite-pop .mask-main .invite-form .invite-label .select-date input {
                        height: 44px;
                        width: 230px;
                        opacity: 0
                    }

                        .invite-pop .mask-main .invite-form .invite-label .select-date input::-webkit-calendar-picker-indicator {
                            position: absolute;
                            right: 0;
                            padding-left: calc(100% - 40px)
                        }

                    .invite-pop .mask-main .invite-form .invite-label .select-date > p {
                        position: absolute;
                        top: 50%;
                        -webkit-transform: translateY(50%);
                        transform: translateY(50%);
                        left: 16px
                    }

                        .invite-pop .mask-main .invite-form .invite-label .select-date > p.empty {
                            color: #666
                        }

                .invite-pop .mask-main .invite-form .invite-label textarea {
                    width: 590px;
                    height: 150px;
                    font-size: 14px;
                    color: #f0f0f0;
                    background-color: #171717;
                    border: 1px solid #444;
                    padding: 10px 16px;
                    border-radius: 5px;
                    margin-top: 12px;
                    overflow: auto
                }

                .invite-pop .mask-main .invite-form .invite-label .contact-type-box {
                    position: absolute;
                    left: 0;
                    top: 27px;
                    width: 80px;
                    height: 44px;
                    line-height: 42px;
                    color: #666;
                    font-size: 14px;
                    padding-left: 20px
                }

                    .invite-pop .mask-main .invite-form .invite-label .contact-type-box .icon-down {
                        position: absolute;
                        right: 10px;
                        top: 18px
                    }

                    .invite-pop .mask-main .invite-form .invite-label .contact-type-box .contact-type-drop {
                        position: absolute;
                        top: 43px;
                        left: 0;
                        display: none;
                        width: 80px;
                        padding: 8px 0;
                        border-radius: 5px;
                        background-color: #2b2b2b;
                        z-index: 1
                    }

                        .invite-pop .mask-main .invite-form .invite-label .contact-type-box .contact-type-drop li {
                            width: 100%;
                            height: 36px;
                            line-height: 36px;
                            color: #bbb;
                            font-size: 14px;
                            text-align: center;
                            cursor: pointer
                        }

                            .invite-pop .mask-main .invite-form .invite-label .contact-type-box .contact-type-drop li:hover {
                                background-color: #393939;
                                color: #f0f0f0
                            }

                    .invite-pop .mask-main .invite-form .invite-label .contact-type-box:hover .contact-type-drop {
                        display: block
                    }

        .invite-pop .mask-main button {
            display: block;
            width: 160px;
            height: 44px;
            color: #fff;
            font-size: 14px;
            background-color: rgb(30,180,255);
            border-radius: 5px;
            margin: 24px auto 42px
        }

            .invite-pop .mask-main button:hover {
                background-color: rgb(30,180,200)
            }

            .invite-pop .mask-main button.disable, .invite-pop .mask-main button.disable:hover {
                background-color: #444;
                color: #999
            }

@media screen and (max-width:1820px) {
    #global-header .container, .inner {
        width: 1520px
    }

    .view-p-home .sort-content .all-content .recommed-wrap .recommed-main {
        max-height: 374px
    }

        .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .big-recommed {
            width: 492px;
            height: 374px
        }

        .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item {
            width: 236px;
            height: 177px
        }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item:nth-of-type(4n) {
                margin-right: 0
            }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item:nth-of-type(5n) {
                margin-right: 20px
            }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item:nth-of-type(n+9) {
                display: none
            }

    .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item.big-item, .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item.big-none-item {
        width: 492px;
        height: 374px
    }

    .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item {
        width: 236px;
        height: 177px
    }

    .view-p-home .p-bottom-wrap .wrap-l {
        width: 1084px
    }

    .view-p-home .p-bottom-wrap .wrap-r {
        width: 416px
    }

        .view-p-home .p-bottom-wrap .wrap-r .visitors-list li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%
        }

    .common-list-style .com-work-item:nth-of-type(6n) {
        margin-right: 20px
    }

    .common-list-style .com-work-item:nth-of-type(5n) {
        margin-right: 0
    }
}

@media screen and (max-width:1520px) {
    #global-header .container, .inner {
        width: 1212px
    }

    .view-p-home .sort-content .all-content .recommed-wrap .recommed-main {
        max-height: 360px
    }

        .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .big-recommed {
            width: 472px;
            height: 360px
        }

        .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item {
            width: 226px;
            height: 170px
        }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item:nth-of-type(3n) {
                margin-right: 0
            }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item:nth-of-type(4n) {
                margin-right: 20px
            }

            .view-p-home .sort-content .all-content .recommed-wrap .recommed-main .recommed-work .recommed-item:nth-of-type(n+7) {
                display: none
            }

    .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item.big-item, .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item.big-none-item {
        width: 472px;
        height: 360px
    }

    .view-p-home .sort-content .all-content .recommed-wrap .recommed-empty-item {
        width: 226px;
        height: 170px
    }

    .view-p-home .course-list .course-item {
        margin-right: 19px
    }

    .view-p-home .common-list-style .com-work-item:nth-of-type(5n) {
        margin-right: 20px
    }

    .view-p-home .common-list-style .com-work-item:nth-of-type(4n) {
        margin-right: 0
    }

    .view-p-home .p-bottom-wrap .wrap-l {
        width: 860px
    }

    .view-p-home .p-bottom-wrap .wrap-r {
        width: 332px
    }
}
