.swiper-slide img {
    width:auto;
    max-height:560px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-43%, -50%);

}
/*.swiper-slide[aria-label="1 / 3"] img{*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-31%, -50%);*/
/*}*/
.banner .swiper-horizontal{
    text-align: center;
}

/* .swiper-slide {
    width: auto !important;
} */

.favoritesOne,
.brightSpotContent,
.evaluateContent {
    margin: 0 40px 80px 40px;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    color: #222;
    font-family: patpat-Bold;
    margin-bottom: 24px;
    text-align: start;
}

a, h1, button {
    font-weight: 300;
    /*font-family: patpat-Bold;*/
}

.banner,
.InfiniteScrolling {
    margin-bottom: 80px;
}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
    height:560px;
}

.bannerImg {
    width: 100%;
    min-width: 1280px;
}

.bannerText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    margin-inline-start: 80px;
    text-align: start;
}

.bannerText img {
    height: 40px;
    width: auto;
    background: 0 0;
    margin-bottom: 22px;
}

.bannerText button {
    min-width: 249px;
    height: 64px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    font-family: patpat-Bold;
    padding: 0 40px;
    border: none;
}

.bannerText p:nth-child(2) {
    font-size: 40px;
    line-height: 48px;
    font-family: patpat-Bold;
    color: #222;
    margin-bottom: 8px;
    max-width: 552px;
    text-align: start;
    white-space: pre-wrap;
}

.bannerText p:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
    font-family: patpat-medium;
    color: #222;
    margin-bottom: 32px;
    max-width: 552px;
    text-align: start;
    white-space: pre-wrap;
}

.favoritesTwo,
.typeImages,
.typeImagesbottom {
    display: flex;
    width: 100%;
}

.favoritesTwo a,
.typeImages a,
.typeImagesbottom a {
    margin: 0px 8px;
    margin-inline-start: 0 !important;
    flex: 1;
    height: 100%;
    position: relative;
}

.favoritesTwo a img {
    width: 98%;
    height: auto;
    min-width: 389px;
    min-height: 518px;
}

.conentText {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    min-height: 80px;
}

.conentText div {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-family: patpat-Bold;
    color: #222;
    text-align: center;
}

/* 按类别购物 */
.typeShoppingone {
    margin: 0 40px 80px 40px;
}

.typeImages {
    margin-bottom: 48px;
}

.typeImages a:hover,
.typeImagesbottom a:hover,
.sellingSwiperList a:hover,
.brightSpotRight a:hover,
.about:hover {
    text-decoration: none;

}

.typeImages a img {
    width: 98%;
    height: auto;
    min-width: 288px;
    min-height: 384px;
}

.typeImages div div,
.typeImagesbottom div div {
    text-align: center;
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
    font-family: patpat-Bold;
    color: #222;
}

.typeImagesbottom {
    justify-content: center;
}

.typeImagesbottom a {
    margin-inline-start: 0 !important;
    text-align: center;
    margin: 0 32px;
}

.typeImagesbottom a img {
    width: 148px;
    height: 148px;
}

del {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    font-family: patpat-Regular;
    text-decoration: line-through;
}

/* 畅销潮品 新品推荐*/
.selling,
.selling2 {
    margin-bottom: 80px
}

.sellingTop {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
}

.sellingTop a span {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #222;
    display: inline-block;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
}

.sellingSwiper {
    width: 100%;
    display: flex;
    position: relative;
}

.sellingSwiperList {
    width: 100%;
    overflow-x: auto;
    display: flex;
    position: relative;
}

.sellingSwiperList ul {
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
}

.sellingSwiperList ul li {
    margin-inline-end: 16px;
    max-width: 434px;
    min-width: 280px;
    width: calc((100vw - 144px) / 4);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.sellingSwiperList ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start;
}

.sellingSwiperList ul li a > div {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.sellingSwiperList ul li a div div {
    position: relative;
}

.sellingSwiperList a img {
    width: 100%;
}

.intrduce {
    margin-top: 16px;
}

.intrduce p:nth-child(1) {
    color: #222;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-inline-end: 24px;
}

.intrduce p:nth-child(2) {
    margin-top: 8px;
    color: #222;
    font-size: 14px;
    font-family: patpat-SemiBold;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    align-content: flex-start;
}

.intrduce p span {
    color: #222;
    font-size: 14px;
    font-family: patpat-SemiBold;
    font-weight: 400;
    line-height: 20px;
    margin-inline-end: 4px;
}

.sellingSwiperList button {
    position: absolute;
    z-index: 9;
    display: none;
    bottom: 24px;
    left: 8%;
    width: 84%;
    border: 1px solid;
    cursor: pointer;
    background-color: #fff;
}

.sellingSwiperList button span {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 14px 32px;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-family: patpat-Medium;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.sellingSwiperList a:hover button {
    display: block;
}

/* 迷人亮点 */

.brightSpotDetails {
    display: flex;
    justify-content: space-between;
}

.brightSpotDetails > a {
    position: relative;
    margin-inline-end: 102px;
}

.brightSpotList {
    position: absolute;
    bottom: 40px;
    margin: 40px;
}

.brightSpotList div:nth-child(1) {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family: patpat-Bold;
    margin-bottom: 6px;
}

.brightSpotList div:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.brightSpotList div:nth-child(3) {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
}

.brightSpotRight {
    flex: 1;
}

.brightSpotRight a {
    min-width: 593px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 16px;
}

.brightSpotRight a::after {
    content: "";
    /* width: calc(100% - 222px); */
    height: 1px;
    background-color: #e9e9e9;
    bottom: 0;
    position: absolute;
}

.brightSpotRight a img {
    margin-bottom: 20px;
}

.brightSpotListRight div:nth-child(1) {
    font-size: 20px;
    line-height: 28px;
    font-family: patpat-Bold;
    margin-bottom: 6px;
    color: #222;
}

.brightSpotListRight div:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    margin-bottom: 16px;
}

.brightSpotListRight div:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    border-bottom: 1px solid #222;
    display: inline-block;
    margin-bottom: 0;
}

/* .slide-box{
    width: 220px;
} */


@media screen and (max-width: 1920px) {
    .brightSpotRight a img {
        width: 171px;
        height: 171px;
    }

    .brightSpotDetails > a img {
        width: 586px;
        height: 586px;
    }

    .brightSpotRight a:after {
        width: calc(100% - 172px);
    }
}

@media screen and (max-width: 1360px) {
    h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .bannerText p:nth-child(2) {
        font-size: 32px;
        line-height: 40px;
        max-width: 480px;
    }

    .bannerText p:nth-child(3) {
        max-width: 480px;
    }

    .brightSpotDetails > a {
        margin-inline-end: 90px;
    }

    .brightSpotRight a img {
        width: 151px;
        height: 151px;
    }

    .brightSpotDetails > a img {
        width: 517px;
        height: 517px;
    }

    .brightSpotRight a:after {
        width: calc(100% - 151px);
    }
}

.brightSpotRight a:nth-child(3):after {
    display: none;
}

.InfiniteScrolling h1 {
    margin: 0 40px 24px 40px;
}

.seamlesswrap {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.seamlesswrap img {
    width: 213px;
    height: 213px;
    min-width: 213px;
    display: block;
}

.seamlesswrap .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.seamlesswrap .swiper-container {
    margin: 10px 0;
}

/* 关于 */
.about {
    display: flex;
    align-items: stretch;
    background-color: #f7f7f7;
    min-height: 240px;
    margin-bottom: 80px;
}

.aboutContent {
    padding-inline-start: 126px;
    text-align: start;
    width: 50%;
    min-width: 640px;
    display: flex;
    align-items: flex-start;
    margin: auto;
    flex-direction: column;
}

.aboutContent h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: patpat-bold;
    margin-bottom: 16px;
    color: #222;
}

.aboutContent p {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    width: 463px;
    margin-bottom: 24px;
}

.aboutContent div {
    min-width: 176px;
    height: 48px;
    font-size: 14px;
    padding: 14px 32px;
    line-height: 20px;
    border: 1px solid #222;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: #222;
}

.aboutImg {
    width: 50%;
    position: relative;
}

.aboutImg img {
    width: 100%;
    min-width: 640px;
}

.evaluateContent > p {
    text-align: start;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    font-family: patpat-Bold;
}

.evaluateList {
    background-color: #f7f7f7;
    padding: 40px 20px 54px;
}

.evaluateList p {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    color: #222;
    max-width: 1010px;
    margin: auto auto 32px;
}

.evaluateList div div {
    position: relative;
}

.evaluateList div div img {
    width: auto;
    height: 56px;
    margin-inline-end: 48px;
    cursor: pointer;
}

.evaluateList div div img:nth-child(2) {
    display: none;
}

.evaluateList > div {
    display: flex;
    justify-content: center;
}

.inspireContent {
    margin: 0 40px 24px 40px;
}

.inspireOne {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.inspireTwo {
    width: 100%;
    display: flex;
    position: relative;
}

.inspireList {
    width: 100%;
    overflow-x: auto;
    display: flex;
    position: relative;
}

.inspireList ul {
    /* margin: 0 40px; */
    display: flex;
}

.inspireList ul li {
    margin-inline-end: 16px;
    max-width: 350px;
    min-width: 200px;
    width: calc((100vw - 240px) / 5);

    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.inspireList ul li img {
    width: 100%;
}

.imgDiv div {
    display: none;
}

.imgDiv.active img:nth-child(1) {
    display: none;
}

.imgDiv.active img:nth-child(2) {
    display: inline-block;
}

a .conentText .sizestyle {
    font-weight: 600;
}

.sellingSwiperList ul,
.inspireList ul {
    transition: transform 1s ease;
    /* 1秒的过渡时间，缓入缓出效果 */
}

.arrow.hidden {
    display: none;
}

.sellingSwiperList,
.inspireList {
    overflow: hidden;
}

.arrow-right,
.arrow-left {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 9;
    padding: 10px;
    background: #ccc;
    color: #333;
    opacity: 0.6;
    border-radius: 20px;
}

.arrow-right {
    right: 0;
}

.arrow-left {
    left: 0;
}

.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.scroll-content {
    display: flex;
    animation: scroll 30s linear infinite;
}

.scroll-item {
    display: inline-block;
    flex: none;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollLeftToRight {
    100% {
        transform: translateX(0%);
    }

    0% {
        transform: translateX(-50%);
    }
}

#scroll-container-2 .scroll-content {
    animation: scrollLeftToRight 30s linear infinite;
}

.scroll-content .scroll-item {
    margin-bottom: 16px;
    position: relative;
}

.scroll-content .scroll-item img {
    margin-right: 16px;
}

.scroll-content .scroll-item div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 16px);
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    margin-inline-end: 16px;
    text-align: center;
    line-height: 360px;
}

.scroll-content .scroll-item div:hover {
    background: rgba(0, 0, 0, .1);
}

.scroll-content .scroll-item div:hover span {
    display: inline-block;
}

.scroll-content .scroll-item div span {
    display: none;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
}
body .headContent{
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
}
