.m_header,
.mh_nav {
    display: none;
}

.pc-block {
    display: block;
}

.mb-block {
    display: none;
}

.pc-flex {
    display: flex;
}

.mb-flex {
    display: none;
}

@media screen and (max-width:1024px) {
    html {
        font-size: min(calc(100vw / 7.5), 100px);
    }

    .f_14,
    .f_16 {
        font-size: 0.24rem;
    }

    .f_18,
    .f_20 {
        font-size: 0.26rem;
    }

    .f_22,
    .f_24,
    .f_26,
    .f_28 {
        font-size: 0.32rem;
    }

    .f_30,
    .f_32,
    .f_34 {
        font-size: 0.36rem;
    }

    .f_36,
    .f_40,
    .f_42,
    .f_44,
    .f_46 {
        font-size: 0.38rem;
    }

    .f_48,
    .f_50,
    .f_52,
    .f_54,
    .f_56,
    .f_58,
    .f_60,
    .f_62,
    .f_64,
    .f_68,
    .f_70,
    .f_72,
    .f_74,
    .f_76,
    .f_78,
    .f_80 {
        font-size: 0.44rem;
    }

    .pc-block {
        display: none;
    }

    .mb-block {
        display: block;
    }

    .pc-flex {
        display: none;
    }

    .mb-flex {
        display: flex;
    }

    .w1440 {
        padding-left: .36rem !important;
        padding-right: .36rem !important;
    }

    /* 公共开始 */


    .icursor {
        display: none;
    }

    main {
        width: 100%;
        /* overflow-x: hidden; */
        /* overflow-y: auto; */
    }

    .ibtn {
        padding: .12rem .34rem .14rem;
        border-radius: 1rem;
    }
    .breadcrumb .wrap .link{
        font-size: .22rem;
        max-width: 4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .inner-titbox .tit{
        
    }
    .type_list .item{
        font-size: .26rem;
    }
    .num-box .page_num .num{
        width: .6rem;
        height: .6rem;
    }
    .num-box .prev, .num-box .next{
        width: .6rem;
        height: .6rem;
        background-color: #f1f1f1;
    }
    .page-box .navigation .next, .page-box .navigation .prev{
        border: 1px solid var(--vicolor);
    }
    .page-box .navigation .next:hover, .page-box .navigation .prev:hover{
        background-color: var(--vicolor);
    }
    .form-box .title{
        font-size: .26rem;
        margin-bottom: .2rem;
    }
    .form-box .form_row .row_item input, .form-box .form_row .row_item select{
        height: .8rem;
        line-height: .8rem;
    }
    .form-box .required{
        top: .25rem;
        left: 0.03rem;
    }

    .form-box .form_row .row_item input, .form-box .form_row .row_item textarea, .form-box .form_row .row_item select{
        font-size: .24rem;
    }
    .form-box .form_btn .btn{
        font-size: .26rem;
    }
    .form-box .form_row .row_item{
        padding-left: .22rem;
    }
    .video_section{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        /* min-height: 4rem; */
        /* height: auto; */
    }
    /* 公共结束 */

    /* 底部开始 */
    .footer {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 1.3rem;
    }

    .footer .wrap .top {
        justify-content: center;
    }

    .footer .wrap .top .logo {
        height: .4rem;
    }

    .footer .wrap .center {
        flex-direction: column-reverse;
        gap: 1.08rem;
        padding: .8rem 0 1rem;
    }

    .footer .wrap .center .media_list {
        justify-content: center;
        gap: .3rem;

    }

    .footer .wrap .center .media_list .icon.back {
        display: none;
    }

    .footer .wrap .center .media_list .icon {
        width: .8rem;
        height: .8rem;
    }

    .footer .wrap .center .media_list .icon>img {
        height: .3rem;
    }

    .footer .wrap .center .nav {
        flex-direction: column;
        gap: .34rem;
    }

    .footer .wrap .center .nav .item .ul_box {
        padding-top: .2rem;
        display: none;
    }

    .footer .wrap .bottom {
        text-align: center;
        flex-direction: column;
        gap: .2rem;
    }

    .footer .wrap .bottom .copyright {
        line-height: 1.5;
    }

    .footer .wrap .center .nav .item .itop {
        margin-bottom: 0;
        padding: .2rem 0;
    }

    .footer .wrap .center .nav .item .itop.active .icon {
        transform: rotate(90deg);
        opacity: 1;
    }

    .footer .wrap .center .nav .item .itop .icon {
        display: block;
        filter: brightness(0) invert(1);
        opacity: .6;
    }

    .footer .wrap .center .nav .item .ul {
        gap: .12rem;
    }
    /* 底部结束 */

    /* 头部开始 */
    .header {
        display: none;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        border-top: 0.2px solid rgba(0, 0, 0, 0.40);
        background: #FFF;
    }

    .m_header .wrap {
        padding: .28rem .36rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_header .wrap .logo {
        height: .3rem;
        width: fit-content;
    }

    .m_header .wrap .action {
        display: flex;
        align-items: center;
        gap: .24rem;
    }

    .m_header .wrap .action .item {
        height: .4rem;
        width: fit-content;
        display: flex;
        align-items: center;
        gap: .06rem;
        font-size: .3rem;
        color: #333;
    }

    .m_header .wrap .action .item .icon {
        height: 100%;
        width: auto;
    }

    .m_header .wrap .action .item .icon.arr {
        height: .22rem;
    }

    .m_header .wrap .action .btn {
        display: flex;
        flex-direction: column;
        gap: .12rem;
        width: .4rem;
    }

    .m_header .wrap .action .btn span {
        height: 1.5px;
        width: 100%;
        background-color: #333;
    }

    .mh_nav {
        display: block !important;
        position: fixed;
        top: 0;
        left: 10%;
        width: 90%;
        transform: translateX(120%);
        opacity: 0;
        z-index: 999;
        background-color: #fff;
        height: 100vh;
        overflow: auto;
        padding: 1.2rem .4rem;
        transition: all .5s ease-in-out;
        box-shadow: 0 .1rem .1rem rgba(0, 0, 0, 0.1);
    }

    .mh_nav li {
        list-style: none;
    }

    .mh_nav.show {
        transform: translateX(0);
        opacity: 1;
    }

    .mh_nav .close {
        position: absolute;
        top: .4rem;
        right: .4rem;
        width: .4rem;
        height: .4rem;
    }

    .mh_nav .close span {
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
        bottom: .2rem;
        left: 0;
    }

    .mh_nav .close span:nth-child(1) {
        transform: rotate(45deg);
    }

    .mh_nav .close span:nth-child(2) {
        transform: rotate(135deg);
    }

    .mh_nav .list .item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .mh_nav .list .item .top {
        padding: .4rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mh_nav .list .item .top .tit {
        line-height: 1;
        font-size: .32rem;
        font-weight: 300;
        font-family: var(--fw300);
        display: block;
        width: fit-content;
    }

    .mh_nav .list .item .top .add {
        height: .25rem;
        width: .25rem;
        /* background-color: red; */
        position: relative;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }

    .mh_nav .list .item .top .add span {
        background-color: #333;
        position: absolute;
        transition: all .5s;
    }

    .mh_nav .list .item .top .add span:nth-child(1) {
        width: 100%;
        height: 1.5px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .mh_nav .list .item .top .add span:nth-child(2) {
        width: 1.5px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .mh_nav .list .item.on .top .add {
        transform: rotate(45deg);
    }

    .mh_nav .list .item:has(ul) .top .add {
        opacity: 1;
        visibility: visible;
    }

    .mh_nav .list .item .info {
        display: none;
    }

    .mh_nav .list .item .nav {
        font-size: .28rem;
        font-weight: 300;
        padding-bottom: .4rem;
    }

    .mh_nav .list .item.on .nav a {
        padding-left: .2rem;
    }

    .mh_nav .list .item .nav a {
        font-size: .28rem;
        font-weight: 300;
        font-family: var(--fw300);
        padding: .16rem 0;
        width: 100%;
        transition: all .5s ease-in-out;
    }

    .mh_nav .list .item .nav .lv3 {
        display: flex;
        flex-direction: column;
        gap: .1rem;
        padding: .1rem 0 .1rem 0rem;
        transition: all .5s;
    }

    .mh_nav .list .item .nav .lv3 a {
        font-size: min(.24rem, 14px);
        padding: .1rem 0;
    }

    .mh_nav .list .item.on .nav .lv3 {
        padding-left: .4rem;
    }

    /* 头部结束 */


    /* 首页开始 */
    .ind_page .ind_banner {
        height: 12.8rem;
    }
    .ind_page .ind_banner .swiper_ind_banner .page-box{
        left: .36rem;
        right: auto;
        bottom: .4rem;
    }
    .ind_page .ind_banner .swiper_ind_banner .swiper-slide .item .cont{
        padding-bottom: 1.1rem;
    }
    .ind_page .ind1 {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ind_page .ind1 .video_box {
        /* height: 3.6rem; */
        /* width: 5.7rem; */
    }
    .ind_page .ind1 .video_box .play_box .icon,
    .ind_page .ind4 .wrap .video_box .play_box .icon {
        opacity: 1;
        visibility: visible;
        width: 0.8rem;
        height: 0.8rem;
    }
    .ind_page .ind2 {
        /* height: 10.8rem; */
        height: auto;
        padding: 0;
    }
    .ind_page .ind2 > .tit{
        position: absolute;
        top: 1rem;
        left: .36rem;
        color: #fff;
    }
    .ind_page .ind2 .pic_box{
        margin-top: 0;
    }
    .ind_page .ind2 .pic_box .pic.swiper_ind2_pic3{
        width: 100%;
        height: 10.8rem;
    }
    .ind_page .ind3 {
        display: none;
    }
    .ind_page .ind4 {
        padding: 1.35rem 0 1.6rem;
    }
    .ind_page .ind4 .wrap {
        padding: 0 .36rem;
    }
    .ind_page .ind4 .wrap .video_box {
        height: auto;
    }
    
    /* 首页结束 */

    /* 新闻开始 */
    .new_page .new1 .wrap .new_list .item{
        flex-direction: column;
    }
    .new_page .new1 .wrap .new_list .item .info{
        flex-direction: column;
    }
    .new_page .new1 .wrap .new_list .item .info .pic{
        width: 100%;
        height: 3.5rem;
    }
    .new_page .new1 .wrap .new_list .item .info .desc{
        padding: .36rem .3rem;
    }
    .newd_page .newd1 .wrap{
        width: 100%;
        padding: 0 .36rem;
    }
    .newd_page .newd1 .wrap .html_content{
        font-size: .26rem;
        line-height: 1.5;
    }
    .newd_page .newd1 .wrap .top .info .share .list .item .icon{
        width: .4rem;
        height: .4rem;
    }
    /* 新闻结束 */

    /* 全国门店开始 */
    .sto_page .sto1 > .wrap .cont .map_box{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .sto_page .sto1 > .wrap .cont .map_box .dot_list .dot .info{
        right: -.5rem;
        left: auto;
        top: 0.6rem;
    }
    .sto_page .sto1 > .wrap .cont .map_box .dot_list .dot .info .line{
        height: 100%;
        width: 1px;
        left: auto;
        right: .68rem;
        top: -.4rem;
    }
    .sto_page .sto1 > .wrap .cont .map_box .dot_list .dot{
        width: .38rem;
        height: .38rem;
    }
    .sto_page .sto2 .wrap .list .item .cont{
        flex-direction: column;
    }
    .sto_page .sto2 .wrap .list .item .cont .pic{
        width: 100%;
    }
    .sto_page .sto2 .wrap .list .item .bg .bginner{
        height: calc(100% - 1rem);
    }
    .sto_page .sto2 .wrap .list .item .cont .info{
        padding: .5rem .2rem;
    }

    /* 全国门店结束 */
    /* 联系我们开始 */
    .cact_page .cact1 .wrap .cont{
        padding: .4rem .3rem;
    }
    /* 联系我们结束 */

    /* 品牌供应链开始 */
    .bra_page .bra1 .wrap .info{
        flex-direction: column;
    }
    .bra_page .bra2 .wrap .swiper_bra2 .swiper-slide{
        width: calc(100% / 2);
    }
    /* 品牌供应链结束 */

    /* 品牌故事开始 */
    .bra_page .story1{
        padding-bottom: 1.2rem;
    }
    .bra_page .story1 .wrap .list .item{
        flex-direction: column;
    }
    .bra_page .story1 .wrap .list .item .pic{
        width: 100%;
    }
    .bra_page .story1 .wrap .list .item .desc{
        padding: .4rem;
    }
    /* 品牌故事结束 */

    /* faq开始 */
    .faq_page .faq1 .wrap .cont{
        padding: .4rem .3rem;
    }
    /* faq结束 */

    /* 加入我们开始 */
    .join_page .join1 .wrap .list .item .tit{
        margin-bottom: .34rem;
    }
    .join_page .join1 .wrap .list .item .cont .ul{
        flex-direction: column;
    }
    .join_page .join1 .wrap .list .item .cont .ul .li{
        width: 100%;
    }
    /* 加入我们结束 */

    /* 产品开始 */
    .pro_page .pro1 .wrap .top_list{
        gap: .4rem;
    }
    .pro_page .pro1 .wrap .top_list .item .pic{
        height: .5rem;
    }
    .pro_page .pro1 .wrap .type_list_box .type_item .swiper_pro1_type .swiper-slide{
        margin-right: .3rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item{
        /* width: calc((100% - 0.25rem) / 2); */
        width: 100%;
        position: relative;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .pic_box{
        height: 3.8rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info .color_list{
        /* position: absolute; */
        /* top: 2.2rem; */
        /* right: .2rem; */
        /* z-index: 2; */
    }
    .pro_page .pro1 .wrap .pro_list_box .list{
        row-gap: .34rem;
        padding: 0 .2rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info .color_list .item{
        width: .3rem;
        height: .3rem;
        border-radius: .2rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info .color_list .item.active{
        width: .6rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info{
        background-color: #f1f1f1;
        /* position: absolute; */
        /* bottom: 0; */
        /* left: 0; */
        /* width: 100%; */
        /* z-index: 2; */
    }

    .prod_page .prod2{
        width: 100%;
        overflow: hidden;
    }

    .prod_page .breadcrumb{
        margin-top: 0;
    }
    .prod_page .prod1 .wrap .cont{
        flex-direction: column;
    }
    .prod_page .prod1 .wrap .cont .rg{
        width: 100%;
        padding-left: 0;
        padding-top: .6rem;
        flex-direction: column-reverse;
    }
    .prod_page .prod1 .wrap .cont .rg .info{
        height: auto;
    }
    .prod_page .prod1 .wrap .cont .rg .color_box{
        margin-bottom: .6rem;
    }
    .prod_page .prod1 .wrap .cont .rg .info .desc{
        height: auto;
        max-height: none;
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide{
        width: 5rem
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide .item .pic_box{
        height: 3.6rem;
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide .item .info .color_list .item{
        width: .3rem;
        height: .3rem;
        border-radius: .15rem;
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide .item .info .color_list .item.active{
        width: .6rem;
    }
    .prod_page .prod1 .wrap .cont2 .list .item{
        width: 100%;
    }
    .prod_page .prod1 .wrap .cont{
        margin-bottom: .8rem;
    }
    .prod_page .prod1 .wrap .cont .rg .info .top{
        margin-bottom: .4rem;
    }

    /* 产品结束 */


    /* 搜索开始 */
    .search_page .sear1 .wrap{
        padding: 0 .36rem;
        width: 100%;
    }
    .search_page .sear1 .top .search_box{
        width: 100%;
    }
    .search_page .sear1 .cont .list.product .item{
        width: 100%;
    }
    .search_page .sear1 .cont .list.product .item .info{
        background-color: #f1f1f1;
    }
    .search_page .sear1 .cont .list.product{
        row-gap: .4rem;
    }
    .search_page .sear1 .cont .list.product .item .info .color_list .item{
        width: .3rem;
        height: .3rem;
        border-radius: .15rem;
    }
    .search_page .sear1 .cont .list.product .item .info .color_list .item.active{
        width: .6rem;
    }
    .search_page .sear1 .cont .list.news .item{
        flex-direction: column;
    }
    .search_page .sear1 .cont .list.news .item .info{
        flex-direction: column;
    }
    .search_page .sear1 .cont .list.news .item .info .pic{
        width: 100%;
        height: 3.5rem;
    }
    .search_page .sear1 .cont .list.news .item .info .desc{
        padding: .36rem .3rem;
    }
    .search_page .sear1 .cont .list.store .item .cont{
        flex-direction: column;
    }
    .search_page .sear1 .cont .list.store .item .cont .pic{
        width: 100%;
    }
    .search_page .sear1 .cont .list.store .item .cont .info{
        padding: .5rem .2rem;
    }
    .search_page .sear1 .cont .list.store .item .bg .bginner{
        height: calc(100% - 1rem);
    }
    /* 搜索结束 */
}