﻿.attrModule[data-v-06405318] {
    height: 100%;
    overflow-y: auto;
    position: sticky;
    top: 20px
}

@media screen and (max-width: 1024px) {
    .attrModule[data-v-06405318] {
        height: unset;
        margin-bottom: 10px;
        position: relative;
        top: 0
    }
}

.attrModule[data-v-06405318]::-webkit-scrollbar {
    width: 6px
}

.attrModule[data-v-06405318]::-webkit-scrollbar-thumb {
    background-color: #e9e9e9;
    border-radius: 6px
}

.attrModule .filter[data-v-06405318] {
    background: #fff;
    padding: 30px 10px 0;
    position: relative
}

@media screen and (max-width: 1024px) {
    .attrModule .filter[data-v-06405318] {
        padding: 10px
    }
}

.attrModule .filter .add[data-v-06405318] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.attrModule .filter .add b[data-v-06405318] {
    color: #333;
    font-size: 18px;
    font-weight: 400
}

.attrModule .filter .add p[data-v-06405318] {
    color: #4066b8;
    cursor: pointer
}

    .attrModule .filter .add p[data-v-06405318]:hover {
        text-decoration: underline
    }

@media screen and (max-width: 1024px) {
    .attrModule .filter .add b[data-v-06405318] {
        font-size: 16px
    }
}

.attrModule .filter .btnBox[data-v-06405318] {
    display: flex;
    justify-content: space-between
}

.attrModule .filter .btnBox .btn[data-v-06405318] {
    font-size: 13px;
    letter-spacing: .5px;
    margin: 0 2px 10px;
    padding: 10px 15px;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .attrModule .filter .btnBox .btn[data-v-06405318] {
        margin-right: 2px;
        padding: 10px;
        width: 100%
    }
}

.attrModule > ul[data-v-06405318] {
    background: #fff
}

.attrModule > ul > li .titleBox .title[data-v-06405318] {
    align-items: center;
    border-top: 1px solid #d4d4d4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 12px 10px
}

.attrModule > ul > li .titleBox .title b[data-v-06405318] {
    color: #333;
    font-size: 13px;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .attrModule > ul > li .titleBox .title b[data-v-06405318] {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap
    }
}

.attrModule > ul > li .titleBox .title .iconfont[data-v-06405318] {
    color: #999;
    font-size: 12px;
    transform: rotate(0);
    transition: all .2s
}

.attrModule > ul > li .titleBox .title .iconfont.active[data-v-06405318] {
    transform: rotate(180deg)
}

.attrModule > ul > li .titleBox .selected[data-v-06405318] {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px
}

.attrModule > ul > li .titleBox .selected li[data-v-06405318] {
    align-items: center;
    background-color: #cccccc4d;
    display: flex;
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 5px 8px
}

.attrModule > ul > li .titleBox .selected li .iconfont[data-v-06405318] {
    cursor: pointer;
    font-size: 10px;
    margin-left: 6px
}

.attrModule > ul > li .list[data-v-06405318] {
    border-top: 1px solid #d4d4d4;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 10px
}

    .attrModule > ul > li .list[data-v-06405318]::-webkit-scrollbar {
        width: 6px
    }

    .attrModule > ul > li .list[data-v-06405318]::-webkit-scrollbar-thumb {
        background-color: #e9e9e9;
        border-radius: 6px
    }

.attrModule > ul > li .list .checkbox[data-v-06405318] {
    margin: 16px 0
}

.attrModule > ul > li .reset[data-v-06405318] {
    color: #4066b8;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 10px
}

    .attrModule > ul > li .reset[data-v-06405318]:hover {
        text-decoration: underline
    }

@media screen and (max-width: 1024px) {
    .attrModule > ul .selected li[data-v-06405318] {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-all
    }
}

.img[data-v-a2f6a06d] {
    border-radius: 6px;
    box-shadow: 1px 1px 2px #00000080;
    margin-bottom: 20px;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .img[data-v-a2f6a06d] {
        margin-bottom: 10px
    }
}

.center[data-v-a2f6a06d] {
    display: flex
}

@media screen and (max-width: 1024px) {
    .center[data-v-a2f6a06d] {
        flex-direction: column
    }
}

.center .filters[data-v-a2f6a06d] {
    font-size: 14px;
    margin-right: 20px;
    width: 240px
}

@media screen and (max-width: 1024px) {
    .center .filters[data-v-a2f6a06d] {
        width: 100%
    }
}

.center .baseModule[data-v-a2f6a06d] {
    border-radius: 4px;
    flex: 1;
    overflow: hidden
}

.center .baseModule .list[data-v-a2f6a06d] {
    margin-bottom: 20px
}

.center .baseModule .list li[data-v-a2f6a06d] {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    padding: 10px
}

    .center .baseModule .list li[data-v-a2f6a06d]:last-child {
        border-bottom: none
    }

.center .baseModule .list li .imgBox[data-v-a2f6a06d] {
    align-items: center;
    border-radius: 4px;
    display: inline-block;
    display: flex;
    height: 152px;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
    width: 252px
}

@media screen and (max-width: 1024px) {
    .center .baseModule .list li .imgBox[data-v-a2f6a06d] {
        height: 70px;
        width: 122px
    }
}

.center .baseModule .list li .imgBox img[data-v-a2f6a06d] {
    height: 100%
}

.center .baseModule .list li .info[data-v-a2f6a06d] {
    display: flex;
    flex: 1;
    flex-direction: column
}

.center .baseModule .list li .info .title[data-v-a2f6a06d] {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px
}

@media screen and (max-width: 1024px) {
    .center .baseModule .list li .info .title[data-v-a2f6a06d] {
        -webkit-line-clamp: 1;
        font-size: 12px;
        line-height: unset;
        margin-bottom: 5px
    }
}

.center .baseModule .list li .info .title[data-v-a2f6a06d]:hover {
    color: #4066b8;
    text-decoration: unset
}

.center .baseModule .list li .info div[data-v-a2f6a06d] {
    color: #999;
    display: flex;
    margin-bottom: 20px
}

.center .baseModule .list li .info div span[data-v-a2f6a06d] {
    align-items: center;
    display: flex;
    margin-right: 20px
}

.center .baseModule .list li .info div span .iconfont[data-v-a2f6a06d] {
    margin-right: 5px
}

@media screen and (max-width: 1024px) {
    .center .baseModule .list li .info div span[data-v-a2f6a06d] {
        font-size: 10px;
        margin-right: 5px
    }

    .center .baseModule .list li .info div span .iconfont[data-v-a2f6a06d] {
        font-size: 10px
    }

    .center .baseModule .list li .info div[data-v-a2f6a06d] {
        margin-bottom: 10px
    }
}

.center .baseModule .list li .info p[data-v-a2f6a06d] {
    -webkit-line-clamp: 3;
    color: #999;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width: 1024px) {
    .center .baseModule .list li .info p[data-v-a2f6a06d] {
        -webkit-line-clamp: 2;
        font-size: 10px;
        line-height: unset
    }
}

.center .baseModule .list li .info a[data-v-a2f6a06d]:hover {
    color: #4066b8
}

.center .baseModule .list li .info a .iconfont[data-v-a2f6a06d] {
    font-size: 11px
}

@media screen and (max-width: 1024px) {
    .center .baseModule .list li .info a[data-v-a2f6a06d] {
        font-size: 11px
    }

    .center .baseModule .list li .info a .iconfont[data-v-a2f6a06d] {
        font-size: 10px
    }
}

.page[data-v-a2f6a06d] {
    margin-bottom: 90px
}
