/*banner*/
.layui-carousel .layui-carousel-ind .layui-this {
    width: 50px;
}
.layui-carousel .layui-carousel-ind li {
    border-radius: 5px;
}
.layui-carousel .layui-carousel-ind ul {
    background-color: transparent;
}

/*主体内容*/
.main-content {
    width: 1320px;
    margin: 0 auto 80px;
}

/*新品推荐*/
.main-recommend {
    height: 400px;
}
.main-recommend .recommend-title {
    height: 100px;
    text-align: center;
    padding-top: 30px;
}
.main-recommend .recommend-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}
.new-product-swiper .swiper-slide {
    width: 242px;
    background-color: white;
    text-align: center;
}
.new-product-swiper .swiper-slide .new-product-icon {
    position: absolute;
}
.new-product-swiper .swiper-slide .new-product-icon span {
    color: white;
    position: absolute;
    margin-top: 5px;
    margin-left: 16px;
    font-weight: bold;
    font-size: 12px;
}
.new-product-swiper .swiper-slide .cover {
    width: 170px;
    height: 170px;
    margin-top: 48px;
}
.new-product-swiper .swiper-slide .cover:hover {
    cursor: pointer;
}
.new-product-swiper .swiper-button-prev {
    background: url(../../images/index/left-light-arrow.png) no-repeat;
    position: relative;
    width: 26px;
    height: 36px;
    float: left;
    margin-top: -160px;
    margin-left: -10px;
}
.new-product-swiper .swiper-button-prev:hover {
    background-color: #a5a5a5;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
.new-product-swiper .swiper-button-next {
    background: url(../../images/index/right-light-arrow.png) no-repeat;
    position: relative;
    width: 26px;
    height: 36px;
    float: right;
    margin-top: -160px;
    margin-right: -10px;
}
.new-product-swiper .swiper-button-next:hover {
    background-color: #a5a5a5;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}


.cover-container  {
    position: relative;
    display: inline-block;
    float: left;
}

.cover-container img {
    display: block;
}

.cover-container .label-image {
    z-index: 10;
    width: 65px !important;
    height: 65px !important;
    object-fit: contain;
}
.cover-container .label-image:nth-child(1) {
    left: 0%;
}

.cover-container .label-image:nth-child(2) {
    left: 20%!important;
}

.cover-container-top  {
    position: relative;
    display: inline-block;
}

.cover-container-top img {
    display: block;
}

.cover-container-top .label-image {
    z-index: 10;
    width: 65px !important;
    height: 65px !important;
    object-fit: contain;
}
.cover-container-top .label-image:nth-child(1) {
    left: 0%;
}

.cover-container-top .label-image:nth-child(2) {
    left: 20%!important;
}
