.page-box {
    /*width: 10rem;*/
    /*max-width: 540px;*/
    width:100%;
    margin: 0 auto;
    font-size: 0.3733rem;
}

:root {
    --theme-color: #07bd77;
}
img {
    max-width: 100%;
}
.flex {
    display: flex;
}

.between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.relative {
    position: relative;
}

.textinImg {
    position: absolute;
    width: 90%;
    left: 0.2667rem;
    bottom: 0.4rem;
    color: #fff;
    font-size: 0.3733rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt10 {
    margin-top: 0.2667rem;
}

.mt15 {
    margin-top: 0.4rem;
}

.mt20 {
    margin-top: 0.5333rem;
}

.mt30 {
    margin-top: 0.8rem;
}

.mr10 {
    margin-right: 0.2667rem;
}

.mr15 {
    margin-right: 0.4rem;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.van-swipe .van-swipe-item img {
    width: 100%;
    height: 100%;
}

.color-red {
    color: #f34549;
}

.f22 {
    font-size: 0.5867rem !important;
}
.img{
    overflow:hidden;
}
.fit-cover{
    object-fit:cover !important;
}
.top-nav {
    padding: 0.29rem 0.37rem;
    background: linear-gradient(75deg, #EFFCF3 0.33%, #71E4E9 95.67%);
}

    .top-nav .logo {
        text-align: center;
        position: relative;
    }

        .top-nav .logo img {
            /*width: 4.04rem;
            height: 0.72rem;*/
            width: 6.06rem;
            height: 1.08rem;
        }

        .top-nav .logo .icon {
            width: 0.58667rem;
            height: 0.58667rem;
            position: absolute;
            right: 0;
        }

    .top-nav .handle {
        display: flex;
        margin-top: 0.32rem;
        border-radius: 0.53333rem;
        border: 1px solid #00b277;
        background: #fff;
        overflow: hidden;
        padding: 0.05rem;
        align-items: center;
    }

        .top-nav .handle select {
            width: 1.8rem;
            margin: 0 0.5rem 0 0.5rem;
            border: none;
            outline: none;
            color: #666;
            font-size: 0.37333rem;
            background:none;
        }

        .top-nav .handle .line {
            width: 0.02667rem;
            height: 0.72rem;
            background: #e8eaec;
        }

        .top-nav .handle input {
            padding-left: 0.27rem;
            flex: 1;
            margin-right: 0.2rem;
        }

        .top-nav .handle .btn {
            color: #fff;
            font-size: 0.37333rem;
            width: 1.54656rem;
            height: 0.8rem;
            line-height: 0.8rem;
            text-align: center;
            border-radius: 0.53333rem;
            background: #00b277;
        }

    .top-nav .nav-wrap {
        margin-top: 0.45rem;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }

        .top-nav .nav-wrap .nav-box {
            width: 100%;
            display: flex;
            overflow-x: auto;
            padding: 0 0.15rem;
            justify-content: space-between;
            gap:0.5rem;
        }

            .top-nav .nav-wrap .nav-box .item {
                flex-shrink: 0;
                width: auto;
                text-align: center;
                white-space: nowrap;
                color: #666;
                font-family: "Source Han Sans CN";
                font-size: 0.48rem;
                position: relative;
                padding-bottom: 0.16rem;
            }

            .top-nav .nav-wrap .nav-box .active {
                font-size: 0.48rem;
                font-weight: 500;
                color: #00b277;
            }

                .top-nav .nav-wrap .nav-box .active::after {
                    content: "";
                    width: 83%;
                    height: 0.08rem;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: -1;
                    border-radius: 0.05333rem;
                    background: #00b277;
                }

.right-nav {
    width: 4.0267rem;
    height: 100%;
    background: #404248 !important;
}

    .right-nav .item {
        display: block;
        height: 1.0133rem;
        padding: 0 0.4rem 0 0.6667rem;
        color: #fff;
        font-family: "PingFang SC";
        font-size: 0.3733rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .right-nav .item:not(:first-child) {
            border-top: 0.0267rem solid #4a4d54;
        }

.footer {
    height: 1.3333rem;
    background: #fff;
    padding: 0.16rem 0.5333rem 0;
    border-top: 1px solid #f2f2f2;
    position: fixed;
    bottom: 0;
    /*width: 10rem;*/
    width: 100%;
}

    .footer .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .footer .item .iconfont {
            color: #666666;
            font-size: 0.5867rem;
        }

        .footer .item span {
            color: #5b5b5b;
            font-size: 0.2667rem;
            line-height: 0.6133rem;
        }

    .footer .active .iconfont {
        color: var(--theme-color);
    }

    .footer .active span {
        color: var(--theme-color);
    }

.page-header {
    text-align: center;
    color: #444;
    font-family: "PingFang SC";
    font-size: 0.48rem;
    font-style: normal;
    font-weight: 700;
    padding: 0.4267rem 0.3733rem;
    line-height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .page-header .icon {
        width: 0.2618rem;
        height: 0.48rem;
        position: absolute;
        left: 0.3733rem;
    }

.bread {
    color: #999;
    font-size: 0.3733rem;
    padding: 0.2933rem 0.3733rem 0.2933rem 0;
    background: #fff;
}

    .bread a {
        color: #999;
    }

        .bread a:not(:last-child)::after {
            content: ">";
            margin: 0 0.1333rem 0 0.1333rem;
        }

.page-content {
    margin-top: 0.05rem;
    padding: 0 0.3733rem 2.1333rem;
    width: 100%;
}

.col-box {
    /*display:flex;
   justify-content:space-around;*/
    position: relative;
    width:100%;
}

    .col-box .item {
        /*break-inside: avoid;*/
        float: left;
        width: 4.62rem;
        position: relative;
        border-radius: 0.16rem;
        overflow: hidden;
        padding: 0 5px;
    }

    .col-box .visibles {
        visibility: visible;
    }

    .col-box .item .img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0.16rem;
    }

    .col-box .item .tag {
        padding: 0.04rem 0.12rem;
        border-radius: 0.32rem;
        background: rgba(0, 0, 0, 0.40);
        color: #FFF;
        font-size: 0.32rem;
        position: absolute;
        top: 0.24rem;
        right: 0.23rem;
    }

    .col-box .item .video-icon {
        width: 0.453rem;
        height: 0.453rem;
        position: absolute;
        top: 0.24rem;
        left: 0.23rem;
        background: url('/StaticFile/mob/img/icon13.png') no-repeat center;
    }

    .col-box .item .text {
        margin-top: 0.12rem;
        color: #333;
        font-size: 0.37333rem;
        /*line-height: 0.66667rem;*/
        font-weight: 500;
        margin-bottom: 0.28rem;
    }

.pagination {
    padding-top: 0.43rem;
}

    .pagination .top {
        text-align: center;
        color: #999;
        font-size: 0.42667rem;
    }

    .pagination .bottom {
        margin-top: 0.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .pagination .bottom .left {
            color: #666;
            font-size: 0.37333rem;
        }

            .pagination .bottom .left a {
                color: #666;
            }

            .pagination .bottom .left input {
                width: 1.44rem;
                height: 0.93333rem;
                border-radius: 0.13333rem;
                background: #f2f2f2;
                text-align: center;
                padding: 0 0.1rem;
            }

        .pagination .bottom .right {
            display: flex;
            gap: 0.41rem;
        }

            .pagination .bottom .right .btn {
                color: #fff;
                text-align: center;
                padding: 0.13rem 0.48rem;
                border-radius: 0.13333rem;
                background: #ff6000;
            }

.gray-boxs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.41rem;
}

    .gray-boxs .little {
        width: 4.42rem;
    }

.gray-box {
    display: block;
    border-radius: 0.16rem;
    border: 1px solid #e8e8e8;
    background: #f4f4f4;
    padding: 0.25rem 0.41rem 0.36rem;
}

    .gray-box .title {
        color: #333;
        font-size: 0.37333rem;
        font-family: "Source Han Sans CN";
        font-weight: 600;
    }

        .gray-box .title::before {
            content: none;
            display: none;
        }

    .gray-box .info {
        margin-top: 0.14rem;
        color: #666;
        font-size: 0.32rem;
    }

    .gray-box .content {
        margin-top: 0.26rem;
        color: #333;
        font-size: 0.37333rem;
    }

.img-txt {
    margin-top: 0.6rem;
    display: block;
}

    .img-txt .txt {
        margin-top: 0.29rem;
        color: #333;
        font-size: 0.37333rem;
        line-height: 0.37333rem;
    }

    .img-txt .info {
        margin-top: 0.27rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .img-txt .info .left {
            display: flex;
            align-items: center;
            gap: 0.08rem;
            color: #666;
            font-size: 0.37333rem;
        }

            .img-txt .info .left img {
                width: 0.53333rem;
                height: 0.53333rem;
                flex-shrink: 0;
                border-radius: 0.53333rem;
            }

        .img-txt .info .right {
            padding: 0.04rem 0.12rem;
            color: #fff;
            font-size: 0.32rem;
            border-radius: 0.32rem;
            background: rgba(0, 0, 0, 0.4);
        }

.img-txt-big .img {
    width: 100%;
    height: 6.91837rem;
    border-radius: 0.16rem 0.16rem 0rem 0rem;
    overflow: hidden;
}

    .img-txt-big .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.img-txt-middle .imgs {
    display: flex;
    gap: 0.19rem;
    flex-wrap: nowrap;
    overflow: hidden;
}

    .img-txt-middle .imgs .img {
        width: 4.53333rem;
        height: 3.33333rem;
        border-radius: 0.16rem 0.16rem 0rem 0rem;
        overflow: hidden;
    }

        .img-txt-middle .imgs .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

.img-txt-little .imgs {
    display: flex;
    gap: 0.14rem;
    flex-wrap: nowrap;
    overflow: hidden;
}

    .img-txt-little .imgs .img {
        width: 2.98667rem;
        height: 2.18667rem;
        border-radius: 0.13333rem;
        overflow: hidden;
    }

        .img-txt-little .imgs .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

.zhuanti-page .top-box {
    padding: 0.3733rem;
    position: relative;
}

    .zhuanti-page .top-box .bread {
        background: transparent;
        padding-left: 0;
    }

        .zhuanti-page .top-box .bread a {
            color: #fff;
        }

    .zhuanti-page .top-box .main {
        /*display: flex;*/
        gap: 0.27rem;
    }

        .zhuanti-page .top-box .main .img {
            /*width: 3.68rem;
            height: 2.66667rem;*/
            width: 100%;
            height: 6.7rem;
            flex-shrink: 0;
            /*border: 0.16rem solid rgba(255, 255, 255, 0.7);*/
            border-radius: 0.21333rem;
        }

            .zhuanti-page .top-box .main .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

        .zhuanti-page .top-box .main .right {
            flex: 1;
        }

        .zhuanti-page .top-box .main .title {
            color: #fff;
            font-size: 0.42667rem;
            line-height: 0.8rem;
            font-weight: bold;
        }

        .zhuanti-page .top-box .main .right .persion {
            display: flex;
            align-items: center;
            gap: 0.17rem;
            /*color: #fff;*/
            color: #333;
            font-size: 0.37333rem;
        }

                .zhuanti-page .top-box .main .right .persion img {
                    width: 0.53333rem;
                    height: 0.53333rem;
                    flex-shrink: 0;
                    border-radius: 0.53333rem;
                }

            .zhuanti-page .top-box .main .right .info {
                display: flex;
                justify-content: space-between;
                /*margin-top: 0.35rem;*/
            }

                .zhuanti-page .top-box .main .right .info .item {
                    display: flex;
                    align-items: center;
                    gap: 0.15rem;
                    /*color: #fff;*/
                    color: #666;
                    font-size: 0.37333rem;
                }

    .zhuanti-page .top-box .handle {
        margin-top: 0.41rem;
        display: flex;
        justify-content: space-between;
        gap: 0.29rem;
    }

        .zhuanti-page .top-box .handle .btn {
            width: 4.48rem;
            height: 1.17848rem;
            border-radius: 0.16rem;
            background: rgba(255, 255, 255, 0.5);
            color: #ff6000;
            font-size: 0.42667rem;
            gap: 0.13rem;
            flex-shrink: 0;
        }

        .zhuanti-page .top-box .handle .disabled {
            background: rgba(0, 0, 0, 0.1);
            color: #fff;
        }

    .zhuanti-page .top-box .content {
        margin-top: 0.42rem;
        border-radius: 0.21333rem;
        background: #fff;
        color: #666;
        font-size: .4267rem;
        line-height: 0.69333rem;
        padding: 0.23rem 0.35rem;
        position: relative;
    }

        .zhuanti-page .top-box .content .icon {
            color: #00b277;
            font-size: 1.06667rem;
            font-weight: 700;
            vertical-align: -webkit-baseline-middle;
        }

    .zhuanti-page .top-box .tags {
        margin-top: 0.2rem;
        display: flex;
        gap: 0.42rem;
        flex-wrap: wrap;
    }

        .zhuanti-page .top-box .tags .tag {
            padding: 0.13rem 0.2rem;
            border-radius: 0.10667rem;
            background: rgba(255, 238, 228, 0.7);
            color: #ff6000;
            font-size: 0.37333rem;
        }

    .zhuanti-page .top-box .bg {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        z-index: -1;
    }

.zhuanti-page .img-text {
    display: block;
    margin-top: 0.43rem;
}

    .zhuanti-page .img-text .img {
        width: 100%;
        height: 6.88rem;
        border-radius: 0.16rem 0.16rem 0rem 0rem;
        overflow: hidden;
    }

        .zhuanti-page .img-text .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .zhuanti-page .img-text .text {
        margin-top: 0.16rem;
        color: #333;
        font-size: 0.37333rem;
        text-align: center;
    }

.zhuanti-page .row-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.36rem 0.29rem;
}

    .zhuanti-page .row-2 .img-text {
        width: 4.48rem;
    }

        .zhuanti-page .row-2 .img-text .img {
            height: 3.30667rem;
        }

        .zhuanti-page .row-2 .img-text .text {
            text-align: start;
        }

.zhuanti-page .end-content {
    margin-top: 0.55rem;
    padding: 0.2rem 0.65rem 0.55rem 0.35rem;
    background: #edf3f9;
    display: flex;
    gap: 0.3rem;
}

    .zhuanti-page .end-content .left {
        width: 0.55051rem;
        color: #00b277;
        font-size: 0.42667rem;
        -webkit-text-decoration: dashed;
        text-decoration: dashed;
    }

        .zhuanti-page .end-content .left span {
            font-size: 1.06667rem;
            font-weight: 700;
            display: block;
            height: 0.6rem;
        }

    .zhuanti-page .end-content .right {
        padding-top: 0.55rem;
        color: #333;
        font-size: 0.4267rem;
        line-height: 0.69333rem;
    }

.zhuanti-page .editor {
    display: flex;
    gap: 0.3rem;
    margin-top: 0.5rem;
    justify-content: center;
}

    .zhuanti-page .editor .left {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        overflow: hidden;
        border: 0.06rem solid #fff;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

        .zhuanti-page .editor .left img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .zhuanti-page .editor .right {
        padding-top: 0.21rem;
    }

        .zhuanti-page .editor .right .name {
            color: #666;
            font-size: 0.42667rem;
        }

        .zhuanti-page .editor .right .info {
            margin-top: 0.11rem;
            display: flex;
            gap: 0.4rem;
            color: #999;
            font-size: 0.37333rem;
        }

.unit-title {
    margin-top: 0.53rem;
    padding-left: 0.38667rem;
    color: #333;
    font-size: 0.48rem;
    position: relative;
}

    .unit-title::before {
        content: "";
        width: 0.10667rem;
        height: 0.42667rem;
        border-radius: 0.08rem;
        background: #00b277;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.tab-label {
    margin-top: 0.33rem;
    display: flex;
    gap: 0.35rem;
}

    .tab-label .item {
        padding: 0.16rem 0.18rem;
        border-radius: 0.53333rem;
        background: #f5f5f5;
        flex-shrink: 0;
    }

    .tab-label .active {
        background: #fee9e9;
    }

.school {
    margin-top: 0.43rem;
    border-radius: 0.16rem;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 0.39rem 0.29rem 0.35rem 0.32rem;
    display: block;
}

    .school .top .top-main {
        display: flex;
        gap: 0.28rem;
    }

        .school .top .top-main .left {
            width: 50%;
            max-height: 3rem;
            border-radius: 20px;
            overflow: hidden;
            flex-shrink: 0;
        }

            .school .top .top-main .left img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .school .top .top-main .right .name {
            display: flex;
            gap: 0.13rem;
            font-family: "Source Han Sans CN";
            font-size: 0.42667rem;
            font-weight: 500;
            color: #333;
        }

            .school .top .top-main .right .name .img {
                width: 1.15232rem;
                height: 0.42667rem;
                line-height: 0.42667rem;
                flex-shrink: 0;
                background: url("/StaticFile/mob/img/icon8.png") no-repeat center;
                background-size: 100% 100%;
                color: #b52c00;
                font-size: 0.26667rem;
                padding-left: 0.7rem;
                padding-top: 0.028rem;
                font-weight: 500;
            }

            .school .top .top-main .right .name .little-img {
                width: 0.58667rem;
                height: 0.58667rem;
                line-height: 0.58667rem;
                flex-shrink: 0;
                background: url("/StaticFile/mob/img/icon9.png") no-repeat center;
                background-size: 100% 100%;
                color: #b52c00;
                font-size: 0.26667rem;
                padding-top: 0.003rem;
                text-align: center;
                font-weight: 500;
            }

        .school .top .top-main .right .info {
            margin-top: 0.2rem;
            color: #999;
            font-size: 0.37333rem;
        }

    .school .top .top-right {
        width: 1.6rem;
        height: 0.74667rem;
        border-radius: 1.06667rem;
        border: 1px solid #00b277;
        background: #fff;
        flex-shrink: 0;
        color: #00b277;
        font-size: 0.37333rem;
    }

    .school .content {
        margin-top: 0.51rem;
        gap: 0.28rem;
    }

        .school .content .left {
            width: 3.46667rem;
            height: 2.21333rem;
            flex-shrink: 0;
            border-radius: 0.53333rem 0.13333rem 0.13333rem 0.13333rem;
            overflow: hidden;
        }

        .school .content .right {
            color: #666;
            font-size: 0.37333rem;
            line-height: 0.58667rem;
        }

            .school .content .right span {
                color: #ff7045;
                font-size: 1.06667rem;
                font-weight: 700;
                vertical-align: -webkit-baseline-middle;
            }

    .school > .title {
        margin-top: 0.54rem;
        padding-left: 0.27rem;
        color: #ff7045;
        font-size: 0.42667rem;
        position: relative;
    }

    .school .title span {
        color: #ff7045;
        z-index: 2;
    }

    .school .title::before {
        content: "";
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background: #fdede0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .school .works {
        margin-top: 0.37rem;
        gap: 0.52rem 0.3rem;
        flex-wrap: wrap;
    }

        .school .works .item {
            width: 4.14rem;
            height: 4.15509rem;
            border-radius: 0.16rem 0.16rem 0rem 0rem;
            background: #f4f4f4;
        }

    .school .works-little .item {
        width: 2.66rem;
        height: 2.74667rem;
        border-radius: 0.08rem;
        overflow: hidden;
    }

.bread-wrap .right {
    color: #999;
    font-size: 0.37333rem;
}

    .bread-wrap .right span {
        color: #ff7045;
    }

.person-recommend {
    margin-top: 0.3rem;
}

    .person-recommend .label {
        color: #999;
        font-size: 0.32rem;
    }

    .person-recommend .persons {
        margin-top: 0.3rem;
        display: flex;
        gap: 0.77rem;
        flex-wrap: nowrap;
        overflow: auto;
    }

        .person-recommend .persons .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.22rem;
            flex-shrink: 0;
        }

            .person-recommend .persons .item .img {
                width: 1.38667rem;
                height: 1.38667rem;
                border-radius: 50%;
                overflow: hidden;
            }

                .person-recommend .persons .item .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .person-recommend .persons .item .name {
                font-size: 0.32rem;
                font-family: "Source Han Sans CN";
                font-weight: 500;
            }

            .person-recommend .persons .item .btn {
                width: 1.33333rem;
                height: 0.53333rem;
                border-radius: 1.06667rem;
                border: 1px solid #00b277;
                background: #fff;
                color: #00b277;
                font-family: "Source Han Sans CN";
                font-size: 0.32rem;
            }

            .person-recommend .persons .item .disabled {
                border: 1px solid #cbcbcb;
                color: #cbcbcb;
            }

.museum .museum-top {
    padding: 0 0.3733rem 0;
}

    .museum .museum-top .nav-bar {
        padding-top: 0.44rem;
    }

        .museum .museum-top .nav-bar .left {
            gap: 0.33rem;
            color: #fff;
            font-size: 0.48rem;
            align-items: center;
        }

            .museum .museum-top .nav-bar .left img {
                width: 0.26181rem;
                height: 0.48rem;
            }

        .museum .museum-top .nav-bar .right {
            width: 0.53333rem;
            height: 0.53333rem;
        }

    .museum .museum-top .box-wrap {
        position: relative;
        top: 0.65rem;
    }

    .museum .museum-top .box1 {
        width: 9.25333rem;
        min-height: 6.21333rem;
        border-radius: 0.26667rem;
        background: radial-gradient(62.44% 62.44% at 53.82% 41.95%, #fff 0%, #ecf1ff 100%);
        box-shadow: 0px 3px 6px 0px rgba(73, 111, 241, 0.35);
        /*position: absolute;*/
        top: 0;
        z-index: 2;
        padding: 0.54rem 0.36rem 0.34rem;
    }

        .museum .museum-top .box1 .top {
            display: flex;
            gap: 0.3rem;
        }

            .museum .museum-top .box1 .top .left {
                width: 60%;
                flex-direction: column;
                gap: 0.2rem;
            }

                .museum .museum-top .box1 .top .left .name {
                    color: #444;
                    font-size: 0.48rem;
                    font-weight: 500;
                    display: flex;
                    gap: 0.2rem;
                }

                    .museum .museum-top .box1 .top .left .name .img {
                        width: 0.58667rem;
                        height: 0.58667rem;
                        line-height: 0.58667rem;
                        padding-top: 0.04rem;
                        background: url("/StaticFile/mob/img/icon9.png") no-repeat;
                        background-size: contain;
                        color: #f25809;
                        font-size: 0.29333rem;
                        font-weight: 700;
                        text-align: center;
                    }

                    .museum .museum-top .box1 .top .left .name .img-2 {
                        width: 1.15232rem;
                        height: 0.42667rem;
                        line-height: 0.42667rem;
                        flex-shrink: 0;
                        background: url("/StaticFile/mob/img/icon8.png") no-repeat center;
                        background-size: 100% 100%;
                        color: #b52c00;
                        font-size: 0.26667rem;
                        padding-left: 0.7rem;
                        padding-top: 0.04rem;
                        font-weight: 500;
                    }
                .museum .museum-top .box1 .top .left .btn {
                    width: 1.49333rem;
                    height: 0.64rem;
                    border-radius: 1.06667rem;
                    background: #4b74ff;
                    color: #fff;
                    font-size: 0.32rem;
                }
                .museum .museum-top .box1 .top .left .text {
                    margin-top: 0.4rem;
                    color: #666;
                    font-size: 0.32rem;
                    line-height: 0.53333rem;
                }

            .museum .museum-top .box1 .top .right {
                flex-direction: column;
                gap: 0.4rem;
                width:50%;
            }

                .museum .museum-top .box1 .top .right .top-right-img {
                    width: 100%;
                    max-height: 3rem;
                    border-radius: 20px;
                    border: 2px solid #fff;
                    box-shadow: 0px 2px 4px 0px rgba(73, 111, 241, 0.5);
                    overflow: hidden;
                }

                    .museum .museum-top .box1 .top .right .top-right-img img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                    }

                .museum .museum-top .box1 .top .right .btn {
                    width: 1.49333rem;
                    height: 0.64rem;
                    border-radius: 1.06667rem;
                    background: #4b74ff;
                    color: #fff;
                    font-size: 0.32rem;
                }

                    .museum .museum-top .box1 .top .right .btn.disabled {
                        background: #bfbfbf;
                        color: #fff;
                    }

        .museum .museum-top .box1 .row-box {
            /*margin-top: 0.36rem;*/
            padding: 0.15rem 0.16rem 0.15rem 0.16rem;
            border-radius: 0.13333rem;
            background: linear-gradient(90deg, #ffe3ce 0%, #ffcdac 100%);
            color: #ed462b;
            font-size: 0.37333rem;
            flex-direction: column;
            gap: 0.1rem;
        }

            .museum .museum-top .box1 .row-box .right {
                width: 2.41835rem;
                height: 0.65435rem;
                border-radius: 0.05333rem;
                background: linear-gradient(90deg, #fff9f2 0%, #fedfc4 100%);
                gap: 0.03rem;
                color: #ed462b;
                flex-direction: initial;
            }

                .museum .museum-top .box1 .row-box .right img {
                    width: 0.53333rem;
                    height: 0.53333rem;
                }

        .museum .museum-top .box1 .bottom {
            margin-top: 0.4rem;
            display: flex;
            justify-content: space-around;
        }

            .museum .museum-top .box1 .bottom .item {
                flex-direction: column;
                align-items: center;
                gap: 0.1rem;
                color: #444;
                font-size: 0.48rem;
            }

                .museum .museum-top .box1 .bottom .item .label {
                    color: #666;
                    font-size: 0.32rem;
                }

    .museum .museum-top .box2 {
        width: 9.25333rem;
        height: 5.46667rem;
        transform: rotate(-4deg);
        border-radius: 0.26667rem;
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
    }

    .museum .museum-top .box3 {
        width: 3.06667rem;
        height: 3.06667rem;
        border-radius: 0.21333rem 0rem 0rem 0rem;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        position: absolute;
        left: 0.13rem;
        top: 0.13rem;
    }

    .museum .museum-top .box4 {
        width: 2rem;
        height: 3.06667rem;
        border-radius: 0rem 0.21333rem 0rem 0rem;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        right: 0.13rem;
        top: 0.13rem;
        box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.05);
    }

    .museum .museum-top .bg {
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        z-index: -1;
    }

.museum .museum-content {
    margin-top: 1rem;
}

.museum .address {
    /*margin-top: 0.2rem;*/
    margin-bottom: 0.1rem;
    color: #999;
    font-size: 0.37333rem;
}

.museum .text-intro {
    margin-top: 0.3rem;
    color: #666;
    font-size: 0.32rem;
    line-height: 0.53333rem;
}

.tab-label-2 {
    padding-top: 0.4rem;
}

    .tab-label-2 .item {
        flex: 1;
        color: #666;
        font-size: 0.42667rem;
        padding-bottom: 0.29rem;
        text-align: center;
        position: relative;
        font-family: "Source Han Sans CN";
    }

        .tab-label-2 .item.active {
            color: #ED462B;
            font-weight: 500;
        }

            .tab-label-2 .item.active::after {
                content: "";
                width: 100%;
                height: 0.08rem;
                background: #ED462B;
                position: absolute;
                bottom: 0;
                left: 0;
                border-radius: 0.4rem;
            }

.van-dropdown-menu .van-dropdown-menu__bar {
    box-shadow: none !important;
    height: 30px;
}

.page-detail .detail-box {
    gap: 30px;
}


        .page-detail .detail-box .detail-left .top-info .title {
            color: #444;
            font-size: 18px;
            line-height: 40px;
            font-weight: bold;
        }

        .page-detail .detail-box .detail-left .top-info .handle {
            gap: 20px;
        }

            .page-detail .detail-box .detail-left .top-info .handle .item {
                gap: 5px;
                padding: 12px 24px;
                border-radius: 6px;
                background: #fbf1e7;
                color: #ff6000;
                font-size: 16px;
            }

                .page-detail .detail-box .detail-left .top-info .handle .item img {
                    width: 17px;
                    height: 17px;
                }

                .page-detail .detail-box .detail-left .top-info .handle .item.disabled {
                    background: rgba(0, 0, 0, 0.1);
                    color: #666;
                }

        .page-detail .detail-box .detail-left .box {
            background: #fff;
        }

            .page-detail .detail-box .detail-left .box img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

        .page-detail .detail-box .detail-left .text-box {
            /*min-height: 600px;*/
            border: 1px solid #d9d9d9;
            background: #FFF;
            padding: 10px 27px;
            color: #444;
            font-size: 16px;
            line-height: 37px;
        }

        .page-detail .detail-box .detail-right .right-top {
            height: 45px;
            flex-direction: column;
            justify-content: end;
            align-items: end;
        }

        .page-detail .detail-box .detail-right .box {
            border-radius: 6px;
            border: 1px solid #e7e7e7;
            background: #fff;
        }

            .page-detail .detail-box .detail-right .box .top {
                padding: 15px;
                border-bottom: 1px solid #e7e7e7;
            }

                .page-detail .detail-box .detail-right .box .top .person-info .info-left {
                    gap: 10px;
                }

                    .page-detail .detail-box .detail-right .box .top .person-info .info-left .img {
                        width: 55px;
                        height: 55px;
                        border-radius: 50%;
                        overflow: hidden;
                    }

                        .page-detail .detail-box .detail-right .box .top .person-info .info-left .img img {
                            width: 100%;
                            height: 100%;
                            -o-object-fit: cover;
                            object-fit: cover;
                        }

                    .page-detail .detail-box .detail-right .box .top .person-info .info-left .right .name {
                        color: #444;
                        font-size: 18px;
                        line-height: 30px;
                    }

                    .page-detail .detail-box .detail-right .box .top .person-info .info-left .right .sub-text {
                        color: #999;
                        font-weight: 400;
                        line-height: 30px;
                    }

                .page-detail .detail-box .detail-right .box .top .person-info .btn {
                    padding: 6px 10px;
                    border-radius: 17px;
                    border: 1px solid #00b277;
                    background: #fff;
                    color: #00b277;
                    font-size: 14px;
                    line-height: 14px;
                }
                    .page-detail .detail-box .detail-right .box .top .person-info .btn.disabled {
                        color: #999999;
                        border: 1px solid #E6E6E6;
                        background: #E6E6E6;
                    }

            .page-detail .detail-box .detail-right .box .title {
                color: #444;
                font-size: 16px;
                line-height: 30px;
                padding: 7px 15px;
                border-bottom: 1px solid #e7e7e7;
            }

            .page-detail .detail-box .detail-right .box .box-content {
                padding: 10px 15px;
                font-size: 16px;
                line-height: 30px;
            }

                .page-detail .detail-box .detail-right .box .box-content .label {
                    color: #999;
                }

                .page-detail .detail-box .detail-right .box .box-content .blue-text {
                    color: #4169c3;
                    text-decoration-line: underline;
                }

            .page-detail .detail-box .detail-right .box .step-text {
                color: #444;
                font-size: 14px;
                line-height: 30px;
                gap: 20px;
                padding: 5px 10px;
            }

                .page-detail .detail-box .detail-right .box .step-text span:first-child {
                    flex: 1;
                    white-space: wrap;
                }

                .page-detail .detail-box .detail-right .box .step-text span:last-child {
                    width: 60px;
                    flex-shrink: 0;
                }

                .page-detail .detail-box .detail-right .box .step-text:not(:last-child) {
                    border-bottom: 1px solid #e7e7e7;
                }

        .page-detail .detail-box .detail-right .box-third {
            border: 1px solid #ade3d1;
        }

            .page-detail .detail-box .detail-right .box-third .title {
                color: var(--theme-color);
                border-bottom: 1px solid #ade3d1;
            }

            .page-detail .detail-box .detail-right .box-third .content-text {
                padding: 12px 15px;
                color: #444;
                font-size: 14px;
                line-height: 30px;
            }

.page-detail .ad-btn4 {
    width: -moz-fit-content;
    width: fit-content;
}

    .page-detail .ad-btn4 .btn-tag {
        background: var(--theme-color);
    }
.page-detail .detail-box .detail-right .box-third .content-text:not(:last-child) {
    border-bottom: 1px solid var(--theme-color);
}

.page-detail .detail-box .detail-right .box-third .content-text p {
    color: #999;
    text-align: right;
}
.page-detail .bottom-handle-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0.21rem 0.48rem;
    border-top: 1px solid #C6C6C6;
    display:flex;
    gap:0.69rem;
    justify-content:flex-end;
    z-index:99;
}
.loading-text {
    color: #838181;
    font-size: 14px;
    text-align: center;
    padding: 20px;
}
/* 作品点评 start */
.QXUI-LiuYanBox .pingyuBox {
    width: 100%;
    height: auto;
}

    .QXUI-LiuYanBox .pingyuBox .TitleBox {
        min-width: 110px;
        height: 30px;
        position: relative;
        background-color: #FFF;
    }

        .QXUI-LiuYanBox .pingyuBox .TitleBox .Icon {
            width: 5px;
            height: 30px;
            background: #1E8C65;
        }

        .QXUI-LiuYanBox .pingyuBox .TitleBox .Bg {
            min-width: 88px;
            height: 26px;
            background: #CCE2FD;
            border-radius: 0px 10px 0px 0px;
            position: absolute;
            bottom: 0;
            left: 16px;
        }

            .QXUI-LiuYanBox .pingyuBox .TitleBox .Bg .Title {
                margin: 0;
                padding: 0;
                min-width: 88px;
                height: 30px;
                line-height: 30px;
                background: #1E8C65;
                border-radius: 0px 10px 0px 0px;
                color: #FFF;
                font-size: 18px;
                position: relative;
                top: -4px;
                left: -4px;
                padding-left: 6px;
                padding-right: 6px;
            }

    .QXUI-LiuYanBox .pingyuBox .ContentBox {
        padding: 16px;
        width: 100%;
        border-radius: 0px 10px 10px 10px;
        border: 1px solid #1E8C65;
        text-align: justify;
        font-size: 16px;
        line-height: 26px;
    }

        .QXUI-LiuYanBox .pingyuBox .ContentBox .item,
        .QXUI-LiuYanBox .pingyuBox .ContentBox .item > div {
            width: 100%;
        }

        .QXUI-LiuYanBox .pingyuBox .ContentBox .pingyu-user {
            width: 100%;
            text-align: right;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .QXUI-LiuYanBox .pingyuBox .ContentBox .pingyu-user,
            .QXUI-LiuYanBox .pingyuBox .ContentBox .pingyu-user a {
                color: #999;
            }
/* 作品点评 end */
/* 留言列表 start */
.QXUI-LiuYanBox .LiuYanBox {
    width: 100%;
    height: auto;
    border-top: #E9E9E9 solid 1px;
}

    .QXUI-LiuYanBox .LiuYanBox .TitleBox {
        color: #404040;
        font-size: 18px;
        min-width: 70px;
        height: 48px;
        line-height: 48px;
        border-top: #1E8C65 solid 3px;
        margin-top: -2px;
    }

        .QXUI-LiuYanBox .LiuYanBox .TitleBox h1 {
            margin: 0;
            padding: 0;
            min-width: 70px;
            text-align: left;
            font-size: 18px;
        }

            .QXUI-LiuYanBox .LiuYanBox .TitleBox h1 span {
                margin-left: 10px;
            }

    .QXUI-LiuYanBox .LiuYanBox .ContentListBox {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

        .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox {
            width: 100%;
            height: auto;
            /* background-color: #CACACA; */
        }

            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox {
                width: 100%;
                height: auto;
                display: flex;
                justify-content: space-between;
            }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .UserInfo {
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                    height: auto;
                    flex: 0 0 auto;
                }

                    .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .UserInfo img {
                        width: 36px;
                        height: 36px;
                        border-radius: 50%;
                    }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt {
                    width: 100%;
                    height: 60px;
                    flex: auto;
                    margin-left: 10px;
                    /* background-color: #07c160; */
                }

                    .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt textarea {
                        width: 100%;
                        height: 100%;
                        padding: 10px;
                        background: #F5F5F5;
                        box-sizing: border-box;
                        /* border: #075FCE solid 1px; */
                    }

                    .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt .LoginTip {
                        width: 100%;
                        height: 100%;
                        line-height: 120px;
                        text-align: center;
                        background: #F5F5F5;
                        position: relative;
                        top: -120px;
                        cursor: pointer;
                    }

                        .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt .LoginTip span {
                            color: #000000;
                            font-weight: bold;
                        }

            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .PostButtonBox {
                width: 100%;
                text-align: right;
                margin-top: 20px;
            }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .PostButtonBox .PostButton {
                    width: 68px;
                    height: 30px;
                    border-radius: 3px;
                    background: #1E8C65;
                    color: #fff;
                }
        /* 一级留言 start */
        .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox {
            width: 100%;
            height: auto;
            /* background-color: #CACACA; */
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
        }

            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .UserInfo {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                height: auto;
                flex: 0 0 auto;
            }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .UserInfo img {
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                }

            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .txt {
                width: 100%;
                min-height: 120px;
                flex: auto;
                margin-left: 10px;
                /* background-color: #07c160; */
            }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .txt .MsgTxt,
                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .txt .des {
                    margin-top: 10px;
                    width: 100%;
                }

            .QXUI-LiuYanBox .PostButton,
            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .Reply,
            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ShowBut {
                cursor: pointer;
            }
            /* 回复框 start*/
            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ReplyBox {
                width: 100%;
                height: 110px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ReplyBox textarea {
                    width: 100%;
                    height: 80px;
                    box-sizing: border-box;
                    padding: 10px;
                    border-radius: 5px;
                    background: #F5F5F5;
                }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ReplyBox .PostButtonBox {
                    width: 100%;
                    text-align: right;
                    margin-top: 20px;
                }

                    .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ReplyBox .PostButtonBox .PostButton {
                        width: 68px;
                        height: 30px;
                        border-radius: 3px;
                        background: #1E8C65;
                        color: #fff;
                    }
            /* 回复框 end*/
            .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .FoxBaseBox {
                width: 100%;
                height: 100%;
            }

                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .FoxBaseBox > .ItemBox .UserInfo,
                .QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .FoxBaseBox > .ItemBox .UserInfo img {
                    width: 26px;
                    height: 26px;
                }
/* 一级留言 end */
/* 留言列表 end */

.QXUI_XiangGuanBox {
    padding: 0px 0px 10px 0px;
}

    .QXUI_XiangGuanBox .title {
        color: #404040;
        font-size: 18px;
        min-width: 70px;
        height: 48px;
        line-height: 48px;
        border-top: #1E8C65 solid 3px;
        margin-top: -2px;
    }

        .QXUI_XiangGuanBox .title h1 {
            margin: 0;
            padding: 0;
            min-width: 70px;
            text-align: left;
            font-size: 18px;
        }

    .QXUI_XiangGuanBox .content {
        display: grid;
        gap: 20px;
        grid-auto-rows: 200px;
        grid-template-columns: repeat(2, 1fr);
    }

        .QXUI_XiangGuanBox .content .item {
            border-radius: 6px;
            overflow: hidden;
            position: relative;
            border: 1px solid #e8e8e8;
            display: flex;
            flex-direction: column;
        }

            .QXUI_XiangGuanBox .content .item .top {
                flex: 1;
                background: #f4f4f4;
                position: relative;
                overflow: hidden;
            }

                .QXUI_XiangGuanBox .content .item .top img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }

            .QXUI_XiangGuanBox .content .item .bottom {
                height: 35px;
                line-height: 35px;
                background: #fff;
                color: #333;
                font-size: 16px;
                /*padding-left: 15px;*/
                flex-shrink: 0;
            }

            .QXUI_XiangGuanBox .content .item .tag {
                position: absolute;
                padding: 3px 8px;
                font-size: 10px;
                color: #fff;
                line-height: 10px;
                border-radius: 10px;
                background: rgba(0, 0, 0, 0.4);
                top: 10px;
                left: 10px;
                z-index: 99;
            }
/* 分页 start*/
.PageBox {
    width: 100% !important;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

    .PageBox a,
    .PageBox span {
        display: inline-block;
        padding: 6px 10px 6px 10px;
        border-radius: 5px;
        border: #E9E9E9 1px solid;
        margin-right: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .PageBox a:hover,
        .PageBox span:hover {
            background: #f2fff6;
        }
/* 分页 end*/
/*==============留言 end==============*/
/*# sourceMappingURL=common.css.map */
.clearfix::after, van-clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
select {
    background: transparent;
}

.top-nav{
    display:none !important;
}

a>img{
    width:100%;
}
.top-classify{
    padding-top:5px;
    padding-bottom:10px;
    position:sticky;
    top:0;
    background:#fff;
    z-index:999;
}
.top-classify .classify-item {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.top-classify .classify-item .classify-item-text {
    font-size:17px;
    line-height:1;
   color:#444;
   padding:3px 6px;
   border-radius:12px;
}
.top-classify .classify-item .classify-item-text.active {
    background: #00b277;
    color: #fff;
}

.saishi-item .text {
    font-size: 0.37333rem !important;
}
.grid-span2{
    grid-gap:0.3rem !important;
}


.recommend-box {
    border: 5px solid #E9FAF4;
    border-width: 0px 5px 5px 5px;
    border-radius: 0px 0px 26px 15px;
    padding: 10px;
    margin-bottom:10px;
}

.recommend-box .recommend-title {
    color: #00B277;
    font-size: 16px;
    font-weight: bold;
}

.recommend-box .recommend-main-wrap {
    margin-top: 10px;
    width: 100%;
    overflow-x: auto;
}

.recommend-box .recommend-main-wrap .recommend-main {
    display: flex;
    flex-wrap: nowrap;
}

.recommend-box .recommend-main-wrap .recommend-main .item {
    width: 200px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
}

.recommend-box .recommend-main-wrap .recommend-main .item .top {
    flex: 1;
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.recommend-box .recommend-main-wrap .recommend-main .item .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.recommend-box .recommend-main-wrap .recommend-main .item .bottom {
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding-left: 15px;
    flex-shrink: 0;
}

.recommend-box .recommend-main-wrap .recommend-main .item .tag {
    position: absolute;
    padding: 5px 12px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.4);
    top: 10px;
    right: 10px;
    z-index: 99;
}
