
.zh-home {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.categories-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.categories-container .categories-content-sm {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 21px;
    margin: 24px 0;
    position: relative;
    width: 100%;
}

.categories-container .categories-content-sm .categories-title {
    justify-content: space-between;
}

.categories-container .categories-content-sm .categories-title span {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}

.categories-container .center-body-sm {
    height: 111px;
    align-items: center;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    margin: 12px 0 20px;
    position: relative;
}

.categories-container .center-body-sm .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.categories-container .center-body-sm .body-title {
    max-height: 72px;
    line-height: 24px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    width: 50%;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-search-outer {
    position: relative;
    width: fit-content;
}

.categories-container .search-wrap {
    width: 100%;
}

.categories-container .categories-content {
    position: relative;
    height: 398px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 24px;
    margin: 24px 0;
    width: 100%;
}

.categories-container .categories-content__left {
    width: 180px;
    height: 40px;
    margin-right: 0;
}

.categories-content__left .categories-title {
    width: 100%;
    height: 30px;
    padding: 0 20px;
}

.categories-content__left .categories-title a {
    font-weight: bold;
    font-size: 16px;
}

.categories-content__left .nav-item a {
    width: 170px;
    height: 40px;
    padding: 0 26px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Rub-Rag";
    font-size: 14px;
    color: #666;
}

.categories-content__left .nav-item a span,
.categories-content__left .nav-item a em {
    font-family: "Rub-Rag";
}

.categories-content__left .nav-item a em {
    font-size: 12px;
}

.categories-content__left .nav-item a:hover,
.categories-content__left .nav-item.active {
    background: #F5F5F5;
}

.categories-content__left .nav-item:hover .nav-center-content,
.categories-content__left .nav-item.active .nav-center-content {
    display: block;
}

.categories-content__left .nav-item .nav-center-content {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    height: 100%;
    padding: 22px;
    background: #fff;
    z-index: 1;
    width: calc(100% - 200px);
    border-radius: 14px 14px 14px 14px;
}

.center-content {
    height: 350px;
    padding: 40px 20px 20px;
    background: #F5F5F5;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
}

.categories-content__left .nav-item .nav-center-content .content-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.categories-content__left .nav-item .nav-center-content .nav-list {
    margin-right: 25px;
    display: flex;
    /*max-width: 427px;*/
    flex-wrap: wrap;
    flex: 1;
    height: 215px;
    flex-direction: column;
    align-content: flex-start;
}

.categories-content__left .nav-item .nav-center-content .nav-list:nth-child(3) {
    margin-right: 0px;
}

.categories-content__left .nav-item .nav-center-content .nav-list .nav-item {
    width: 170px;

}

.categories-content__left .nav-item .nav-center-content .nav-item a {
    display: block;
    height: auto;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    font-family: Rubik, Rubik;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.categories-content__left .right-adv-line {
    flex-shrink: 0;
    margin-top: -36px;
}

.categories-content__left .right-adv-line .adv-item {
    display: block;
    margin-bottom: 20px;
    width: 378px;
    height: 120px;
    padding: 0;
}

.categories-content__left .right-adv-line .adv-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-content__left .nav-item .nav-center-content .nav-item a:hover,
.categories-content__left .nav-item .nav-center-content .nav-item.active a {
    color: #E21818;
}


.categories-content__right {
    flex: 1;
    width: 908px;
    height: 350px;
    background: #F5F5F5;
    overflow: visible;
}

.categories-content__right.categories_content_body {
    /*background: #000;*/
    position: relative;
}

.categories-content__right.categories_content_body .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.categories-content__right .center-body {
    width: 660px;
    height: 178px;
    padding: 60px 0 0 60px;
    position: relative;
}

.categories-content__right .body-title {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.search-menu {
    display: flex;
    align-items: center;
    position: relative;
}

.search-menu div {
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.search-menu div:hover {
    color: #E21818;
}

.search-menu .on {
    border-color: #E21818;
}

.categories-content__right .search-wrap {
    width: 524px;
    max-width: 100%;
    margin-top: 10px;
    position: relative;
}


.categories-content__right .search-btn em {
    margin-right: 5px;
}

.categories-no-login {
    width: 200px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.categories-no-login img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}

.categories-no-login .text1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.categories-no-login .text2 {
    color: #666666;
    font-size: 16px;
}

.btn-line {
    margin-top: 24px;
    width: 100%;
}

.btn-line a {
    height: 40px;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.btn-line .type1 {
    background: #E21818;
    color: #fff;
}

.btn-line .type2 {
    border: 1px solid #333333;
    color: #333333;
}

.home-book {
    background-image: url("../images/home/book-bg.png");
    padding: 20px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
}

.home-book .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-book .title .left {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: bold;
}

.home-book .title .right {
    padding: 12px 28px;
    cursor: pointer;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.home-book .cont {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
}

.home-book .cont .item {
    padding: 26px 0px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*aspect-ratio: 136 / 150;*/
    cursor: pointer;
}

.home-book .cont .item .iconfont {
    margin-bottom: 12px;
    font-size: 44px;
    line-height: 44px;
    transition: all .3s;
}

.home-book .cont .item .icon-gengduoziyuanfuwu {
    color: #F5F5F5;
}

.home-book .cont .item .text {
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.home-book .cont .item:hover .iconfont,
.home-book .cont .item:hover .text {
    color: #E21818;
}

.goods-box {
    border-radius: 14px;
    background: #fff;
    padding: 20px;
}

.goods-box .title {
    margin-bottom: 20px;
}

.goods-box .title .left {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 34px;
}

.show-more-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
}

.show-more-btn i {
    margin-left: 8px;
    font-size: 10px;
}

.show-more-btn:hover {
    color: #E21818;
}

.product-card {
    background: #FFFFFF;
    overflow: hidden;
}

.product-card .product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .product-tag {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
}

.product-card .product-title {
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
}

.product-card .product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-card .product-price .price {
    flex: 1;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    color: #333333;
}

.product-card .product-price .buy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    background: #F5F5F5;
    color: #E21818;
    border-radius: 40px;
    font-size: 16px;
}

.product-card .product-price .buy-btn:hover {
    background: #E21818;
    color: #fff;
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}

.page-title .left {
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    font-weight: bold;
}

.page-title .left span {
    color: #E21818;
}

.shop-line1 {
    display: flex;
    border-radius: 14px;
    /*overflow: hidden;*/
}

.shop-line1-swiper {
    width: 260px;
    height: 328px;
    position: relative;
    overflow: hidden;
    border-radius: 14px 0 0 14px;
}

.shop-left-item {
    position: relative;
    padding: 30px 0 30px 30px;
    width: 100%;
    height: 100%;
}

.shop-left-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.shop-left-item .text1 {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 31px;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
}

.shop-left-item .text2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    position: relative;
    margin-bottom: 24px;
}

.shop-left-item .btn {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100px;
    height: 40px;
    background: #E21818;
    border-radius: 24px 24px 24px 24px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 27px;
}

.shop-line1-swiper .swiper-pagination {
    display: flex;
    justify-content: left;
    padding: 24px 42px;
    bottom: 0;
}

.shop-line1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px 10px 10px 10px;
    margin: 0 2px;
    transition: all .3s;
}

.shop-line1-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 4px;
    background: #FFFFFF;
}

.shop-line1 .right {
    flex: 1;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 14px 14px 0;
}

.shop-box {
    cursor: pointer;
    position: relative;
}

.shop-image {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
}

.shop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-tags {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
}

.shop-tags div {
    padding: 4px 8px;
    margin-right: 8px;
    background: #F5F5F5;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.shop-box-title {
    padding: 9px 0 12px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    height: 43px;
}

.shop-box-price {
    align-items: center;
    flex-wrap: wrap;
}

.shop-box-price .price {
    font-size: 18px;
    color: #E21818;
    font-weight: bold;
    width: 127px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-box-price .buy-btn {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.shop-box-price .buy-btn i {
    font-size: 12px;
}

.shop-box:hover .shop-box-price .buy-btn {
    color: #E21818;
}

.shop-hover-box {
    display: none;
    flex-direction: column;
    align-content: center;
    width: calc(100% + 12px);
    position: absolute;
    z-index: 2;
    top: -29px;
    left: -6px;
    height: calc(100% + 64px);
}

.shop-hover-box .outer-img {
    width: 100%;
    object-fit: contain;
}

.shop-hover-box .center-qr {
    margin: -10px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 238, 238, 0.5);
    backdrop-filter: blur(10px);
    height: 100%;
}

.shop-hover-box .center-qr-card {
    width: 180px;
    padding-top: 10px;
    background: #fff;
    text-align: center;
    border-radius: 8px 8px 8px 8px;
}

.shop-hover-box .center-qr-card img {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    object-fit: contain;
}

.shop-hover-box .center-qr-card .toast {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.shop-hover-box .center-qr-card .limit {
    border-top: 1px solid #EEEEEE;
    line-height: 50px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.shop-cate {
    position: relative;
}

.shop-cate-list {
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 14px 34px;
}

.shop-cate-list .item {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.shop-cate-list .item .img {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

.shop-cate-list .item .text {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}

.cate-hover-box {
    display: none;
    flex-direction: column;
    align-content: center;
    width: 171px;
    position: absolute;
    z-index: 2;
    top: -24px;
    height: 185px;
    left: 50%;
    transform: translateX(-50%);
}

.cate-hover-box .outer-img {
    width: 100%;
    object-fit: contain;
}

.cate-hover-box .center-qr {
    margin: -10px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 238, 238, 0.5);
    backdrop-filter: blur(10px);
    height: 100%;
}

.cate-hover-box .center-qr-card {
    width: 130px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
    object-fit: contain;
    box-sizing: border-box;
}


.bottom-name {
    padding: 3px 23px 9px 23px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.shop-row {
    margin: -10px;
}

.shop-col {
    padding: 10px;
}

.shop-card {
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
}

.shop-col:hover .shop-card-title {

    color: #E21818;
}

.shop-card-img {
    aspect-ratio: 249 / 150;
    width: 100%;
}

.shop-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-card .logo {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 90px 90px 90px 90px;
    margin: -30px 0 0 12px;
    object-fit: contain;
}

.shop-card .info {
    height: 142px;
    padding: 12px 0;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.shop-card-title {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.shop-card-tags {
    display: flex;
    overflow-x: auto;
    margin-bottom: 12px;
}

.shop-card-tags div {
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-right: 8px;
    white-space: nowrap;
}

.shop-card-year {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.shop-card-year i {
    font-size: 16px;
    margin-right: 5px;
}

.shop-card-bottom .left {
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shop-card-bottom .left i {
    font-size: 16px;
    color: #E21818;

}

.shop-card-bottom .right {
    font-size: 14px;
    color: #E21818;
    flex-shrink: 0;
    font-weight: 500;
}

.shop-card-bottom .right i {
    font-size: 12px;
}

.purchase {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 14px;
    background-image: url("../images/home/puchars.png");
    background-size: cover;
}

.purchase-left {
    padding: 20px;
}


.purchase-left .title {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    margin-bottom: 24px;
    font-weight: bold;
}

.hot-swiper {
    margin-bottom: 24px;
    height: 156px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.purchase-card {
    max-width: 363px;
    width: 363px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 20px;
    /*margin-bottom: 24px;*/
}

.hot-swiper .pagination {
    margin-left: 10px;
    transform: none;
}

.hot-swiper .pagination .swiper-pagination-bullet {
    background: #fff;
}

.hot-swiper .pagination .swiper-pagination-bullet-active {
    background: #E21818;
}

.purchase-card .name {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 12px;
}


.purchase-card .num {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 12px;
}

.purchase-card .num span {
    font-weight: bold;
}

.purchase-card .info {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 20px;
}

.timebox {
    display: flex
}

.purchase-card .info span {
    font-weight: bold;
}

.purchase-left .btn {
    margin-bottom: 41px;
    width: 120px;
    height: 40px;
    background: #E21818;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
}

.purchase-left .btn .iconfont {
    font-size: 14px;
    margin-right: 10px;
}

.purchase-left .btm-qr {
    display: flex;
    align-items: center;
}

.purchase-left .btm-qr img {
    width: 98px;
    margin-right: 16px;
    object-fit: contain;
}

.purchase-left .btm-qr div {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 31px;
    font-weight: bold;
}

.purchase-right {
    padding: 40px;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    max-width: 550px;

}

.purchase-right .f-name {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.purchase-right .f-box {
    margin-bottom: 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    height: 50px;
    padding: 0 20px;
}

.purchase-right .f-box input {
    font-size: 14px;
    height: 100%;
    border: none;
    outline: none;
    width: 100%;
}

.purchase-right .f-box select {
    height: 100%;
    border: none;
    outline: none;
    width: 100%;
}

.purchase-right .f-btn {
    height: 50px;
    margin-top: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    background: #E21818;
    font-size: 16px;
    color: #FFFFFF;
}

.exhi-swiper {
    overflow: hidden;
    position: relative;
}

.exhi-item {
    background: #FFFFFF;
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 20px;
}

.exhi-item .main-img {
    aspect-ratio: 386 / 329;
    width: 100%;
    object-fit: contain;
}

.exhi-item .name {
    padding: 20px 20px 10px;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}

.exhi-item .time {
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
}

.exhi-item .time .iconfont {
    color: #333333;
    font-size: 16px;
    margin-right: 11px;
}

.exhi-item:hover .name {
    color: #E21818;
}

.exhi-swiper .exhi-btn {
    position: absolute;
    top: 141px;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color: #E21818;
    font-size: 14px;
    border: 1px solid #FFFFFF;
    z-index: 2;
}

.exhi-swiper .icon-fanye-zuojian {
    left: 20px;
}

.exhi-swiper .icon-fanye-youjian {
    right: 20px;
}

.exhi-swiper .swiper-button-disabled {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: #fff;
}

.exhi-swiper .event-pagination {
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

.exhi-swiper .event-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    margin: 0;
    background: #BBBBBB;
    border-radius: 0;
}

.exhi-swiper .event-pagination .swiper-pagination-bullet-active {
    background: #E21818;
}

.head-line {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 80px;
    overflow: hidden;
}

.head-line-left {
    background-image: url("../images/home/head1.png");
    background-size: cover;
    position: relative;
    padding: 20px;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
}

.head-line .tags {
    display: flex;
    height: fit-content;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.head-line .tags div {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 500;
    padding: 4px 8px;
    margin-right: 8px;
    background: #F5F5F5;
    white-space: nowrap;
    height: fit-content;
}

.head-line .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.head-line .info .name {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 12px;
}

.head-line .info .time {
    display: flex;
    align-items: center;
}

.head-line .info .time .t1 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 12px;
}

.head-line .info .time .t2 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: bold;
}

.head-line .info .view {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}

.head-line .info .view .iconfont {
    font-size: 18px;
    margin-right: 3px;
}

.head-line-center {
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    height: 100%;
    padding: 20px;
}

.head-line-item {
    display: flex;
    width: 100%;
}

.head-line-left .tags div {
    color: #333;
}

.head-line-center .head-line-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.head-line-center .head-line-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.head-line-item .main-img {
    position: relative;
    width: 100%;
    margin-right: 20px;
    flex-shrink: 0;
}

.head-line-item .main-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.head-line-center .head-line-item .main-img {
    width: 97px;
    height: 123px;
}

.head-line-item .right {
    flex: 1;
    position: relative;
}

.head-line-center .head-line-item .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 123px;
}

.head-line-center .head-line-item .btm .time {
    font-size: 16px;
    color: #666666;
}

.head-line-center .head-line-item .btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    /*border-top: 1px solid #EEEEEE;*/
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.head-line-item .right .name {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
}

.head-line-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}

.head-line-right .head-line-item {
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
    margin-bottom: 20px;
}

.head-line-right .head-line-item:last-child {
    margin-bottom: 0;
}

.head-line-right .head-line-item .main-img {
    width: 156px;
    height: 195px;

}

.head-line-right .head-line-item .main-img .tags {
    position: absolute;
    left: 13px;
    top: 10px;
}

.head-line-right .head-line-item .name {
    height: 75px;
    margin-bottom: 25px;
}

.head-line-right .head-line-item .btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.head-line-right .head-line-item .btm .time {
    font-size: 16px;
    color: #666666;
}

.head-line-right .head-line-item .btm .view {
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;

}

.head-line-right .head-line-item .btm .view .iconfont {
    font-size: 18px;
    margin-right: 4px;
}

.head-line-left, .head-line-center, .head-line-right {
    flex: 1;
}

.recommend-search {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    position: absolute;
}

.recommend-search .key {
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px 30px 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px 12px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    cursor: pointer;
}

.bottombox {
    width: 180px;
    position: absolute;
    height: 34px;
    background-image: url('../images/Union1.png');
    background-size: 100% auto;
    bottom: 0;
    left: calc(50% - 90px);
}

.shop-cate {
    position: relative;
}

.heikuai {
    position: absolute;
    width: 80%;
    height: 80%;
    background: #333;
    top: 10%;
    left: 10%;
    z-index: 0;
    border-radius: 100px;

}

.home-book .cont .item .icon-gengduoziyuanfuwu {
    position: relative;
}

.home-book .cont .item .icon-gengduoziyuanfuwu:before {
    position: relative;
    z-index: 9;
}

.home-book .cont .item:hover .icon-gengduoziyuanfuwu .heikuai {
    background: #fff;
}

.huodong .exhi-item .tpic {
    width: 100%;
    object-fit: none;
    display: block;
    /*height: 350px;*/
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 285 / 350;
    background-size: cover;
}

.share-qr {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.share-qr .text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.share-qr .close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 15px;
    opacity: 1;
}

.adv_nav {
    width: 100%;
    overflow: scroll;
    margin: 15px 0 0 0;
    display: none;
    scrollbar-width: none;
}

.adv_nav .adv_nav_bar {
    width: 727px;
}

.adv_nav .a_nav_item {
    float: left;
    display: block;
    color: #8c8c8c;
    font-size: 14px;
    width: auto;
    margin: 0 10px;
    position: relative;
    padding: 0 3px;
}

.adv_nav .a_nav_item.rec {
    color: #313131;
    font-weight: 600;
}

.adv_nav .a_nav_item.rec:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E21818;
    opacity: 0.5;
    z-index: 0;
}

@media (max-width: 1200px) {
    .categories-no-login {
        display: none;
    }

    .shop-line1-swiper {
        display: none;
    }
}

@media (min-width: 992px) {
    .shop-box:hover .shop-hover-box {
        display: flex;
    }

    .shop-cate-list .item:hover .cate-hover-box {
        display: flex;
    }
}

@media (max-width: 992px) {
    .search-menu div {
        color: #333;
    }

    .home-book .cont {
        grid-template-columns: repeat(4, 1fr);
    }

    .purchase {
        flex-direction: column;
    }

    .purchase-left {
        padding: 20px 0;
    }

    .purchase-right {
        max-width: unset;
    }

    .head-line {
        flex-wrap: wrap;
    }

    .head-line-left {
        flex: 1 1 30%;
    }
    .head-line-center {
        flex: 1 1 30%;
    }
    .head-line-right {
        flex: 1 1 30%;
    }

    .head-line-left {
        aspect-ratio: 387 / 491;
    }

    .head-line-right .head-line-item {
        margin-bottom: 20px;
    }


}

@media (max-width: 768px) {
    .container {
        max-width: 100vw;
        width: 100%;
    }

    .adv_nav {
        display: block;
    }

    .shop-card-bottom .right {
        display: none;
    }

    .home-book {
        grid-template-columns: repeat(2, 1fr);
        position: relative;
    }

    .mordty {
        text-align: center;
        color: #fff
    }

    .mordty .iconfont {
        font-size: 30px;
    }

    .home-book .jdbox {
        height: 177px;
        overflow: hidden;
        margin-bottom: 00px;
    }

    .mordty.on .iconfont {
        transform: rotate(180deg);
        display: block;
    }

    .home-book .jdbox.on {
        height: auto;
    }

    .product-card .product-price .buy-btn {
        width: 100%;
        margin-top: 10px;
    }

    .home-book .cont {
        grid-template-columns: repeat(2, 1fr);
    }

    .head-line-left {
        flex: 1 50%;
    }
    .head-line-center {
        flex: 1 46%;
    }

    .head-line-right .head-line-item .btm .view {
        display: none;
    }

    .shop-box {
        height: 300px;
    }

    .recommend-search {
        display: none;
    }

    .header-search__tips {
        /*display: none !important;*/
    }

    .purchase-card {
        width: 100%;
        max-width: 100%
    }

    .purchase-card .timebox .info {
        display: block;
    }
    .exhi-item{
        padding-bottom: 10px;
    }
    .exhi-item .name{
        padding: 10px;
        font-size: 16px;
    }
    .exhi-item .time{
        padding: 0 10px;
        font-size: 12px;
    }
}
@media (max-width: 610px) {
    .head-line-left,.head-line-center,.head-line-right {
        flex: 1 1 100%;
    }
    .head-line-right .head-line-item .main-img{
        width: 97px;
        height: 123px;
    }
    .head-line-right .head-line-item .btm{
        border-top: none;
    }
}
