.banner{
    width: 100%;
    height: 420px;
    background-position: center center;
    background-repeat: no-repeat;
}
.item-title{
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    color: #333;
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.item-title .icon{
    width: 40px;
    height: auto;
    margin-right: 0px;
    padding-right: 5px;
}
.item-title span{
    margin-right: 5px;
}
.item-title .subcat{
    font-size: 15px;
    font-weight: normal;
    color: #5b5b5b;
    margin-left: 15px;
    margin-top: 8px;
}
.item-title .view-more{
    position: absolute;
    right: 26px;
    font-size: 13px;
    font-weight: normal;
    color: #939393;
}
.item-title .subcat:hover{
    color: #000;
}
.item-title .view-more:hover{
    color: var(--theme);
}
.hot-gift{
    background-color: #FFFFFF;
    width: 1230px;
    border-radius: 4px;
    min-height: 430px;
    margin-top: 25px;
}

.goods-floor{
    background-color: #FFFFFF;
    width: 1230px;
    border-radius: 4px;
    min-height: 430px;
    margin-top: 25px;
}
.goods-list{
    width: 100%;
    padding: 15px 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.goods-list .cover{
    width: 238px;
    height: 663px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.goods-list .cover img{
    width: 100%;
}

.goods-list .list {
    display: block;
    zoom: 1;
    width: 925px;
    margin-left: 4px;
}

.goods-list .list::after,.hotSwiper .swiper-wrapper::after {
    content: '';
    display: block;
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

.goods-list .list li,.hotSwiper .swiper-slide {
    width: 221px;
    height: 325px;
    list-style-type: none;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    transition: all 0.1s linear;
    border: 1px solid #eaeaea;
    float: left;
    margin-top: 2px;
}

.goods-list .list li:hover,.hotSwiper .swiper-slide:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.1s linear;
    transform: translate3d(0, -2px, 0);
}

.goods-list .list li .gift-img,.hotSwiper .swiper-slide .gift-img {
    width: 100%;
    height: 190px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    padding: 25px 34px 20px 34px;
    justify-content: center;
    align-items: center;
}

.goods-list .list li .gift-img img,.hotSwiper .swiper-slide .gift-img img{
    width: 100%;
    height: auto;
    transition: all 0.2s linear;
}

.goods-list .list li .gift-img:hover > img,.hotSwiper .swiper-slide .gift-img:hover > img {
    transform: scale(1.05);
}

.goods-list .list li .gift-name,.hotSwiper .swiper-slide .gift-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
    text-align: left;
    line-height: 20px;
    word-break: break-all;
    padding: 0 11px;
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
    margin-top: 10px;
}

.goods-list .list li .hotsp,.hotSwiper .swiper-slide .hotsp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    margin-bottom: 4px;
}

.goods-list .list li .gift-score,.goods-list .list li .gift-num,.hotSwiper .swiper-slide .gift-num {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-size: 12px;
    padding-right: 4px;
}

.goods-list .list li .gift-score span,.goods-list .list li .gift-num span,.hotSwiper .swiper-slide  .gift-num span {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-size: 16px;
    color: #E94637;
    display: inline-block;
    white-space: normal;
    padding-right: 2px;
    vertical-align: top;
    text-align: left;
}


.goods-list .list li .add-giftbox,.hotSwiper .swiper-slide .add-giftbox {
    height: 36px;
    width: 196px;
    border-radius: 4px;
    background: linear-gradient(-90deg, #3AB167, #28B06E);
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
    border: none;
}

.goods-list .list li .add-giftbox:hover,.hotSwiper .swiper-slide .add-giftbox:hover {
    background-color: #c4c4c4;
}

.goods-list .list li .add-giftbox-disabled,.hotSwiper .swiper-slide .add-giftbox-disabled {
    background-color: #c4c4c4;
    cursor: default;
}

.goods-list .list li .add-giftbox-disabled:hover,.hotSwiper .swiper-slide .add-giftbox-disabled:hover {
    background-color: #bbbbbb;
}
.swiper {
    width: 1150px;
    height: 370px;
    margin: 0 auto;
    margin-top: 20px;
}
.swiper .swiper-wrapper{

}
.goods-list .list li{
    margin-right: 13px;
    margin-bottom: 13px;
}
.goods-list .list li:nth-child(4n){
    margin-right: 0;
}

