body{
    background: #fff;
}
/* 标题 */
.pc_title{
    text-align: center;
}
.pc_title h1{
    font-size: .32rem;
    color:#000;
    font-weight: 400;
    line-height: .32rem;
}
.pc_title p{
    font-size: .14rem;
    color: #444444;
    line-height: .14rem;
    text-transform:uppercase;
    padding-top: .16rem;
}
.pc_title .pc_title_br{
    width: .47rem;
    height: .03rem;
    background: #CB0514;
    margin: .13rem auto 0;
}

/* banner */
.pc_banner{
    position: relative;
}
.pc_banner.pebanner{
    display: none;
}
.pc_banner a{
    display: block;
}
.pc_banner .pc_banner_li{
    width: 100%;
}
.pc_banner .pc_banner_li img{
    width: 100%;
    height: 6.8rem;
    object-fit: cover;
}
.pc_banner .swiper-wrapper{
    height: auto;
}
.pc_banner .swiper-button-prev,.pc_banner .swiper-button-next{
    width: .56rem;
    height: 1.11rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.pc_banner .swiper-button-prev{
    left: 0;
    background: url(../images/banner_left.png)no-repeat center/100% 100%;
}
.pc_banner .swiper-button-next{
    right: 0;
    background: url(../images/banner_right.png)no-repeat center/100% 100%;
}
.pc_banner .swiper-pagination{
    bottom: .22rem;
    font-size: 0;
}
.pc_banner .swiper-pagination .swiper-pagination-bullet{
    width: .3rem;
    height: .02rem;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}
.pc_banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #CB0514;
}
@media (max-width: 750px){
    .pc_banner.pcbanner{
        display: none;
    }
    .pc_banner.pebanner{
        display: block;
    }
    .pc_banner .swiper-button-prev,.pc_banner .swiper-button-next{
        display: none;
    }
}


/* 获取报价 */
.pc_calc{
    width: 100%;
    height: auto;
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260401/20260401162417_16079.webp)no-repeat center/cover;
    padding: .5rem 0;
    overflow: hidden;
    box-sizing: border-box;
}
.geo_calc_form{
    width: 12rem;
    background: #fff;
    margin: .36rem auto 0;
    box-shadow: 0 0 .32rem rgba(0, 0, 0,0.1);
    border-radius: .24rem;
}
.Get_quotation{
    padding: .24rem .24rem;
    /* height: 3.8rem; */
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Get_quotation_box{
    width: 38%;
}
.Get_quotation>.Get_quotation_box>.Calculator img{
    width: 100%;
}
.Get_quotation_Number{
    text-align: center;
    font-size:.16rem;
    color:#666666;
    margin: .1rem 0;
}
.Get_quotation_Number>span{
    color:#2589FF;
}
.Get_quotation_img{
    width: 20%;
    border-radius: .12rem;
    overflow: hidden;
}
.Get_quotation_img img{
    width: 100%;
}
/* 多选容器 */
.wrapper-title {
    font-size: .16rem;
    font-weight: 600;
    margin-bottom: .2rem;
    color: #333;
}
.checkbox-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .08rem;
}
/* 单个 checkbox 项（核心：适配手机触控） */
.checkbox-item {
    margin-bottom: .1rem;
    font-size: .15rem;
    color:#323232;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    box-sizing: border-box;
    line-height: .5rem;
    border-radius: .3rem;
    position: relative;
    box-shadow: 0 0 .05rem rgba(226, 69, 53,1);
}
.checkbox-item::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: .3rem;   /* 必须和卡片一致 */
    padding: .02rem;           /* 边框厚度 */
    background: linear-gradient(145deg, #47eb9f, #2b93e0, #c774e8);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}
.checkbox-item:nth-child(3n){
    margin-right: 0;
}
.checkbox-item.off{
    border-color: #e5e5e5;
    color:#a1a1a1;
}
.checkbox-item.attr{
    color:#fff;
    background: linear-gradient(145deg, #47eb9f, #2b93e0, #c774e8);
    border: 0;
}
.checkbox-item.attr::after{
    display: none;
}
.Decoration_grade{
    width: 100%;
    height: .53rem;
    border-radius: .06rem;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Get_quotation_Personal_information{
    width: 100%;
    height: .53rem;
    border-radius: .06rem;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:.12rem;
    text-align: center;
}
.Get_quotation_Personal_information>.cl_form {
    width: 100%;
    height: .53rem;
}
.Get_quotation_Personal_information>.cl_form>input {
    font-size: .16rem;
    width: 100%;
    height: 100%;
    background: #fafafa;
    border: 0;
    outline: none;
    padding: 0 .12rem;
    border-radius: .05rem 0 0 .05rem;
    box-sizing: border-box;
}
.Decoration_grade>.cl_form>select {
    width: 100%;
    border: 0;
    background: #fafafa;
    font-size: .16rem;
    outline: none;
    box-sizing: border-box;
    height: .25rem;
    color: #333333;
}
.jsq_Obtain{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: .52rem;
    border-radius: .06rem;
    margin-top:.12rem;
    background: #E24535;
}
.jsq_Obtain>p{
    color:#fff;
    display: flex;
    align-items: center;
    font-size: .16rem;
}
.jsq_Obtain>p>span{
    display: inline-block;
    width: .27rem;
    margin-left: .05rem;
    font-size: 0;
}
.jsq_Obtain>p>span img{
    width: 100%;
}


.aiinput_box{
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}
.aiinput_box .Get_quotation_Personal_information{
    margin: 0;
    margin-right:.1rem;
}
.aiinput_box .Get_quotation_Personal_information>.cl_form{
    width: 100%;
}
.aiinput_box .Get_quotation_Personal_information>.cl_form>input{
    padding: 0 .08rem;
    border-radius: .05rem;
}
.aiinput_box .Decoration_grade.offdianti_box>.cl_form{
    width: 100%;
    padding: 0;
    padding-left: .05rem;
}
.aiinput_box .Decoration_grade.offdianti_box>.cl_form:after{
    right: .05rem !important;
}
.aiinput_box span{
    flex-shrink: 0;
    margin-left: .03rem;
}
.Get_quotation_Personal_information, .Decoration_grade {
    border-radius: .05rem;
    box-shadow: 0 0 .05rem rgba(226, 69, 53,1);
}

.aiinput2_box{
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}
.aiinput2_box .Decoration_grade,.aiinput2_box .Get_quotation_Personal_information{
    margin-top: 0 !important;
    margin-right: .1rem;
    width: 100%;
}
.aiinput2_box .Decoration_grade:last-child,.aiinput2_box .Get_quotation_Personal_information:last-child{
    margin-right: 0;
}
.aiinput2_box .Decoration_grade p{
    display: none;
}
.aiinput2_box .Decoration_grade .cl_form{
    width: 100%;
    padding: 0 .06rem;
}

/* 悬浮弹框 */
.calc_baojia_zz{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}
.calc_baojia_zz .calc_baojia_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(to bottom, #E24535,#f5f5f5);
    border-radius: .08rem;
}
.calc_header {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.calc_header_p {
    font-weight: bold;
    font-size: .16rem;
}
.calc_header_text {
    color: #fff;
    text-align: center;
    margin-top: .5rem;
}
.calc_header_rp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.calc_header_bj {
    font-size: .5rem;
}
.calc_header_bj span{
    font-size: .36rem;
}
.calc_header_infor {
    color: #fff;
    background: rgba(255,255,255,0.15);
    text-align: center;
    padding: 0 .1rem;
    display: inline-block;
    vertical-align: top;
    margin: .1rem .15rem;
    padding: .05rem .15rem;
    font-size: .14rem;
    border-radius: .5rem;
    position: relative;
}
.calc_header_infor span:after {
    content: "·";
    margin: 0 .05rem;
}
.calc_header_infor span:last-child::after{
    display: none;
}
.calc_header_infor:after {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: .05rem solid rgba(255,255,255,0.15);
    border-right: .05rem solid rgba(0,0,0,0);
    border-left: .05rem solid rgba(0,0,0,0);
    position: absolute;
    top: -.05rem;
    right: 0px;
    left: 0px;
    margin: auto;
}
.calc_header_bg {
    margin-top: .5rem;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.calc_header .calc_header_bg img{
    width: 100%;
    padding: 0 .32rem;
    box-sizing: border-box;
}
.calc_header_img {
    position: absolute;
    top: -1.25rem;
    right: -.75rem;
    width: 2rem;
}
.calc_header .calc_header_img img {
    width: 100%;
}
.calc_other_bh {
    background: #fff;
    padding: .1rem .1rem 0;
    border-radius: .1rem;
    margin-top: .1rem;
    box-shadow: 0 .05rem .15rem rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-height: 68vh;
    overflow-y: auto;
}
.calc_other_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .05rem .1rem;
    font-size: .16rem;
}
.calc_other_title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    margin-right: .15rem;
}
.calc_other_title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    margin-left: .15rem;
}
.calc_other_title span {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calc_other_title span:before {
    content: "";
    width: .03rem;
    height: .03rem;
    border: .02rem solid #E24535;
    display: block;
    margin-right: .1rem;
    transform: rotate(45deg);
}
.calc_other_title span:after {
    content: "";
    width: .03rem;
    height: .03rem;
    border: .02rem solid #E24535;
    display: block;
    margin-left: .1rem;
    transform: rotate(45deg);
}

/* 外层容器：解决移动端表格横向溢出问题 */
.ai_calc_table_box{
    background: #fff;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
}

/* 表格核心样式 */
table {
    min-width: 6rem; /* 保证表格最小宽度，移动端可滚动 */
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 .02rem .08rem rgba(0, 0, 0, 0.08);
    border-radius: .06rem;
    overflow: hidden; /* 配合圆角 */
    margin-bottom: .2rem;
}

/* 表头样式 */
th {
    background-color: #f5f7fa;
    color: #2c3e50;
    font-weight: 600;
    padding: .12rem .1rem; /* 减少左右内边距，适配窄屏 */
    text-align: left;
    border-bottom: .02rem solid #e6e9ed;
    font-size: .14rem; /* 移动端缩小字体 */
    white-space: nowrap; /* 表头文字不换行 */
}

/* 表格单元格样式 */
td {
    padding: .12rem .1rem;
    border-bottom: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    color: #34495e;
    line-height: 1.5;
    font-size: .14rem;
    /* 长文本自动换行，避免挤压 */
    word-wrap: break-word;
    word-break: break-all;
}
td:last-child,td:nth-child(2n){
    white-space: nowrap;
}

/* 合计行高亮 */
tr:last-child {
    background-color: #f8f9fa;
}
tr:last-child td {
    font-weight: 600;
    color: #2c3e50;
    border-bottom: none;
}

/* 鼠标悬浮行效果（仅PC端生效） */
tbody tr:hover {
    background-color: #fafbfc;
    transition: background-color 0.2s ease;
}

/* 报价说明样式 */
.ai_calc_quote-desc {
    margin: .2rem 0 .1rem!important;
    padding: .18rem !important;
    background-color: #f8f9fa !important;
    border: 1px solid #e6e9ed !important;
    border-radius: .06rem !important;
    color: #34495e !important;
    line-height: 1.8 !important;
    font-size: .14rem; /* 移动端字体适配 */
}

/* 报价说明内的文本样式 */
.ai_calc_quote-desc p {
    margin-bottom: .08rem;
    color: #34495e;
    margin: 0;
    padding: .04rem 0;
}

#calc_box_wrapper02 .calc_other_bh{
    padding: .1rem 0 0;
}
.ai_calc_table_txt{
    font-size: .15rem;
    color:#2589FF;
    display: none;
}
#show_table {
    top: .8rem; /* 移动端减少顶部距离 */
    width: 100%; /* 占满屏幕宽度 */
    /* padding: 10px; */
    margin-top: .1rem;
}

th, td {
    padding: .1rem .08rem !important;
    font-size: .13rem !important; /* 进一步缩小字体 */
}

.ai_calc_quote-desc {
    padding: .15rem !important;
    font-size: .13rem !important;
}



.calc_backto_off{
    background: url(/images/x.png)no-repeat center/100%;
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: .42rem;
    height: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.Get_quotation>.Get_quotation_box>.Get_quotation_tit{
    display: none;
}


@media screen and (max-width: 980px) {
    .geo_calc_form{
        width: 96%;
    }
}
@media screen and (max-width: 750px) {
    .Get_quotation{
        display: block;
        height: auto;
        padding-top: .1rem;
        padding-bottom: .3rem;
    }
    .Get_quotation_box{
        width: 100%;
    }
    .wrapper-title{
        font-size: .32rem;
    }
    .checkbox-list{
        margin-bottom: .16rem;
    }
    .checkbox-item{
        font-size: .3rem;
        line-height: .72rem;
        border-radius: .4rem;
        box-shadow: 0 0 .1rem rgb(226, 69, 53);
        margin-bottom: .1rem;
    }
    .checkbox-item::after{
        border-radius: .4rem;
        padding: 0.04rem;
    }
    .aiinput_box{
        margin-bottom: .24rem;
    }
    .Get_quotation_Personal_information{
        height: 1.06rem;
        border-radius: 0.12rem;
        margin-top: 0.24rem;
    }
    .Get_quotation_Personal_information, .Decoration_grade{
        border-radius: 0.1rem;
        box-shadow: 0 0 0.1rem rgb(226, 69, 53);
    }
    .aiinput_box .Get_quotation_Personal_information {
        margin: 0;
        margin-right: 0.2rem;
    }
    .Get_quotation_Personal_information>.cl_form {
        width: 100%;
        height: 1.06rem;
    }
    .Get_quotation_Personal_information>.cl_form>input{
        font-size: .32rem;
        padding: 0 .24rem;
        border-radius: .1rem 0 0 .1rem;
    }
    .aiinput_box .Get_quotation_Personal_information>.cl_form>input {
        padding: 0 .16rem;
        border-radius: .1rem;
    }
    .Decoration_grade{
        height: 1.06rem;
        border-radius: 0.12rem;
    }
    .aiinput_box .Decoration_grade.offdianti_box>.cl_form{
        padding-left: 0.1rem;
    }
    .Decoration_grade>.cl_form>select{
        font-size: .32rem;
        height: .5rem;
    }
    .aiinput2_box{
        margin-bottom: .24rem;
    }
    .aiinput2_box .Decoration_grade, .aiinput2_box .Get_quotation_Personal_information{
        margin-right: .2rem;
    }
    .jsq_Obtain{
        height: 1.04rem;
        border-radius: 0.12rem;
        margin-top: 0.24rem;
    }
    .jsq_Obtain>p{
        font-size: .32rem;
    }
    .jsq_Obtain>p>span{
        width: .54rem;
        margin-left: .1rem;
    }

    .Get_quotation>.Get_quotation_box>.Get_quotation_tit {
        display: block;
        width: 42%;
        margin: 0 auto;
        padding: .28rem 0;
    }
    .Get_quotation>.Get_quotation_box>.Get_quotation_tit>p {
        color: #323232;
        font-size: .36rem;
        text-align: center;
        position: relative;
        white-space: nowrap;
    }
    .Get_quotation>.Get_quotation_box>.Get_quotation_tit>p:before{
        content:'';
        width: 40%;
        height: .04rem;
        background: #DDDDDD;
        position: absolute;
        top:50%;
        left:-1.14rem;
    }
    .Get_quotation>.Get_quotation_box>.Get_quotation_tit>p:after{
        content:'';
        width: 40%;
        height: .04rem;
        background: #DDDDDD;
        position: absolute;
        top:50%;
        right:-1.14rem;
    }
    .ai_calc_table_txt{
        display: block;
        font-size: .2rem;
    }
    table{
        min-width: 600px;
    }
    .ai_calc_table_box{
        overflow-x: auto;
    }
    .calc_baojia_zz .calc_baojia_box{
        max-width: 90%;
    }
    .calc_backto_off{
        width: .84rem;
        height: .84rem;
    }
    .Get_quotation_img{
        display: none;
    }
}



/* 案例 */
.pc_cases{
    padding-top: .71rem;
    padding-bottom: .46rem;
}
.pc_cases_content{
    width: 12rem;
    margin: 0 auto;
    margin-top: .48rem;
}
.pc_cases_content .pc_cases_nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_cases_content .pc_cases_nav a{
    margin: 0 .28rem;
}
.pc_cases_content .pc_cases_nav a .cases_nav_bg{
    width: .88rem;
    height: .88rem;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
    transition: all .3s ease;
}
.pc_cases_content .pc_cases_nav a .cases_nav_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc_cases_content .pc_cases_nav a p{
    font-size: .16rem;
    color:#000;
    line-height: .16rem;
    text-align: center;
    transition: all .3s ease;
}
.pc_cases_content .pc_cases_nav a:hover .cases_nav_bg{
    transform: scale(1.1) translateY(-15px);
    box-shadow: 0 .14rem .3rem rgba(170, 0, 0,.26);
}
.pc_cases_content .pc_cases_nav a:hover p{
    color:#AA0000;
    font-weight: 1000;
}
.pc_cases_content .pc_cases_list{
    display: flex;
    justify-content: space-between;
    margin-top: .37rem;
}
.pc_cases_content .pc_cases_list .pc_cases_left{
    width: 5.47rem;
    height: 4.71rem;
    position: relative;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li{
    display: block;
    position: relative;
    width: 5.47rem;
    height: 4.71rem;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li .cases_left_li_zz{
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    width: 100%;
    height: 2.08rem;
}
.pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li .cases_left_li_zz p{
    font-size: .18rem;
    color:#fff;
    font-weight: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .36rem;
    box-sizing: border-box;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-prev,.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-next{
    width: .44rem;
    height: .82rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-prev{
    background: url(../images/cases_lunbo_left.png)no-repeat center/100% 100%;
    left: 0;
}
.pc_cases_content .pc_cases_list .pc_cases_left .swiper-button-next{
    background: url(../images/cases_lunbo_right.png)no-repeat center/100% 100%;
    right: 0;
}
.pc_cases_content .pc_cases_right{
    width: 6.45rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pc_cases_content .pc_cases_right a{
    width: 3.18rem;
    height: 2.31rem;
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-bottom: .08rem;
}
.pc_cases_content .pc_cases_right a .cases_left_li_zz{
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    width: 100%;
    height: 1.4rem;
}
.pc_cases_content .pc_cases_right a .cases_left_li_zz p{
    font-size: .18rem;
    color:#fff;
    font-weight: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .36rem;
    box-sizing: border-box;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.pc_cases_content .pc_cases_right a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .3s ease;
}
.pc_cases_content .pc_cases_right a:hover img{
	transform:scale(1.1);
}
.pc_cases_content .pc_cases_btn{
    margin-top: .38rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_cases_content .pc_cases_btn a{
    width: 2.45rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AA0000;
    color:#fff;
    font-size: .16rem;
    margin: 0 .12rem;
}
.pc_cases_content .pc_cases_btn a:last-child{
    background: #131313;
}
.pc_cases_content .pc_cases_btn a img{
    width: .22rem;
    margin-right: .07rem;
}
@media (max-width: 750px){
    .pc_cases {
        padding-top: 0.5rem;
        padding-bottom: 0.32rem;
    }
    .pc_cases_content{
        width: 100%;
        margin-top: .26rem;
    }
    .pc_cases_content .pc_cases_nav{
        width: 100%;
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: .1rem;
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar{
        height: .16rem;
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar-track{
        background: rgba(0,0,0,0.05);
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar-thumb{
        background: rgba(0,0,0,0.1);
        border-radius: .05rem;
    }
    .pc_cases_content .pc_cases_nav::-webkit-scrollbar-thumb:hover{
        background: rgba(0,0,0,0.5);
    }
    .pc_cases_content .pc_cases_nav a{
        flex-shrink: 0;
        margin: 0;
        text-align: center;
        padding: 0 .32rem;
    }
    .pc_cases_content .pc_cases_nav a p{
        font-size: .2rem;
        line-height: 1.5;
    }
    .pc_cases_content .pc_cases_list{
        display: block;
        margin-top: .2rem;
    }
    .pc_cases_content .pc_cases_list .pc_cases_left{
        width: 96%;
        height: 5.8rem;
        margin: 0 auto;
        border-radius: .08rem;
        overflow: hidden;
    }
    .pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li{
        width: 100%;
        height: 5.8rem;
    }
    .pc_cases_content .pc_cases_right{
        width: 96%;
        margin: .16rem auto 0;
    }
    .pc_cases_content .pc_cases_right a{
        width: 49%;
        border-radius: .08rem;
        overflow: hidden;
        margin-bottom: .16rem;
    }
    .pc_cases_content .pc_cases_btn{
        margin-top: .2rem;
    }
    .pc_cases_content .pc_cases_btn a{
        width: 3.45rem;
        margin: 0 0.08rem;
    }
    .pc_cases_content .pc_cases_list .pc_cases_left .pc_cases_left_li .cases_left_li_zz p,.pc_cases_content .pc_cases_right a .cases_left_li_zz p{
        font-size: .28rem;
        line-height: .72rem;
    }
}

/* 在施工地 */
.pc_gongdi{
    height: 7.75rem;
    background: url(../images/designer_bg.jpg)no-repeat center;
    padding-top: .85rem;
    box-sizing: border-box;
}
.pc_gongdi .pc_title h1 ,.pc_gongdi .pc_title p{
    color: #fff;
}
.floor-05-content { width:12rem; margin: auto; font-size: 0px; margin-top:.5rem; }
.floor-05-item { 
    width: 24%;
    height: 4.5rem;
    display: inline-block; 
    vertical-align: top; 
    font-size: .16rem;
	margin: 0 0.5%; 
    position: relative; 
    overflow: hidden; 
}
.floor-05-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.floor-05-item .floor-05-pic { 
    width: 100%;
    height: 100%;
    font-size: 0px; 
    overflow: hidden; 
}
.floor-05-item .floor-05-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.floor-05-item .floor-05-infor { 
    width: 100%;
    height: .91rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: .02rem solid #CB0514;
    background: rgba(0,0,0,0.5);
    padding: 0 .13rem;
    box-sizing: border-box;
}
.floor-05-item .floor-05-infor .floor-05-name{
    font-size: .18rem;
    line-height: .18rem;
    color: #fff;
    font-weight: 400;
    padding-top: .22rem;
}
.floor-05-item .floor-05-infor .floor-05-jj{
    font-size: .14rem;
    line-height: 1.2;
    padding-top: .14rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.floor-05-item:hover .floor-05-pic img { transform: scale(1.1); }


.floor-05-item:first-child + .floor-05-item + .floor-05-item + .floor-05-item + .floor-05-item + .floor-05-item { margin-right: 0px; }
.floor-05-item .floor-05-infor p { margin: 0px; }
.floor-05-item .floor-05-infor i,.xr-floor-05 .floor-05-item .floor-05-infor p em { font-style: normal; }

.floor-05-item .floor-05-meta { font-size: 0px; }
.lxh-cggd-more{width: .95rem; height: .31rem; margin: 0 auto;margin-top: .35rem; }
.lxh-cggd-more span{display: block; line-height: .31rem;background: #AA0000;
	text-align: center; font-size: .14rem ;color: #fff;border-radius:.05rem;}

@media (min-width: 750px) and (max-width: 1200px) {
    .floor-05-content{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .pc_gongdi{
        height: 11.2rem;
        background-size: cover;
        padding-top: .5rem;
    }
    .floor-05-content{
        width: 96%;
        margin: .3rem auto 0;
    }
    .floor-05-item{
        width: 49%;
        margin: 2% 2% 0 0 !important;
        border-radius: .05rem;
        overflow: hidden;
    }
    .floor-05-item:nth-child(2n){
        margin-right: 0 !important;
    }
    .floor-05-item .floor-05-pic{
        width: 100%;
        height: 4rem;
    }
    .floor-05-item .floor-05-pic img{
        width: 100%;
    }
    .floor-05-item .floor-05-infor{
        bottom: 0;
    }
    .floor-05-item .floor-05-infor .floor-05-name{
        box-sizing: border-box;
        font-size: .26rem;
    }
    .floor-05-item .floor-05-infor .floor-05-jj{
        font-size: .22rem;
    }
}
.floor-05-item i{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.25));
	opacity:0;
	transition:all .5s ease;
}
.floor-05-item:hover i{
	opacity:1;
}
/* 装修资讯 */
.pc_news{
    padding-top: .59rem;
    box-sizing: border-box;
}
.pc_news .mjdz_newsnav{
    margin-top: .39rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
}
.pc_news .mjdz_newsnav .nav_li{
    width: 1.45rem;
    height: .39rem;
    box-sizing: border-box;
    position: relative;
    color:#323232;
    border-radius: .05rem;
    border: 1px solid transparent;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_news .mjdz_newsnav .nav_li.attr{
    border-color: #ECECEC;
    color:#E24535;
}
.pc_news .mjdz_newsnav .nav_li:hover{
    border-color: #ECECEC;
    color:#E24535;
}
.pc_news .mjdz_newsnav .nav_li:hover::after{
    display: none;
}
.pc_news .mjdz_newsnav .nav_li::after{
    content: '';
    width: 1px;
    height: .2rem;
    background: #ECECEC;
    top: 50%;
    right: -.02rem;
    transform: translateY(-50%);
    position: absolute;
}
.pc_news .mjdz_newsnav .nav_li:last-child::after{
    display: none;
}
.pc_news .mjdz_newsnav .nav_li.attr::after{
    display: none
}
.pc_news .mjdz_news_content{
    width: 12rem;
    margin: .44rem auto 0;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.pc_news .mjdz_news_content.attr{
	display: flex;
}
.mjdz_news_content .news_left{
    width: 2.33rem;
    height: 4.68rem;
}
.mjdz_news_content .news_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mjdz_news_content .news_zhong{
    width: 100%;
    height: 4.68rem;
    background: #fff;
    box-shadow: 0 .02rem .18rem rgba(0,0,0,0.13);
}
.mjdz_news_content .news_zhong .news_zhongtop{
    width: 100%;
    height: 1.69rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg{
    width: 2.62rem;
    height: 1.69rem;
    flex-shrink: 0;
    overflow: hidden;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg img,.mjdz_news_content .news_zhong ul li a .news_li_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .3s ease;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg:hover img{
	transform:scale(1.1);
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text{
    width: 100%;
    height: 100%;
    padding: .24rem .12rem 0 .2rem;
    box-sizing: border-box;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text h1{
    font-size: .18rem;
    color:#222;
    line-height: .18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width: 3.4rem;
    transition: all .3s ease;
}
.mjdz_news_content .news_zhong .news_zhongtop:hover .news_zhong_text h1{
    color:#CE000D;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .time{
    font-size: .14rem;
    line-height: .14rem;
    color:#323232;
    padding-top: .22rem;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .text{
    font-size: .14rem;
    color:#323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: .24rem;
    padding-top: .23rem;
}
.mjdz_news_content .news_zhong ul{
    padding: .1rem .15rem;
    box-sizing: border-box;
}
.mjdz_news_content .news_zhong ul li a{
    height: .35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong ul li a .news_li_text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong ul li a .news_li_bg{
    display: none;
}
.mjdz_news_content .news_zhong ul li a p{
    font-size: .14rem;
    color:#000;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mjdz_news_content .news_zhong ul li a p.text{
    display: none;
}
.mjdz_news_content .news_zhong ul li a p i{
    width: .07rem;
    height: .07rem;
    background: #999999;
    margin: 0 .15rem 0 .05rem;
    flex-shrink: 0;
    transition: all .3s ease;
}
.mjdz_news_content .news_zhong ul li a p span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width: 4.5rem;
    display: block;
}
.mjdz_news_content .news_zhong ul li a:hover p{
    color:#CE000D;
}
.mjdz_news_content .news_zhong ul li a:hover p i{
    background: #CE000D;
}
.mjdz_news_content .news_right{
    width: 5.34rem;
    height: 4.74rem;
    background: #fff;
    box-shadow: 0 .02rem .18rem rgba(0,0,0,0.13);
    padding: .06rem;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-left: .15rem;
}
.mjdz_news_content .news_right .news_rightbg{
    /* width: 570px; */
    height: 3.33rem;
    overflow: hidden;
}
.mjdz_news_content .news_right .news_rightbg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.mjdz_news_content .news_right a:hover .news_rightbg img{
    transform: scale(1.05);
}
.mjdz_news_content .news_right .news_righttext{
    padding: .32rem .4rem;
    box-sizing: border-box;
}
.mjdz_news_content .news_right .news_righttext h1{
    font-size: .18rem;
    color:#444444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    line-height: .18rem;
}
.mjdz_news_content .news_right .news_righttext p{
    font-size: .14rem;
    line-height: .14rem;
    color:#666666;
    padding-top: .23rem;
}
.mjdz_news_content .news_right .news_righttext p span{
    display: inline-block;
    max-width: 4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    line-height: .14rem;
}
.mjdz_news_content .news_right .news_righttext p a{
    line-height: .14rem;
    color:#CB0514;
    transition: all .3s ease;
}
.mjdz_news_content .news_right .news_righttext p a:hover{
    color:blue;
}
.mjdz_news_content .news_right .swiper-button-prev,.mjdz_news_content .news_right .swiper-button-next{
    width: .4rem;
    height: .51rem;
    top: 1.41rem;
    margin-top:0;
}
.mjdz_news_content .news_right .swiper-button-prev{
    left: 0;
    background: url(../images/mjzs_modular80.png)no-repeat center/100% 100%;
}
.mjdz_news_content .news_right .swiper-button-next{
    right: 0;
    background: url(../images/mjzs_modular81.png)no-repeat center/100% 100%;
}
.pc_news .mjdz_news_foot{
    margin-top: .38rem;
}
@media screen and (max-width: 750px) {
    .pc_news .mjdz_news_content.attr{
        width: 100%;
        display: block;
        padding: .12rem;
        box-sizing: border-box;
        margin-top: .2rem;
    }
    .mjdz_news_content .news_zhong{
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .mjdz_news_content .news_zhong ul{
        padding: 0;
    }
    .mjdz_news_content .news_zhong .news_zhongtop,.mjdz_news_content .news_zhong ul li a{
        height: auto;
        background: transparent;
        margin: 0 .1rem;
        width: auto;
        margin-bottom: .16rem;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg,.mjdz_news_content .news_zhong ul li a .news_li_bg{
        width: 2rem;
        height: 1.44rem;
        border-radius: 0.1rem;
        overflow: hidden;
        flex-shrink: 0;
        font-size: 0;
        display: block;
    }
    .mjdz_news_content .news_zhong ul li a i{
        display: none;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text,.mjdz_news_content .news_zhong ul li a .news_li_text{
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0.24rem;
        overflow: hidden;
        height: auto;
        display: block;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text h1,.mjdz_news_content .news_zhong ul li a .news_li_text .tit{
        font-size: .26rem;
        font-weight: 1000;
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.5;
        white-space: initial;
        text-overflow: initial;
        width: auto;
    }
    .mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .text,.mjdz_news_content .news_zhong ul li a p,.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .time{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .24rem;
        color: #999999;
        padding-top: 0.06rem;
        line-height: 1.5;
        display: block;
    }
    .mjdz_news_content .news_zhong ul li a p.text{
        display: block;
    }
    .mjdz_news_content .news_right{
        display: none;
    }
    .mjdz_news_content .news_zhong ul li a:hover p.tit{
        color: #CE000D;
    }
    .mjdz_news_content .news_zhong ul li a:hover p{
        color: #999999;
    }
    .mjdz_news_content .news_zhong ul li{
        display: none;
    }
    .mjdz_news_content .news_zhong ul li:nth-child(-n+4){
        display: block;
    }
}
/* 公司介绍 */
.pc_gsjs{
    padding-top: .59rem;
    padding-bottom: .6rem;
    box-sizing: border-box;
    background: url(../images/news_bg.jpg)no-repeat bottom center;
}
.pc_gsjs .pc_gsjs_content{
    width: 12rem;
    height: 4.08rem;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 .06rem .57rem rgba(0,0,0,.10);
    margin-top: .52rem;
    display: flex;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_bg{
    height: 100%;
    width: 5.75rem;
    flex-shrink: 0;
    overflow:hidden;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .3s ease;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_bg:hover img{
	transform:scale(1.1);
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_right{
    position: relative;
    width: 100%;
    padding-left: .39rem;
    padding-right: .2rem;
    box-sizing: border-box;
}
.pc_gsjs_right .yw_title{
    font-size: .28rem;
    line-height: .28rem;
    color:#BBBBBB;
    font-weight: 200;
    margin-top: .26rem;
}
.pc_gsjs_right h1{
    font-size: .3rem;
    line-height: 1.2;
    padding-top: .23rem;
    color:#000000;
    font-weight: 400;
}
.pc_gsjs_right .gsjs_right_xinxi{
    margin-top: .16rem;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: .16rem;
    color:#000;
    line-height: .35rem;
}
.pc_gsjs_right .gsjs_right_xinxi p{
    text-indent: 2em;
}
.pc_gsjs_right .gsjs_right_xinxi img{
    display: none;
}
.pc_gsjs_right .gsjs_right_btn{
    display: flex;
    align-items: center;
    margin-top: .15rem;
}
.pc_gsjs_right .gsjs_right_btn a{
    width: 1.3rem;
    height: .5rem;
    line-height: 1.2;
    font-size: .16rem;
    text-align: center;
    color:#666666;
    background: #F2F2F2;
    border-radius: .25rem;
    margin-right: .1rem;
    transition: all .3s ease;
}
.pc_gsjs_right .gsjs_right_btn a:hover{
    color:#fff;
    background: #CB0514;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_right i{
    position: absolute;
    width: .72rem;
    height: 1px;
    background: #CB0514;
    top: .68rem;
    left: -.36rem;
}
.pc_gsjs .pc_gsjs_content .pc_gsjs_right .gsjj_ckgd{
    width: 1.5rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    position: absolute;
    right: 0;
    bottom: .26rem;
    background:#CB0514;
    color:#fff;
    border-radius: .1rem 0 0 .1rem;
    font-size: .16rem;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .pc_gsjs{
        padding-bottom: 0;
    }
    .pc_gsjs .pc_gsjs_content{
        width: 100%;
        margin-top: .26rem;
        padding: 0 .12rem;
        width: 100%;
        height: auto;
        display: block;
        box-shadow: none;
        box-sizing: border-box;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_bg{
        width: 100%;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_bg img{
        width: 100%;
        height: 3.96rem;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_right{
        margin: 0 0.1rem;
        background: #fff;
        border-radius: 0.12rem;
        margin-top: -0.96rem;
        position: relative;
        box-shadow: 0 0.28rem 0.28rem rgb(0 0 0 / 5%);
        padding: 0.53rem 0.2rem 0.5rem;
        box-sizing: border-box;
        width: auto;
    }
    .pc_gsjs_right .yw_title{
        display: none;
    }
    .pc_gsjs_right h1{
        padding: 0;
        font-size: .38rem;
        text-align: center;
        line-height: .38rem;
        font-weight: 400;
        color: #000;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_right i{
        display: none;
    }
    .pc_gsjs_right .gsjs_right_xinxi{
        max-height: 4.8rem;
        overflow: hidden;
        margin-top: 0.39rem;
        line-height: .6rem;
        font-size: .28rem;
        color: #444444;
        display: block;
    }
    .pc_gsjs_right .gsjs_right_xinxi p {
        text-indent: 2em;
    }
    .pc_gsjs .pc_gsjs_content .pc_gsjs_right .gsjj_ckgd{
        position: relative;
        display: block;
        margin: 0.1rem auto;
        bottom: 0;
        border-radius: 0.1rem;
        font-size: .28rem;
        width: 3rem;
        line-height: .7rem;
        height: 0.7rem;
        margin-top: 0.3rem;
    }
}

/* 常见问题 */
.pc_wenda{
    padding-top: .5rem;
    padding-bottom: .3rem;
}

.qa-container {
    width: 12rem;
    background: #fff;
    border-radius: .28rem;
    box-shadow: 0 .18rem .35rem rgba(0, 20, 40, 0.05);
    padding: .22rem .2rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: .26rem;
}

.subhead {
    color: #4a607a;
    margin-bottom: 2.5rem;
    margin-top: 0.3rem;
    font-size: 1.05rem;
    padding-left: 1.8rem;
}

/* 问答列表——无折叠，全部可见 */
.qa-list {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

/* 单个问答项 */
.qa-item {
    border-bottom: 1px solid #dde5ef;
    padding-bottom: .15rem;
}

.qa-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* 问题样式 */
.question {
    display: flex;
    align-items: flex-start;
    gap: 0.08rem;
    margin-bottom: 0.08rem;
}

.q-mark {
    background: #2b4c7c;
    color: white;
    font-weight: 600;
    font-size: .18rem;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* margin-top: 4px; */
}

.question-text {
    font-size: .2rem;
    font-weight: 540;
    color: #0a263f;
    line-height: 1.4;
}

/* 答案样式 */
.answer {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    /* padding-left: 0.2rem; */
}

.a-mark {
    background: #e9eef5;
    color: #1f3d66;
    font-weight: 600;
    font-size: .18rem;
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: .02rem;
}

.answer-content {
    flex: 1;
    color: #2a3f5a;
    font-size: .16rem;
    line-height: 1.6;
    background: #f8fafd;
    padding: .1rem .15rem;
    border-radius: .2rem;
    border: 1px solid #e2ebf5;
}

.answer-content p {
    margin-bottom: .05rem;
}

.answer-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .qa-container{
        width: 100%;
    }
    .q-mark{
        width: .42rem;
        height: .42rem;
        font-size: .26rem;
    }
    .question-text{
        font-size: .28rem;
    }
    .a-mark{
        width: .36rem;
        height: .36rem;
        font-size: .26rem;
    }
    .answer-content{
        font-size: .22rem;
    }
}

/* 合作品牌 */
.brand_bg_s11 {
    background: url(../images/link_41.jpg) no-repeat center/cover;
    width: 100%;
    padding: .42rem 0;
}
.brand_bg_s11 .pc_title h1,.brand_bg_s11 .pc_title p{
    color:#fff;
}
.brand_s11 ul {
    width: 12rem;
    margin: .5rem auto 0;
    overflow: hidden;
}
.brand_s11_pinpai {
    overflow: hidden;
    width: 19%;
    height: .78rem;
    float: left;
    margin-right: 1.25%;
    margin-bottom: .2rem;
    display: inline;
}
.brand_s11_pinpai:nth-child(5n){
    margin-right: 0;
}
.brand_s11_pinpai a img{
    width: 100%;
    height: .78rem;
    object-fit: contain;
    background: #fff;
}
.brand_s11_pinpai a .pinpai_tit{
    width: 100%;
    height: .78rem;
    background: #000;
    text-align: center;
    overflow: hidden;
    line-height: .78rem;
    color: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    font-size: .18rem;
}
.brand_s11_pinpai .brand_pinpaidiv {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.brand_s11_pinpai .brand_pinpaidiv:hover{
    margin-top:-.78rem;
}
@media screen and (max-width: 750px) {
    .brand_s11 ul{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .brand_s11_pinpai{
        width: 32%;
        margin-right: 2%;
    }
    .brand_s11_pinpai:nth-child(5n){
        margin-right: 2%;
    }
    .brand_s11_pinpai:nth-child(3n){
        margin-right: 0;
    }
}


/* 自定义模块 */
.diy_box{
    display: block;
    /* padding-top: 0.5rem; */
}
.m_diy_box{
    display: none;
    padding-top: 0.5rem;
}
@media screen and (max-width: 750px) {
    .diy_box{
        display: none;
    }
    .m_diy_box{
        display: block;
    }
}