@media screen and (max-width: 960px) {
    .right {
        margin: 0 0.2rem;
    }

    .m-header {
        display: flex;
        flex-direction: column;
        width: 100%;
        z-index: 1000;
        height: 1.1rem;
        position: fixed;
    }

    .m-search {
        display: flex;
        align-items: center;
        background: #ffffff;
        justify-content: space-between;
        border-bottom: 1px solid #999999;
    }

    .m-search .t1 {
        width: 24px;
        height: 24px;
        margin-left: 0.2rem;
    }

    .m-search .t3 {
        width: 24px;
        height: 24px;
        margin-right: 0.2rem;
    }

    .m-search .t2 {
        width: 208px;
        height: 53px;
    }

    .search-page {
        display: flex;
        align-items: center;
        position: relative;
        margin: 15px 10px;
    }

    .search-page input {
        border: 1px solid #000000;
        height: 30px;
        border-radius: 25px;
        padding-left: 40px;
        flex: 1;
    }

    .search-page img {
        position: absolute;
        left: 10px;
        width: 24px;
        height: 24px;
    }

    .m-menu {
        display: none;
        color: #000000;
        font-size: 0.27rem;
        background: #ffffff;
        justify-content: space-around;
        margin-bottom: 25px;
        font-weight: bold;
    }

    .m-menu .it {
        padding: 0.25rem 0;
    }

    .m-box-bg {
        display: none;
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #000000;
        opacity: 0.6;
        z-index: 1001;
    }

    .m-box-bg.active {
        display: flex;
    }

    .m-box {
        display: none;
        flex-direction: column;
        height: 100vh;
        background: #ffffff;
        position: fixed;
        font-size: 0.3rem;
        width: 40%;
        padding: 0.3rem;
        z-index: 1002;
    }

    .m-box.active {
        display: flex;
    }

    .m-box .it {
        border-bottom: 1px dashed #eeeeee;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .m-box .close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .swiper-container {
        --swiper-theme-color: #ff6600;
        --swiper-pagination-color: #00ff33; /* 两种都可以 */
    }

    .swiper-pagination-bullet-active {
        background: #fff;
    }

    #m_banner {
        width: 100%;
        margin-top: 1rem;
    }

    .next-page {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }

    .next-page button {
        border: 0;
        background: #d1312c;
        color: #fff;
        width: 80%;
        padding: 10px;
        border-radius: 25px;
        cursor: pointer;
    }

    .m-desc {
        display: flex;
        flex-direction: column;
        font-size: 0.3rem;
        background: #ffffff;
        padding: 10px;
        position: relative;
    }

    .m-desc .title {
        display: flex;
        justify-content: center;
        font-weight: bold;
        line-height: 20px;
        padding: 8px 0;
        border-bottom: 1px solid #999999;
        margin-bottom: 10px;
    }

    .m-desc .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #f7f7f7;
        box-shadow: 0px 2px 4px rgba(153, 153, 153, 0.25);
        border: 1px solid #f7f7f7;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -18px;
        cursor: pointer;
    }

    .m-desc .btn.active {
        transform: rotate(180deg)
    }

    .m-desc .txt {
        height: 135px;
        overflow: hidden;
    }

    .m-desc .txt.active {
        height: 100%;
    }

    .m-desc .btn img {
        width: 24px;
        height: 24px;
    }

    .m-login {
        display: flex;
        justify-content: space-around;
        font-size: 0.3rem;
        margin-top: 30px;
    }

    .m-login a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid #333333;
        background: #ffffff;
        padding: 5px 25px;
    }

    .m-login img {
        margin-right: 5px;
    }

    .ems.home {
        margin: 20px 0;
    }

    .ems.home .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 0 5px;
        background: #ffffff;
        font-size: 0.35rem;
    }

    .ems.home .title .col-1 {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .ems.home .title img {
        margin-right: 5px;
    }

    .ems.home .title a {
        color: #666666;
        font-size: 0.25rem;
    }

    .ems.home .box {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        padding: 8px;
        border-radius: 3px;
    }

    .ems.home .box a {
        display: flex;
        justify-content: space-between;
        line-height: 0.6rem;
        font-size: 0.3rem;
    }

    .ems.home .box a:nth-child(2n+1) {
        background: #f7f7f7;
    }

    .product {
        margin-bottom: 15px;
    }

    .product-top {
        display: flex;
        line-height: 35px;
        margin-bottom: 15px;
        background: #ffffff;
        border-radius: 3px;
        font-size: 0.35rem;
        justify-content: space-between;
        padding: 5px 10px;
    }

    .product .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        margin-top: 15px;
        margin-bottom: 0.2rem;
        width: 100%;
        height: 40px;
        padding: 10px 0;
    }

    .product .tab {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .product .tab.n {
        display: flex;
        width: 100%;
        font-size: 0.3rem;
        justify-content: center;
    }


    .product .title img {
        width: 24px;
        height: 24px;
        margin: 0 4px;
    }

    .product .title .type {
        display: flex;
        font-size: 0.3rem;
        color: #d43030;
        align-items: center;
    }


    .product .title .cate {
        display: flex;
    }

    .product .title .cate.home {
        display: none;
    }

    .product .m-title {
        display: flex;
        font-size: 0.3rem;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product .m-title .it {
        width: 49%;
        background: #e6e6e6;
        text-align: center;
        padding: 3px 0;
        margin-bottom: 0.25rem;
    }

    .product .m-title .it.active {
        background: #37322f;
        color: #ffeb3b;
    }

    .product .m-title .active::after {
        display: flex;
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid #37322f;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        bottom: -8px;
        left: 47%;
    }

    .product .tab .it {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e6e6e6;
        border-radius: 3px;
        color: #333333;
        padding: 2px 5px;
        margin: 0 5px;
        font-size: 0.3rem;
        cursor: pointer;
        width: 100%;
    }

    .product .tab .active {
        background: #37322f;
        color: #ffeb3b;
        position: relative;
    }

    .product .tab .active::after {
        display: flex;
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid #37322f;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        bottom: -8px;
    }

    .product .more {
        display: block;
        font-size: 0.25rem;
        color: #999999;
        width: 1.3rem;
    }

    .product .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .product .list.hide {
        display: none;
    }

    .product .it {
        display: flex;
        flex-direction: column;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        width: 100%;
    }

    .product .it .favor {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
        z-index: 99;
        cursor: pointer;
    }

    .product .it .cover {
        display: flex;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff;
    }

    .product .it:hover .cover {
        display: none;
    }

    .product .it .cover img {
        width: 100%;
        height: 100%;
    }

    .product .img {
        width: 3.4rem;
        height: 3.4rem;
        margin: 0 auto;
    }

    .product .img img {
        width: 100%;
        height: 100%;
    }

    .product .tips {
        display: flex;
        margin-top: 8px;
    }

    .product .tips span {
        display: flex;
        height: 27px;
        align-items: center;
        justify-content: center;
        font-size: 0.25rem;
        width: 100%;
    }

    .product .tips span.s2 {
        color: #ffffff;
        background: #999999;
        width: 50%;
        margin-right: 10px;
    }

    .product .tips span.s3 {
        color: #ffffff;
        width: 50%;
    }

    .product .tips span.c-0 {
        background: #111ABA;
    }

    .product .tips span.c-1 {
        background: #F70395;
    }

    .product .tips span.c-2 {
        background: #FD9903;
    }


    .product .name {
        display: block;
        height: 0.8rem;
        overflow: hidden;
        font-size: 0.25rem;
        color: #000000;
        padding: 0 8px;
        margin-top: 10px;
        line-height: 22px;
    }

    .product .sale {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .product .sale img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .product .sale .col-1 {
        display: flex;
        width: 80px;
        height: 30px;
        align-items: center;
        justify-content: center;
        border-radius: 8px 0 0 8px;
        font-size: 13px;
        color: #ffffff;
        background: #d43030;
    }

    .product .sale .col-2 {
        display: flex;
        width: 80px;
        height: 30px;
        align-items: center;
        justify-content: center;
        border-radius: 0 8px 8px 0;
        font-size: 13px;
        color: #333333;
        background: #e5e5e5;
    }

    .product .price {
        display: flex;
        justify-content: center;
        font-size: 14px;
        color: #000000;
        margin: 5px 0;
    }

    .product .price.del {
        text-decoration: line-through;
        color: #999999;
    }


    .product .detail {
        border-radius: 3px;
        padding: 10px;
        background: #ffffff;
        word-break: break-word;
        font-size: 0.3rem;
    }

    .product .detail img {
        width: 100%;
    }

    .base {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        border-radius: 3px;
        background: #ffffff;
    }

    .base .img {
        position: relative;
        width: 100%;
    }

    .base .img .logo {
        display: flex;
        width: 100%;
        align-items: center;
        min-height: 7.6rem;
    }

    .base .img .logo img {
        width: 100%;
    }

    .base .favor {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        z-index: 8;
        cursor: pointer;
    }

    .base .num {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        font-size: 13px;
        color: #ffffff;
        background: #000000;
        opacity: 0.5;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .base .video {
        width: 100px;
        height: 115px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
        background: #ffffff;
    }

    .base .video.big {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        background: #ffffff;
    }

    .base .video .close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 10;
    }

    .base .imgs {
        display: flex;
        margin-top: 15px;
        align-items: center;
        height: 54px;
        width: 100%;
    }

    .base .arr-imgs {
        display: flex;
        width: 80%;
        overflow-x: scroll;
        scrollbar-width: none;
        transition: all 2s ease-in-out;
    }

    .base .imgs img {
        width: 62px;
        height: 54px;
        margin: 0 5px;
        cursor: pointer;
    }

    .base .imgs .btn {
        width: 32px;
        height: 32px;
    }

    .base .l-1 .box {
        display: none;
    }

    .base .r-2 {
        margin-top: 15px;
    }

    .base .r-2 .box {
        display: none;
    }

    .base .r-2 .box img {
        max-width: 450px;
    }

    .base .r-2 .name {
        font-size: 16px;
        color: #000000;
    }

    .base .tags {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
        padding: 0 8px;
    }

    .base .tags .hot {
        display: flex;
    }

    .base .tags .it {
        display: flex;
        width: 35px;
        height: 20px;
        align-items: center;
        justify-content: center;
        color: #d43030;
        border: 1px solid #d43030;
        margin-right: 10px;
        font-size: 0.3rem;
    }

    .base .tags .tips {
        display: flex;
    }

    .base .tags .tips span {
        display: flex;
        height: 27px;
        align-items: center;
        justify-content: center;
        width: 80px;
        font-size: 13px;
    }

    .base .tags .tips span.s1 {
        color: #ffffff;
        background: #123a83;
    }

    .base .tags .tips span.s2 {
        color: #333333;
        background: #e6e6e6;
    }

    .base .tags .tips span.s3 {
        color: #ffffff;
        background: #eb0386;
    }

    .base .price {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .base .price .row-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 35px;
        background: #ff5733;
        border-radius: 3px 3px 0 0;
        color: #ffffff;
        padding: 0 10px;
    }

    .base .price .row-1 .col-1 {
        font-size: 0.35rem;
    }

    .base .price .row-1 .col-2 {
        font-size: 0.3rem
    }

    .base .price .row-2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.8rem;
        border-radius: 0 0 3px 3px;
        background: #e5e5e5;
        padding: 0 10px;
        font-size: 0.3rem
    }

    .base .price .row-2 .col-1 {
        font-size: 18px;
        color: #d43030;
        font-weight: bold;
    }

    .base .price .row-2 .col-1 span {
        color: #999999;
        text-decoration: line-through;
        margin-left: 10px;
        font-weight: normal;
        font-size: 0.3rem;
    }

    .base .price .row-3 .col-2 {
        font-size: 0.3rem
    }

    .base .color {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
        padding-left: 8px;
    }

    .base .color .key {
        display: flex;
        align-items: center;
        width: 1.2rem;
        font-size: 0.3rem;
        color: #333333;
    }

    .base .color .it {
        display: flex;
        align-items: center;
        padding: 0 5px;
        height: 35px;
        background: #f1f1f1;
        color: #333333;
        cursor: pointer;
        border: 1px solid #f1f1f1;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 0.3rem;
    }

    .base .color .it.active {
        border: 1px solid #d43030;
    }

    .base .color img {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }

    .base .size {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
        padding-left: 8px;
    }

    .base .size .key {
        display: flex;
        align-items: center;
        width: 1.2rem;
        font-size: 0.3rem;
        color: #333333;
    }

    .base .size .it {
        display: flex;
        align-items: center;
        padding: 0 5px;
        height: 30px;
        background: #f1f1f1;
        color: #333333;
        cursor: pointer;
        border: 1px solid #f1f1f1;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 0.3rem;
    }

    .base .size .it.active {
        border: 1px solid #d43030;
    }

    .base .number {
        display: flex;
        justify-content: space-between;
        color: #333333;
        margin: 15px 0;
        font-size: 0.3rem;
        padding-left: 8px;
    }

    .base .number .action {
        display: flex;
    }

    .base .number input {
        width: 45px;
        border: 1px solid #f3f3f3;
        border-radius: 3px;
        text-align: center;
    }

    .base .number span {
        margin-right: 15px;
    }

    .base .number .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        background: #f3f3f3;
        font-size: 16px;
        font-weight: bold;
        margin: 0 2px;
        cursor: pointer;
    }

    .base .buy {
        display: flex;
        justify-content: space-between;
        padding: 0.1rem;
    }

    .base .buy .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45%;
        height: 0.8rem;
        border-radius: 4px;
        color: #ffffff;
        font-size: 16px;
        cursor: pointer;
    }

    .base .buy .email {
        background: #262d5e;
    }

    .base .buy .tocart {
        background: #d43030;
    }

    .base .buy img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .comment {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .comment .title {
        display: flex;
        align-items: center;
        height: 40px;
        border-radius: 5px;
        background: #ffffff;
        font-size: 0.25rem;
        font-weight: 400;
        padding-left: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        justify-content: space-between;
    }

    .comment .title .left {
        display: flex;
        align-items: center;
    }

    .comment .title img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .comment .title .more {
        color: #666666;
        font-size: 13px;
        margin-right: 8px;
    }

    .comment .box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 10px;
        flex: 1;
    }

    .comment .box.p .row {
        padding-left: 10px;
    }

    .comment .box .it {
        display: flex;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
    }

    .comment .box .img {
        width: 2rem;
        height: 2rem;
        border-radius: 3px;
        margin: 5px 5px;
    }

    .comment .box .img img {
        width: 100%;
        height: 100%;
    }

    .comment .box .row {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .comment .col {
        display: flex;
        font-size: 0.25rem;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px dashed #666666;
        margin-bottom: 10px;
    }

    .comment .star {
        display: flex;
        align-items: center;
    }

    .comment .star img {
        width: 0.35rem;
        height: 0.35rem;
    }

    .comment .name {
        text-decoration: underline;
        color: #2a82e4;
        font-size: 0.25rem;
        line-height: 0.35rem;
    }

    .comment .content {
        color: #333333;
        font-size: 0.25rem;
        margin: 2px 0;
    }

    .comment .time {
        font-size: 0.25rem;
        color: #999999;
        margin-bottom: 2px;
    }

    .comment .imgs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .comment .imgs img {
        width: 2.2rem !important;
        height: 2.2rem;
        margin-right: 0.08rem;
        border-radius: 0.08rem;
        margin-bottom: 0.15rem;
    }

    .store {
        display: flex;
        flex-direction: column;
        margin: 0.24rem;
        background: #fff;
        padding: 0.24rem 0.1rem;
    }

    .store .r-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0.24rem;
        line-height: 0.7rem;
    }

    .store .r-1 span {
        font-size: 0.28rem;
        font-weight: bold;
    }

    .store .r-2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .store .r-2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.15rem;
        width: 48%;
        height: 0.7rem;
    }

    .store .r-2 .c-1 {
        background: linear-gradient(to right,#D96464, #B53939);
    }

    .store .r-2 .c-2 {
        border: 1px solid #d1312c;
    }

    .store .r-2 img {
        width: 0.48rem;
        font-size: 0.26rem;
        margin-right: 0.2rem;
    }

    .store .r-2 .c-1 span {
        color: #fff;
    }

    .store .r-2 .c-2 span {
        color: #333;
    }

    .m-a {
        margin: 0.24rem;
    }

    .m-a img {
        width: 100%;
    }

    .page-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 45px;
        background: #fff;
        border-bottom: 1px solid #445662;
        padding: 0 15px;
    }

    .page-top a {
        margin: 0 5px;
    }

    .page-top a.current {
        color: #356bb3;
    }

    .page-bottom {
        height: 70px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #fff;
        position: relative;
    }

    .page-bottom .total {
        position: absolute;
        left: 0;
    }

    .page-bottom a {
        display: flex;
        width: 23px;
        height: 23px;
        border: 1px solid #999999;
        justify-content: center;
        margin: 0 5px;
        line-height: 23px
    }

    .page-bottom a:hover {
        background: #ccc;
        color: #fff;
    }

    .page-bottom a.current {
        background: #ccc;
        border: 1px solid #ccc;
        color: #fff;
    }

    .page {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid #445662;
        height: 40px;
        align-items: center;
        padding: 0 10px;
    }

    .page a {
        margin: 0 3px;
        padding: 0 4px;
    }

    .link {
        display: flex;
        flex-wrap: wrap;
        background: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 3px;
        padding: 5px;
    }

    .link .it {
        display: flex;
        flex-direction: row;
        line-height: 0.8rem;
        font-size: 0.3rem;
        background: #fff;
        width: 50%;
        text-decoration: underline;
    }

    .link img {
        width: 0.48rem;
    }


    .form {
        margin: 0.24rem;
        background: #ffffff;
    }

    .form dl {
        margin: 0.24rem 0;
        font-size: 0.26rem;
    }

    .form dt {
        display: flex;
        flex-direction: column;
        padding: 0.03rem 0;
        font-weight: bold;
    }

    .form .valide {
        color: #ff0000;
        font-size: 0.18rem;
    }

    .form input {
        border: 1px solid #ccc;
        background: #f5f5f5;
        line-height: 0.3rem;
        font-size: 0.26rem;
        height: 0.7rem;
        width: 100%;
        padding-left: 0.1rem;
        box-sizing: border-box;
    }

    .form h1 {
        text-align: center;
    }

    .form p {
        padding: 0 0.1rem;
    }

    .form select {
        border: 1px solid #ccc;
        background: #f5f5f5;
        line-height: 30px;
        font-size: 14px;
        height: 0.7rem;
        width: 100%;
        padding-left: 5px;
    }

    .form textarea {
        border: 1px solid #ccc;
        background: #f5f5f5;
        line-height: 0.3rem;
        font-size: 0.26rem;
        box-sizing: border-box;
    }

    .form button {
        background: linear-gradient(to right,#D96464, #B53939);
        color: #ffffff;
        font-size: 0.3rem;
        width: 100%;
        height: 0.8rem;
        border: 0;
        border-radius: 0.4rem;
        margin: 0.3rem 0;
    }

    .form .tips {
        font-weight: 100;
    }

    .history {
        background: #f5f5f5;
    }

    .history .subtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        height: 0.8rem;
        font-size: 0.26rem;
    }

    .history .next {
        margin: 0.4rem 0.24rem;
        background: #fff;
        border: 0;
        height: 0.6rem;
        border-radius: 0.05rem;
    }

    .fg {
        width: 100%;
        height: 0.98rem;
    }

    .f-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background: linear-gradient(to right,#D96464, #B53939);
        width: 100%;
        position: fixed;
        bottom: 0;
        padding: 0.1rem 0 0 0;
    }

    .f-menu a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .f-menu img {
        width: 0.48rem;
    }

    .f-menu span {
        color: #fff;
        font-size: 0.22rem;
    }

    .site {
        margin: 0.24rem;
        background: #fff;
        border-radius: 0.05rem;
        padding: 0.2rem;
        word-break: break-word;
    }

    .site .next {
        display: flex;
        justify-content: center;
        padding: 0.4rem 0;
    }

    .site .next button {
        padding: 0.05rem 0.1rem;
        float: right;
        cursor: pointer;
        background: #fff;
        border: 1px solid #3f3f3f;
        border-radius: 5px;
        width: 2.5rem;
    }

    .site .list dt {
        padding: 0.1rem;
        border-bottom: 1px dashed #cdcdcd;
        font-size: 0.24rem;
    }

    .site .list dt span {
        color: #b00c02;
        margin-right: 0.2rem;
    }

    .site .sub-title {
        text-align: center;
        margin-bottom: 0.3rem;
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #ccc;
    }

    .site .h1 {
        font-size: 0.26rem;
        margin-bottom: 0.2rem;
    }

    .site .sub-title span {
        margin: 0 0.2rem;
        font-size: 0.2rem;
    }

    .site .article {
        font-size: 0.2rem;
    }

    .site img {
        width: 100%;
    }

    .site table {
        width: 100%;
    }


    .m-top {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .m-top .fg-top {
        height: 1.49rem;
    }

    .m-top .tips {
        height: 0.6rem;
        background: #d1312c;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #fff;
        font-size: 0.24rem;
        padding: 0 0.24rem;
    }

    .m-top .menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 0 0.24rem;
        border-bottom: 1px solid #ccc;
        height: 1rem;
    }

    .m-top .menu .list {
        display: flex;
        align-items: center;
    }

    .m-top .menu .list img {
        width: 0.64rem;
    }

    .m-top .menu .logo1 {
        display: flex;
        align-items: center;
    }

    .m-top .menu .logo1 img {
        height: 0.85rem;
    }

    .m-top .menu .vip a {
        display: flex;
        align-items: center;
    }

    .m-top .menu .vip img {
        width: 0.48rem;
    }

    .m-top .sub-menu {
        background: #fff;
        flex-direction: column;
        top: 0.96rem;
        left: 0;
        padding: 0.3rem;
        width: 50%;
        overflow-y: scroll;
        z-index: 900;
        position: fixed;
        bottom: 1.08rem;
    }

    .m-top .sub-menu .wrap {
        display: flex;
        flex-direction: column;
    }

    .m-top .sub-menu a {
        line-height: 0.8rem;
        border-bottom: 1px solid #ddd;
        font-size: 0.28rem;
    }

    .m-top .sub-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        background: #000;
        opacity: 0.3;
        z-index: 800;
        display: none;
    }

    .m-top .sub-menu.s1 {
        transform: translateX(-200%);
        transition: all 1s ease;
    }

    .m-top .sub-menu.s2 {
        transform: translateX(0);
        transition: all 1s ease;
    }


    .fg-top {
        height: 1.49rem;
    }

    .pinpai {
        display: flex;
        flex-direction: column;
    }

    .pinpai .title {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        margin: 0.24rem 0.24rem 0 0.24rem;
        height: 0.8rem;
    }

    .pinpai .items {
        margin: 0.24rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pinpai .items .item {
        display: flex;
        flex-direction: column;
        background: #fff;
        margin-bottom: 0.24rem;
    }

    .pinpai .items .item img {
        width: 3.4rem;
        height: 1.68rem;
    }

    .pinpai .items .item span {
        height: 0.45rem;
        font-size: 0.2rem;
        color: #3f3f3f;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .idx-tabs .tab {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        background: #efefef;
        justify-content: space-around;
        padding: 0.1rem;
    }

    .idx-tabs .tab span {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 0.5rem;
        cursor: pointer;
        margin: 0.1rem 0px;
        padding: 0.1rem 0;
        width: 48%;
    }

    .idx-tabs .tab span:last-child:nth-child(2n - 1) {
        margin-right: calc(100% / 2);
    }

    .idx-tabs .tab span.current {
        background: #64a5c2;
        color: #fff;
    }


    .tools {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        width: 100%;
    }

    #topback {
        flex-direction: column;
        background: #64a5c2;
        color: #fff;
        position: fixed;
        bottom: 15%;
        cursor: pointer;
        margin-right: 0.24rem;
    }

    .pc-div {
        display: none;
    }

    /*登录*/
    .login {
        display: flex;
        flex-direction: column;
        margin: 0.24rem;
    }

    .login b {
        font-size: 0.35rem;
    }

    .login dt {
        width: 100%;
        min-height: 0.5rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 0.24rem;
    }

    .login button {
        height: 44px;
        width: 240px;
        border: 1px solid #999999;
        border-radius: 20px;
        /*background: linear-gradient(to right,#D96464, #B53939);*/
        color: #000000;
        margin-top: 30px;
        cursor: pointer;
        font-size: 0.3rem;
        font-weight: bold;
    }

    .login .l {
        background: #ffffff;
        padding: 0.3rem 0;
    }

    .login .l .colnum {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0.24rem;
        box-sizing: border-box;
        font-size: 0.3rem;
    }

    .login .l .colnum input {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

    .login .l span {
        display: flex;
        width: 80px;
        margin-bottom: 0.05rem;
    }

    .login .l span.t {
        font-weight: bold;
    }

    .login .l .txt {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        line-height: 25px;
        padding: 0.24rem;
        font-size: 0.35rem;
    }

    .login .l input {
        height: 40px;
        width: 280px;
        background: #fff;
        border-radius: 3px;
        border: 0;
        padding-left: 10px;
    }

    .login .r {
        padding: 50px 0;
    }

    .login .r .txt {
        line-height: 25px;
        font-size: 0.35rem;
    }

    .login .r button {
        color: #000000;
        background: #fff;
        border: 1px solid #999999;
    }

    /*注册*/
    .reg {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        padding: 1.5rem 0.24rem;
    }

    .reg h1 {
        text-align: center;
        font-size: 0.35rem;
        margin: 0.2rem;
    }

    .reg dl {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .reg dt.text {
        font-size: 0.27rem;
        font-weight: bold;
        margin: 0.05rem;
    }

    .reg dt {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .reg dt span {
        display: flex;
        width: 100px;
        align-items: center;
    }

    .reg dt input {
        width: 100%;
        height: 0.7rem;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 0.1rem;
    }

    .reg dt select {
        height: 0.7rem;
    }


    .reg select, textarea {
        width: 100%;
        border: 1px solid #ddd;
    }

    .reg button {
        height: 44px;
        width: 80% !important;
        border: 1px solid #999999;
        background: #eeeeee;
        border-radius: 20px;
        /*background: linear-gradient(to right,#D96464, #B53939);*/
        color: #000000;
        margin-top: 30px;
    }

    .goback-bg {
        height: 0.98rem;
        z-index: 999;
    }

    .goback {
        display: flex;
        flex-direction: row;
        height: 0.98rem;
        background: linear-gradient(to right,#D96464, #B53939);
        align-items: center;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .goback a {
        padding-left: 0.2rem;
    }

    .goback img {
        width: 0.48rem;
    }

    .brands {
        display: flex;
        flex-direction: column;
        background: #f4f4f4;
    }

    .brands .logo {
        width: 1.9rem;
        height: 1.3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brands .logo img {
        max-width: 1.9rem;
        max-height: 1.3rem;
    }

    .brands .title {
        display: flex;
        flex-direction: row;
        background: #fff;
        border-bottom: 1px solid #ddd;
        padding: 0 0.25rem;
        height: 1.3rem;
    }

    .brands .title .r {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-left: 0.3rem;
        flex: 1;
    }

    .brands .title .r img {
        width: 0.48rem;
        height: 0.48rem;
    }

    .brands .title .b-txt {
        display: flex;
        flex-direction: column;
    }

    .brands .title .b-txt.l-1 {
        font-weight: bold;
    }

    .brands .title.menu .logo {
        width: 1.3rem;
    }

    .brands .section-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        padding: 0.24rem;
    }

    .brands .section-2 {
        display: flex;
        flex-direction: column;
    }

    .brands .section-2 .item {
        display: flex;
        flex-direction: row;
        background: #fff;
        border-bottom: 1px solid #ddd;
        padding: 0 0.25rem;
        height: 1.3rem;
    }

    .brands .section-2 .item .r {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-left: 0.3rem;
        flex: 1;
    }

    .brands .section-2 .item .r img {
        width: 0.40rem;
        height: 0.40rem;
    }

    .brands .section-2 .item .b-txt {
        display: flex;
        flex-direction: column;
    }

    .brands .section-2 span {
        color: #ae7654;
        font-size: 0.3rem;
        line-height: 1;
    }

    .brands .section-2 label {
        color: #000;
        font-size: 0.3rem;
        font-weight: 700;
    }

    .content .right .txt {
        display: none;
    }

    .content .right .txt .desc {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        padding: 0.24rem;
        display: none;
    }

    .content .right .txt .desc img {
        width: 100%;
    }

    .content .right .where {
        display: flex;
        flex-direction: column;
        padding: 0.24rem
    }

    .content .right .where .row {
        display: flex;
        flex-direction: column;
        min-height: 0.7rem;
        padding-top: 0.05rem;
        margin-bottom: 0.2rem;
    }

    .content .right .where .row .r-1 {
        display: flex;
        flex-direction: row;
        height: 0.7rem;
        border-bottom: 1px solid #808080;
    }

    .content .right .where .h {
        width: 2rem;
    }

    .content .right .where .h.red {
        color: #d1312c;
    }

    .content .right .where span {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #efefef;
        padding: 0.1rem;
        margin: 0.11rem;
        cursor: pointer;
        border-radius: 3px;
        color: #333;
        background: #F8F8F8;
        font-size: 0.24rem;
        width: 30%;
        box-sizing: border-box;
        white-space: normal;
        overflow: hidden;
    }

    .content .right .where span:hover {
        background: #f8f8f8;
    }


    .content .right .where a {
        display: flex;
        padding: 0.1rem;
        margin: 0.11rem;
        cursor: pointer;
        border-radius: 3px;
        color: #333;
        background: #F8F8F8;
        font-size: 0.24rem;
        white-space: nowrap;
        width: 30%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .content .right .where .r-1 span {
        color: #d1312c;
        font-size: 0.24rem;
    }

    .content .right .where .item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .content .right .where .item img {
        margin-left: 5px;
    }


    .big_img {
        position: fixed;
        z-index: -1;
        opacity: 0;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .big_img .swiper-container2 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-container2 .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-slide {
        width: 100%;
        height: 100%;
        display: table;
    }

    .big_img .swiper-slide .cell {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .big_img .swiper-slide img {
        max-width: 90%;
        max-height: 80%;
        margin: 0 auto;
    }

    .big_img .swiper-pagination2 {
        position: absolute;
        top: 0.2rem;
        text-align: center;
        width: 100%;
    }

    .big_img .swiper-pagination2 span {
        margin: 0 0.05rem;
        background: #fff;
    }

    .big_img .swiper-container3 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-container .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .big_img .swiper-pagination3 {
        position: absolute;
        top: 0.2rem;
        text-align: center;
        width: 100%;
    }

    .big_img .swiper-pagination3 span {
        margin: 0 0.05rem;
        background: #fff;
    }

    .category-list {
        display: flex;
        font-size: 0.3rem;
        height: 100vh;
        padding-top: 1.1rem;
    }

    .category-list .big {
        display: flex;
        flex-direction: column;
        background: #ffffff;
    }

    .category-list .big .it {
        padding: 0.2rem 8px;
        border-bottom: 1px solid #efefef;
        width: 3rem;
    }

    .category-list .big .it.active {
        font-weight: bold;
        background: #f7f7f7;
    }

    .category-list .box {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 5px;
        padding: 3px;
        border-radius: 3px;
        background: #ffffff;
    }


    .category-list .brand {
        display: none;
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }

    .category-list .brand.active {
        display: grid;
    }

    .category-list .name {
        background: #f5f5f5;
        padding: 5px 3px;
    }

    .desc {
        display: flex;
        flex-direction: column;
        border-radius: 3px;
        justify-content: space-between;
        background: #ffffff;
    }

    .desc .logo {
        width: 100%;
        border-radius: 3px;
    }

    .desc .row {
        width: 100%;
        background: #ffffff;
        height: 100%;
    }

    .desc .name {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin-top: 10px;
        padding: 0 10px;
    }

    .desc .name span {
        font-size: 0.25rem;
        color: #666666;
        margin-left: 20px;
        font-weight: normal;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .desc .txt {
        padding: 10px;
        height: 120px;
        font-size: 14px;
        overflow: hidden;
    }

    .desc .txt.active {
        height: 100%;
    }

    .desc .more {
        display: flex;
        height: 35px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #333333;
        border-radius: 0px 0px 3px 3px;
        background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 0) 100%);
        cursor: pointer;
    }

    .type-title {
        display: flex;
        align-items: center;
        height: 38px;
        background: #ffffff;
        margin: 10px 0;
        font-size: 16px;
        padding-left: 10px;
        font-weight: bold;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .type-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
        margin-bottom: 20px;
    }

    #stickyElement {
        /*        position: sticky;*/
        z-index: 999;
        background: #f7f7f7;
        overflow: hidden;
        /*        padding-bottom: 50px;*/
        /*        height: 1.2rem;*/
        width: 100%;
        top: 1.1rem;
    }

    #stickyElement.active {
        height: 100%;
    }

    #stickyElement .fot {
        display: none;
        width: 100%;
        position: absolute;
        justify-content: center;
        bottom: 0px;
        z-index: 999;
        background: #f7f7f7;
        padding: 8px 0;
    }


    #stickyElement .btn.active {
        transform: rotate(180deg)
    }

    .type-list .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        box-shadow: 0px 2px 4px rgba(153, 153, 153, 0.25);
        border: 1px solid #f7f7f7;
        cursor: pointer;
    }


    .type-list .it {
        display: flex;
        height: 1.1rem;
        align-items: center;
        border-radius: 3px;
        background: #ffffff;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        color: #333333;
        overflow: hidden;
    }

    .type-list .it img {
        width: 40px;
        height: 40px;
        margin: 5px;
    }

    .product-top .filter {
        display: flex;
        align-items: center;
        border: 1px solid #000000;
        border-radius: 20px;
        font-size: 14px;
        padding: 2px 5px;
        height: 25px;
        cursor: pointer;
    }

    .product-top .filter img {
        width: 25px;
        margin: 0 3px;
    }

    .filter-box {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 1999;
        background: #fff;
        font-size: 0.3rem;
        border-radius: 5px;
        width: 80%;
        border: 1px solid #cccccc;
        padding: 0.3rem;
    }

    .filter-box.active {
        display: flex;
    }

    .filter-box .row {
        display: flex;
        flex-direction: column;
        padding: 0.1rem 0;
    }

    .filter-box .row .r {
        display: flex;
        flex-wrap: wrap;
    }

    .filter-box .row span {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #000000;
        margin-left: 5px;
        cursor: pointer;
        border-radius: 3px;
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
        font-size: 0.3rem;
        line-height: 28px;
    }

    .filter-box .row span.active {
        border: 1px solid #d43030;
        color: #d43030;
    }

    .filter-box .row span:hover {
        border: 1px solid #d43030;
        color: #d43030;
    }


    .filter-box .ipt {
        width: 1.2rem;
        height: 0.5rem;
        text-align: center;
    }

    .filter-box .back {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .filter-box .back:hover {
        font-weight: bold;
    }

    .filter-box .back img {
        transform: rotate(180deg)
    }

    .filter-box .btn {
        border: 1px solid #000;
        font-size: 14px;
        border-radius: 25px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        cursor: pointer;
        margin-top: 30px;
        margin-left: 30px;
    }

    .filter-box .btn:hover {
        background: #f7f7f7;
    }

    .filter-bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        z-index: 1888;
    }

    .filter-bg.active {
        display: flex;
    }



    .news {
        display: flex;
        flex-direction: column;
    }

    .news .title {
        display: flex;
        align-items: center;
        height: 40px;
        border-radius: 5px;
        background: #ffffff;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        justify-content: space-between;
    }

    .news .title .left {
        display: flex;
        align-items: center;
    }

    .news .title img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .news .title .more {
        color: #666666;
        font-size: 13px;
        margin-right: 8px;
    }

    .news .box {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        flex: 1;
    }

    .news .img {
        width: 600px;
        height: 300px;
        border-radius: 3px 0 0 3px;
        overflow: hidden;
        display: none;
    }

    .news .img img {
        width: 600px;
        height: 300px;
    }

    .news .items {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        padding: 8px;
        border-radius: 0 3px 3px 0;
    }

    .news .it {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 90px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 13px;
        color: #666666;
        padding: 1px 0;
    }

    .news .it img {
        width: 130px;
        height: 70px;
    }

    .news .row {
        display: flex;
        flex-direction: column;
    }

    .news .row .row-1 {
        height: 50px;
        overflow: hidden;
        padding-left: 8px;
    }

    .news .row .row-2 {
        text-align: right;
    }

    .faq {
        display: flex;
        flex-direction: column;
        background: #fff;
        margin: 0.24rem;
        font-size: 0.3rem;
    }

    .faq .comfirn {
        display: flex;
        flex-direction: column;
    }

    .faq .comfirn .dl {
        padding: 0.2rem;
    }

    .faq .comfirn .dt {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.2rem;
    }

    .faq .comfirn span {
        font-size: 0.24rem;
        width: 100%;
    }

    .faq .comfirn input {
        border: 1px solid #ccc;
        background: #f5f5f5;
        line-height: 0.3rem;
        font-size: 0.26rem;
        height: 0.8rem;
        width: 100%;
        padding-left: 0.1rem;
        box-sizing: border-box;
    }

    .faq .comfirn .select {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .faq .comfirn select {
        border: 1px solid #ccc;
        background: #f5f5f5;
        line-height: 0.3rem;
        font-size: 0.2rem;
        height: 0.8rem;
        padding-left: 0.1rem;
        box-sizing: border-box;
        margin-right: 0.2rem;
    }

    .faq .comfirn textarea {
        border: 1px solid #ccc;
        background: #f5f5f5;
        width: 100%;
        box-sizing: border-box;
    }

    .faq .comfirn .upload {
        margin-left: 20px;
        display: flex;
        flex-direction: row;
    }

    .faq .comfirn .el-upload {
        border-bottom: 1px solid #445662;
        width: 100px;
    }

    .faq .comfirn .btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .faq .comfirn button {
        width: 50%;
        height: 0.8rem;
        background: #b00c02;
        color: #fff;
        border-radius: 0.4rem;
        border: 0;
    }

    .faq .comfirn .txt {
        margin-bottom: 30px;
    }

    .faq .list {
        display: flex;
        flex-direction: column;
        padding: 0.2rem;
    }

    .faq .list .item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0.2rem 0;
        border-bottom: 1px solid #ccc;
    }

    .faq .list .item dt {
        min-height: 0.6rem;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #999;
        background: #F7F5F5;
        padding: 0.05rem;
    }

    .faq .list .item .img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 30%;
    }

    .faq .list .item img {
        width: 1.05rem;
    }

    .faq .list .item .img p {
        font-size: 0.2rem;
    }

    .faq .list .item dl {
        border-radius: 0.04rem;
    }

    .faq .list .item dt:last-child {
        border-bottom: 0;
    }

    .faq .list .item .aq {
        display: flex;
        flex-direction: column;
        width: 70%;
    }

    .faq .list .item .aq span {
        font-size: 0.2rem;
    }

    .faq .list .item .aq .question {
        display: flex;
        flex-direction: column;
    }

    .faq .list .item .aq .answer {
        display: flex;
        flex-direction: column;
    }

    .faq .list .item .aq .txt {
        font-size: 13px;
    }

    .faq .next {
        display: flex;
        justify-content: center;
    }

    .faq .next button {
        padding: 0.05rem 0.1rem;
        float: right;
        cursor: pointer;
        background: #fff;
        border: 1px solid #3f3f3f;
        border-radius: 5px;
        width: 2.5rem;
    }

    .photo {
        padding: 5px;
        background: #ffffff;
        font-size: 0.3rem;
        margin-top: 10px;
        text-decoration: underline;
    }

    .gallery {
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 10px;
    }

    .gallery .it {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
    }

    .gallery .box {
        display: flex;
    }

    .gallery .imgs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3px;
    }

    .gallery .img {
        width: 35px;
        height: 35px;
    }

    .gallery .title {
        font-size: 16px;
        margin-left: 15px;
        flex: 1;
    }
}
