

/* 板块图片 */
.contImgBox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

.contImgBox img {
    width: 100%;
    height: auto;
    transition: all .35s;
}

.contImgBox img:hover {
    transform: scale(1.05);
}

/* 商品分类列表 */
.goodsClsLists {
    width: 100%;
    display: flex;
    justify-content: center;
}

.goodsClsList {
    width: 160px;
    margin: 0 20px;
}

.goodsClsList .goodsImgBox {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    cursor: pointer;
}

.goodsClsList .goodsImgBox img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .35s;
}

.goodsClsList .goodsImgBox img:hover {
    transform: translateY(-50%) scale(1.05);
}

.goodsClsList .goodsTit {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
}


/* 轮播图左右切换按钮 */
.swiperPage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

/*  */
/* 轮播图左右滑动按钮 */
.swiper-but {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000CC;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.swiper-but svg {
    width: 18px;
    height: auto;
}

.swiper-but-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.swiper-but-next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

/* 头部Banner配置 */
.bannerImg {
    width: 100%;
    display: flex;
    cursor: pointer;
    aspect-ratio: 1200 / 392;
}

.bannerImg img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.bannerPage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

#banner .swiper-pagination {
    z-index: 2;
    bottom: 6px;
    display: flex;
    justify-content: center;
}

#banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #fff;
    margin: 0 4px;
}

#banner .swiper-pagination-bullet-active {
    background-color: #333;
}

/* Banner横栏说明文案 */
.bannerHover {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    display: flex;
}

.bannerHover .bannerHoverLists {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 50px;
    background-color: #fff;
    border-radius: 40px;
}

.bannerHover .xian {
    width: 1px;
    height: 16px;
    background-color: #CBCBCB;
    margin: 0 20px;
}

.bannerHover .bannerHoverList {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.bannerHover .bannerHoverList img {
    width: 20px;
    height: auto;
    margin-right: 8px;
    flex-shrink: 0;
}

.bannerHover .bannerHoverList .text {
    font-weight: 700;

}

.bannerHover .bannerHoverList:hover {
    text-decoration: underline;
    text-decoration-color: #FF872F;
}

/* 悬浮出现上方详细框 */
.ebd-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4;
    list-style: none;
    position: absolute;
    z-index: 1070;
    display: block;
    width: -moz-max-content;
    width: max-content;
    max-width: 500px;
    visibility: hidden;
    padding-bottom: 15px;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    transform: scale(.9) translateX(-50%);
    transition: all .3s;
}

.bannerHover .bannerHoverList:hover .ebd-tooltip {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateX(-50%);
}

.ebd-tooltip-arrow {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    z-index: 1;

}

.ebd-tooltip-arrow-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #fff;
    content: "";
    pointer-events: auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    transform: translateY(-13px) rotate(45deg);
}

.ebd-tooltip-inner {
    text-decoration: none;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);

    position: relative;
    max-width: 240px;
    padding: 15px;
    margin: 0 10px;
    font-size: 12px;
    color: #666;
    text-align: center;
    letter-spacing: .02em;
}

/* Slogan */
.sloganButList {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sloganBut {
    padding: 0px 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    border: 1px solid #666666;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 15px;
}

.sloganBut:hover {
    color: #FE7106;
    border-color: #FE7106;
}

/* 轮播图 */
.swiperImg {
    width: 100%;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 488 / 325;
}

.swiperImg img {
    width: 100%;
    height: auto;
    transition: all .35s;
    object-fit: cover;
}

.swiperImg img:hover {
    transform: scale(1.05);
}


#swiper .swiper-pagination {
    width: 100%;
    margin-top: 20px;
    position: static;
    z-index: 2;
    bottom: 6px;
    display: flex;
    justify-content: center;
}

#swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #FF9C523D;
    margin: 0 5px;
}

#swiper .swiper-pagination-bullet-active {
    background-color: #FF9C52;
}


/* 商品板块tab切换 */
.goodsSprTab{
    width: auto;
    height: 50px;
    margin: 0 auto;
    background-color: #F6F6F6;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.goodsSprTab li{
    width: 210px;
    height: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
}

.goodsSprTab .active{
    color: #FFFFFF;
    background-color: #333333;
    font-weight: 700;
}

#swiper .swiper-slide{
    max-width: 41.67%;
    margin-right: 24px;
}

.goodsBestselling .swiper-slide,
.goodsRecommend .swiper-slide,
.flashSale .swiper-slide{
    max-width: calc(23.81% - 10px);
    margin-right: 20px;
}


/* 运营图样式 */
.cutItem {
    width: 100%;
}

.cutItem .cutImgBox {
    width: 100%;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cutItem .cutImgBox img {
    width: 100%;
    height: auto;
    transition: all .35s;
    object-fit: cover;
}

.cutItem .cutImgBox img:hover {
    transform: scale(1.05);
}

.cutItem .cutTit {
    width: 100%;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 12px;
    cursor: pointer;
}

.cutItem .cutDesc {
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.cutItem .cutButs {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: #FA6E07;
}

.cutItem .cutButs .jtBut {
    width: 13px;
    margin-left: 5px;
    display: flex;
}

.cutItem .cutButs .jtBut svg {
    width: 100%;
    height: auto;
}

/* 快速搜索标签 */
.quickLists {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.quickList {
    padding: 0 10px;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    border: 1px solid #999999;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 10px;
    cursor: pointer;
}

.quickList:hover {
    color: #FE7106;
    border-color: #FE7106;
}

/* 运营方块图 */
.cutLists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cutLists .cutItem {
    width: calc((100% - 50px) / 3);
    margin-top: 30px;
}

.cutLists .cutItem:nth-child(-n+3) {
    margin-top: 0;
}

/* 运营轮播图 */
.cutSwiperBox {
    width: 100%;
    position: relative;
    padding: 0 75px;
    box-sizing: border-box;
}

/* 博客 */
.blogBox {
    width: 100%;
    display: flex;
}

.blogItemB {
    width: 45%;
    margin-right: 14px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.blogBox .blogList {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.blogBox .blogItem {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.blogBox .blogItem .descBox {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}


.blogBox .imgBox {
    width: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.blogBox .imgBox img {
    width: 100%;
    height: auto;
    transition: all .35s;
}

.blogBox .imgBox img:hover {
    transform: scale(1.05);
}

.blogBox .blogTit {
    width: 100%;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}

.blogBox .blogTit:hover {
    text-decoration: underline;
    color: #FA6E07;
}

.blogBox .blogDesc {
    width: 100%;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding: 0 15px;
}

.blogBox .blogNum {
    width: 100%;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.blogBox .blogNum .jtBox {
    margin-left: 30px;
    width: 62px;
    display: flex;
    cursor: pointer;
}

.blogBox .blogNum .jtBox svg {
    width: 100%;
    height: auto;
    fill: #333333;
}

.blogBox .blogNum .jtBox:hover svg {
    fill: #FA6E07;
}



