
.swiper {
}

.swiper-item-img {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.swiper-item-img-span {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 12px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.copyright-name {
    bottom: 28px;
    font-size: 0.8rem;
    font-weight: 600;
}

.copyright-author {
    bottom: 6px;
    font-size: 0.6rem;
}

.viewSwiper {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.view-swiper-item-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.view-swiper-item-img-div {
    position: absolute;
    color: #fff;
    right: 0;
    left: 0;
    padding: 0 12px;
    text-align: left;
    bottom: 0;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.view-swiper-item-img-div > div {
    line-height: 24px;
}

.system-notice {
    line-height: 2rem;
    height: 2rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.system-notice .hot {
    height: 1rem;
    margin-right: 6px;
}

.item-card {
    width: 50%;
    float: left;
    font-size: 0.7rem;
    position: relative;
}

.system-notice {
    margin: 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
    color: #434343;
    font-weight: 600;
}

.item-card-box {
    margin: 0.5rem;
    border-radius: 10px;
    background-color: #fff
}

#goods-list {
    display: inline-block;
    margin-bottom: 64px;
}

.goods-image {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 1/1
}

.goods-box {
    padding: 0.5rem 0.5rem 1rem;
}

.goods-name {
    font-weight: 600;
    text-align: left;
    line-height: 1.05rem;
    height: 1.05rem;
    font-size: 0.7rem;
    font-family: -apple-system, Helvetica, sans-serif;
    overflow: hidden;
    color: #434343;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.goods-price {
    font-style: normal;
    font-family: JDZH-Regular, sans-serif;
    display: inline-block;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #ff4142;
}

.price-icon {
    font-size: 0.7rem;
    font-style: normal;
    font-family: JDZH-Regular, sans-serif;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5rem;
    color: #ff4142;
}

.price-underline {
    color: #999;
    text-decoration: line-through;
    margin-left: 0.8rem;
}


.sales-qty {
    max-width: 100%;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    line-height: 1.2rem;
}

.shopping-cart {
    float: right;
    color: #ff4142;
    font-size: 1.2rem;
}