.header-box .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header-box .header .logo {
    display: block;
    width: 100px;
    height: 100px;
}

.header-box .header .serch-box {
    display: flex;
    align-items: center;
    width: 600px;
    height: 44px;
    background-color: #f5f5f5;
    /* padding: 10px 0 10px 10px; */
    padding-left: 10px;
    border-radius: 50px;
}

.header-box .header .serch-box .serch-img {
    display: block;
    width: 25px;
    height: 25px;
}

.header-box .header .serch-box input {

    display: block;
    border: none;
    width: 455px;
    background-color: #f5f5f5;

}

.header-box .header .serch-box input:focus-visible {
    outline: none;
}

.header-box .header .serch-box .serch-text {
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    background-color: #61b8c4;
    color: #fff;
    cursor: pointer;

}

.header-box .language {
    cursor: pointer;
    width: 60px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #61b8c4;
    color: #fff;
    border-radius: 5px;
}

/* 轮播 */
.swiper-box .swiper-container {
    width: 100vw;
    height: 650px;
    margin-top: 20px;
    margin-right: calc(100% - 100vw)
}

.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-wrapper a{
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 分类 */
.classifyAll-box .classifyAll {
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-top: 20px;
}

.classifyAll-box .classifyAll .sort,
.classification {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


.classifyAll-box .classifyAll .classification {
    /* opacity: 0; */
    display: none;
}


.classifyAll-box .classifyAll .sort .title {
    color: #7a7a7a;
    margin-right: 30px;
    font-size: 500;
}



.classifyAll-box .classifyAll .sort,
.classification .item1 {
    color: #7a7a7a;
    /* margin-right: 30px; */
    /* cursor: pointer; */

}

.classifyAll-box .classifyAll .sort .content {
    /* width: 1010px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.classifyAll-box .classifyAll .classification .title {
    color: #7a7a7a;
    margin-right: 30px;
    font-size: 500;
}

.classifyAll-box .classifyAll .classification .content {
    /* width: 1010px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.classifyAll-box .classifyAll .sort .item {
    color: #7a7a7a;
    margin-right: 30px;
    cursor: pointer;
    /* margin-bottom: 10px; */

}

.classifyAll-box .classifyAll .sort .item:last-child {
    margin-right: 0;
}

.classifyAll-box .classifyAll .classification .item {
    color: #7a7a7a;
    margin-right: 30px;
    cursor: pointer;
    /* margin-bottom: 10px; */

}

.classifyAll-box .classifyAll .sort .active {
    color: #7fc6cf;
    font-weight: 500;
    cursor: pointer;

}

.classifyAll-box .classifyAll .classification .active {
    color: #7fc6cf;
    font-weight: 500;
    cursor: pointer;

}

.classifyAll-box .classifyAll .sort .unfold {
    color: #7fc6cf;
    font-weight: 500;
    margin-left: 20px;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

.classifyAll-box .classifyAll .classification .unfold {
    color: #7fc6cf;
    font-weight: 500;
    font-size: 25px;
    margin-left: 20px;
    cursor: pointer;
    display: none;

}

.classifyAll-box .classifyAll .sort .hide {
    display: none;
}


.classifyAll-box .screen {
    display: flex;
    align-items: center;
}

.classifyAll-box .screen .title {
    color: #7a7a7a;
    margin-right: 20px;
    /* cursor: pointer; */
}

.classifyAll-box .screen .btns {
    display: flex;
    align-items: center;

}

.classifyAll-box .screen .btns button {
    background-color: #ffffff;
    color: #7a7a7a;
}

/* 商品列表1 */
.content-box1 .list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    cursor: pointer;
}

.content-box1 .list .item1 {
    width: 220px;
    border-radius: 10px;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.content-box1 .list .item1:nth-child(5n) {
    margin-right: 0;
}

.content-box1 .list .item1 img {
    display: block;
    width: 218px;
    height: 218px;
    margin: 0 auto;
    border-radius: 10px;
}

.content-box1 .list .item1 .base {
    padding: 5px 10px;
}

.content-box1 .list .item1 .base .title {
    width: 198px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-content: center;
}

.content-box1 .list .item1 .base .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.content-box1 .list .item1 .base .price-box .price {
    font-size: 15px;
    color: #fd2c2c;
    font-weight: 700;
}

.content-box1 .list .item1 .base .price-box .price text {
    font-weight: 400;
}

.content-box1 .list .item1 .base .price-box .sale {
    color: #a8a8a8;
    font-size: 10px;
}
.content-box1 .list .item1 .base .merchant{
    color: #a8a8a8;
    font-size: 12px; 
    margin-top: 5px;
    text-align: left;
}
/* 商品列表2 */
.content-box2 .list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    cursor: pointer;
}

.content-box2 .list .item1 {
    width: 220px;
    border-radius: 10px;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.content-box2 .list .item1:nth-child(5n) {
    margin-right: 0;
}

.content-box2 .list .item1 img {
    display: block;
    width: 218px;
    height: 218px;
    margin: 0 auto;
    border-radius: 10px;
}

.content-box2 .list .item1 .base {
    padding: 5px 10px;
}

.content-box2 .list .item1 .base .title {
    width: 198px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-content: center;
}

.content-box2 .list .item1 .base .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.content-box2 .list .item1 .base .price-box .price {
    font-size: 15px;
    color: #fd2c2c;
    font-weight: 700;
}
.content-box2 .list .item1 .base .price-box .price text {
    font-weight: 400;
}
.content-box2 .list .item1 .base .price-box .sale {
    color: #a8a8a8;
    font-size: 10px;
}
.content-box2 .list .item1 .base .merchant{
    color: #a8a8a8;
    font-size: 12px; 
    margin-top: 5px;
    text-align: left;
}
/* 商品列表3 */
.content-box3 .list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    /* margin-top: 30px;  */
}

.content-box3 .list .item1 {
    width: 220px;
    border-radius: 10px;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.content-box3 .list .item1:nth-child(5n) {
    margin-right: 0;
}

.content-box3 .list .item1 img {
    display: block;
    width: 218px;
    height: 218px;
    margin: 0 auto;
    border-radius: 10px;
}

.content-box3 .list .item1 .base {
    padding: 5px 10px;
}

.content-box3 .list .item1 .base .title {
    width: 198px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-content: center;
}

.content-box3 .list .item1 .base .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.content-box3 .list .item1 .base .price-box .price {
    font-size: 15px;
    color: #fd2c2c;
    font-weight: 700;
}

.content-box3 .list .item1 .base .price-box .price text {
    font-weight: 400;
}

.content-box3 .list .item1 .base .price-box .sale {
    color: #a8a8a8;
    font-size: 10px;
}
.content-box3 .list .item1 .base .merchant{
    color: #a8a8a8;
    font-size: 12px; 
    margin-top: 5px;
    text-align: left;
}

/* 轮播1 */
.swiper-box1 {
    display: none;
}

.swiper-box1 .swiper-container {
    width: 1200px;
    height: 330px;
    margin-top: 20px;
}

.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 轮播2 */
.swiper-box2 {
    display: none;
}

.swiper-box2 .swiper-container {
    width: 1200px;
    height: 330px;
    margin-top: 20px;
    margin-bottom: 40px;

}

.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 分页 */
.paging-box {
    margin: 20px auto;
    padding-bottom: 40px;
}


/* 底部 */
.bottom-box {
    width: 100vw;
    /* height: 230px; */
    margin-top: 20px;
    margin-right: calc(100% - 100vw);
    background-color: #4eafbc;
    padding: 35px 0 40px;
}

.bottom-box .content {
    display: flex;
    align-items: flex-start;

}

.bottom-box .content .pages-box {
    height: 120px;
    width: 360px;
    padding-left: 75px;
    border-right: 1px solid #d3ecef;
    box-sizing: border-box;

}

.bottom-box .content .pages-box .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.bottom-box .content .pages-box .item {
    color: #d3ecef;
    margin-top: 8px;
    font-size: 13px;
}

.bottom-box .content .base-box {
    height: 120px;
    width: 440px;
    padding-left: 75px;
    border-right: 1px solid #d3ecef;
    box-sizing: border-box;

}

.bottom-box .content .base-box .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.bottom-box .content .base-box .item {
    color: #d3ecef;
    margin-top: 8px;
    font-size: 13px;
}

.bottom-box .content .fun-box {
    height: 120px;
    width: 400px;
    display: flex;
    align-items: center;
    padding-left: 75px;
}

.bottom-box .content .fun-box .item {
    margin-right: 40px;
}

.bottom-box .content .fun-box .item :last-child {
    margin-right: 0;
}

.bottom-box .content .fun-box .item img {
    display: flex;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
}

.bottom-box .content .fun-box .item .text {
    font-size: 10px;
    color: #d3ecef;
    text-align: center;
}

.footer-box {
    width: 1050px;
    margin: 30px auto 0;
    border-top: 1px solid #9cd2da;
    text-align: center;

}

.footer-box .text {
    color: #d3ecef;
    font-size: 10px;
    margin-top: 20px;
}