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

body {
    color: #000;
}

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

a:hover {
    color: #1A8AFF;
}

/* 
 * 轮播
*/
.am-swiper-container {
    width: 100%;
    height: 92rem;
    overflow: hidden;
    position: relative;
}

.am-swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.am-swiper-container .swiper-slide-active img,
.am-swiper-container .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

/* 
 * 分类导航
*/
.category-nav {
    height: 4rem;
    background-color: #2e2e2e;
    overflow-y: hidden;
}

.category-nav ul {
    height: 5rem;
    overflow-x: auto;
}

.category-nav ul li {
    height: 4rem;
    line-height: 4rem;
    padding: 0 4.4rem;
    position: relative;
    transition: all 0.5s;
}

.category-nav ul li:first-of-type {
    padding-left: 0;
}

.category-nav ul li:last-of-type {
    padding-right: 0;
}

.category-nav ul li:not(:last-of-type)::before {
    content: '';
    width: 0.1rem;
    height: 40%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.category-nav ul li img {
    width: 2rem;
    height: 2rem;
    transition: all 0.5s;
}

.category-nav ul li a {
    color: #999;
    position: relative;
    transition: all 0.5s;
}

.category-nav ul li:hover a {
    color: #fff;
}

.category-nav ul li:hover img:last-of-type,
.category-nav ul li img:first-of-type {
    visibility: visible;
}

.category-nav ul li img:last-of-type {
    position: absolute;
    left: 0;
}

.category-nav ul li:hover img:first-of-type,
.category-nav ul li img:last-of-type {
    visibility: hidden;
}

@media only screen and (max-width: 640px) {
    .category-nav ul li {
        height: 4rem;
        line-height: 4rem;
        padding: 0 2rem;
        position: relative;
        transition: all 0.5s;
    }

    .category-nav ul li a {
        gap: 0.5rem;
    }

    .category-nav ul li img {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* 
 * 活动专题
*/
.special {
    --img-1: 42.1rem;
    --img-2: 21.8rem;
    --img-3: 24.1rem;
    --img-4: 55.8rem;
    --padding-1: 13.9rem;
    --padding-2: 2.7rem;
    --padding-3: 2.7rem;
    --padding-4: 5.6rem;
    --size-1: 2.8rem;
    --size-2: 2.4rem;
    --size-3: 2.4rem;
    --size-4: 3.6rem;
    --desc-size: 1.4rem;
}

.spec-1 {
    background-color: #fff;
}

.spec-2 {
    background-color: #EDEDED;
}

.spec-3 {
    background-color: #353535;
}

.spec-4 {
    background-color: #EDEDED;
}

.spec-1 .img {
    max-width: var(--img-1);
}

.spec-2 .img {
    max-width: var(--img-2);
}

.spec-3 .img {
    max-width: var(--img-3);
}

.spec-4 .img {
    max-width: var(--img-4);
}

.spec-1 .item {
    padding-right: var(--padding-1);
}

.spec-1 .spec-title {
    font-size: var(--size-1);
    color: #000;
}

.spec-desc {
    font-weight: 500;
    font-size: var(--desc-size);
    color: #919191;
}

.spec-2 .item {
    padding-right: var(--padding-2);
}

.spec-2 .spec-title {
    font-size: var(--size-2);
    color: #000;
}

.spec-3 .item {
    padding-right: var(--padding-3);
}

.spec-3 .spec-title {
    font-size: var(--size-3);
    color: #fff;
}

.spec-4 .item {
    padding-left: var(--padding-4);
}

.spec-4 .spec-title {
    font-size: var(--size-4);
    color: #000;
}

@media only screen and (max-width: 1700px) {
    .special {
        --img-1: 40rem;
        --img-2: 20rem;
        --img-3: 22rem;
        --img-4: 46rem;
        --padding-1: 13rem;
        --padding-2: 2.5rem;
        --padding-3: 2.5rem;
        --padding-4: 5rem;
        --size-1: 2.8rem;
        --size-2: 2.4rem;
        --size-3: 2.4rem;
        --size-4: 3.6rem;
    }
}

@media only screen and (max-width: 1600px) {
    .special {
        --img-1: 38rem;
        --img-2: 16rem;
        --img-3: 17rem;
        --img-4: 44rem;
        --padding-1: 12rem;
        --padding-2: 2.5rem;
        --padding-3: 2.5rem;
        --padding-4: 5rem;
        --size-1: 2.8rem;
        --size-2: 2.4rem;
        --size-3: 2.4rem;
        --size-4: 3.6rem;
    }
}

@media only screen and (max-width: 1500px) {
    .special {
        --img-1: 35rem;
        --img-2: 14rem;
        --img-3: 15rem;
        --img-4: 40rem;
        --padding-1: 10rem;
        --padding-2: 2.5rem;
        --padding-3: 2.5rem;
        --padding-4: 5rem;
        --size-1: 2.8rem;
        --size-2: 2.4rem;
        --size-3: 2.4rem;
        --size-4: 3.6rem;
    }
}

@media only screen and (max-width: 1440px) {
    .special {
        --img-1: 32rem;
        --img-2: 13rem;
        --img-3: 14rem;
        --img-4: 38rem;
        --padding-1: 6rem;
        --padding-2: 2rem;
        --padding-3: 2rem;
        --padding-4: 4rem;
        --size-1: 2.8rem;
        --size-2: 2.2rem;
        --size-3: 2.2rem;
        --size-4: 3.4rem;
    }
}

@media only screen and (max-width: 1300px) {
    .special {
        --img-1: 28rem;
        --img-2: 11rem;
        --img-3: 12rem;
        --img-4: 35rem;
        --padding-1: 2rem;
        --padding-2: 2rem;
        --padding-3: 2rem;
        --padding-4: 2rem;
        --size-1: 2.4rem;
        --size-2: 2rem;
        --size-3: 2rem;
        --size-4: 3.2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .special {
        --img-1: 25rem;
        --img-2: 9rem;
        --img-3: 10rem;
        --img-4: 30rem;
        --padding-1: 2rem;
        --padding-2: 2rem;
        --padding-3: 2rem;
        --padding-4: 2rem;
        --size-1: 2.4rem;
        --size-2: 1.8rem;
        --size-3: 1.8rem;
        --size-4: 3.2rem;
        --desc-size: 1.2rem;
    }
}

@media only screen and (max-width: 1024px) {
    .special {
        --img-1: 20rem;
        --img-2: 7rem;
        --img-3: 8rem;
        --img-4: 25rem;
        --padding-1: 2rem;
        --padding-2: 2rem;
        --padding-3: 2rem;
        --padding-4: 2rem;
        --size-1: 2.2rem;
        --size-2: 1.8rem;
        --size-3: 1.8rem;
        --size-4: 2.8rem;
        --desc-size: 1.2rem;
    }
}

@media only screen and (max-width: 920px) {
    .special {
        --img-1: 16rem;
        --img-2: 5rem;
        --img-3: 6rem;
        --img-4: 21rem;
        --padding-1: 1rem;
        --padding-2: 1rem;
        --padding-3: 1rem;
        --padding-4: 2rem;
        --size-1: 2rem;
        --size-2: 1.6rem;
        --size-3: 1.6rem;
        --size-4: 2.4rem;
        --desc-size: 1.2rem;
    }
}

@media only screen and (max-width: 920px) {
    .special {
        --img-1: 16rem;
        --img-2: 5rem;
        --img-3: 6rem;
        --img-4: 21rem;
        --padding-1: 1rem;
        --padding-2: 1rem;
        --padding-3: 1rem;
        --padding-4: 2rem;
        --size-1: 2rem;
        --size-2: 1.6rem;
        --size-3: 1.6rem;
        --size-4: 2.4rem;
        --desc-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .special {
        --img-1: 16rem;
        --img-2: 5rem;
        --img-3: 6rem;
        --img-4: 21rem;
        --padding-1: 1rem;
        --padding-2: 1rem;
        --padding-3: 1rem;
        --padding-4: 2rem;
        --size-1: 2rem;
        --size-2: 1.6rem;
        --size-3: 1.6rem;
        --size-4: 2.4rem;
        --desc-size: 1.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .special {
        --img-1: 16rem;
        --img-2: 5rem;
        --img-3: 6rem;
        --img-4: 13rem;
        --padding-1: 1rem;
        --padding-2: 1rem;
        --padding-3: 1rem;
        --padding-4: 1rem;
        --size-1: 1.8rem;
        --size-2: 1.4rem;
        --size-3: 1.4rem;
        --size-4: 1.8rem;
        --desc-size: 1.2rem;
        flex-direction: column-reverse;
    }

    .special .spec-1,
    .special .spec-4 {
        width: 100%;
    }

    .spec-3,
    .spec-2 {
        padding: 1rem 0;
        gap: 0.5rem;
    }
}

/* 
 * 分类浏览
*/
.category {
    --padding-t: 8rem;
    --title-margin-b: 3.4rem;
    --title-p-size: 2.1rem;
    --title-i-size: 2.4rem;
    --item-padding: 2.6rem 1rem;
    --img-width: 4.2rem;
    padding-top: var(--padding-t);
}

.category .title {
    margin-bottom: var(--title-margin-b);
}

.category .title p {
    font-weight: 600;
    font-size: var(--title-p-size);
}

.category .title i {
    font-size: var(--title-i-size);
}

.category .item {
    background-color: #ededed;
    padding: var(--item-padding);
    border-radius: 1.6rem;
    cursor: pointer;
}

.category .item:hover {
    color: #1A8AFF;
}

.category .swiper {
    height: 15rem;
}

.category .item .img {
    width: var(--img-width);
}

.category .item:hover .img img {
    transition: all 0.5s;
}

.category .item:hover .img img:last-of-type,
.category .item .img img:first-of-type {
    visibility: visible;
}

.category .item .img img:last-of-type {
    position: absolute;
    left: 0;
    top: 0;
}

.category .item:hover .img img:first-of-type,
.category .item .img img:last-of-type {
    visibility: hidden;
}

@media only screen and (max-width: 640px) {
    .category {
        --padding-t: 3rem;
        --title-margin-b: 1rem;
        --title-p-size: 1.8rem;
        --title-i-size: 1.8rem;
        --item-padding: 2rem 1rem;
        --img-width: 3rem;
    }

    .category .swiper {
        height: 12rem;
    }
}

/* 
 * 商品筛选
*/
.shop {
    padding: 3rem 0 6.5rem 0;
}

.shop-categroy {
    margin-bottom: 2rem;
}

.shop-categroy li {
    padding: 0.7rem 1.2rem;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #8B8B8B;
    transition: all 0.5s;
    cursor: pointer;
}

.shop-categroy li:hover {
    color: var(--color-main);
}

.shop-categroy li.am-active {
    color: #000;
}

.shop-categroy li.am-active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.2rem;
    border-radius: 0.6rem;
    background-color: #000;
}

.shop-categroy-list ul {
    display: none;
}

.shop-categroy-list ul.am-active {
    display: block;
}

@media only screen and (max-width: 640px) {
    .shop {
        padding: 0rem 0 4rem 0;
    }

    .shop-categroy {
        margin-bottom: 1rem;
    }

    .shop-categroy ul {
        gap: 1rem;
    }

    .shop-categroy li {
        font-size: 1.4rem;
    }
}

/* 
 * 新品展示
*/
.new {
    --content-padding: 2.3rem 3.4rem 5.9rem 3.4rem;
    --title-size: 2.6rem;
    --p-margin-b: 4rem;
    --btn-padding: 1.5rem 7.4rem;
    --btn-size: 1.8rem;
}

.new .item .content {
    padding: var(--content-padding);
}

.new .item .content .title {
    font-size: var(--title-size);
    margin-bottom: 1rem;
}

.new .item .content p {
    color: #919191;
    margin-bottom: var(--p-margin-b);
}

.new .item .content .am-btn {
    padding: var(--btn-padding);
    border: 0.1rem solid #000;
    color: #000;
    font-size: var(--btn-size);
}

.new .item:nth-of-type(1) {
    background-color: #fff;
}

.new .item:nth-of-type(2) {
    background: #F9F9F9;
}

.new .item:nth-of-type(3) {
    background: #EAEAEA;
}

.new .item:nth-of-type(4) {
    background: #2C2C2C;
}

.new .item:nth-of-type(4) .content .title {
    color: #fff;
}

.new .item:nth-of-type(4) .content .am-btn {
    border-color: #fff;
    color: #fff;
}

.new .item .content .am-btn:hover,
.new .item .content .am-btn:focus,
.new .item .content .am-btn:active {
    background-color: #000;
    color: #fff;
}

.new .item:nth-of-type(4) .content .am-btn:hover,
.new .item:nth-of-type(4) .content .am-btn:focus,
.new .item:nth-of-type(4) .content .am-btn:active {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

@media only screen and (max-width: 1200px) {
    .new {
        --content-padding: 2rem 3rem 5rem 3rem;
        --title-size: 2.4rem;
        --p-margin-b: 3rem;
        --btn-padding: 1rem 6rem;
        --btn-size: 1.8rem;
    }
}

@media only screen and (max-width: 920px) {
    .new {
        --content-padding: 2rem 2rem 3rem 2rem;
        --title-size: 2rem;
        --p-margin-b: 3rem;
        --btn-padding: 1rem 4rem;
        --btn-size: 1.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .new {
        --content-padding: 1rem;
        --title-size: 1.6rem;
        --p-margin-b: 1rem;
        --btn-padding: 0.6rem 3rem;
        --btn-size: 1.4rem;
    }
}

/* 
 * 促销商品
*/
.promote-sales {
    --margin-t: 7rem 0;
    --title-margin-b: 3.4rem;
    --title-size: 2.1rem;
    padding: var(--margin-t);
}

.promote-sales .title {
    margin-bottom: var(--title-margin-b);
    font-size: var(--title-size);
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .promote-sales {
        --margin-t: 3rem 0;
        --title-margin-b: 1rem;
        --title-size: 1.8rem;
    }
}

/* 
 * 冬日促销季
*/
.activity {
    --content-padding: 12rem 0 8.8rem 0;
    --title-size: 8rem;
    --title-desc: 1.6rem;
    --btn-margin-t: 4.3rem;
    --btn-padding: 1.5rem 7.4rem;
    --btn-size: 1.8rem;
    background: linear-gradient(146deg, #2E2E2E 0%, #000000 100%);
}

.activity .content {
    background-size: cover;
    padding: var(--content-padding);
    background-position: center;
}

.activity .content .title {
    font-size: var(--title-size);
    color: #fff;
}

.activity .content .desc {
    font-size: var(--title-desc);
    color: #767676;
}

.activity .content .title strong {
    font-weight: 700;
}

.activity .content .am-btn {
    margin-top: var(--btn-margin-t);
    padding: var(--btn-padding);
    font-size: var(--btn-size);
    border: 0.1rem solid #fff;
    color: #fff;
}

.activity .content .am-btn:hover,
.activity .content .am-btn:focus,
.activity .content .am-btn:active {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

@media only screen and (max-width: 1024px) {
    .activity {
        --content-padding: 6rem 0 4rem 0;
        --title-size: 5rem;
        --title-desc: 1.6rem;
        --btn-margin-t: 3rem;
        --btn-padding: 1rem 6rem;
        --btn-size: 1.8rem;
    }
}

@media only screen and (max-width: 820px) {
    .activity {
        --content-padding: 5rem 0 3rem 0;
        --title-size: 4rem;
        --title-desc: 1.6rem;
        --btn-margin-t: 2.5rem;
        --btn-padding: 1rem 4rem;
        --btn-size: 1.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .activity {
        --content-padding: 3rem 0 2rem 0;
        --title-size: 2.4rem;
        --title-desc: 1.4rem;
        --btn-margin-t: 2rem;
        --btn-padding: 0.6rem 3rem;
        --btn-size: 1.4rem;
    }
}






/* 
 * 商品列表
*/
.shop-list {
    --li-padding: 0.9rem;
    --li-i-size: 2.5rem;
    --item-padding: 3rem 2rem 2.4rem 2rem;
    --item-a-padding: 2rem 5rem 2rem 5rem;
    --content-padding: 0 1.5rem;
    --btn-padding: 1.2rem 7.3rem;
    --btn-size: 1.8rem;
}

.shop-list li {
    padding: var(--li-padding);
}

.shop-list li .item {
    background-color: #f7f7f7;
    border-radius: var(--border-radius-lg);
    padding: var(--item-padding);
}

.shop-list li .item>i {
    font-size: var(--li-i-size);
    line-height: var(--li-i-size);
}

.shop-list li .item>i.icon-heart-o {
    color: rgba(145, 145, 145, 0.77);
}

.shop-list li .item>i.icon-heart {
    color: #FF0000;
}

.shop-list li .item>a {
    padding: var(--item-a-padding);
}

.shop-list li .item .content {
    padding: var(--content-padding);
}

.shop-list li .item .content p {
    font-weight: 600;
}

.shop-list li .item .content .am-btn {
    padding: var(--btn-padding);
    font-size: var(--btn-size);
}

@media only screen and (min-width: 1024px) {
    .shop-list {
        margin-left: -.9rem;
        margin-right: -.9rem;
    }
}

@media only screen and (max-width: 1024px) {
    .shop-list {
        --li-padding: 0.9rem;
        --li-i-size: 2rem;
        --item-padding: 3rem 2rem 2.4rem 2rem;
        --item-a-padding: 2rem 3rem 2rem 3rem;
        --content-padding: 0 1rem;
        --btn-padding: 1.2rem 6rem;
        --btn-size: 1.8rem;
    }
}

@media only screen and (max-width: 820px) {
    .shop-list {
        --li-padding: 0.9rem;
        --li-i-size: 1.8rem;
        --item-padding: 3rem 2rem 2.4rem 2rem;
        --item-a-padding: 1rem;
        --content-padding: 0 1rem;
        --btn-padding: 1.2rem 3rem;
        --btn-size: 1.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .shop-list {
        --li-padding: 0.5rem;
        --li-i-size: 1.6rem;
        --item-padding: 1rem;
        --item-a-padding: 1rem;
        --content-padding: 0 1rem;
        --btn-padding: 0.6rem 3rem;
        --btn-size: 1.4rem;
    }

    .shop-list li .item .content p {
        margin-bottom: 1rem;
    }
}

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