body {
    background-image: linear-gradient(to bottom, #fbe9d3, #ffddcf, #ffddcf, #ffddcf);
    background-repeat: no-repeat;
    padding-bottom: 3.8375rem;
}

.header {
    padding: 10px 0;
    border-bottom: 1px solid #f7e3c5;
}

.header-search {
    margin: 0 10px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    background-color: #fff;
}

.header-search-icon {
    margin: 0 10px;
    flex-shrink: 0;
}
.header-search input {
    width: 0;
    flex-grow: 1;
}
.nav{
    display: flex;
    align-items: center;
    margin: 0 10px;
    height: 50px;
    margin-top: -10px;
}
.nav-tabs {
    width: 0;
    flex-grow: 1;
    display: flex;
    overflow-x: auto;
}
.nav-tabs::-webkit-scrollbar {
    display: none;
}
.nav-tabs-it {
    flex-shrink: 0;
    margin-right: 20px;
    color: #ae621b;
}
.nav-tabs-it:last-child {
    margin-right: 0;
}
.nav-icon {
    width: 30px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c38952;
}
.nav-icon i {
    font-size: 20px;
}


.banner {
    /* margin-top: .75rem; */
    margin: 0 10px;
}

/* .banner .swiper-pagination {
    
} */

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.banner .swiper-pagination-bullet-active {
    width: 8px;
    background-color: #585858;
}

/* .banner .swiper-pagination {
    
} */


.section1 {
    margin: 0 10px;
    padding: 20px;
    margin-top: 15px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    border-radius: 10px;
}
.section1-it {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section1-it-img {
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section1-it-txt {
    white-space: nowrap;
    color: #444;
    margin-top: 5px;
}


.section2 {
    margin: 0 10px;
    padding: 15px 3px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 10px;
}
.section2-tit {
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.section2-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-top: 15px;
}
.section2-container-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section3 {
    margin: 0 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
}
.section3-left {
    display: flex;
    align-items: center;
}
@keyframes scrollText {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%); /* 向左移动100%宽度 */
    }
  }
.section3-left-tit {
    margin: 0 8px;
    font-weight: bold;
    flex-shrink: 0;
}
.section3-left-txt {
    /* width: 70%; */
}
.section3-left-txt .div_typename {
    /* padding-left: 100px; */
    animation: scrollText 10s linear infinite;
    white-space: nowrap;
}
.section4 {
    margin: 0 10px;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}

.section4-it {
    border-radius: 10px;
    overflow: hidden;
}

.section5 {
    margin: 0 10px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
}

.section5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section5-top-tit {
    font-size: 20px;
    font-weight: bold;
}
.section5-top-txt {
    font-size: 14px;
    color: #333;
}
.section5-top-rig {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
}


.section5-bom {
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    /* display: flex;
    justify-content: space-between; */
}
.section5-bom-it {
    width: 100%;
    overflow: hidden;
}
.section5-bom-it-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
}
.section5-bom-it-img-yy {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 5;
    padding-right: 10px;
    font-size: 14px;
}
.section5-bom-it-img-yy-icon {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: #ff0033;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section5-bom-it-img-yy-text {
    padding: 0 5px;
    line-height: 25px;
}
.section5-bom-it-tit {
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.section5-bom-it-tit div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.section5-bom-it-img-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(193, 113, 134, 0.7);
    color: #fff;
    font-weight: bold;
    z-index: 5;
}


.section6 {
    margin: 0 10px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.section6-top {
    display: flex;
    align-items: flex-end;
}
.section6-top-tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.section6-top-txt {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-left: 5px;
}

.section6-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
}

.section6-list-it {
    display: flex;
    border-radius: 10px;
    background-color: #f7f7f7;
    overflow: hidden;
    width: 100%;
}
.section6-list-it-img {
    width: 40%;
}

.section6-list-it-right {
    padding: 10px 10px 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 0;
    flex-grow: 1;
}
.section6-list-it-right-t-tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.section6-list-it-right-t-txt {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
}
.section6-list-it-right-b {
    display: flex;
    justify-content: space-between;
}

.section6-list-it-right-b-l-priceTxt {
    display: flex;
    font-size: 12px;
    line-height: 1;
    align-items: flex-end;
}

.section6-list-it-right-b-l-priceTxt-2 {
    color: #fa220e;
    font-weight: bold;
}
.section6-list-it-right-b-l-priceTxt-3 {
    color: #fa220e;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.section6-list-it-right-b-l-priceBtn {
    display: flex;
    font-size: 12px;
    margin-top: 3px;
    border-radius: 3px;
    overflow: hidden;
    height: 20px;
}
.section6-list-it-right-b-l-priceBtn-l {
    position: relative;
    padding: 0 5px;
    background-color: #333333;
    color: #fff;
    line-height: 20px;
    height: 100%;
}
.section6-list-it-right-b-l-priceBtn-l::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffedcf;
}
.section6-list-it-right-b-l-priceBtn-r {
    padding: 0 5px;
    line-height: 20px;
    height: 100%;
    color: #333333;
    background-color: #ffedcf;
}

.section6-list-it-right-b-r {
    padding: 7px 12px;
    border-radius: 50px;
    color: #fff;
    background-color: #ff0031;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.list {
    margin: 0 10px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.list-it {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.list-it-con {
    padding: 10px;
    width: 100%;
}

.list-it-tit {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-it-tit div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-it-txt {
    font-size: 14px;
    color: #cc8c00;
    padding: 2px 8px;
    background-color: #fff7e5;
    line-height: 1;
    margin-top: 8px;
}

.list-it-price {
    font-size: 18px;
    font-weight: bold;
    color: #ff0033;
    line-height: 1;
    margin-top: 12px;
}
.list-it-bom {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.list-it-bom-left {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 25px;
    border-radius: 5px;
    overflow: hidden;
}
.list-it-bom-left-text {
    position: relative;
    padding: 0 8px;
    height: 100%;
    line-height: 25px;
    background-color: #333333;
    color: #fff;
    font-weight: bold;
}
.list-it-bom-left-text::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
    width: 10px;
    height: 10px;
    background-color: #ffeacd;
    border-radius: 50%;
}
.list-it-bom-left-price {
    padding: 0 8px;
    height: 100%;
    line-height: 25px;
    background-color: #ffeacd;
    color: #333333;
    font-weight: bold;
}
.list-it-bom-icon {
    color: #ff0033;
}
.list-it-bom-icon i {
    font-size: 28px;
}



/* 底部固定 tabbar */
.tabbar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 3.4375rem;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: .3125rem;
    display: flex;
    justify-content: space-around;
}

.tabbar-item {
    display: flex;
    color: #666666;
    flex-direction: column;
    align-items: center;
    font-size: .875rem;
}

.tabbar-item .img {
    width: 1.625rem;
    height: 1.625rem;
}

.tabbar-item-active {
    color: #b26b28;
}

.tabbar-item .tabbar-item-active-img {
    display: none;
}

.tabbar-item-active .tabbar-item-active-img {
    display: block;
}

.tabbar-item .tabbar-item-unactive-img {
    display: block;
}

.tabbar-item-active .tabbar-item-unactive-img {
    display: none;
}





@media screen and (min-width: 768px) {
    .section6-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .section6-list-it-right {
        /* justify-content: space-around; */
    }
}