@font-face {
    font-family: "Rub";
    src: url('../font/Rubik-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "Rub";
    src: url('../font/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: "Rub";
    src: url('../font/Rubik-Bold.ttf') format('truetype');
    font-weight: bold;
}
* {
    font-family: 'Rub';
}
.list{
    margin: 24px 0;
    display: flex;
}
.list-menu{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 24px;
    width: 277px;
    flex-shrink: 0;
    margin-right: 24px;
    height: fit-content;
}
.list-menu-title{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-menu-title .icon-guanbi{
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    border: none;
    background: #fff;
    color: #121212 ;
    font-size: 22px;
    display: none;
}
.list-filter-item{
    padding: 24px 0;
    border-bottom: 1px solid #EEEEEE;
}
.list-menu .list-filter-item:last-child,.no-border{
    padding-bottom: 0;
    border-bottom: none;
}
.list-filter-item-title{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}
.list-filter-item-title img{
    width: 34px;
    height: fit-content;
    object-fit: contain;
    margin-right: 6px;
}
.list-select-title-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    cursor: pointer;
}
.list-select-title-one .iconfont{
    color: #333333;
    font-size: 10px;
    transition: all .3s;
}
.list-select-title-one.on .iconfont{
    transform: rotate(180deg);
}
.list-select-box-one{
    padding-left: 15px;
    display: none;
    margin-right: 4px;
    padding-right: 20px;
}
.list-select-box-one.on{
    display: block;
}
.height-limit .list-select-box-one{
    max-height: 240px;
    overflow-y: scroll;
}
.height-limit .list-select-box-one::-webkit-scrollbar{
    width: 2px;
    margin: 5px 0;
}
.height-limit .list-select-box-one::-webkit-scrollbar-track{
    background: #EEEEEE;
}
.height-limit .list-select-box-one::-webkit-scrollbar-thumb{
    background: #E21818;
}


.list-select-title-two{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    padding: 4px 0;
    cursor: pointer;
}
.list-select-box-two{
    display: none;
    padding-left: 16px;
}
.list-select-box-two.on{
    display: block;
}
.list-select-title-two .iconfont{
    color: #666666;
    margin-right: 9px;
    font-size: 10px;
    cursor: pointer;
    transition: all .3s;
}
.list-select-title-two.on{
    color: #E21818;
}
.list-select-title-two.on .iconfont{
   transform: rotate(90deg);
    color: #E21818;
}
.list-radio{
    display: flex;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    padding: 4px 0;
    align-items: flex-start;
    word-break: break-all;
    font-weight: 400;
    pointer-events: none;
}
label.on{
    color: #E21818;
}
.radio{
    margin-right: 4px !important;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-top:0 !important;
}
.radio:checked {
    border-color: #E21818;
    position: relative;
}
.radio:focus{
    outline: unset !important;
}
.radio:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #E21818;
    border-radius: 50%;
}
.limit-btn{
    font-size: 14px;
    color: #04B8FF;
    line-height: 16px;
    font-style: normal;
    text-decoration-line: underline;
    padding: 7px 0;
    cursor: pointer;
    text-align: left;
}
.filter-search{
    display: flex;
    align-items: center;
    margin: 10px 0;
    height: 40px;
    padding: 0 15px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #BBBBBB;
}
.filter-search .iconfont{
    flex-shrink: 0;
    font-size: 14px;
    margin-right: 10px;
    color: #BBBBBB;
}
.filter-search input{
    flex: 1;
    font-size: 14px;
    border: none;
    outline: none;
}
.filter-search input::placeholder{
    color: #BBBBBB;
}
.checkbox-line{
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 16px;
    /*pointer-events: none;*/
}
.checkbox{
    margin-right: 10px !important;
    margin-top: 1px !important;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #666;
    flex-shrink: 0;
    font-weight: normal;
    pointer-events: none;
}
.checkbox:focus{
    outline: none !important;
}
.checkbox:checked{
    position: relative;
    border: none;
    background: #E21818;
}
.checkbox:checked::after{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4px;
    top: 2px;
}
.list-radio-info{
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-left: 8px;
    position: relative;
    top: -4px;
}
.list-radio-info .info1{
    color: #333333;
    display: block;
}
.list-radio-info .info2{
    color: #BBBBBB;
    display: block;
}
.list-content{
    flex: 1;
    max-width: 100%;
}
.filter-result{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    margin-bottom: 12px;
    padding: 20px 20px 10px;
}
.filter-result .title{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 10px;

}
.filter-result .title span{
    font-weight: bold;
}
.filter-tags{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    margin-top: 20px;
}
.filter-tags .tag{
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 10px;
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
    margin-bottom: 10px;
    width: fit-content;
}
.filter-tags .tag .iconfont{
    cursor: pointer;
    margin-left: 10px;
    color: #999999;
    font-size: 14px;
}
.clear-all{
    font-size: 14px;
    color: #04B8FF;
    line-height: 16px;
    padding: 6px 10px;
    cursor: pointer;
}
.source-container{
    margin-top: 0;
}
.type-radio-line{
    font-weight: 500;
    font-size: 16px;
}
.type-radio-line img{
    width: 34px;
    height: 22px;
    margin-left: 9px;

    position: relative;
    top: -3px;
}
.filter-result-product{
    margin-bottom: 12px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filter-result-product .title{
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
}
.filter-result-product .filter-tags{
    margin-top: 20px;

}
.picker-box{
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    position: relative;
}
.picker-label{
    width: 160px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.picker-label .iconfont{
    color: #999999;
    font-size: 10px;
}
.picker-cont{
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 1px 30px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 2;
    padding: 10px;
    display: none;
}
.picker-cont .arrow{
    width: 14px;
    height: 14px;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: -1px;
    background: #fff;
}
.picker-option{
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 10px;
    cursor: pointer;
}
.picker-option .radio{
    margin-right: 9px !important;
    pointer-events: none;
}
.picker-cont .picker-option:last-child{
    margin-bottom: 0;
}
.picker-option:hover{
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
}

.goods-wrap{
    width: 100%;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 20px;
    cursor: pointer;
}
.goods-top{
    width: 100%;
    position: relative;
    aspect-ratio: 1;
    margin-bottom: 20px;
}
.goods-top .img-wrap,.goods-top .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goods-top  .img-tip{
    position: absolute;
    width: 32px;
    height: 50px;
    top: 0;
    left: -4px;
    z-index: 1;
}
.goods-wrap .prod-btns{
    position: absolute;
    bottom: 22px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 0 15px;
    justify-content: end;
}
.goods-wrap .prod-btns .a-btn {
    width: 80px;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 42px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    background: #E21818;
    color: #fff;
    margin: 0 5px 10px;
}

.goods-wrap .prod-btns .add-btn {
    max-width: 150px;
    flex: 1;
    white-space: nowrap;
    border: 1px solid #333;
    color: #333;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.goods-wrap .source-content{
    height: 270px;
}
.goods-wrap .prod-btns .add-btn:hover {
    border-color: #E21818;
    color: #E21818;
}
.goods-wrap .source-content-title{
    height: unset;
    margin-bottom: 8px;
}
.goods-wrap .source-content-txt{
    margin: 0;
}
.goods-price{
    font-weight: 500;
    font-size: 20px;
    color: #E21818;
    line-height: 22px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods-dts-info{
    margin: 8px 0 5px;
}
.goods-dts-info img{
    width: 34px;
    height: 18px;
    margin-right: 3px;
}
.goods-dts-info span{
    font-size: 16px;
    color: #04B8FF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
}
.open-filter-btn{
    width: 100px;
    height: 40px;
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
    background: #E21818;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
}
.open-filter-btn:hover{
    background: #fff;
    border: 1px solid #E21818;
    color: #E21818;
}
.list-menu-footer{
    display: none;
    position: fixed;
    bottom: 0;
    padding-bottom: 60px;
    padding-top: 32px;;
    width: 100%;
    background: #fff;
}
.list-menu-footer .btn{
    display: inline-flex;
    justify-content: center;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50px;
}
.list-menu-footer .btn1{
    background: #E21818;
    color: #fff;
}
.list-menu-footer .btn2{
    border: 1px solid #E21818;
    color: #E21818;
}

.dts-luck::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(18, 18, 18, .6);
    width: 100%;
    height: 100%;
}
.dts-luck::after{
    content: 'Apply to view private product';
    display: block;
    position: absolute;
    visibility: hidden;
    color: #fff;
    background: #ca3525;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 3px 6px;
    z-index: 9;
    font-size: 12px;
    white-space: nowrap;
}
.goods-wrap:hover .dts-luck::after{
   visibility: visible;
}



@media (min-width: 991px){
    .list-menu{
        display: block !important;
    }
}
@media (max-width: 991px){
    .open-filter-btn{
        display: block;
    }
    .list-menu{
        position: fixed;
        z-index: 1999;
        width: 100vw;
        left: 0;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        border-radius: 0;
        padding: 0 24px 150px;
        display: none;
    }
    .list-menu-title{
        position: sticky;
        top: 0;
        background: #fff;
        padding: 30px 0 20px;
        z-index: 1;
    }
    .list-menu-title .icon-guanbi{
        display: block;
    }
    .list-menu-footer{
        display: flex;
    }
}
