.am-theme-header.am-topbar.am-nav-absolute {
    background: transparent;
    box-shadow: none;
}

.am-home-content {
    background-color: #fff;
}

a:hover {
    color: var(--color-main);
}

.am-home-content {
    --padding-t: 9rem;
}

@media only screen and (max-width: 1200px) {
    .am-home-content {
        --padding-t: 6rem;
    }
}

@media only screen and (max-width: 1000px) {
    .am-home-content {
        --padding-t: 4rem;
    }
}

@media only screen and (max-width: 640px) {
    .am-home-content {
        --padding-t: 3rem;
    }
}

/* 
 * 轮播
*/
.am-swiper-container {
    --size: 8rem;
    --desc-size: 2.1rem;
    --desc-m-t: 2rem;
    --link-size: 1.8rem;
    --link-p: 2.5rem 12rem;
    --link-m-t: 6rem;
    width: 100%;
    height: 92rem;
    overflow: hidden;
    position: relative;
}

.am-swiper-container .swiper-slide {
    background: #120000;
    color: #fff;
}

.am-swiper-container .swiper-slide .swiper-img {
    width: 50%;
}

.am-swiper-container .swiper-slide img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.am-swiper-container .swiper-slide .swiper-content {
    color: #fff;
    width: 50%;
    display: flex;
    padding: 0 8.4rem;
    flex-direction: column;
    justify-content: center;
}

.am-swiper-container .swiper-slide .swiper-content {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 4s;
}

.am-swiper-container .swiper-slide img {
    transform: translateX(50%);
    opacity: 0;
    transition: all 1s;
    position: relative;
    z-index: 1;
}

.am-swiper-container .ani-slide img,
.am-swiper-container .ani-slide .swiper-content {
    transform: translateX(0);
    opacity: 1;
}

.am-swiper-container .swiper-slide .swiper-content .swiper-title {
    font-weight: bold;
    font-size: var(--size);
    font-style: italic;
}

.am-swiper-container .swiper-slide .swiper-content .swiper-desc {
    font-size: var(--desc-size);
    margin-top: var(--desc-m-t);
}

.am-swiper-container .swiper-slide .swiper-content .link {
    display: inline-flex;
    padding: var(--link-p);
    margin-top: var(--link-m-t);
    font-size: var(--link-size);
    background: #377DFF;
    border-radius: 0.8rem;
    color: #fff;
    transition: all .5s ease-in-out;
}

.am-swiper-container .swiper-slide .swiper-content .link:hover {
    border-radius: 4rem;
}

.swiper-pagination {
    bottom: 10rem;
    z-index: 1;
}

.swiper-pagination>div {
    display: flex;
    align-items: center;
    color: #fff;
}

.swiper-pagination .pagination-line-item {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.pagination-line {
    display: inline-block;
    width: 2.3rem;
    height: 0.1rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.pagination-line.am-active {
    background-color: #fff;
}

@media only screen and (max-width: 1600px) {
    .am-swiper-container {
        --size: 6rem;
        --link-p: 2rem 10rem;
    }
}

@media only screen and (max-width: 1440px) {
    .swiper-pagination {
        bottom: 6rem;
    }
}

@media only screen and (max-width: 1260px) {
    .am-swiper-container {
        --size: 4rem;
        --link-p: 1.5rem 5rem;
        --link-m-t: 5rem;
    }

    .swiper-pagination {
        bottom: 4rem;
    }

    .am-swiper-container .swiper-slide .swiper-content {
        padding: 0 4rem;
    }
}

@media only screen and (max-width: 1000px) {
    .am-swiper-container {
        --size: 3rem;
        --desc-size: 2rem;
        --desc-m-t: 1.8rem;
        --link-size: 1.6rem;
        --link-p: 1rem 3rem;
        --link-m-t: 4rem;
    }

    .swiper-pagination {
        bottom: 2rem;
    }
}

@media only screen and (max-width: 820px) {
    .am-swiper-container {
        --size: 2.6rem;
        --desc-size: 1.8rem;
        --desc-m-t: 1rem;
        --link-size: 1.4rem;
        --link-p: 1rem 3rem;
        --link-m-t: 3rem;
    }

    .am-swiper-container .swiper-slide .swiper-content {
        padding: 0 2rem;
    }

    .swiper-pagination>div {
        padding-left: 2.6rem;
    }
}

@media only screen and (max-width: 640px) {
    .am-swiper-container {
        --size: 2rem;
        --desc-size: 1.4rem;
        --desc-m-t: 1.2rem;
        --link-size: 1.2rem;
        --link-p: 0.5rem 2rem;
        --link-m-t: 1.5rem;
    }

    .am-swiper-container .swiper-slide .swiper-content .link i {
        margin-left: 1rem;
    }

    .swiper-pagination {
        bottom: 1rem;
    }
}

/* 
 * 热门品牌
*/
.hot-brand {
    padding-top: 5rem;
}

@media only screen and (max-width: 1200px) {
    .hot-brand {
        padding-top: 4rem;
    }
}

@media only screen and (max-width: 1000px) {
    .hot-brand {
        padding-top: 3rem;
    }
}

@media only screen and (max-width: 640px) {
    .hot-brand {
        padding-top: 2rem;
    }
}

/* 
 * 当季潮款
*/
.trendy-style {
    --content-p: 1.4rem 0;
    --new-badge-top: 2.2rem;
    --new-badge-left: 2.2rem;
    --new-badge-w: 8.4rem;
    --new-badge-h: 3.2rem;
    --new-badge-size: 2.2rem;
    --favor-top: 2.1rem;
    --favor-right: 3rem;
    --favor-wh: 4.3rem;
    --favor-size: 2.4rem;
    --add-cart-p: 2rem 2.1rem;
    --add-cart-btn-p: 2rem 0;
    --add-cart-size: 1.4rem;
    padding-top: var(--padding-t);
}

.trendy-style .item .content {
    padding: var(--content-p);
}

.trendy-style .add-cart,
.trendy-style .favor {
    display: none;
}

.trendy-style .new-badge {
    position: absolute;
    top: var(--new-badge-top);
    left: var(--new-badge-left);
    width: var(--new-badge-w);
    height: var(--new-badge-h);
    line-height: var(--new-badge-h);
    text-align: center;
    font-size: var(--new-badge-size);
    font-weight: 800;
    color: var(--color-main);
    background-color: #fff;
}

@media only screen and (min-width: 641px) {
    .trendy-style .favor {
        position: absolute;
        top: var(--favor-top);
        right: var(--favor-right);
        width: var(--favor-wh);
        height: var(--favor-wh);
        font-size: var(--favor-size);
        background-color: #fff;
        border-radius: 50%;
        color: #6C7275;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: all .5s linear;
        z-index: 1;
    }

    .trendy-style .item:hover .add-cart,
    .trendy-style .item:hover .favor {
        opacity: 1;
    }

    .trendy-style .add-cart {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: var(--add-cart-btn-p);
        margin: var(--add-cart-p);
        font-size: var(--add-cart-size);
        font-weight: 500;
        opacity: 0;
        display: block;
        transition: all .5s linear;
        z-index: 1;
    }
}

@media only screen and (min-width: 1260px) {
    .trendy-style .am-container {
        max-width: calc(100vw - ((100vw - 120rem) / 2));
        margin-right: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .trendy-style .am-container {
        max-width: calc(100vw - ((100vw - 150rem) / 2));
        margin-right: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .trendy-style {
        --content-p: 1.4rem 0;
        --new-badge-top: 1rem;
        --new-badge-left: 1rem;
        --new-badge-w: 7rem;
        --new-badge-h: 3rem;
        --new-badge-size: 2rem;
        --favor-top: 1rem;
        --favor-right: 1rem;
        --favor-wh: 4rem;
        --favor-size: 2rem;
        --add-cart-p: 1rem 1rem;
        --add-cart-btn-p: 1rem 0;
        --add-cart-size: 1.4rem;
    }
}

@media only screen and (max-width: 920px) {
    .trendy-style {
        --content-p: 1.4rem 0;
        --new-badge-top: 1rem;
        --new-badge-left: 1rem;
        --new-badge-w: 5rem;
        --new-badge-h: 2.4rem;
        --new-badge-size: 1.6rem;
        --favor-top: 1rem;
        --favor-right: 1rem;
        --favor-wh: 3rem;
        --favor-size: 1.4rem;
        --add-cart-p: 1rem 1rem;
        --add-cart-btn-p: 1rem 0;
        --add-cart-size: 1.4rem;
    }
}

/* 
 * 分类浏览
*/
.type-view {
    --item-gap: 4rem;
    --item-li-width: calc((100% - 20rem) / 6);
    --item-a-padding: 1.8rem;
    --content-gap: 3.2rem;
    --shop-desc: 5.6rem 4rem;
    --shop-desc-gap: 1rem;
    --title: 3.6rem;
    --more: 2.1rem;
    --more-i-ml: 2.9rem;
    padding-top: var(--padding-t);
}


.type-view .item {
    display: flex;
    gap: var(--item-gap);
    overflow-x: auto;
}

.type-view .item-list {
    width: calc((100% - var(--content-gap)) / 2);
}

.type-view .item::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.3rem;
}

.type-view li {
    text-align: center;
    font-weight: 500;
    min-width: var(--item-li-width);
}

.type-view li a {
    padding: var(--item-a-padding);
    background-color: #fff;
    font-weight: 400;
}

.type-view li a img {
    width: 17rem;
}

.type-view li a img {
    transition: all 0.5s;
}

.type-view li.am-active a,
.type-view li a:hover {
    font-weight: 500;
}

.type-view-list {
    position: relative;
    overflow: hidden;
}

.type-view-list .content {
    position: absolute;
    top: 0;
    opacity: 0;
    gap: var(--content-gap);
}

.type-view-list .content.am-active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.type-view-list .content .item {
    width: calc((100% - var(--content-gap)) / 2);
}

.type-view-list .content .shop-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    gap: var(--shop-desc-gap);
    padding: var(--shop-desc);
    justify-content: flex-end;
}

.type-view-list .content .shop-desc a {
    color: #fff;
}

.type-view-list .content .shop-desc .title {
    font-size: var(--title);
}

.type-view-list .content .shop-desc .more a {
    font-size: var(--more);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
    transition: all 0.3s linear;
    position: relative;
}

.type-view-list .content .shop-desc .more i {
    margin-left: var(--more-i-ml);
}

.type-view-list .content .shop-desc .more a::before {
    content: '';
    width: 0;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: all 1s linear;
}

.type-view-list .content .shop-desc .more a:hover::before {
    width: 100%;
}

@media only screen and (max-width: 1600px) {
    .type-view {
        --content-gap: 2.8rem;
        --shop-desc: 4rem 3.6rem;
        --shop-desc-gap: 1rem;
        --title: 3.2rem;
        --more: 2rem;
        --more-i-ml: 2.5rem;
    }

    .type-view li a img {
        width: 14rem;
    }
}

@media only screen and (max-width: 1440px) {
    .type-view {
        --content-gap: 2rem;
        --shop-desc: 3rem 2.4rem;
        --shop-desc-gap: 1rem;
        --title: 2.8rem;
        --more: 1.8rem;
        --more-i-ml: 2rem;
    }

    .type-view li a img {
        width: 10rem;
    }
}

@media only screen and (max-width: 1200px) {
    .type-view {
        --item-gap: 2rem;
        --item-li-width: calc((100% - 10rem) / 6);
    }
}

@media only screen and (max-width: 1000px) {
    .type-view {
        --item-li-padding: 1.5rem;
        --item-li-width: calc(100% / 4);
        --item-gap: 2rem;
        --item-li-width: calc((100% - 6rem) / 4);
    }
}

@media only screen and (max-width: 820px) {
    .type-view {
        --content-gap: 1rem;
        --shop-desc: 2rem 1.5rem;
        --shop-desc-gap: 0rem;
        --title: 1.8rem;
        --more: 1.4rem;
        --more-i-ml: 0;
    }
}

@media only screen and (max-width: 640px) {
    .type-view {
        --item-a-padding: 0.7rem;
        --item-gap: 1rem;
        --item-li-width: calc((100% - 3rem) / 4);
    }

    .type-view li a img {
        width: 5rem;
    }

    .type-view li a i {
        margin-bottom: 0;
    }
}

/* 
 * 当季潮款
*/
.hot-shop {
    --content-gap: 1.5rem;
    --shop-desc: 1.5rem 0;
    padding-top: var(--padding-t);
}

.hot-shop .content {
    gap: var(--content-gap);
}

.hot-shop .content .item {
    width: calc((100% - 3 * var(--content-gap)) / 4);
}

.hot-shop .content .item .hot-badge {
    position: absolute;
    top: 2.2rem;
    left: 2.2rem;
    width: 8.4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-main);
    background-color: #fff;
}

.hot-shop .shop-desc {
    padding: var(--shop-desc);
}

.hot-shop .original-price {
    font-family: 'Microsoft YaHei', SimSun;
}

@media only screen and (max-width: 1440px) {
    .hot-shop {
        --content-gap: 1.5rem;
        --shop-desc: 1.5rem 0;
    }

    .hot-shop .content .item .hot-badge {
        top: 1rem;
        left: 1rem;
        width: 7rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 920px) {
    .hot-shop .content .item {
        width: calc((100% - 2 * var(--content-gap)) / 3);
    }

    .hot-shop .content .item .hot-badge {
        width: 5rem;
        height: 2.4rem;
        line-height: 2.4rem;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 640px) {
    .hot-shop .content .item {
        width: calc((100% - var(--content-gap)) / 2);
    }
}

/* 
 * 产品跳转链接
*/
.product {
    --pro-content: 4.4rem;
    margin-top: var(--padding-t);
    --vice-title-size: 2rem;
    --vice-title-mb: 3.4rem;
    --title-size: 3.6rem;
    --title-lh: 5rem;
    --title-mb: 1.8rem;
    --desc-size: 1.6rem;
    --desc-lh: 2.6rem;
    --text-btn-mt: 6rem;
    background: #F3F5F7;
}

.product-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-flex>* {
    width: 50%;
}

.product-content {
    padding: var(--pro-content);
}

.product-content .vice-title {
    color: #377DFF;
    font-weight: 800;
    font-size: var(--vice-title-size);
    margin-bottom: var(--vice-title-mb);
}

.product-content .title {
    font-weight: 600;
    font-size: var(--title-size);
    color: #000000;
    line-height: var(--title-lh);
    letter-spacing: 2px;
    margin-bottom: var(--title-mb);
}

.product-content .text-desc {
    font-size: var(--desc-size);
    color: var(--color-main)333;
    line-height: var(--desc-lh);
    letter-spacing: 1px;
}

.product-content .text-btn {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: var(--text-btn-mt);
    padding: 0.4rem 0;
    border-bottom: 0.1rem solid #000;
    position: relative;
}

.product-content .text-btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0.2rem;
    background-color: #000;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

.product-content .text-btn:hover::before {
    width: 100%;
}

.product-content .text-btn i {
    margin-left: 0.6rem;
}

@media only screen and (max-width: 1024px) {
    .product {
        --pro-content: 2rem;
        --vice-title-size: 2rem;
        --vice-title-mb: 3rem;
        --title-size: 3rem;
        --title-lh: 3.6rem;
        --title-mb: 1.5rem;
        --desc-size: 1.4rem;
        --desc-lh: 2.2rem;
        --text-btn-mt: 4rem;
    }
}

@media only screen and (max-width: 820px) {
    .product {
        --pro-content: 2rem;
        --vice-title-size: 2rem;
        --vice-title-mb: 1rem;
        --title-size: 3rem;
        --title-lh: 3.6rem;
        --title-mb: 1.5rem;
        --desc-size: 1.4rem;
        --desc-lh: 2.2rem;
        --text-btn-mt: 2rem;
    }

    .product-flex {
        flex-direction: column;
    }

    .product-flex>* {
        width: 100%;
    }
}

/* 
 * 冬季衣橱
*/
.wardrobe {
    margin-top: var(--padding-t);
}

.wardrobe .content video {
    border-radius: 1.8rem;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.video-container video.playing {
    opacity: 1;
    z-index: 1;
}

.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 
 * 最新资讯
*/
.new {
    --more-size: 1.8rem;
    --desc-p: 2.5rem 0;
    --text-title-size: 2.8rem;
    --text-title-mb: 1.5rem;
    margin-top: var(--padding-t);
    padding-bottom: var(--padding-t);
}

.new .new-title {
    margin-bottom: 1rem;
}

.new .common-title {
    margin-bottom: 0 !important;
}

.new .more {
    font-size: var(--more-size);
}

.new .more i {
    margin-left: 1rem;
}

.more-before {
    color: var(--color-main);
    padding: 0.4rem 0;
    border-bottom: 0.1rem solid var(--color-main);
    position: relative;
}

.new .more-before::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.2rem;
    background-color: var(--color-main);
    transition: all 1s;
}

.new .more:hover {
    font-weight: 500;
}

.new .more-before:hover::before {
    width: 100%;
}

.new .desc {
    padding: var(--desc-p);
}

.new .text-title {
    color: var(--color-main);
    font-size: var(--text-title-size);
    font-weight: 500;
    margin-bottom: var(--text-title-mb);
}

@media only screen and (max-width: 1600px) {
    .new {
        --more-size: 1.8rem;
        --desc-p: 2rem 0;
        --text-title-size: 2.4rem;
        --text-title-mb: 1rem;
    }
}

@media only screen and (max-width: 1440px) {
    .new {
        --more-size: 1.6rem;
        --desc-p: 1.5rem 0;
        --text-title-size: 2rem;
        --text-title-mb: 1rem;
    }
}

@media only screen and (max-width: 820px) {
    .new {
        --more-size: 1.2rem;
        --desc-p: 1.5rem 0;
        --text-title-size: 1.6rem;
        --text-title-mb: 1rem;
    }
}


/* 
 * 常用样式
*/
.common-title {
    --size: 3.6rem;
    font-weight: 500;
    text-align: center;
    font-size: var(--size);
    color: var(--color-main);
    margin-bottom: var(--size);
}

.common-title-lg {
    --size: 5.4rem;
    font-weight: 500;
    font-size: var(--size);
    color: var(--color-main);
    margin-bottom: var(--size);
}

.common-vice-title {
    --size: 2.2rem;
    font-weight: 600;
    font-size: var(--size);
    color: #377DFF;
    margin-bottom: var(--size);
}

.common-desc {
    --size: 1.8rem;
    --mb: 5.5rem;
    font-weight: 500;
    font-size: var(--size);
    color: #000000;
    margin-bottom: var(--mb);
}

@media only screen and (max-width: 1440px) {
    .common-title-lg {
        --size: 4.4rem;
    }
}

@media only screen and (max-width: 1200px) {
    .common-title {
        --size: 2.6rem;
    }

    .common-title-lg {
        --size: 3.6rem;
    }

    .common-vice-title {
        --size: 2rem;
    }

    .common-desc {
        --size: 1.6rem;
        --mb: 4rem;
    }
}

@media only screen and (max-width: 1000px) {
    .common-title {
        --size: 2.4rem;
    }

    .common-title-lg {
        --size: 3rem;
    }

    .common-vice-title {
        --size: 1.8rem;
    }

    .common-desc {
        --size: 1.4rem;
        --mb: 3rem;
    }
}

@media only screen and (max-width: 820px) {
    .common-title {
        --size: 1.8rem;
    }

    .common-title-lg {
        --size: 2.4rem;
    }

    .common-vice-title {
        --size: 1.4rem;
    }

    .common-desc {
        --size: 1.2rem;
        --mb: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {
    .common-title {
        --size: 1.6rem;
    }

    .common-title-lg {
        --size: 2rem;
    }
}

.am-footer.am-footer-default {
    margin-top: 0 !important;
}