* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #fff;
}

body.target-shop-home {
    background: #fff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 640px;
    overflow-x: hidden;
    padding: 52px 0 88px;
    position: relative;
}

.target-shop-home a {
    color: inherit;
    text-decoration: none;
}

.target-shop-home img {
    border: 0;
    display: block;
    max-width: 100%;
}

.target-shop-home .top-nav {
    align-items: center;
    background-color: #ffbf41;
    color: #fff;
    display: flex;
    height: 52px;
    justify-content: space-between;
    left: 50%;
    margin: 0 auto;
    max-width: 640px;
    padding: .17rem;
    position: fixed;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}

.target-shop-home .top-nav-logo {
    height: 35px;
    object-fit: contain;
    width: 35px;
}

.target-shop-home .top-nav .title {
    color: rgba(0, 0, 0, .85);
    font-size: .28rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.target-shop-home .banner-wrapper {
    background: url("../../target-assets/shop-mobile-init/named/index_banner_img.png") no-repeat center / cover;
    margin-bottom: .23rem;
    position: relative;
    width: 100%;
}

.target-shop-home .banner-content {
    margin: 0 auto;
    position: relative;
    width: 90%;
    z-index: 1;
}

.target-shop-home .banner-content .swiper-container {
    border-radius: .15rem;
    height: 180px !important;
    overflow: hidden;
    width: 100%;
}

.target-shop-home .banner-content .swiper-wrapper,
.target-shop-home .banner-content .swiper-slide {
    height: 180px;
}

.target-shop-home .banner-content img {
    border-radius: .15rem;
    height: 180px !important;
    object-fit: cover;
    width: 100%;
}

.target-shop-home .swiper-pagination {
    bottom: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.target-shop-home .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    margin: 0 6px;
    opacity: 1;
    transition: all .3s ease;
    width: 8px;
}

.target-shop-home .swiper-pagination-bullet-active {
    background: #ffba2f;
    border-radius: 4px;
    width: 16px;
}

.target-shop-home .nav-icons {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: .1rem;
    padding: .15rem 0;
}

.target-shop-home .nav-item {
    align-items: center;
    color: #333;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.target-shop-home .nav-icon {
    align-items: center;
    background-color: #ffbf41;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .1);
    display: flex;
    font-size: .24rem;
    height: .85rem;
    justify-content: center;
    margin-bottom: .05rem;
    width: .85rem;
}

.target-shop-home .nav-text {
    color: #666;
    font-size: 14px;
    margin-top: .05rem;
}

.target-shop-home .info-section {
    display: flex;
    gap: .1rem;
    margin-bottom: .1rem;
    padding: .1rem;
}

.target-shop-home .info-card {
    background-color: #fff;
    border-radius: .08rem;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .1);
    flex: 1;
    padding: .15rem;
}

.target-shop-home .info-card.orange {
    background: url("../../target-assets/shop-mobile-init/named/img_home_custom_goods.png") no-repeat center / 100% 100%;
    min-height: 1.93rem;
}

.target-shop-home .info-yellow-container {
    background: url("../../target-assets/shop-mobile-init/named/img_home_newest_goods_bg.png") no-repeat center / 100% 100%;
    border-radius: .08rem;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .1);
    display: flex;
    flex: 1;
    flex-direction: column;
}

.target-shop-home .info-card.yellow {
    background: #fff;
    border-radius: .08rem;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    margin: .1rem;
    min-height: .72rem;
    padding: 5px 0 0;
}

.target-shop-home .info-title {
    align-items: center;
    color: #ff9800;
    display: flex;
    font-size: .22rem;
    font-weight: 700;
    justify-content: flex-start;
    margin-bottom: .05rem;
}

.target-shop-home .info-title img {
    margin-left: -.05rem;
    max-width: 50%;
}

.target-shop-home .info-item {
    align-items: center;
    color: #666;
    display: flex;
    font-size: .2rem;
    justify-content: space-between;
    margin-bottom: .05rem;
}

.target-shop-home .info-item-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .05rem;
    width: 100%;
}

.target-shop-home .info-item-copy {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: .16rem;
    font-weight: 700;
    justify-content: center;
    min-width: 1.5rem;
}

.target-shop-home .info-item.latest .info-item-copy {
    color: #ffbf41;
}

.target-shop-home .info-item.upcoming .info-item-copy {
    color: #020202;
    font-size: .2rem;
}

.target-shop-home .info-product-thumb {
    align-items: center;
    background: #f0f0f0;
    border-radius: .05rem;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-left: 15px;
    margin-top: -20px;
    overflow: hidden;
    width: 50px;
}

.target-shop-home .info-product-thumb img {
    max-height: 100%;
    object-fit: contain;
}

.target-shop-home .product-sections-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: .1rem;
    padding: .1rem;
}

.target-shop-home .product-section {
    border-radius: .1rem;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .05);
    margin-bottom: .1rem;
    padding: .15rem;
    width: 49%;
}

.target-shop-home .product-section.new-arrivals {
    background-color: #f3675d;
    margin-right: 2%;
}

.target-shop-home .product-section.hot-sales {
    background-color: #8b67c9;
}

.target-shop-home .section-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem;
}

.target-shop-home .section-heading {
    align-items: center;
    display: flex;
    white-space: nowrap;
}

.target-shop-home .section-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.target-shop-home .section-subtitle {
    color: #fff;
    font-size: .12rem;
    margin-left: .1rem;
}

.target-shop-home .product-row {
    align-items: center;
    display: flex;
    gap: .15rem;
    justify-content: space-around;
    overflow: hidden;
    padding: .1rem 0;
}

.target-shop-home .product-row > a {
    flex: 1;
    max-width: 45%;
    min-width: 0;
}

.target-shop-home .product-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .1rem;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .05);
    text-align: center;
    width: 100%;
}

.target-shop-home .product-img {
    background-color: #fff;
    border-radius: .08rem;
    height: 1.2rem;
    margin-bottom: .1rem;
    object-fit: contain;
    width: 100%;
}

.target-shop-home .product-name {
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: .05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.target-shop-home .product-price {
    color: #ff5722;
    font-size: .14rem;
    font-weight: 700;
}

.target-shop-home .recommend-section {
    background-color: #fff;
    margin-bottom: 1.2rem;
    padding: .15rem;
    position: relative;
    z-index: 1;
}

.target-shop-home .recommend-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .2rem;
    position: relative;
    text-align: center;
}

.target-shop-home .recommend-title::before,
.target-shop-home .recommend-title::after {
    color: #ffbf41;
    content: "•••";
    margin: 0 .1rem;
}

.target-shop-home .recommend-grid {
    display: grid;
    gap: .15rem;
    grid-template-columns: repeat(2, 1fr);
}

.target-shop-home .recommend-card {
    background-color: #fff;
    border-radius: .1rem;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .1);
    min-width: 0;
    padding: .15rem;
    position: relative;
    text-align: center;
}

.target-shop-home .recommend-card .tag {
    border-radius: .1rem;
    box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: .03rem .08rem;
    position: absolute;
    z-index: 10;
}

.target-shop-home .recommend-card .tag.new {
    background-color: #ff4757;
    left: .05rem;
    top: .05rem;
    transform: rotate(-5deg);
}

.target-shop-home .recommend-card .tag.popular {
    background-color: #ffa502;
    left: .6rem;
    top: .05rem;
}

.target-shop-home .recommend-card .tag.recommend {
    background-color: #2ed573;
    left: .05rem;
    top: .3rem;
    transform: rotate(5deg);
}

.target-shop-home .recommend-img {
    background-color: #fff;
    border-radius: .08rem;
    height: 2.5rem;
    margin-bottom: .1rem;
    object-fit: contain;
    width: 100%;
}

.target-shop-home .recommend-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .1rem;
    min-height: .4rem;
    overflow: hidden;
}

.target-shop-home .recommend-points {
    background: linear-gradient(to right, #ffd687, #ffba2f);
    border-radius: 0 .64rem .64rem 0;
    bottom: 1.24rem;
    color: #000;
    display: inline-block;
    font-size: 14px;
    left: 0;
    padding: 6px;
    position: absolute;
    z-index: 2;
}

.target-shop-home .recommend-price {
    color: #ff5722;
    font-size: 14px;
    font-weight: 700;
}

.target-shop-home .loading-indicator {
    color: #999;
    font-size: .14rem;
    padding: .2rem;
    text-align: center;
}

.target-shop-home .loading-more {
    background-color: #fff;
    border-radius: .15rem;
    color: #666;
    display: inline-block;
    font-size: .14rem;
    margin: .1rem 0;
    padding: .1rem .2rem;
}

.target-shop-home .footer-nav {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .05);
    display: flex;
    height: 50px;
    justify-content: space-around;
    left: 50%;
    max-width: 640px;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
}

.target-shop-home .footer-nav-item {
    align-items: center;
    color: #999;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.target-shop-home .footer-nav-item.active {
    color: #ff9800;
}

.target-shop-home .footer-nav-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    margin-bottom: 3px;
    width: 24px;
}

.target-shop-home .footer-nav-item:nth-child(1) .footer-nav-icon {
    background-image: url("../../target-assets/shop-mobile-init/named/icon_main_tab_home_check_ny.png");
}

.target-shop-home .footer-nav-item:nth-child(2) .footer-nav-icon {
    background-image: url("../../target-assets/shop-mobile-init/named/icon_main_tab_allgoods_uncheck_ny.png");
}

.target-shop-home .footer-nav-item:nth-child(3) .footer-nav-icon {
    background-image: url("../../target-assets/shop-mobile-init/named/icon_main_tab_mine_uncheck_ny.png");
}

.target-shop-home .footer-nav-text {
    font-size: 12px;
}

@media screen and (min-width: 641px) {
    .target-shop-home .banner-content .swiper-container,
    .target-shop-home .banner-content .swiper-wrapper,
    .target-shop-home .banner-content .swiper-slide,
    .target-shop-home .banner-content img {
        height: 240px !important;
    }
}
