
.header .header-box .query a{
    max-width: 45%;
}


.main .cate .cate-box{
    height: fit-content;
    padding-bottom: 10px;
    min-width: 105px;
    max-width: 137px;
}
.main .goods .goods-name{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
}



@media(min-width: 686px) {
    .goodsItem {
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main .goods .goods-box{
        width: calc(50% - 44px);
    }
}

@media(min-width: 1200px) {
    .goodsItem {
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main .goods .goods-box{
        width: calc(33.33% - 44px);
    }
}

@media(min-width: 1600px) {
    .goodsItem {
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main .goods .goods-box{
        width: calc(25% - 44px);
    }
}

.layui-layer-content{
    height: unset!important;
}


.laypro_footer{
    text-align: center;
    padding: 30px 0 20px 0;
    color: #737573;

}
#statistics a{
    color: #737573;
}


#skuListBox{
    padding:2px;
    width: 100%;

    /*
    word-wrap:break-word;
 word-break:break-all;
    overflow-x: scroll;*/
}
.skusList{
    display: block;
    margin-top: 5px;
    font-size: 15px;
}
.skusList p{
    display: inline-block;
}
.skusList p{
    /*
    padding: 4px;
    margin: 7px;
    font-size: 15px;
    margin-top: 2px;*/
}
.skusList a{
    border: 1px silver solid;
    color: #666;
    font-weight: 300;
    font-size: 16px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    margin: 2px 3px;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.skusList a.on{
    border: 1px #74b9ff solid;
    color: #0984e3;
}
