body {
    padding-bottom: 3.8375rem;
    background-color: #F5F5F5;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}
.search {
    width: 100%;
    height: 35px;
    border-radius: 50px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
}
.search i {
    margin: 0 10px;
}
.search input {
    width: 0;
    flex-grow: 1;
}

.banner {
    margin: 0 10px;
    margin-top: .75rem;
}

/* .banner .swiper-pagination {} */

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.banner .swiper-pagination-bullet-active {
    width: 8px;
    background-color: #585858;
}

/* .banner .swiper-pagination {} */


.nav {
    margin: 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 20px;
}
.nav-it {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav-it-img {
    /* width: 62px; */
    /* height: 62px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-it-txt {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    text-align: center;
}


.section1 {
    margin: 0 10px;
    margin-top: 20px;
    padding: 5px;
    background-color: #B53031;
    border-radius: 10px;
    height: 110px;
}
.section1-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}
.section1-top-it {
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.section1-top-it-text {
    font-weight: bold;
}
.section1-top-it-icon i {
    font-size: 24px;
    color: #B33130;
}

.section1-bom {
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section1-bom-left-tit {
    font-size: 20px;
    font-weight: bold;
}

.section1-bom-left-txt {
    font-size: 14px;
    color: #999;
}


.section2 {
    margin: 0 10px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.section2-img {
    /* width: 193px; */
    /* height: 290px; */
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.section3 {
    margin: 0 10px;
    margin-top: 15px;
}
.section3-img {
    border-radius: 6px;
    overflow: hidden;
}

.section4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 10px;
    margin-top: 15px;
}
.section4-it {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    padding-top: 15px;
}
.section4-it:first-child {
    background-image: linear-gradient(to bottom, #FEDEE0, #fff, #fff, #fff, #fff, #fff, #Fff);
}
.section4-it-tit {
    font-weight: bold;
}
.section4-it-txt {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}
.section4-it-img {
    margin-top: 5px;
}


.section5 {
    margin: 0 10px;
    margin-top: 15px;
}

.section5-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #CC312F;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.section5-title-text {
    font-size: 18px;
    font-weight: bold;
}
.section5-title-icon {
    display: flex;
    align-items: center;
    letter-spacing: -3px;
}
.section5-title-icon i {
    font-size: 12px;
}


.section5-list {
    margin-top: 20px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.section5-list-it {
    width: 120px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 15px;
    margin-right: 15px;
    flex-shrink: 0;
}
.section5-list-it:last-child {
    margin-right: 0;
}
.section5-list-it-img {
    width: 120px;
    height: 120px;
}
.section5-list-it-tit {
    padding: 0 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section5-list-it-tit div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section5-list-it-bom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-top: 30px;
    color: #B69674;
    font-weight: bold;
    font-size: 18px;
}
.section5-list-it-bom-icon i {
    font-weight: bold;
    font-size: 18px;
}


.module {
    margin: 0 10px;
    margin-top: 15px;
}

.module1 .module-title {
    background-color: #FED4D5;
}

.module2 .module-title {
    background-color: #FEE9D4;
}

.module3 .module-title {
    background-color: #E1F3C3;
}

.module4 .module-title {
    background-color: #FFE399;
}

.module5 .module-title {
    background-color: #F4F2B7;
}

.module6 .module-title {
    background-color: #FFD3B0;
}

.module7 .module-title {
    background-color: #FFE78F;
}

.module8 .module-title {
    background-color: #FFE88E;
}

.module9 .module-title {
    background-color: #F9E9D0;
}

.module-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.module-title-left-tit {
    display: flex;
    align-items: center;
}
.module-title-left-tit-text {
    font-size: 20px;
    font-weight: bold;
}
.module-title-left-tit-icon {
    font-size: 16px;
    color: #888;
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.module-title-left-tit-icon i {
    font-size: 12px;
    color: #888;
    letter-spacing: -3px;
    transform: scale(.9);
}
.module-title-left-desc {
    font-size: 12px;
    color: #999;
    margin-top: 1px;
}


.module-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.module-list-it {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 15px;
}
.module-list-it-img {
    width: 192px;
    aspect-ratio: 1;
}
.module-list-it-img div {
    width: 100%;
    height: 100%;
}
.module-list-it-tit {
    padding: 0 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.module-list-it-tit div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.module-list-it-bom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-top: 30px;
    color: #B69674;
    font-weight: bold;
    font-size: 18px;
}
.module-list-it-bom-icon i {
    font-weight: bold;
    font-size: 20px;
}






/* 底部固定 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: #999999;
    flex-direction: column;
    align-items: center;
    font-size: .875rem;
}

.tabbar-item .img {
    width: 1.625rem;
    height: 1.625rem;
}

.tabbar-item-active {
    color: #C4A470;
}

.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) {
    .section2 {
        justify-content: space-around;
    }
    .section2-img {
        width: unset;
        height: unset;
    }
    .module-list-it-img {
        width: 100%;
    }
}