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

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

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

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

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

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

.diy-condition-box[data-v-b85e36f9] {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap
}

.diy-tag-box[data-v-b85e36f9] {
    display: flex;
    flex-direction: row;
    width: 78%;
    margin-right: 30px;
    padding-bottom: 10px
}

.diy-tag[data-v-b85e36f9] {
    padding: 0 22px;
    border-radius: 30px;
    background: var(--color11);
    margin-left: 15px;
    line-height: 36px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.diy-tag[data-v-b85e36f9]:first-child {
    margin-left: 0
}

.diy-tag.active[data-v-b85e36f9],
.diy-tag[data-v-b85e36f9]:hover {
    background: var(--color1);
    color: var(--color13)
}

.diy-order[data-v-b85e36f9] {
    flex: 1
}

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

.diy-data-big-box[data-v-b85e36f9] {
    background: #fff;
    padding: 40px;
    margin: 40px 0;
    border-radius: 20px
}

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

.diy-data[data-v-b85e36f9] {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px 4px #cbcbcb4d;
    /* cursor: pointer; */
    position: relative;
    transition: all .2s
}

.diy-data[data-v-b85e36f9]:hover {
    box-shadow: 0 2px 5px 4px #cbcbcbcc
}

.diy-cover[data-v-b85e36f9] {
    width: 100%
}

.diy-info-box[data-v-b85e36f9] {
    padding: 20px 20px 0
}

.diy-title[data-v-b85e36f9] {
    color: var(--color3);
    overflow: hidden;
    font-weight: 600
}

.diy-addTime[data-v-b85e36f9] {
    color: var(--color2);
    margin-top: 5px;
    margin-bottom: 10px
}

.diy-stat-box[data-v-b85e36f9] {
    display: flex;
    flex-direction: row
}

.diy-stat-item[data-v-b85e36f9] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 38px
}

.diy-stat-num[data-v-b85e36f9] {
    display: inline-block;
    width: calc(100% - 50px);
    line-height: 38px;
    padding: 0 10px;
}

.diy-pagination-box[data-v-b85e36f9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px
}

[data-v-b85e36f9] .diy-pagination-box .el-pager li.is-active {
    background: #3be3fe
}

[data-v-b85e36f9] .diy-pagination-box .el-pager li:hover {
    color: #3be3fe
}

[data-v-b85e36f9] .diy-pagination-box .el-pagination .el-pagination .btn-next:hover {
    color: #3be3fe !important
}

/* 下拉选择容器 */
.diy-order-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

/* 当前选中的按钮样式（模仿原有 el-select） */
.current-sort-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #ebeef5;
}

/* 下拉菜单面板 */
.sort-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    z-index: 1000;
    margin-top: 5px;
}

/* 菜单项样式 */
.sort-option-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #606266;
    transition: background-color 0.2s;
    cursor: pointer;
}

.sort-option-item:hover {
    background-color: #f5f7fa;
}

/* 选中状态的图标 */
.active-icon {
    color: #3BE3FE; /* 保持主题色 */
}

/* 展开时的显示控制类 */
.show-menu {
    display: block;
}

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

@media screen and (max-width:768px) {
    .diy-data-box[data-v-b85e36f9] {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(2, 1fr)
    }

    .diy-data-big-box[data-v-b85e36f9] {
        padding: 0;
        background: transparent
    }

    .diy-tag-box[data-v-b85e36f9] {
        width: 100%;
        margin-right: 0
    }

    .diy-order[data-v-b85e36f9] {
        width: 100%;
        flex: unset;
        margin-top: 10px
    }


    .diy-top-img[data-v-b85e36f9] {
        width: 100%;
        height: 180%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .diy-big-title[data-v-b85e36f9] {
        position: relative;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .37px;
        color: #fff;
        text-align: center;
        font-size: 4.2vw;
        top: 50px;
    }
    .diy-content[data-v-b85e36f9] {
        font-size: 2.2vw;
        color: #fff;
        position: relative;
        text-align: center;
        margin-top: 20px;
        top: 40px;
    }
    
}