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 .pc_banner_li img{
        height: 5.05rem;
    }
    .pc_banner.pcbanner{
        display: none;
    }
    .pc_banner.pebanner{
        display: block;
    }
    .pc_banner .swiper-button-prev,.pc_banner .swiper-button-next{
        display: none;
    }
}


/* 移动版导航 */
.jl-wgw-floor02-list { position: relative; z-index: 1; background: #fff; border-radius: 0; font-size: 0px; padding: 10px 0;display: none; }
.jl-wgw-floor02-list a { width: 20%; display: inline-block; vertical-align: top; font-size: 12px; color: #323232; text-decoration: none; text-align: center; margin: 5px 0; }
.jl-wgw-floor02-list a .jl-wgw-icon { width: 42px; height: 42px; display: flex; justify-content: center; align-items: center; margin: auto; border-radius: 50px; }
.jl-wgw-floor02-list a .jl-wgw-icon img { width: 20px; }
.jl-wgw-icon.color-1 { background: #49dca8; }
.jl-wgw-icon.color-2 { background: #47cef3; }
.jl-wgw-icon.color-3 { background: #fc5d5d; }
.jl-wgw-icon.color-5 { background: #ffd60f; }
.jl-wgw-icon.color-6 { background: #2589ff; }
.jl-wgw-floor02-list a p { margin: 10px 0 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 15px; }
@media (max-width: 750px){
    .jl-wgw-floor02-list{display: block;}
}


/* 获取报价 */
.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{
    width: 100%;
    height: 8rem;
    background: url(../images/cases_bg.jpg)no-repeat center/cover;
    padding-top: .7rem;
}
.pc_cases .pc_title h1,.pc_cases .pc_title p{
    color:#fff;
}

.pc_cases_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .26rem;
    overflow-x: auto;
}
.pc_cases_nav a{
    margin: 0 .18rem;
    flex-shrink: 0;
}
.pc_cases_nav a p{
    font-size: .16rem;
    color:#fff;
    text-align: center;
    transition: all .3s ease;
}
.pc_cases_nav a:hover .cases_nav_bg{
    transform: scale(1.1) translateY(-.15rem);
    box-shadow: 0 .14rem .3rem rgba(170, 0, 0,.26);
}
.pc_cases_nav a:hover p{
    color:#AA0000;
    font-weight: 1000;
}

.mjdz_cases_content {
    width: 15rem;
    height: 5.77rem;
    margin: .38rem auto 0;
}
.mjdz_cases_content .cases_li{
    position: relative;
    width: 3.11rem;
    height: 2.82rem;
    float: left;
    margin-right: .12rem;
}
.mjdz_cases_content .cases_li:first-child{
    width: 5.3rem;
    height: 5.77rem;
}
.mjdz_cases_content .cases_li:nth-child(2){
    width: 6.35rem;
    height: 2.82rem;
    margin-bottom: .12rem;
}
.mjdz_cases_content .cases_li:nth-child(3){
    margin-bottom: .12rem;
    margin-right: 0;
}
.mjdz_cases_content .cases_li:nth-child(6){
    margin-right: 0;
}
.mjdz_cases_content .cases_li .cases_libg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mjdz_cases_content .cases_li .cases_libg img{
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mjdz_cases_content .cases_li:hover .cases_libg img{
    transform: scale(1.05);
}
.mjdz_cases_content .cases_li .cases_li_zz {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.6),transparent);
    padding: 0 .18rem;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.mjdz_cases_content .cases_li .cases_li_zz p {
    font-size: .16rem;
    color: #D4D4D4;
    padding-bottom: .24rem;
    display: flex;
    align-items: center;
    width: 100%;
}
.mjdz_cases_content .cases_li .cases_li_zz p i {
    width: .03rem;
    height: .15rem;
    background: #CE000D;
    margin-right: .07rem;
}
.mjdz_cases_content .cases_li .cases_li_zz p span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - .18rem);
}




@media (min-width: 750px) and (max-width: 1500px) {
    .mjdz_cases_content{
        width: 12rem;
        margin: .54rem auto .1rem;
    }
    .mjdz_cases_content .cases_li:nth-child(n+5){
        display: none;
    }
    .mjdz_cases_content .cases_li:nth-child(3n){
        margin-right: .12rem;
    }
    .mjdz_cases_content .cases_li:nth-child(4n),.mjdz_cases_content .cases_li:nth-child(2){
        margin-right: 0;
    }
    .pc_cases_nav{
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .pc_cases_nav{
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .pc_cases_nav::-webkit-scrollbar{
        height: .16rem;
    }
    .pc_cases_nav::-webkit-scrollbar-track{
        background: rgba(255,255,255,0.05);
    }
    .pc_cases_nav::-webkit-scrollbar-thumb{
        background: rgba(255,255,255,0.1);
        border-radius: .05rem;
    }
    .pc_cases_nav::-webkit-scrollbar-thumb:hover{
        background: rgba(255,255,255,0.5);
    }
    .pc_cases_nav a p{
        font-size: .26rem;
    }
    .pc_cases{
        height: auto;
        padding-bottom: .3rem;
    }
    .mjdz_cases_content{
        width: 100%;
        height: auto;
        padding: 0 .24rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mjdz_cases_content .cases_li,.mjdz_cases_content .cases_li:nth-child(2),.mjdz_cases_content .cases_li:nth-child(3){
        float: initial;
        display: block;
        overflow: hidden;
        margin-bottom: 0.21rem;
        width: 3.4rem;
        height: 2.35rem;
        margin-right: 0;
        border-radius: 0.07rem;
    }
    .mjdz_cases_content .cases_li:first-child{
        width: 100%;
        height: 4.04rem;
        border-radius: .12rem;
    }
    .mjdz_cases_content .cases_li .cases_li_zz{
        height: 57%;
    }
    .mjdz_cases_content .cases_li .cases_li_zz p{
        font-size: .28rem;
        color: #fff;
    }
    .mjdz_cases_content .cases_li .cases_li_zz p i{
        width: 0.04rem;
        height: 0.26rem;
        margin-right: 0.16rem;
    }
    .mjdz_cases_content .cases_li .cases_li_zz p span{
        width: calc(100% - .2rem);
    }
    .mjdz_cases_content .cases_li:nth-child(n+6){
        display: none;
    }
}


/* 设计师 */
.pc_gongdi{
    padding-top: .5rem;
    box-sizing: border-box;
}
.xyzs_designer_content{
    width: 15rem;
    margin: 0 auto;
    padding: 0 .59rem;
    box-sizing: border-box;
    position: relative;
    margin-top: .55rem;
    display: flex;
    justify-content: center;
}
.xyzs_designer_content .designer_li{
    width: 19%;
    margin-right: 1.25%;
    height: 3.86rem;
    display: block;
    position: relative;
    overflow: hidden;
}
.xyzs_designer_content .designer_li:nth-child(2n){
    margin-top: .6rem;
}
.xyzs_designer_content .designer_li:last-child{
    margin-right: 0;
}
.xyzs_designer_content .designer_li img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.xyzs_designer_content .designer_li:hover img{
    transform: scale(1.1);
}
.xyzs_designer_content .designer_li .designer_li_zz{
    position: absolute;
    width: 100%;
    height: 3.22rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
    padding: 0 .14rem;
    padding-bottom: .26rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.xyzs_designer_content .designer_li .designer_li_zz .tit{
    font-size: .18rem;
    line-height: .18rem;
    color:#fff;
    font-weight: bold;
}
.xyzs_designer_content .designer_li .designer_li_zz .tit span{
    font-size: .16rem;
    color:#999;
    margin-left: .1rem;
}
.xyzs_designer_content .designer_li .designer_li_zz .designer_li_zz_br{
    width: .13rem;
    height: .02rem;
    background: #FF4900;
    margin-top: .14rem;
    margin-bottom: .15rem;
}
.xyzs_designer_content .designer_li .designer_li_zz .designer_li_zz_txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xyzs_designer_content .designer_li .designer_li_zz p{
    font-size: .12rem;
    color:#C4C4C4;
    line-height: .18rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.xyzs_designer_content .designer_li .designer_li_zz p b{
    color:#fff;
    font-weight: 1000;
}
@media (min-width: 750px) and (max-width: 1500px) {
    .xyzs_designer_content{
        width: 12rem;
    }
    .xyzs_designer_content .designer_li:nth-child(n+6){
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .xyzs_designer_content{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .xyzs_designer_content .designer_li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: .1rem;
    }
    .xyzs_designer_content .designer_li:nth-child(3n){
        margin-right: 0;
    }
    .xyzs_designer_content .designer_li:nth-child(2n){
        margin-top: 0;
    }
    .xyzs_designer_content .designer_li .designer_li_zz .designer_li_zz_txt,.xyzs_designer_content .designer_li .designer_li_zz .tit span,.xyzs_designer_content .designer_li .designer_li_zz .designer_li_zz_br{
        display: none;
    }
    .xyzs_designer_content .designer_li .designer_li_zz .tit{
        font-size: .28rem;
        line-height: 1.5;
    }
    .xyzs_designer_content .designer_li .designer_li_zz p{
        -webkit-line-clamp: 1;
        font-size: .24rem;
        line-height: 1.5;
    }
    .xyzs_designer_content .designer_li .designer_li_zz p b{
        display: none;
    }
}



/* 热门小区 */
.pc_xiaoqu{
    padding-top: .5rem;
}
.pc_xiaoqu_content{
    width: 15rem;
    margin: .42rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item{
    width: 24%;
    margin: 0 0.5%;
    margin-bottom: 0.2rem;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 .12rem .36rem rgba(0,0,0,0.1);
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_img{
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:  all .5s ease;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_img:hover img{
    transform: scale(1.1);
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_img .tit{
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 75%;
    height: 50%;
    left: 50%;
    top: 50%;
    font-size: .24rem;
    color:#fff;
    text-align: center;
    line-height: 1.5;
    transform: translate(-50%,-50%);
    padding: .15rem;
    box-sizing: border-box;
    border-radius: .08rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    .pc_xiaoqu_content{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 750px){
    .pc_xiaoqu_content .pc_xiaoqu_content_item{
        width: 49%;
        margin-right: 2%;
        margin-left: 0;
    }
    .pc_xiaoqu_content .pc_xiaoqu_content_item:nth-child(3n){
        margin-right: 2%;
        margin-left: 0;
    }
    .pc_xiaoqu_content .pc_xiaoqu_content_item:nth-child(2n){
        margin-right: 0;
        margin-left: 0;
    }
    .pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_zz .tit{
        font-size: .26rem;
        line-height: .6rem;
    }
}

/* 装修资讯 */
.pc_news{
    margin-top: .25rem;
    padding-top: .59rem;
    padding-bottom: .75rem;
    box-sizing: border-box;
    background: url(../images/fs_new_bg.jpg)no-repeat center/cover;
}
.fs_new_tab {
    width: 15rem;
    margin: 0 auto;
    margin-top: .6rem;
}
.fs_new_tab .fs_new_item a {
    text-decoration: none;
    color: #323232;
    transition: all 0.5s ease;
    width: 4.6rem;
    display: inline-block;
    vertical-align: top;
    margin-right: .6rem;
}
.fs_new_tab .fs_new_item a:last-child{
    margin-right: 0;
}
.fs_new_img {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
}
.fs_new_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.fs_new_title {
    font-size: .25rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: .15rem;
}
.fs_new_infor {
    color: #666;
    font-size: .16rem;
    margin-top: .15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.9;
    height: .6rem;
}
.fs_new_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding-top: .15rem;
    margin-top: .15rem;
    transition: all 0.5s ease;
    font-size: .16rem;
}
.fs_new_time {
    color: #999;
}
.fs_new_href {
    display: flex;
    align-items: center;
    color: #E24535;
    position: relative;
}
.fs_new_href img {
    width: .15rem;
    margin-left: .1rem;
}
.fs_new_href:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #E24535;
    position: absolute;
    top: -.16rem;
    left: 0px;
}
.fs_new_item a:hover { 
    transition: all 0.5s ease; 
    transform: translateY(-15px); 
}
@media (min-width: 750px) and (max-width: 1500px) {
    .fs_new_tab{
        width: 100%;
    }
    .fs_new_tab .fs_new_item a{
        width: 32%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 750px) {
    .fs_new_tab{
        width: 100%;
    }
    .fs_new_item{
        width: 100%;
        overflow-x: scroll;
        display: flex;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .fs_new_tab .fs_new_item a{
        background: #fff;
    }
    .fs_new_meta{
        padding: 0 .2rem .1rem;
        box-sizing: border-box;
    }
    .fs_new_view{
        display: none;
    }
    .fs_new_infor{
        height: auto;
    }
}






/* 公司介绍 */
.pc_gsjs{
    padding-top: .59rem;
    padding-bottom: .6rem;
    box-sizing: border-box;
    background: url(../images/about_13.jpg)no-repeat center/cover;
}
.pc_gsjs .pc_title h1{
    color:#fff;
}
.pc_gsjs .pc_title p{
    color:#fff;
}
.company_s11_content{
    width: 12rem;
    margin: .2rem auto;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: .16rem;
    color:#fff !important;
}
.company_s11_content p{
    text-indent: 2em;
    color:#fff !important;
    font-size: .16rem;
    line-height: .32rem;
}
.company_s11_content img{
    display: none;
}
.company_s11_links a {
    display: block;
    height: .5rem;
    width: 1.65rem;
    background: #fff;
    color: #f35959;
    transition: all .5s ease;
    border-radius: .1rem;
    font-size: .16rem;
    margin: .7rem auto 0 auto;
    text-align: center;
    line-height: .5rem;
    font-weight: bold;
}
.company_s11_links a:hover{
    color:#fff;
    background: #f35959;
}
@media (min-width: 750px) and (max-width: 1200px) {
    .company_s11_content{
        padding: 0 .48rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .company_s11_content{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .company_s11_content p{
        font-size: .28rem;
        line-height: initial;
    }
    .company_s11_links a{
        font-size: .32rem;
        width: 2.25rem;
        height: .72rem;
        line-height: .72rem;
        margin-top: .35rem;
    }
}


/* 常见问题 */
.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: #E24535;
    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: #ffe9e6;
    color: #E24535;
    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: 0.1rem 0.15rem;
    border-radius: 0.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;
    }
}


/* 合作品牌 */
.jjgy_hzpp{
    background: url(../images/hzpp_bg.jpg)no-repeat center/cover;
    padding-top: .52rem;
    box-sizing: border-box;
    padding-bottom: .8rem;
    margin-top: .5rem;
}
.jjgy_hzpp .jjgy_hzpp_content{
    width: 15rem;
    margin: .55rem auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.jjgy_hzpp .jjgy_hzpp_content .jjgy_hzpp_li {
    width: 2.89rem;
    height: .95rem;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .13rem;
    margin-bottom: .13rem;
    overflow: hidden;
}
.jjgy_hzpp .jjgy_hzpp_content .jjgy_hzpp_li img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
    transition: all .3s ease;
}
.jjgy_hzpp .jjgy_hzpp_content .jjgy_hzpp_li:hover img{
    transform: scale(1.1);
}
.jjgy_hzpp .jjgy_hzpp_content .jjgy_hzpp_li:nth-child(5n) {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    .jjgy_hzpp .jjgy_hzpp_content{
        width: 100%;
    }
}
@media screen and (max-width: 750px){
    .jjgy_hzpp .jjgy_hzpp_content{
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .jjgy_hzpp .jjgy_hzpp_content .jjgy_hzpp_li{
        width: 32%;
        margin-right: 2%;
    }
    .jjgy_hzpp .jjgy_hzpp_content .jjgy_hzpp_li:nth-child(5n){
        margin-right: 2%;
    }
    .jjgy_hzpp .jjgy_hzpp_content .jjgy_hzpp_li: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;
    }
}


/* 行业观点 */
.pc_hangye{
    padding: .3rem 0;
}
.pc_hangye_list{
    width: 15rem;
    margin: .3rem auto 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pc_hangye_list_item{
    width: 30%;
    font-size: .16rem;
    line-height: .6rem;
    height: .6rem;
    display: flex;
    align-items: center;
    margin-right: 5%;
}
.pc_hangye_list_item:nth-child(3n){
    margin-right: 0;
}
.pc_hangye_list_item i{
    width: .07rem;
    height: .07rem;
    background: #999;
    margin-right: .22rem;
    transition: all .5s ease;
}
.pc_hangye_list_item p{
    width: calc(100% - .29rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
}
.pc_hangye_list_item:hover i{
    background: #E24535;
}
.pc_hangye_list_item:hover p{
    color: #E24535;
    transform: translateX(10px);
}
@media screen and (max-width: 1500px) {
    .pc_hangye_list{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px){
    .pc_hangye_list_item{
        width: 100%;
        font-size: .2rem;
    }
}