.header-logo {
    width: 100%;
    height: 0.44rem;
    background: url('../assets/topBg.png') no-repeat left top;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* position: sticky;
    top: 0;
    z-index: 99; */
}

.header-logo img {
    height: .40rem;
}

.main .search {
    height: .48rem;
    background: rgba(0, 0, 0, 0.04);
    padding: 0.08rem 0.15rem;
}

.main .search .search-con {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: .14rem;
    color: rgba(0, 0, 0, 0.45);
    height: .32rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
}

.main .search .search-con img {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.06rem;
}

.area-box {
    width: 100%;
    display: flex;
    padding: 0.15rem 0.10rem 0.08rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: sticky;
    /* top: 0.44rem; */
    top: 0;
    z-index: 99;
    background-color: #FFF;
    box-shadow: 0 0.01rem 0.03rem #EEE;
}

.area-box .area-item {
    width: calc(25% - 0.1rem);
    height: 0.26rem;
    box-sizing: border-box;
    margin: 0.05rem;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    font-weight: 400;
    font-size: .12rem;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 0.26rem;
}

.area-box .area-active {
    background: #3A90EB;
    color: #FFF;
    border: 0.01rem solid #3A90EB;
}

.area-box .more {
    color: #3A90EB;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 0.1rem);
    height: 0.26rem;
    box-sizing: border-box;
    margin: 0.05rem;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    font-weight: 400;
    font-size: .12rem;
    text-align: center;
    line-height: 0.26rem;
    margin-left: auto;
}

.area-box .more .more-img {
    width: 0.14rem;
    height: 0.14rem;
    transform: rotate(0deg);
}

.area-box .more1 {
    color: #3A90EB;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 0.1rem);
    height: 0.26rem;
    box-sizing: border-box;
    margin: 0.05rem;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    font-weight: 400;
    font-size: .12rem;
    text-align: center;
    line-height: 0.26rem;
    margin-left: auto;
}

.area-box .more1 .more-img1 {
    width: 0.14rem;
    height: 0.14rem;
    transform: rotate(180deg);
}

.select-area {
    display: flex;
    justify-content: space-between;
    padding: 0.12rem 0.15rem;
}

.select-area .select-name {
    font-weight: 400;
    font-size: 0.12rem;
    color: rgba(0, 0, 0, 0.45);
}

.select-area .select-area-item-box {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.select-area .select-area-item-box .select-area-item {
    width: calc(25% - 0.1rem);
    color: #3A90EB;
    position: relative;
    padding: 0.02rem 0.06rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
    border-radius: 0.02rem;
    font-size: 0.12rem;
    margin: 0.05rem;
    text-align: center;
}

.select-area .select-area-item-box .select-area-item .close {
    position: absolute;
    right: -0.08rem;
    top: -0.08rem;
    font-size: 0.16rem;
}

.title-box {
    display: flex;
    height: 0.48rem;
    padding: 0 0.15rem;
    align-items: center;
}

.title-box img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.04rem;
}

.title-box .title-name {
    font-weight: 600;
    font-size: .16rem;
    color: rgba(0, 0, 0, 0.85);
}

.swiperBox {
    /* min-height: 2.2rem; */
    height: 1.85rem;
}

.swiperBox .swiper-container {
    padding: 0 15px;
    height: 100%;
}

.swiperBox .swiper-pagination {
    bottom: 0px;
}

.swiperBox .swiper-pagination .swiper-pagination-bullet-active {
    background: #3A90EB;
}

.swiper-slide {
    width: 1.05rem;
    height: 1.64rem;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
}

.swiper-slide .swiper-img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
}

.swiper-slide .swiper-title {
    position: absolute;
    font-weight: 400;
    font-size: 0.12rem;
    color: #F9F9F9;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: .24rem;
    line-height: 0.24rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 2px 2px;
}

/* .swiper-slide {
    position: relative;
    width: 2.56rem !important;
    height: 4.48rem;
} */

/* .swiper-slide .swiper-img {
    position: absolute;
    width: 100%;
    height: 4.00rem;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
} */

/* .swiper-slide .swiper-title {
    position: absolute;
    margin: 0.1rem 0 0.13rem 0;
    font-weight: 600;
    font-size: .16rem;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    bottom: 0;
    width: 100%;
    height: .22rem;
} */

/* .swiper-slide-prev {
    transform: scale(.8);
    transition: all .3s ease-in 0s;
} */

/* .swiper-slide-next {
    transform: scale(.8);
    transition: all .3s ease-in 0s;
} */

.grid-container {
    padding: 0 0.15rem 0.15rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 创建三列，每列宽度相等 */
    grid-gap: 0.15rem;
    /* 行和列之间的间隔 */
}

.grid-container .grid-item {
    position: relative;
    height: 1.64rem;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
}

.grid-container .grid-item img {
    width: 100%;
    height: 100%;
}

.grid-container .grid-item .paper-name {
    position: absolute;
    width: 100%;
    height: 0.24rem;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0.02rem 0.02rem;
    color: #FFF;
    text-align: center;
    line-height: 0.24rem;
    font-size: .12rem;
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    padding: 0.2rem 0;
    left: 50%;
    transform: translateX(-50%);
}

.empty img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}

.empty .empty-text {
    position: absolute;
    bottom: 0.25rem;
    color: #3A90EB;
    font-size: 0.14rem;
}