:root {
    --theme-color: #22467C;
}
body {
    background:  #d8e5ef;
}
img {
    max-width: 100%;
}
.flex {
    display: flex;
}

.between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.fit-cover {
    object-fit: cover !important;
}
.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;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
    /*margin-bottom:10px;*/
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.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-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}

.van-swipe .van-swipe-item img {
    width: 100%;
    height: 100%;
}

.color-red {
    color: #f34549;
}

.page-content {
    width: 1550px;
    margin: 0 auto;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover{
    color:var(--theme-color);
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: var(--theme-color);
    color: #FFF;
}

.top-nav {
    /*background: #fff;*/
}

.top-nav-content {
    height: 68px;
    align-items: center;
}

    .top-nav-content .left {
        gap: 75px;
        align-items: center;
        flex:1;
    }

        .top-nav-content .left .logo {
            /*width: 235px;
            height: 40px;*/
            width: 262px;
            /*height: 54px;*/
        }

        .top-nav-content .left .nav-list {
            display: flex;
            gap: 52px;
            flex: 1;
            overflow: auto;
        }

            .top-nav-content .left .nav-list .item {
                color: #C0C0C0;
                font-size: 20px;
            }

                .top-nav-content .left .nav-list .item.active {
                    color: var(--theme-color);
                    font-weight: 600;
                    background: #F5E4B8;
                    border-radius: 20px;
                    width: 87px;
                    height: 36px;
                    text-align: center;
                    padding-top: 3px;
                }

    .top-nav-content .right {
        height: 100%;
        padding: 0 10px;
        align-items: center;
    }

        .top-nav-content .right .add-wrap {
            position: relative;
        }

            .top-nav-content .right .add-wrap .add {
                align-items: center;
                gap: 7px;
                color: #BEC2CA;
                font-size: 18px;
            }

                .top-nav-content .right .add-wrap .add .icon {
                    width: 19px;
                    height: 19px;
                    border-radius: 50%;
                    background: #BEC2CA;
                    color: #22467C;
                    font-size: 16px;
                }

            .top-nav-content .right .add-wrap .dropdown {
                display: none;
                padding: 10px;
                border-radius: 6px;
                border: 1px solid #efefef;
                background: #fff;
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
                position: absolute;
                top: 35px;
                left: 50%;
                transform: translateX(-50%);
                z-index: 999;
            }

                .top-nav-content .right .add-wrap .dropdown .item {
                    height: 28px;
                    color: #000;
                    border-radius: 4px;
                    font-size: 14px;
                    padding: 0 17px;
                    white-space: nowrap;
                    cursor: pointer;
                    margin-bottom: 5px;
                }

                    .top-nav-content .right .add-wrap .dropdown .item:hover {
                        background: #00b277;
                        color: #fff;
                    }

        .top-nav-content .right:hover .dropdown {
            display: block;
        }

.page-index .swip-wrap {
    width: 100%;
    /*height: 430px;*/
    height: 280px;
    margin-bottom:10px;
}

    .page-index .swip-wrap .swiper {
        width: 100%;
        height: 100%;
    }

        .page-index .swip-wrap .swiper .swiper-pagination-bullet {
            width: 15px;
            height: 5px;
            border-radius: 3px;
            background: rgba(255, 255, 255, 0.9);
        }

        .page-index .swip-wrap .swiper .swiper-pagination-bullet-active {
            background: #fff;
        }

    .page-index .swip-wrap .el-carousel {
        width: 100%;
        height: 100%;
    }

        .page-index .swip-wrap .el-carousel .el-carousel__container {
            width: 100%;
            height: 100%;
        }

.search-wrap {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

    .search-wrap .search {
        width: 760px;
        height: 66px;
        border-radius: 80px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        padding: 3px;
        overflow: hidden;
    }

        .search-wrap .search select {
            border: none;
            outline: none;
            margin-left: 30px;
            font-size: 18px;
        }

        .search-wrap .search input {
            outline: none;
            font-size: 16px;
            margin: 0 20px;
            flex: 1;
            border: none;
        }

        .search-wrap .search .btn {
            width: 141px;
            height: 60px;
            border-radius: 40px;
            background: linear-gradient(90deg, #3D84D8 0%, #3D84D8 0.01%, #22467C 100%);
            gap: 8px;
            color: #fff;
            font-size: 22px;
        }

            .search-wrap .search .btn img {
                width: 36px;
                height: 36px;
            }

    .search-wrap .text {
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    }

        .search-wrap .text .items {
            gap: 15px;
        }
            .search-wrap .text .items .item{
                cursor:pointer;
            }

            .section-title {
                margin-top: 20px;
                color: #00b277;
                font-size: 18px;
                position: relative;
                text-align: center;
                padding-bottom: 30px;
            }

    .section-title::before {
        display: block;
        content: "";
        width: 60px;
        height: 3.761px;
        border-radius: 2px;
        background: #00b277;
        position: relative;
        bottom: -35px;
        left: 50%;
        transform: translate(-50%);
    }

.top-search-wrap {
    position: absolute;
    /*top: 45%;*/
    left: 30%;
    /*transform: translate(-50%, -50%);*/
    z-index: 999;
}

    .top-search-wrap .top-search {
        width: 560px;
        height: 46px;
        border-radius: 60px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        padding: 3px;
        overflow: hidden;
    }

        .top-search-wrap .top-search select {
            border: none;
            outline: none;
            margin-left: 30px;
            font-size: 18px;
        }

        .top-search-wrap .top-search input {
            outline: none;
            font-size: 16px;
            margin: 0 20px;
            flex: 1;
            border: none;
        }

        .top-search-wrap .top-search .top-btn {
            width: 101px;
            height: 40px;
            border-radius: 30px;
            background: linear-gradient(90deg, #3D84D8 0%, #3D84D8 0.01%, #22467C 100%);
            gap: 8px;
            color: #fff;
            font-size: 18px;
        }

        .top-search-wrap .top-search .top-btn img {
            width: 26px;
            height: 26px;
        }



.row-mix {
    display: grid;
    gap: 20px;
    grid-auto-rows: 339px;
    grid-template-columns: repeat(5, 1fr);
}

    .row-mix .item {
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        border: 1px solid #e8e8e8;
        display:flex;
        flex-direction:column;
    }
        .row-mix .item:nth-child(16){
            grid-area:4 / 4 / span 2 / span 2;
        }
            .row-mix .item:nth-child(16) .bottom {
                height: 90px;
                line-height: 90px;
                background: #fff;
                color: #333;
                font-size: 24px;
            }

        .row-mix .item .el-carousel {
            height: 100%;
        }

            .row-mix .item .el-carousel .el-carousel__container {
                height: 100%;
            }

        .row-mix .item .top {
            flex:1;
            background: #f4f4f4;
            position: relative;
            overflow:hidden;
        }

            .row-mix .item .top img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

            .row-mix .item .top .video-icon {
                width: 40.306px;
                height: 40.306px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        .row-mix .item .bottom {
            height: 45px;
            line-height: 45px;
            background: #fff;
            color: #333;
            font-size: 16px;
            padding-left: 15px;
            flex-shrink:0;
        }

.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;
    left: 10px;
    z-index: 99;
}

.row-mix .item-big {
    grid-area: 1 / 1 / span 2 / span 2;
}

    .row-mix .item-big .top {
        height: 608px;
        background: #f4f4f4;
    }

    .row-mix .item-big .bottom {
        height: 90px;
        line-height: 90px;
        background: #fff;
        color: #333;
        font-size: 24px;
    }

    .row-mix .item-big .el-carousel__indicators--horizontal {
        bottom: 15%;
    }

.item-text .top {
    height: 100%;
    padding: 39px 17px 17px 17px;
    display: flex;
    flex-direction: column;
}

    .item-text .top .title {
        color: #333;
        font-size: 18px;
    }

    .item-text .top .info {
        margin-top: 5px;
        color: #666;
        font-size: 14px;
    }

    .item-text .top .content {
        flex: 1;
        margin-top: 6px;
        color: #333;
        font-size: 14px;
        line-height: 26px;
        overflow:hidden;
    }

.top-banner {
    width: 100%;
    height: 330px;
    background: linear-gradient(180deg, #22467C 1%, #5B87C8 50%, #d8e5ef 100%, #d8e5ef 0%);/*linear-gradient(180deg, #22467C 10%, #5B87C8 60%, #F0F7F7 88%, #fff 100.01%);*/
    overflow: hidden;
    border-top: 1px solid rgb(73, 92, 129);
}

.bread {
    height: 40px;
    line-height: 40px;
    display: flex;
    gap: 20px;
    color: #fff;
    font-size: 14px;
}

    .bread .left .links .item {
        color: #fff;
    }

        .bread .left .links .item:not(:last-child)::after {
            content: ">";
        }

.classify-box {
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-top: -80px;
    position: relative;
    z-index: 99;
}

    .classify-box .first {
        gap: 5px;
        max-width:100%;
        flex-wrap:wrap;
    }

        .classify-box .first .item {
            color: #333;
            padding: 10px 20px;
            font-size: 16px;
            cursor:pointer;
        }

            .classify-box .first .item:hover {
                border-radius: 20px;
                background: #00b277;
                color: #fff;
            }

            .classify-box .first .item.active {
                border-radius: 20px;
                background: #B38B6D;
                color: #fff;
            }

    .classify-box .second .item {
        color: #666;
        padding: 10px 20px;
        font-size: 14px;
    }

        .classify-box .second .item:hover {
            color: #00b277;
        }

.top-banner-blue {
    background: url("/StaticFile/img/banner1.png") lightgray 0px 0px/100% 213.156% no-repeat;
}

.zhuanti-page .top-box {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    gap: 35px;
}

    .zhuanti-page .top-box .left {
        /*width: 372px;
        height: 275px;*/
        width: 630px;
        height: 400px;
        flex-shrink: 0;
        border-radius: 6px;
    }

        .zhuanti-page .top-box .left img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .zhuanti-page .top-box .left .tag {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 5px;
            border-radius: 25px;
            background: #ececec;
            color: #666;
            font-size: 14px;
        }

    .zhuanti-page .top-box .right {
        flex: 1;
    }

        .zhuanti-page .top-box .right .title {
            height: 40px;
        }

        .zhuanti-page .top-box .right .title-left {
            color: #333;
            font-size: 30px;
            gap: 15px;
            align-items: center;
        }

            .zhuanti-page .top-box .right .title-left .img {
                width: 40px;
                height: 40px;
                border-radius: 6px;
                flex-shrink: 0;
                background: var(--theme-color);
            }

                .zhuanti-page .top-box .right .title-left .img .img {
                    width: 30px;
                    height: 30px;
                }

        .zhuanti-page .top-box .right .title-right {
            gap: 29px;
            align-items: center;
            color: #666;
            font-size: 16px;
        }

            .zhuanti-page .top-box .right .title-right .first {
                gap: 11px;
                align-items: center;
            }

                .zhuanti-page .top-box .right .title-right .first img {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                }

            .zhuanti-page .top-box .right .title-right .second {
                gap: 6px;
                align-items: center;
            }

                .zhuanti-page .top-box .right .title-right .second img {
                    width: 16px;
                    height: 16px;
                }

            .zhuanti-page .top-box .right .title-right .third {
                gap: 3px;
                align-items: center;
            }

                .zhuanti-page .top-box .right .title-right .third img {
                    width: 20px;
                    height: 20px;
                    margin-top: 3px;
                }

        .zhuanti-page .top-box .right .content {
            margin-top: 26px;
            color: #666;
            font-size: 16px;
            line-height: 26px;
            gap: 20px;
        }

            .zhuanti-page .top-box .right .content .aside {
                color: var(--theme-color);
                font-size: 60px;
                line-height: 54px;
            }

        .zhuanti-page .top-box .right .info-left {
            gap: 20px;
        }

            .zhuanti-page .top-box .right .info-left .item {
                padding: 3px 7px;
                border-radius: 4px;
                background: #fbf1e7;
                color: #ff6000;
                font-size: 14px;
            }

        .zhuanti-page .top-box .right .info-right {
            gap: 20px;
        }

            .zhuanti-page .top-box .right .info-right .item {
                gap: 5px;
                padding: 12px 24px;
                border-radius: 6px;
                background: #fbf1e7;
                color: #ff6000;
                font-size: 16px;
            }

                .zhuanti-page .top-box .right .info-right .item img {
                    width: 17px;
                    height: 17px;
                }

                .zhuanti-page .top-box .right .info-right .item.disabled {
                    background: rgba(0, 0, 0, 0.1);
                    color: #666;
                }

.zhuanti-page .end-box {
    padding: 20px;
    gap: 14px;
    justify-content: center;
    background: #edf3f9;
}

    .zhuanti-page .end-box .left {
        width: 20px;
        color: var(--theme-color);
        font-size: 20px;
    }

        .zhuanti-page .end-box .left span {
            font-size: 60px;
            display: block;
            height: 40px;
        }

    .zhuanti-page .end-box .end-content {
        width: 1013.967px;
        color: #333;
        font-size: 14px;
        line-height: 26px;
        padding-top: 35px;
    }

.unit-title {
    color: #333;
    font-size: 26px;
}

.editor-info {
    margin: 40px auto;
    width: 440px;
}

    .editor-info .info-left {
        gap: 20px;
    }

        .editor-info .info-left .img {
            width: 70px;
            height: 70px;
            border: 3px solid #fff;
            border-radius: 50%;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
            overflow: hidden;
        }

            .editor-info .info-left .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .editor-info .info-left .text {
            flex-direction: column;
            gap: 10px;
            justify-content: center;
        }

            .editor-info .info-left .text .name {
                color: #666;
                font-size: 20px;
            }

            .editor-info .info-left .text .info {
                gap: 20px;
                color: #999;
                font-size: 14px;
            }

    .editor-info .btn {
        padding: 7px 21px;
        font-size: 18px;
        color: var(--theme-color);
        border-radius: 6px;
        border: 1px solid #00b277;
        background: #fff;
    }

        .editor-info .btn.disabled {
            background: rgba(0, 0, 0, 0.1);
            color: #666;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

.tab-label {
    gap: 40px;
    align-items: center;
}

    .tab-label .labels {
        gap: 20px;
    }

        .tab-label .labels .item {
            padding: 7px 32px;
            border-radius: 20px;
            background: #f5f5f5;
            color: #333;
            font-size: 14px;
        }

            .tab-label .labels .item.active {
                background: var(--theme-color);
                color: #fff;
            }

.tab-label-red .labels .item.active {
    background: #fee9e9;
    color: #333;
}

.page-mingyao .top-banner {
    height: 260px;
    /*background: url("/StaticFile/img/banner2.png") no-repeat;*/
    background-position: center 0;
}

.page-mingyao .school-item {
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 30px;
}

    .page-mingyao .school-item .top {
        gap: 30px;
    }

        .page-mingyao .school-item .top .left {
            width: 400px;
            flex-shrink: 0;
        }

            .page-mingyao .school-item .top .left .img {
                width: 160px;
                height: 160px;
                border-radius: 50%;
                overflow: hidden;
            }

                .page-mingyao .school-item .top .left .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .page-mingyao .school-item .top .left .name {
                align-items: center;
                color: #333;
                font-size: 30px;
                gap: 20px;
            }

                .page-mingyao .school-item .top .left .name .icon {
                    width: 53px;
                    height: 21px;
                    line-height: 25px;
                    background: url("/StaticFile/img/icon8.png") no-repeat center;
                    background-size: 100% 100%;
                    font-size: 14px;
                    color: #b52c00;
                    padding-left: 29px;
                }

            .page-mingyao .school-item .top .left .adress {
                color: #999;
                font-size: 20px;
            }

        .page-mingyao .school-item .top .middle {
            flex: 1;
        }

            .page-mingyao .school-item .top .middle p {
                font-size: 60px;
                color: #ff7045;
                height: 60px;
                transform: translateX(-30px);
            }

            .page-mingyao .school-item .top .middle .text {
                color: #666;
                font-size: 18px;
                line-height: 32px;
                text-indent: 2em;
                height: 190px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 6;
                -webkit-box-orient: vertical;
            }

            .page-mingyao .school-item .top .middle .see-more {
                width: 89.703px;
                height: 30px;
                border-radius: 12px 3px 3px 3px;
                background: #ff7045;
                color: #fff;
                font-size: 14px;
                line-height: 14px;
            }

        .page-mingyao .school-item .top .right {
            width: 500px;
            height: 320px;
            flex-shrink: 0;
            border-radius: 50px 10px 10px 10px;
            overflow: hidden;
        }

            .page-mingyao .school-item .top .right img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

    .page-mingyao .school-item .row-mix-school {
        display: grid;
        grid-auto-rows: 279px;
        grid-template-columns: repeat(5, 1fr);
        gap: 35px 20px;
    }

        .page-mingyao .school-item .row-mix-school .item {
            border-radius: 6px 6px 0px 0px;
            background: #f4f4f4;
        }

            .page-mingyao .school-item .row-mix-school .item img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

            .page-mingyao .school-item .row-mix-school .item:first-child {
                grid-area: 1/1/3/3;
            }

.page-mingyao .row-2 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

    .page-mingyao .row-2 .school-item-little {
        width: 760px;
        border-radius: 6px;
        border: 1px solid #e8e8e8;
        background: #fff;
        padding: 19px;
        max-width:100%;
    }

        .page-mingyao .row-2 .school-item-little .school-info {
            gap: 11px;
            align-items:center;
        }

            .page-mingyao .row-2 .school-item-little .school-info .img {
                width: 80px;
                height: 80px;
                border-radius: 50%;
                overflow: hidden;
            }

                .page-mingyao .row-2 .school-item-little .school-info .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .page-mingyao .row-2 .school-item-little .school-info .info-right .name {
                align-items: center;
                color: #333;
                font-size: 20px;
                gap: 20px;
            }

                .page-mingyao .row-2 .school-item-little .school-info .info-right .name .icon {
                    width: 45px;
                    height: 17px;
                    line-height: 21px;
                    background: url("/StaticFile/img/icon8.png") no-repeat center;
                    background-size: 100% 100%;
                    font-size: 10px;
                    color: #b52c00;
                    padding-left: 25px;
                }

            .page-mingyao .row-2 .school-item-little .school-info .info-right .adress {
                color: #999;
                font-size: 14px;
            }

        .page-mingyao .row-2 .school-item-little .top {
            gap: 30px;
        }

            .page-mingyao .row-2 .school-item-little .top .middle {
                flex: 1;
                /*min-height:192px;*/
            }

                .page-mingyao .row-2 .school-item-little .top .middle p {
                    font-size: 60px;
                    color: #ff7045;
                    height: 40px;
                    transform: translateX(-30px);
                }

                .page-mingyao .row-2 .school-item-little .top .middle .text {
                    color: #666;
                    font-size: 18px;
                    line-height: 32px;
                    text-indent: 2em;
                }

                .page-mingyao .row-2 .school-item-little .top .middle .see-more {
                    width: 89.703px;
                    height: 30px;
                    border-radius: 12px 3px 3px 3px;
                    background: #ff7045;
                    color: #fff;
                    font-size: 14px;
                    line-height: 14px;
                }

            .page-mingyao .row-2 .school-item-little .top .right {
                width: 300px;
                height: 192px;
                flex-shrink: 0;
                border-radius: 50px 10px 10px 10px;
                overflow: hidden;
            }

                .page-mingyao .row-2 .school-item-little .top .right img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

        .page-mingyao .row-2 .school-item-little .row-mix-school {
            display: grid;
            grid-auto-rows: 230px;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px 16px;
        }

            .page-mingyao .row-2 .school-item-little .row-mix-school .item {
                border-radius: 6px 6px 0px 0px;
                background: #f4f4f4;
            }

                .page-mingyao .row-2 .school-item-little .row-mix-school .item img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

.unit-title-2 {
    color: #ff7045;
    font-size: 20px;
    position: relative;
}

    .unit-title-2::before {
        content: "";
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fdede0;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .unit-title-2 span {
        position: relative;
        z-index: 1;
    }

.page-geren .top-banner {
    height: 260px;
    /*background: url("/StaticFile/img/banner3.png") no-repeat;*/
    background-position: center 0;
}

.page-geren .recommend-label {
    color: #999;
    font-size: 14px;
    line-height: 36px;
}

.page-geren .recommend-person {
    gap: 21px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    .page-geren .recommend-person .item {
        width: 174.665px;
        height: 165px;
        flex-shrink: 0;
        border-radius: 6px;
        background: #f3f5fb;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding-top: 20px;
    }

        .page-geren .recommend-person .item .img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
        }

            .page-geren .recommend-person .item .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .page-geren .recommend-person .item .name {
            color: #333;
            font-size: 14px;
            line-height: 16px;
        }

        .page-geren .recommend-person .item .btn {
            width: 70px;
            height: 25px;
            border-radius: 3px;
            border: 1px solid #b3e8d5;
            background: #edfcf7;
            font-size: 14px;
            color: var(--theme-color);
        }

            .page-geren .recommend-person .item .btn.disabled {
                border: 1px solid #e3e3e3;
                background: #f8f8f8;
                color: #999;
            }

.page-geren .person-item {
    padding: 25px 25px 25px 70px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    background: #fff;
    gap: 75px;
}

    .page-geren .person-item .left {
        width: 362px;
        flex-shrink: 0;
    }

        .page-geren .person-item .left .img {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            overflow: hidden;
        }

            .page-geren .person-item .left .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .page-geren .person-item .left .name {
            align-items: center;
            color: #333;
            font-size: 30px;
            gap: 20px;
            letter-spacing:1px;
        }

            .page-geren .person-item .left .name .icon {
                width: 30px;
                height: 30px;
                background: url("/StaticFile/img/icon9.png") no-repeat center;
                background-size: 100% 100%;
                font-size: 14px;
                color: #b52c00;
            }

        .page-geren .person-item .left .adress {
            color: #999;
            font-size: 20px;
            gap: 20px;
        }

        .page-geren .person-item .left .content {
            color: #666;
            font-size: 18px;
            line-height: 32px;
            height:380px;
            overflow:hidden;
            display:-webkit-box;
            -webkit-line-clamp:12;
            -webkit-box-orient:vertical;
        }

        .page-geren .person-item .left .btn {
            width: 70px;
            height: 34px;
            border-radius: 40px;
            border: 1px solid #00b277;
            background: #fff;
            font-size: 18px;
            color: var(--theme-color);
        }

            .page-geren .person-item .left .btn.disabled {
                border: 1px solid #e3e3e3;
                background: #f8f8f8;
                color: #999;
            }

    .page-geren .person-item .person-mix {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 325px;
        gap: 20px;
    }

        .page-geren .person-item .person-mix .item {
            border-radius: 6px;
            background: #f2f2f2;
            position: relative;
        }

            .page-geren .person-item .person-mix .item img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

.page-geren .row-2 {
    display: flex;
    gap: 30px 25px;
    flex-wrap: wrap;
}

    .page-geren .row-2 .person-item-little {
        width: 762px;
        padding: 20px;
        border-radius: 6px;
        border: 1px solid #e8e8e8;
        background: #fff;
    }

        .page-geren .row-2 .person-item-little .top .left {
            align-items: center;
        }

            .page-geren .row-2 .person-item-little .top .left .img {
                width: 80px;
                height: 80px;
                border-radius: 50%;
                overflow: hidden;
            }

                .page-geren .row-2 .person-item-little .top .left .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .page-geren .row-2 .person-item-little .top .left .name {
                align-items: center;
                color: #333;
                font-size: 20px;
                gap: 10px;
                margin-left: 12px;
                margin-right: 40px;
            }

                .page-geren .row-2 .person-item-little .top .left .name .icon {
                    width: 30px;
                    height: 30px;
                    background: url("/StaticFile/img/icon9.png") no-repeat center;
                    background-size: 100% 100%;
                    font-size: 14px;
                    color: #b52c00;
                }

            .page-geren .row-2 .person-item-little .top .left .adress {
                color: #999;
                font-size: 16px;
                gap: 20px;
            }

        .page-geren .row-2 .person-item-little .top .content {
            color: #666;
            font-size: 14px;
            line-height: 25px;
        }

        .page-geren .row-2 .person-item-little .top .btn {
            width: 70px;
            height: 34px;
            border-radius: 40px;
            border: 1px solid #00b277;
            background: #fff;
            font-size: 18px;
            color: var(--theme-color);
        }

            .page-geren .row-2 .person-item-little .top .btn.disabled {
                border: 1px solid #e3e3e3;
                background: #f8f8f8;
                color: #999;
            }

        .page-geren .row-2 .person-item-little .person-mix {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: 230px;
            gap: 16px;
        }

            .page-geren .row-2 .person-item-little .person-mix .item {
                border-radius: 6px;
                background: #f2f2f2;
                position: relative;
            }

                .page-geren .row-2 .person-item-little .person-mix .item img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

.page-person {
    /*background: #ecf4ff url("/StaticFile/img/banner4.png") no-repeat;*/
    background: url('/StaticFile/img/bg3.png') no-repeat center;
    background-position: center 0;
}

    .page-person .top-content {
        margin: 0 auto 70px;
        width: fit-content;
        padding-top: 26px;
    }

        .page-person .top-content .left-img {
            
            flex-shrink: 0;
            position:relative;
        }

            .page-person .top-content .left-img .phopto {
                width: 200px;
                height: 266px;
                margin-top:50px;
                border-radius: 5px;
                border: 6px solid #FBA9A4;
            }
                .page-person .top-content .left-img .phopto img{
                    width:100%;
                    height:100%;
                    object-fit:cover;
                }
            .page-person .top-content .left-img .photo-bottom {
                width: 270px;
                height: 50px;
                background: url('/StaticFile/img/bg4.png') no-repeat center;
                background-size: cover;
                position: absolute;
                bottom: -30px;
                left: 50%;
                transform: translateX(-50%);
                justify-content: center;
                align-items: center;
                gap: 15px;
                color: #FFF;
                font-size: 28px;
                line-height: 28px;
                padding-top: 12px;
            }
                .page-person .top-content .left-img .photo-bottom .icon {
                    width: 32px;
                    height: 32px;
                    background: url("/StaticFile/img/icon9.png") no-repeat center;
                    background-size: 100% 100%;
                    font-size: 16px;
                    color: #b52c00;
                    padding-top: 1px;
                }

                .page-person .top-content .middle {
                    width: 750px;
                    margin-left: 80px;
                    margin-right: 90px;
                }

            .page-person .top-content .middle .name {
                align-items: center;
                color: #333;
                font-size: 22px;
                gap: 10px;
            }

                .page-person .top-content .middle .name .icon {
                    width: 22px;
                    height: 22px;
                    background: url("/StaticFile/img/icon9.png") no-repeat center;
                    background-size: 100% 100%;
                    font-size: 11px;
                    color: #b52c00;
                    padding-top: 1px;
                }

                    .page-person .top-content .middle .title-text {
                        width: 600px;
                        height: 50px;
                        /* background: url(/StaticFile/img/bg4.png) no-repeat center; */
                        background-size: cover;
                        /* position: absolute; */
                        /* bottom: -30px; */
                        /* left: 50%; */
                        /* transform: translateX(-50%); */
                        /* justify-content: center; */
                        align-items: center;
                        gap: 15px;
                        color: #FFF;
                        font-size: 28px;
                        line-height: 28px;
                        padding-top: 12px;
                    }
                        .page-person .top-content .middle .title-text .icon {
                            width: 32px;
                            height: 32px;
                            background: url(/StaticFile/img/icon9.png) no-repeat center;
                            background-size: 100% 100%;
                            font-size: 16px;
                            color: #b52c00;
                            padding-top: 1px;
                        }

                        .page-person .top-content .middle .text {
                            color: #ffffff;
                            font-size: 18px;
                            line-height: 34px;
                            max-height: 270px;
                            overflow: hidden;
                            display: block;
                            position: relative;
                        }

                        /*.page-person .top-content .middle .text::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            width: 1rem;
                            height: 1.2rem;
                            background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
                        }*/
                        .page-person .top-content .middle .info {
                            color: #ffffff;
                            font-size: 20px;
                            gap: 40px;
                        }

                .page-person .top-content .middle .info .handle {
                    align-items: center;
                    gap: 5px;
                    color: #ed462b;
                    font-size: 14px;
                }
                    .page-person .top-content .middle .info .handle img {
                        width: 100px;
                        height: 26px;
                    }
                    /*.page-person .top-content .middle .info .handle img:first-of-type {
                        width: 20px;
                        height: 20px;
                    }

                    .page-person .top-content .middle .info .handle img:last-of-type {
                        width: 5.455px;
                        height: 10px;
                    }*/
                    

        .page-person .top-content .right .items {
            gap: 20px;
        }

            .page-person .top-content .right .items .item {
                flex-direction: column;
                align-items: center;
                gap: 10px;
                color: #fff;
                font-size: 24px;
            }

                .page-person .top-content .right .items .item .label {
                    color: #fff;
                    font-size: 16px;
                }

        .page-person .top-content .right .btn {
            width: 200px;
            height: 36px;
            border-radius: 40px;
            color: #fff;
            font-size: 18px;
            background: #FEEE8E;
            color: #A46305;
        }

            .page-person .top-content .right .btn.disabled {
                background: rgba(0, 0, 0, 0.1);
                color: #666;
            }

    .page-person .top-banner > .page-content {
        justify-content: center;
    }

    .page-person .works-box {
        margin-top: 80px;
        border-radius: 20px;
        background: #fff;
        padding: 25px 0;
        width:calc(100% - 80px);
    }

        .page-person .works-box .works {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: 530px;
            gap: 45px 30px;
        }

            .page-person .works-box .works .item {
                border-radius: 6px;
                border: 1px solid #e8e8e8;
                overflow: hidden;
            }

                .page-person .works-box .works .item .img {
                    width: 100%;
                    height: 478px;
                    background: #f4f4f4;
                    overflow: hidden;
                }

                    .page-person .works-box .works .item .img img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: contain;
                        object-fit: contain;
                    }

                .page-person .works-box .works .item .text {
                    height: 52px;
                    color: #333;
                    font-size: 16px;
                    background: #fff;
                }
    .page-person .page-right-img{
        position:absolute;
        right:0;
        top:1000px;
        z-index:-1;
    }
    .page-person .page-bottom {
        width: 100%;
        height: 92px;
        background: url('/StaticFile/img/bg5.png') no-repeat center;
        margin-top: 100px;
        color: #666;
        font-size: 14px;
    }

    .tab-label-red-2 {
        gap: 40px;
        justify-content: center;
    }

    .tab-label-red-2 .item {
        padding: 9px 15px;
        font-size: 18px;
        line-height: 18px;
        color: #999;
        border-radius: 20px;
    }

        .tab-label-red-2 .item.active {
            color: #ed462b;
            background: #f6e4e3;
        }
.page-school {
    background: #E7F0F0;
}
.page-school .top-banner {
    background: url("/StaticFile/img/bg1.png") no-repeat;
    background-position: center 0;
    height: fit-content;
}
    .page-school .works-box {
        border-radius: 15px;
        background: #FFF;
        padding:15px;
    }
        .page-school .works-box .tab-label {
            background: url('/StaticFile/img/bg2.png') no-repeat center;
            width: 240.481px;
            height: 80px;
            color: #FFF;
            font-size: 24px;
            margin:auto;
            padding-bottom:7px;
            padding-left:20px;
        }
        .page-school .content-main {
            padding: 40px 110px 48px 88px;
            display: flex;
            justify-content: space-between;
            /*gap: 200px;*/
            gap: 20px;
        }
    .page-school .content-main .right {
        width: 300px;
        height: 340px;
        flex-shrink: 0;
        border-radius: 5px 50px;
        border: 2px solid #FFFDE8;
        overflow:hidden;
    }
        .page-school .content-main .right img{
            width:100%;
            height:100%;
        }

        .page-school .content-main .avatar {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            border: 2px solid #fff;
            border-radius: 130px;
            box-shadow: 0px 2px 4px 0px rgba(73, 111, 241, 0.5);
            overflow: hidden;
            transform: translateY(-50%);
        }

        .page-school .content-main .avatar img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .page-school .content-main .name {
        align-items: center;
        color: #444;
        font-size: 40px;
        gap: 20px;
    }

        .page-school .content-main .name .icon {
            width: 53px;
            height: 21px;
            line-height: 25px;
            background: url("/StaticFile/img/icon8.png") no-repeat center;
            background-size: 100% 100%;
            font-size: 14px;
            color: #b52c00;
            padding-left: 29px;
        }

            .page-school .content-main .text {
                width: 880px;
                white-space: pre-wrap;
                word-break: break-all;
                color: #444;
                font-size: 18px;
                line-height: 34px;
            }

    .page-school .content-main .info {
        gap: 40px;
        align-items: center;
        font-size: 20px;
        color: #444;
    }

        .page-school .content-main .info .handle {
            color: #ed462b;
            font-size: 20px;
            align-items: center;
        }

            .page-school .content-main .info .handle img:first-of-type {
                width: 18px;
                height: 18px;
                margin-right: 3px;
            }

            .page-school .content-main .info .handle img:last-of-type {
                width: 5.455px;
                height: 10px;
                margin-left: 7px;
            }

    .page-school .content-main .tab-label {
        margin-top: 35px;
        color: #ed462b;
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 16px;
    }

        .page-school .content-main .tab-label::after {
            content: "";
            width: 100%;
            height: 3px;
            border-radius: 20px;
            background: #ed462b;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.page-zhutiIndex .top-banner {
    /*background: url("/StaticFile/img/banner1.png") no-repeat;*/
}

.page-zhutiIndex .search-wrap {
    transform: translate(-50%, -80%);
}

.page-zhutiIndex .classify-box {
    /*margin-top: -110px;*/
    margin-top: -70px;
}

.zhuanti-mix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .zhuanti-mix .item {
        padding: 15px;
        border-radius: 6px;
        border: 1px solid #e8e8e8;
        background: #fff;
        display: flex;
        flex-direction: column;
        position:relative;
    }

        /*.zhuanti-mix .item .top {
            flex: 1;
        }*/

        .zhuanti-mix .item .bottom {
            padding-top: 15px;
        }

            .zhuanti-mix .item .bottom .left {
                gap: 8px;
                align-items: center;
                color: #333;
                font-size: 16px;
            }

                .zhuanti-mix .item .bottom .left .tag {
                    padding: 3px 6px;
                    border-radius: 20px;
                    background: #ececec;
                    color: #666;
                    font-size: 14px;
                    position: static;
                }

            .zhuanti-mix .item .bottom .right {
                gap: 7px;
                align-items: center;
                color: #666;
                font-size: 14px;
                padding-right: 5px;
            }

                .zhuanti-mix .item .bottom .right .img {
                    width: 27px;
                    height: 27px;
                    border-radius: 50%;
                    overflow: hidden;
                }

                    .zhuanti-mix .item .bottom .right .img img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: contain;
                        object-fit: contain;
                    }

    .zhuanti-mix .item-img1 {
        height: 675.223px;
        grid-area: 1/1/3/2;
    }

        .zhuanti-mix .item-img1 .bottom {
            padding: 7px 0 17px;
        }

            .zhuanti-mix .item-img1 .bottom .left {
                gap: 8px;
                font-size: 22px;
            }

                .zhuanti-mix .item-img1 .bottom .left .tag {
                    padding: 3px 7px;
                    font-size: 16px;
                }

            .zhuanti-mix .item-img1 .bottom .right {
                gap: 11px;
                font-size: 16px;
            }

                .zhuanti-mix .item-img1 .bottom .right .img {
                    width: 40px;
                    height: 40px;
                }

    .zhuanti-mix .item-img2 .top .imgs {
        height: 100%;
        gap: 10px;
    }

        .zhuanti-mix .item-img2 .top .imgs .img {
            flex: 1;
        }

            .zhuanti-mix .item-img2 .top .imgs .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

    .zhuanti-mix .item-img3 {
        /*height: 240px;*/
    }

        .zhuanti-mix .item-img3 .top .imgs {
            height: 100%;
            gap: 10px;
        }

            .zhuanti-mix .item-img3 .top .imgs .img {
                flex: 1;
            }

                .zhuanti-mix .item-img3 .top .imgs .img img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

.ad-btn {
    align-items: center;
    padding: 5px 10px;
    border-radius: 6px;
    background: #B45E56;/*linear-gradient(90deg, #4788ff 0%, #8eb5ff 100%);*/
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    gap: 5px;
}

    .ad-btn .icon {
        width: 20px;
        height: 20px;
    }

    .ad-btn .btn-tag {
        padding: 5px;
        color: #fff;
        font-size: 12px;
        border-radius: 5px;
        background: #F1A13E;
        margin-left: 5px;
    }

.ad-btn2 {
    background: #22467C;/*linear-gradient(90deg, #a88cff 0.04%, #d6c5ff 106.01%, #dccfff 125.45%);*/
}

    .ad-btn2 .icon {
        width: 22.063px;
        height: 22.001px;
    }

    .ad-btn2 .btn-tag {
        /*color: #8259FF;*/
        background: #F1A13E;
    }

.ad-btn3 {
    background: #22467C;/*linear-gradient(91deg, #00B277 0.1%, #2BD69C 70.63%, #6DE5B8 100%);*/
}

    .ad-btn3 .icon {
        width: 20px;
        height: 20px;
    }

    .ad-btn3 .btn-tag {
        background: #F1A13E;
    }

.ad-btn4 {
    background: #B45E56;/*linear-gradient(91deg, #00B277 0.1%, #2BD69C 70.63%, #6DE5B8 100%);*/
}

    .ad-btn4 .icon {
        width: 22px;
        height: 22px;
    }

    .ad-btn4 .btn-tag {
        background: #F1A13E;
    }

.el-pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-detail .detail-box {
    gap: 30px;
}

    /*.page-detail .detail-box .detail-left {
        width: 1135px;
    }*/

        .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;
                cursor:pointer;
            }

                .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 {
            height: 795px;
            border: 1px solid #d9d9d9;
            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 {
        width: 385px;
    }

        .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;
                    cursor:pointer;
                }
                    .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 .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 .ad-btn4 {
                    width: -moz-fit-content;
                    width: fit-content;
                }

                    .page-detail .ad-btn4 .btn-tag {
                        background: #F1A13E; /*var(--theme-color);*/
                    }
.page-detail .right-handle-box {
    position: fixed;
    right: 80px;
    top: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .page-detail .right-handle-box .item {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        background: #EFF1F4;
        cursor: pointer;
    }
        .page-detail .right-handle-box .item img {
            width: 20px;
            height: 20px;
        }
        .page-foot {
            height: 40px;
            background: #F2F2F2;
            color: #666;
            text-align: center;
            font-size: 14px;
            line-height: 40px;
            margin-top:30px;
        }
.el-carousel__item img{
    width:100%;
    height:100%;
}
.tab-label-yellow .item {
    padding: 9px 15px;
    font-size: 18px;
    line-height: 18px;
    color: #999;
    border-radius: 20px;
    
}
.tab-label-yellow .item.active {
    color: #A46305;
    background: #FFECD1;
}
.loading-text {
    color: #838181;
    font-size: 14px;
    text-align: center;
    padding:20px;
}
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner {
    border-color: var(--theme-color);
}
.el-select-dropdown__item.selected {
    color: var(--theme-color);
}
.el-carousel__item > a{
    height:100%;
}
/*==============留言 start==============*/
.QXUI-LiuYanBox {
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 16px;
}

    .QXUI-LiuYanBox .UserName,
    .QXUI-LiuYanBox .UserName a {
        color: #666 !important;
    }

    .QXUI-LiuYanBox .sub1,
    .QXUI-LiuYanBox .sub1 a {
        color: #666 !important;
    }

    .QXUI-LiuYanBox .sub2,
    .QXUI-LiuYanBox .sub2 a {
        color: #999 !important;
    }

    .QXUI-LiuYanBox * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0;
        width: fit-content;
    }
    /* 作品点评 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;
        max-height: 300px;
        overflow-y: auto;
    }

        .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: 60px;
                            text-align: center;
                            background: #F5F5F5;
                            position: relative;
                            top: -60px;
                            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: 10px;
                }

                    .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: 10px;
            }

                .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: 60px;
                        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: 170px;
        grid-template-columns: repeat(6, 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: 5px;
                left: 5px;
                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==============*/
@media screen and (max-width: 1600px) {
    .page-content {
        width: 1300px;
        /*height:80px;*/
    }
    #TopTools .QXUI-content {
        width: 1300px;
    }
    .row-mix {
        grid-auto-rows: 281px;
        grid-template-columns: repeat(4, 1fr);
    }
    .row-mix .item-big .top {
        height: 492px;
    }
    .row-mix .item:nth-child(16) {
        grid-area: 4 / 3 / span 2 / span 2;
    }
    .page-mingyao .row-2 {
        justify-content: center;
    }
    .page-geren .row-2 {
        justify-content: center;
    }
}
@media screen and (max-width: 1400px) {
    .page-content {
        width: 1200px;
    }
    #TopTools .QXUI-content {
        width: 1200px;
    }

    .row-mix {
        grid-auto-rows: 281px;
        grid-template-columns: repeat(3, 1fr);
    }

        .row-mix .item-big .top {
            height: 492px;
        }

        .row-mix .item:nth-child(16) {
            grid-area: unset;
        }

    .page-mingyao .row-2 {
        justify-content: center;
    }

    .page-geren .row-2 {
        justify-content: center;
    }
}
@media screen and (max-width: 1200px) {
    .page-content {
        width: 100%;
    }
    #TopTools .QXUI-content {
        width: 100%;
    }
    .search-wrap .search {
        width: 100%;
    }
    .top-nav-content .left {
        gap: 0px;
    }
}
/*详情页*/
@media screen and (min-width: 1600px) {
    .detail-content {
        width: 1300px;
    }
}


@media screen and (max-width: 1400px) {
    .detail-content {
        width: 1200px;
    }
}
@media screen and (max-width: 1200px) {
    .detail-content {
        width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .detail-content {
        width: 100%;
    }
    .page-detail .detail-box {
        flex-direction:column;
    }
        .page-detail .detail-box .detail-right {
            width: 100%;
        }

}
/*# sourceMappingURL=common.css.map */
select {
    background:transparent;
}

@media screen and (max-width: 1000px){
    .top-nav-content{
        height:fit-content;
        position:relative;
    }
        .top-nav-content .right {
            /*display:none;*/
            position: absolute;
            top: 0;
            right: 0;
            align-items: flex-start;
            height:35px;
        }
        .top-nav-content .left {
            width:100%;
            flex-direction: column;
            gap: 10px;
        }
        .top-nav-content .right .add-wrap .dropdown {
            left: 0;
        }
            .top-nav-content .left .nav-list {
                padding:0 10px;
                margin-bottom:10px;
            }
}

