.community-top-box[data-v-a88264ea] {
    padding: 4.5vw 0;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none
}

.community-top-img[data-v-a88264ea] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.community-big-title[data-v-a88264ea] {
    position: relative;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .37px;
    color: #fff;
    text-align: center;
    font-size: 2.2vw;
    padding-top: 30px;
}

.community-content[data-v-a88264ea] {
    font-size: .9vw;
    color: #fff;
    position: relative;
    text-align: center;
    margin-top: 20px
}

.community-main-content-big-box[data-v-a88264ea] {
    margin: 90px 0 0;
    width: 100%;
    display: flex;
    justify-content: center
}

.community-main-content-box[data-v-a88264ea] {
    width: 92%;
    max-width: 1200px
}

.community-condition-box[data-v-a88264ea] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center
}

.community-content-title[data-v-a88264ea] {
    text-align: center;
    color: var(--color2);
    font-size: 30px;
    font-weight: 700
}

.community-content-small-title[data-v-a88264ea] {
    margin-top: 10px;
    color: #929292;
    font-size: 14px
}

[data-v-a88264ea] .community-order .el-select__wrapper {
    border-radius: 20px !important;
    height: 36px
}

.community-data-big-box {
    background: #fff;
    padding: 40px;
    margin: 40px 0;
    border-radius: 20px
}

.community-data-box[data-v-a88264ea] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    row-gap: 40px
}

.community-data {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px 4px #cbcbcb4d;
    cursor: pointer;
    position: relative;
    transition: all .2s
}

.community-data:hover {
    box-shadow: 0 2px 5px 4px #cbcbcbcc
}

.community-cover{
    width: 100%
}

.community-info-box {
    padding: 16px 20px 20px
}

.community-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color18);
    margin-top: 8px
}

.community-pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px
}

.community-pagination-box .el-pager li.is-active {
    background: #3be3fe
}

 .community-pagination-box .el-pager li:hover {
    color: #3be3fe
}

.community-pagination-box .el-pagination .el-pagination .btn-next:hover {
    color: #3be3fe !important
}

@media screen and (max-width:1400px) {
    .community-data-box{
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:768px) {
    .community-main-content-big-box{
        margin: 48px 0 0
    }

    .community-data-box{
        grid-column-gap: 20px;
        grid-template-columns: repeat(1, 1fr)
    }

    .community-data-big-box {
        padding: 0;
        background: transparent
    }

    .community-tag-box{
        width: 100%;
        margin-right: 0
    }

    .community-top-box{
        padding: 72px 0
    }

    .community-big-title{
        font-size: 40px
    }

    .community-content{
        font-size: 14px
    }

    .community-order{
        width: 100%;
        flex: unset;
        margin-top: 10px
    }

    .community-content-title{
        font-size: 24px
    }
}