.base-main{
    background: #F8F8F8;
}
.slot{
    display: flex;
    padding: 16px 0;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}
.slot img{
    transform:rotate(270deg);
    height: 15px;
    margin-left: 5px;
}

.screen-box{
    background: #FFFFFF;
    padding-left:20px;
}
.screen-box .screen-item{
    display: flex;
    align-items: center;
    height: 60px;
}
.screen-box .screen-item .screen-title{
    font-size: 14px;

    font-weight: 500;
    color: #999999;
    line-height: 20px;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.screen-box .screen-item .screen-list{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #f2f2f2;
}
.screen-box .screen-item:last-child .screen-list{
    border: 0;
}
.screen-box .screen-item .screen-list>div{
    font-size: 14px;

    font-weight: 500;
    color: #4A4A4A;
    line-height: 20px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.screen-box .screen-item .screen-list input, .screen-box .screen-item .screen-list label{
    cursor: pointer;
}
.screen-box .screen-item .screen-list>div.active{
    color: #0070F5;
}
.screen-box .screen-item .screen-search{
    display: flex;
    align-items: center;
}
.screen-box .screen-item .screen-search input{
    border: 1px solid #E1E1E1;
    border-radius: 4px 0px 0px 4px;
    height: 28px;
    padding: 0 5px;
}
.screen-box .screen-item .screen-search input:hover,.screen-box .screen-item .screen-search input:focus-visible{
    border: 1px solid #E1E1E1;
    border-radius: 4px 0px 0px 4px;
    outline: unset;
}
.screen-box .screen-item .screen-search>div{
    background: #F6F7FB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 4px 4px 0px;
    width: 55px;
    height: 28px;
    cursor: pointer;
}
.screen-box .screen-item .screen-search>div>img{
    width: 15px;
    height: 15px;
}

.goods-list-box{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    border-bottom: 30px solid #f2f3f5;
}
.goods-list-box .goods-left{
    width: calc(100% - 270px);
    background: #ffffff;
    margin-right: 20px;
}
.goods-list-box .goods-left .goods-sort{
    border-bottom: 1px dashed #f2f2f2;
    display: flex;
    padding: 20px 30px;

}
.goods-list-box .goods-left .goods-sort>div{
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.goods-list-box .goods-left .goods-sort>div.active{
    color: #0070F5;
}
.goods-list-box .goods-left .goods-sort>div svg{
    margin-left: 5px;
}
.goods-list-box .goods-left .goods-sort .title{
    color: #999999;
}

.goods-list-box .goods-left .goods-list-wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
}

.goods-list-box .goods-left .goods-list-wrap .card{
    width: 25%;
    border: 0;
    padding: 14px;
    cursor: pointer;
    transition: all .3s ease;
    box-sizing: border-box;
    background-color: unset;
}
.goods-list-box .goods-left .goods-list-wrap .card:hover{
    box-shadow: 0 0 14px rgba(0,53,132,.1);
}
.goods-list-box .goods-left .goods-list-wrap .card .ns-card-img{
    width: 239px;
    height: 190px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.goods-list-box .goods-left .goods-list-wrap .card .card-body{
    padding: 0;
    margin-top: 8px;
}
.goods-list-box .goods-left .goods-list-wrap .card .card-body .card-title{
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-list-box .goods-left .goods-list-wrap .card .card-body .card-text{
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}
.goods-list-box .goods-left .goods-list-wrap .card .card-body .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.goods-list-box .goods-left .goods-list-wrap .card .card-body .bottom .sale-num{
    font-size: 12px;
    color: #777;
}
.goods-list-box .goods-left .goods-list-wrap .card .card-body .bottom .discount-price {
    font-size: 16px;
    color: #FC0B0B;
}
.goods-list-box .goods-recommend{
    width: 250px;
    background: #ffffff;
}
.goods-list-box .goods-recommend .title{
    border-bottom: 1px dashed #f2f2f2;
    display: flex;
    padding: 14px 20px;
    align-items: center;
    font-size: 16px;
}
.goods-list-box .goods-recommend .title .icon{
    margin-right: 5px;
    color: #ffb300;
    margin-bottom: 2px;
}

.goods-list-box .goods-recommend .goods-list-wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}

.goods-list-box .goods-recommend .goods-list-wrap .card{
    width: 100%;
    border: 0;
    padding: 14px;
    cursor: pointer;
    transition: all .3s ease;
    box-sizing: border-box;
    background-color: unset;
}

.goods-list-box .goods-recommend .goods-list-wrap .card .ns-card-img{
    width: 190px;
    height: 190px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.goods-list-box .goods-recommend .goods-list-wrap .card .card-body{
    padding: 0;
    margin-top: 8px;
}
.goods-list-box .goods-recommend .goods-list-wrap .card .card-body .card-title{
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-list-box .goods-recommend .goods-list-wrap .card .card-body .card-text{
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}
.goods-list-box .goods-recommend .goods-list-wrap .card .card-body .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.goods-list-box .goods-recommend .goods-list-wrap .card .card-body .bottom .sale-num{
    font-size: 12px;
    color: #777;
}
.goods-list-box .goods-recommend .goods-list-wrap .card .card-body .bottom .discount-price {
    font-size: 16px;
    color: #FC0B0B;
}
.pagination{
    justify-content: center!important;
}
.footer-top{
    margin-top: 0;
}