.fellou-work-deep-search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.fellou-work-deep-search-box .fellou-work-deep-search-top {
    margin-top: .68rem;
    width: 12rem;
    display: flex;
    justify-content: space-between
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .fellou-work-deep-search-title {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: .16rem;
    flex: 1;
    gap: .1rem;
    font-family: PingFang SC
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .fellou-work-deep-search-title div:first-child {
    font-size: .32rem;
    font-weight: 500;
    line-height: .32rem
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .fellou-work-deep-search-title div:nth-child(2) {
    font-size: .16rem;
    font-weight: 400;
    line-height: .28rem
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .ctr-box {
    display: flex;
    align-items: center
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .ctr-box .scroll-btn {
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: .06rem;
    margin: 0 .06rem;
    font-size: .16rem;
    width: .43rem;
    height: .42rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .ctr-box .scroll-btn .iconfont {
    font-size: .24rem
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .ctr-box .scroll-btn:hover {
    background-color: hsla(0, 0%, 100%, .8)
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .ctr-box .scroll-btn:disabled {
    cursor: not-allowed;
    background-color: hsla(0, 0%, 100%, .3)
}

.fellou-work-deep-search-box .fellou-work-deep-search-top .ctr-box .scroll-btn:disabled:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

.fellou-work-deep-search-box .fellou-work-deep-search-content {
    margin-top: .32rem;
    width: 12rem;
    display: flex;
    gap: .24rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.fellou-work-deep-search-box .fellou-work-deep-search-content::-webkit-scrollbar {
    display: none
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: .14rem;
    font-family: PingFang SC;
    width: 3.84rem;
    height: 4.28rem;
    border-radius: .12rem;
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: hsla(0, 0%, 100%, .04)
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box {
    width: 3.56rem;
    height: 2.36rem;
    border-radius: .06rem;
    overflow: hidden;
    margin-bottom: .2rem;
    position: relative
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box img {
    width: 3.56rem;
    height: 2.36rem
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video {
    cursor: pointer;
    position: relative;
    width: 3.56rem;
    height: 2.36rem
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-img-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-img-bg .video-container {
    width: 80% !important;
    display: flex;
    align-items: center
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-img-bg .video-container .background-video {
    object-fit: contain !important;
    border-radius: .06rem;
    overflow: hidden
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-mask {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .24);
    z-index: 1
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-mask .fellou-smart-card-item-video-mask-play {
    width: 84px;
    height: 84px;
    background-color: hsla(0, 0%, 100%, .4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video:hover .fellou-smart-card-item-video-mask {
    display: flex;
    align-items: center;
    justify-content: center
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .fellou-work-deep-search-item-title {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: .2rem;
    font-style: normal;
    font-weight: 500;
    line-height: .36rem
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .fellou-work-deep-search-item-desc {
    color: #c9c6cd;
    font-size: .16rem;
    font-style: normal;
    line-height: .24rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis
}

.fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item:hover {
    border: 1px solid hsla(0, 0%, 100%, .1);
    background-color: hsla(0, 0%, 100%, .16)
}

@media(max-width:750px) {
    .fellou-work-deep-search-box {
        margin-top: 84px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-top {
        display: flex;
        justify-content: space-between
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-top .fellou-work-deep-search-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        font-size: 16px;
        flex: 1;
        gap: 16px
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-top .fellou-work-deep-search-title div:first-child {
        font-size: 36px;
        font-weight: 500;
        line-height: 32px
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-top .fellou-work-deep-search-title div:nth-child(2) {
        color: hsla(0, 0%, 100%, .64);
        font-size: 16px;
        font-weight: 400;
        line-height: 28px
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content {
        margin-top: 32px;
        max-width: 3.43rem;
        display: flex;
        gap: .24rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content::-webkit-scrollbar {
        display: none
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item {
        display: flex;
        flex-direction: column;
        padding: 12px;
        font-family: PingFang SC;
        width: 2.92rem;
        height: 324px;
        border-radius: 8px;
        border: 1px solid hsla(0, 0%, 100%, .1);
        background: hsla(0, 0%, 100%, .04)
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box {
        width: 268px;
        height: 178px;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 12px;
        position: relative
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box img {
        width: 268px;
        height: 179px
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video {
        cursor: pointer;
        position: relative;
        width: 268px;
        height: 179px
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-img-bg {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-img-bg .video-container {
        width: 80% !important;
        display: flex;
        align-items: center
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-img-bg .video-container .background-video {
        object-fit: contain !important;
        border-radius: 6px;
        overflow: hidden
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-mask {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, .24);
        z-index: 1
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .multimedia-box .fellou-smart-card-item-video .fellou-smart-card-item-video-mask .fellou-smart-card-item-video-mask-play {
        width: 84px;
        height: 84px;
        background-color: hsla(0, 0%, 100%, .4);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .fellou-work-deep-search-item-title {
        display: flex;
        color: #fff;
        align-items: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item .fellou-work-deep-search-item-desc {
        margin-top: 4px;
        color: #c9c6cd;
        font-size: 14px;
        font-style: normal;
        line-height: 22px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .fellou-work-deep-search-box .fellou-work-deep-search-content .fellou-work-deep-search-item:hover {
        border: 1px solid hsla(0, 0%, 100%, .1);
        background-color: hsla(0, 0%, 100%, .16)
    }

    .fellou-work-deep-search-box .ctr-box {
        margin-top: 34px;
        display: flex;
        align-items: center
    }

    .fellou-work-deep-search-box .ctr-box .scroll-btn {
        background-color: #fff;
        border: none;
        cursor: pointer;
        padding: 6px;
        margin: 0 6px;
        font-size: 16px;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .fellou-work-deep-search-box .ctr-box .scroll-btn .iconfont {
        font-size: 24px
    }

    .fellou-work-deep-search-box .ctr-box .scroll-btn:hover {
        background-color: hsla(0, 0%, 100%, .8)
    }

    .fellou-work-deep-search-box .ctr-box .scroll-btn:disabled {
        cursor: not-allowed;
        background-color: hsla(0, 0%, 100%, .3)
    }

    .fellou-work-deep-search-box .ctr-box .scroll-btn:disabled:hover {
        background-color: hsla(0, 0%, 100%, .3)
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    to {
        background-position: 200% 0
    }
}

.skeleton .skeleton-box {
    position: relative;
    overflow: hidden;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 8px
}

.skeleton .skeleton-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .1) 50%, hsla(0, 0%, 100%, .05));
    background-size: 200% 100%;
    animation: shimmer 2s ease-in-out infinite
}

.skeleton .skeleton-conten {
    margin-top: 20px
}

.skeleton .skeleton-text {
    height: 16px;
    margin: 16px 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .1) 50%, hsla(0, 0%, 100%, .05));
    background-size: 200% 100%;
    animation: shimmer 2s ease-in-out infinite;
    border-radius: 4px
}

.skeleton .skeleton-text:last-child {
    width: 80%
}

.fellou-work-screen-box {
    height: 100%;
    margin: 1.86rem 0 0;
    position: relative
}

.fellou-work-screen-box .fellou-work-screen-bg {
    z-index: -1;
    position: absolute;
    top: -.5rem;
    left: -5.5rem;
    width: 150%;
    height: 95%
}

.fellou-work-screen-box .fellou-work-info-box {
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
    justify-content: center
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-view-all-btn {
    min-width: 1.2rem;
    font-size: .14rem;
    height: .36rem;
    padding: 0 .16rem;
    border-radius: .24rem;
    display: flex;
    gap: .08rem;
    border: none;
    margin-top: .4rem
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-view-all-btn:hover {
    background: hsla(0, 0%, 100%, .2)
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-work-info-tag {
    height: .4rem;
    padding: .04rem;
    border-radius: .08rem;
    border: 2px solid hsla(0, 0%, 100%, .1);
    background: linear-gradient(274deg, hsla(0, 0%, 100%, .1) -20.28%, hsla(0, 0%, 100%, .04) 42.26%, hsla(0, 0%, 100%, .08) 109.33%);
    backdrop-filter: blur(7px)
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-work-info-tag .fellou-work-info-tag-box {
    padding: .08rem .24rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-work-info-tag .fellou-work-info-tag-box .fellou-work-info-tag-box-title {
    max-width: 10rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .08rem;
    color: #fff;
    font-family: PingFang SC;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .24rem
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-work-info-title2 {
    margin-top: .16rem;
    color: #fff;
    text-align: center;
    font-family: PingFang SC;
    font-size: .48rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-work-info-title3 {
    margin-top: .24rem;
    color: #aba7b0;
    text-align: center;
    font-family: PingFang SC;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: .32rem
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-want-it-btn {
    margin-top: .64rem;
    border-radius: .5rem
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-be-disabled-btn {
    background: #bfc3f7;
    cursor: not-allowed
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-be-disabled-btn .iconfont {
    margin-left: .08rem
}

.fellou-work-screen-box .fellou-work-info-box .fellou-work-info .fellou-be-disabled-btn:hover {
    background: #bfc3f7;
    cursor: not-allowed
}

.fellou-work-screen-box .fellou-work-stage-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content {
    margin-top: .68rem;
    min-width: 12rem;
    display: flex
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content .left-box {
    width: 7.2rem;
    height: 3.98rem;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .08);
    backdrop-filter: blur(.62rem)
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content .left-box video {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content .right-box {
    margin-left: .84rem;
    width: 4rem;
    height: 3.62rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content .right-box .li-box {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: PingFang SC
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content .right-box .li-box .li-top {
    display: flex;
    align-items: center;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: .36rem
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content .right-box .li-box .li-top i {
    font-size: .24rem;
    margin-right: .1rem
}

.fellou-work-screen-box .fellou-work-stage-box .fellou-work-stage-content .right-box .li-box .li-desc {
    padding-left: .3rem;
    color: #c9c6cd;
    font-size: .16rem;
    font-style: normal;
    line-height: .24rem;
    font-weight: 400
}

.fellou-work-screen-box .fellou-work-coverage-box {
    margin-top: .64rem
}

.fellou-work-screen-box .fellou-work-coverage-box .fellou-work-coverage-title {
    color: #c9c6cd;
    text-align: center;
    font-family: PingFang SC;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .24rem
}

.fellou-work-screen-box .fellou-work-coverage-box .fellou-work-coverage-icon-box {
    position: relative;
    margin-top: .32rem;
    height: .64rem;
    display: flex;
    justify-content: center;
    gap: .78rem
}

.fellou-work-screen-box .fellou-work-coverage-box .fellou-work-coverage-icon-box .fellou-work-coverage-icon-item {
    width: .46rem;
    height: .46rem;
    backdrop-filter: blur(.12rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:750px) {
    .home-page {
        padding: 0 16px
    }

    .home-page .home-pin-round-bg {
        height: 1100px
    }
}

.home-page {
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 1000px
}

.home-page .home-pin-round-bg {
    z-index: 1;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
    height: 16.89rem;
    top: -10.6rem
}

.home-page .home-page-content {
    position: relative;
    z-index: 1
}