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: 5.18rem;
    background: #004098;
    overflow: hidden;
    box-sizing: border-box;
}
.geo_calc_form{
    width: 15rem;
    height: 100%;
    margin: 0 auto;
}
#form_id{
    height: 100%;
}
.Get_quotation{
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.Get_quotation_box{
    width: 50%;
    box-sizing: border-box;
}
.Get_quotation_box.box1{
    padding: 0 .82rem;
}
.Get_quotation_box.box2{
    padding: 0 .62rem;
}
.Get_quotation::after{
    content: '';
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.Get_quotation_box .Get_quotation_tit {
    width: 100%;
    padding-bottom: .38rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.Get_quotation_box .Get_quotation_tit p{
    color: #fff;
    font-size: .4rem;
    position: relative;
    white-space: nowrap;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: bold;
}
.Get_quotation_box .Get_quotation_tit span{
    display: block;
    font-size: .16rem;
    color:rgba(255,255,255,0.5);
    margin-top: .16rem;
}



.Get_quotation>.Get_quotation_box>.Calculator{
    margin-bottom: .24rem;
    border: 1px solid #fff;
    border-radius: .12rem;
    overflow: hidden;
}
.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-top: .46rem;
}
/* 单个 checkbox 项（核心：适配手机触控） */
.checkbox-item {
    margin-bottom: .14rem;
    font-size: .16rem;
    color:#fff;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    box-sizing: border-box;
    line-height: .5rem;
    border-radius: .3rem;
    position: relative;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.05);
}
.checkbox-item:nth-child(3n){
    margin-right: 0;
}
.checkbox-item.off{
    border-color: #e5e5e5;
    color:rgba(255,255,255,0.5);
}
.checkbox-item.attr{
    color:#004098;
    background: #fff;
    border: 0;
}
.checkbox-item.attr::after{
    display: none;
}
.Decoration_grade{
    width: 100%;
    height: .53rem;
    border-radius: .06rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Get_quotation_Personal_information{
    width: 100%;
    height: .53rem;
    border-radius: .06rem;
    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: #fff;
    border: 0;
    outline: none;
    padding: 0 .25rem;
    border-radius: .26rem;
    box-sizing: border-box;
}
.Decoration_grade>.cl_form>select {
    width: 100%;
    border: 0;
    background: #fff;
    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: .26rem;
    margin-top:.12rem;
    background: #ECA900;
    color:#fff;
}
.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 .25rem;
}
.aiinput_box .Decoration_grade.offdianti_box>.cl_form{
    width: 100%;
    padding: 0 .25rem;
}
.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;
    border-radius: .28rem;
}
.zonginputbox{
    background: #fff;
    border-radius: .26rem;
    overflow: hidden;
}
.aiinput2_box .Decoration_grade,.aiinput2_box .Get_quotation_Personal_information{
    margin-top: 0 !important;
    margin-right: .1rem;
    width: 100%;
}
.zonginputbox .Decoration_grade,.zonginputbox .Get_quotation_Personal_information{
    margin-right:0
}
.zonginputbox .Decoration_grade,.zonginputbox .Get_quotation_Personal_information{
    position: relative;
}
.zonginputbox .Decoration_grade::after,.zonginputbox .Get_quotation_Personal_information::after{
    content: '';
    width: 1px;
    height: 27px;
    background: #E4E4E4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.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 .25rem;
}

/* 悬浮弹框 */
.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;
}


@media screen and (max-width: 1500px) {
    .geo_calc_form{
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .pc_calc{
        padding: .5rem 0;
        height: auto;
    }
    .Get_quotation_box .Get_quotation_tit{
        text-align: center;
    }
    .Get_quotation_box.box1,.Get_quotation_box.box2{
        padding: 0 .3rem;
    }
    .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 .25rem;
        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;
    }
    .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: .5rem;
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260527/20260527092042_11394.webp)no-repeat bottom center/cover;
}
.floor-03-content { 
    position: relative;
    z-index: 2; 
    text-align: center; 
    margin-top: .39rem;
    padding-bottom: .5rem; 
}
.pc_cases_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .39rem;
    overflow-x: auto;
}
.pc_cases_nav a{
    margin: 0 .18rem;
    flex-shrink: 0;
}
.pc_cases_nav a p{
    font-size: .16rem;
    color:#000;
    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;
}
.pc_cases_list{
    width: 15rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.pc_cases_list .pc_cases_left{
    width: 7.73rem;
    height: 5.23rem;
    position: relative;
}
.pc_cases_list .pc_cases_left .pc_cases_left_li{
    display: block;
    position: relative;
    width: 7.73rem;
    height: 5.23rem;
}
.pc_cases_list .pc_cases_left .pc_cases_left_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.pc_cases_list .pc_cases_left .pc_cases_left_li:hover img{
    transform: scale(1.05);
}
.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_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%;
    text-align: center;
}
.pc_cases_list .pc_cases_left .swiper-button-prev,.pc_cases_list .pc_cases_left .swiper-button-next{
    width: .44rem;
    height: .82rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.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_list .pc_cases_left .swiper-button-next{
    background: url(../images/cases_lunbo_right.png)no-repeat center/100% 100%;
    right: 0;
}
.pc_cases_right{
    width: 7.17rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pc_cases_right a{
    width: 3.53rem;
    height: 2.56rem;
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 8px;
}
.pc_cases_right a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.pc_cases_right a:hover img{
    transform: scale(1.05);
}
.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: 2.08rem;
}
.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%;
    text-align: center;
}




@media screen and (max-width: 1500px) {
    .pc_cases_list{
        width: 100%;
    }
    .pc_cases_list .pc_cases_left{
        width: 51%;
    }
    .pc_cases_list .pc_cases_left .pc_cases_left_li{
        width: 100%;
    }
    .pc_cases_right{
        width: 48%;
    }
    .pc_cases_right a{
        width: 49%;
    }
}
@media screen and (max-width: 750px) {
    .pc_cases_list{
        width: 100%;
        padding: 0 .2rem;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .pc_cases_list .pc_cases_left{
        width: 100%;
    }
    .pc_cases_list .pc_cases_left .pc_cases_left_li{
        width: 100%;
    }
    .pc_cases_list .pc_cases_left .pc_cases_left_li .cases_left_li_zz p,.pc_cases_right a .cases_left_li_zz p{
        font-size: .26rem;
        line-height:.8rem;
    }
    .pc_cases_list .pc_cases_left .swiper-button-prev, .pc_cases_list .pc_cases_left .swiper-button-next{
        width: .66rem;
        height: 1.23rem;
    }
    .pc_cases_right{
        width: 100%;
        margin-top: .1rem;
    }
}


/* 设计师 */
.pc_des{
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-sizing: border-box;
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260527/20260527152246_24354.webp)no-repeat center/cover;
}
.pc_des .pc_title h1,.pc_des .pc_title p{
    color:#fff;
}
.pc_des_content{
    width: 15rem;
    margin: .3rem auto 0;
}
.pc_des_content .pc_des_content_li{
    width: 100%;
    height: 5.8rem;
    display: flex;
    align-items: center;
    background: #fff;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_img{
    width: 25%;
    height: 100%;
    overflow: hidden;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_img img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_img:hover img{
    transform: scale(1.05);
}
.pc_des_content .pc_des_content_li .pc_des_content_li_xinxi{
    padding: .8rem .36rem;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #E5E5E5;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_xinxi em{
    font-size: .28rem;
    color: #313131;
    font-weight: bold;
    line-height: .28rem;
    font-style: normal;
    transition: all .5s ease;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_xinxi:hover em{
    color:#004098;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_xinxi span{
    display: block;
    font-size: .16rem;
    color: #313131;
    margin-top: .12rem;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_xinxi i{
    font-style: normal;
    display: block;
    font-size: .2rem;
    color: #313131;
    font-weight: bold;
    margin-top: .6rem;
    height: .3rem;
    line-height: .3rem;
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260527/20260527160931_92445.webp) no-repeat right/.32rem;
}
.pc_des_content .pc_des_content_li .pc_des_content_li_xinxi p{
    margin-top: .2rem;
    font-size: .16rem;
    color: #313131;
    line-height: 1.8;
    text-align: left;
}
.pc_des_content .pc_des_content_li .pc_des_content_cases{
    width: 50%;
    height: 100%;
    position: relative;
}
.pc_des_content .pc_des_content_li .pc_des_content_cases .pc_des_content_cases_li{
    width: 50%;
    height: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
}
.pc_des_content .pc_des_content_li .pc_des_content_cases .pc_des_content_cases_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.pc_des_content .pc_des_content_li .pc_des_content_cases .pc_des_content_cases_li:hover img{
    transform: scale(1.1);
}
.pc_des_content .pc_des_content_li .pc_des_content_cases::after{
    content: '作品展示';
    width: .5rem;
    height: .5rem;
    line-height: .25rem;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: .24rem;
    color: #fff;
    padding: .2rem;
}
.pc_des_content .swiper-button-prev,.pc_des_content .swiper-button-next{
    width: .44rem;
    height: .82rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.pc_des_content .swiper-button-prev{
    background: url(../images/cases_lunbo_left.png)no-repeat center/100% 100%;
}
.pc_des_content .swiper-button-next{
    background: url(../images/cases_lunbo_right.png)no-repeat center/100% 100%;
}





@media screen and (max-width: 1500px) {
    .pc_des_content{
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .pc_des_content{
        padding: 0 .2rem;
        box-sizing: border-box;
    }
    .pc_des_content .pc_des_content_li{
        height: auto;
        flex-wrap: wrap;
    }
    .pc_des_content .pc_des_content_li .pc_des_content_li_img{
        width: 50%;
        height: 5.8rem;
    }
    .pc_des_content .pc_des_content_li .pc_des_content_li_xinxi{
        width: 50%;
        height: 5.8rem;
    }
    .pc_des_content .pc_des_content_li .pc_des_content_cases{
        width: 100%;
        height: 1.9rem;
    }
    .pc_des_content .pc_des_content_li .pc_des_content_cases .pc_des_content_cases_li{
        width: 25%;
        height: 100%;
    }
}

/* 热门小区 */
.pc_xiaoqu{
    padding-top: .5rem;
}
.pc_xiaoqu_content{
    width: 15rem;
    margin: .42rem auto 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
    position: relative;
    overflow: hidden;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item:nth-child(4n),.pc_xiaoqu_content .pc_xiaoqu_content_item:last-child{
    margin-right: 0;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_img{
    width: 100%;
    height: 2.6rem;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    color:#fff;
    top: 2.14rem;
    transition: all .5s ease;
    padding: 0 0.3rem;
    box-sizing: border-box;
    text-align: center;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_zz .tit{
    line-height: .46rem;
    font-size: .2rem;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_zz p{
    font-size: .16rem;
    margin-top: 0.3rem;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item:hover .xiaoqu_item_zz{
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item:hover .xiaoqu_item_zz .tit{
    line-height:initial;
}
@media screen and (max-width: 1500px) {
    .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%;
    }
    .pc_xiaoqu_content .pc_xiaoqu_content_item:nth-child(3n){
        margin-right: 2%;
    }
    .pc_xiaoqu_content .pc_xiaoqu_content_item:nth-child(2n){
        margin-right: 0;
    }
}


/* 装修资讯 */
.pc_news{
    padding-top: .59rem;
    box-sizing: border-box;
}
.pc_news_content{
    width: 15rem;
    margin: .5rem auto;
    display: flex;
}
.pc_news_content .pc_news_left{
    width: 23.5%;
    height: 6rem;
    margin-right: 2%;
    box-shadow: 0 10px 30px 5px rgba(0,0,0,0.05);
    transition: all .5s ease;
}
.pc_news_content .pc_news_left .pc_news_left_img{
    width: 100%;
    height: 4rem;
    overflow: hidden;
}
.pc_news_content .pc_news_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.pc_news_content .pc_news_left .tit{
    font-size: .18rem;
    line-height: 1.5;
    height: .54rem;
    color:#000;
    font-weight: bold;
    margin: .16rem .16rem .1rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
}
.pc_news_content .pc_news_left p{
    font-size: .14rem;
    color:#6f6f6f;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 .16rem;
}
.pc_news_content .pc_news_right{
    width: 74.5%;
    display: flex;
    flex-wrap: wrap;
}
.pc_news_content .pc_news_right .pc_news_right_item{
    width: 32%;
    height: 2.9rem;
    margin-bottom: .2rem;
    margin-right: 2%;
    box-shadow: 0 10px 30px 5px rgba(0,0,0,0.05);
    transition: all .5s ease;
}
.pc_news_content .pc_news_right .pc_news_right_item:nth-child(3n){
    margin-right: 0;
}
.pc_news_content .pc_news_right .pc_news_right_item .pc_news_right_item_img{
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
}
.pc_news_content .pc_news_right .pc_news_right_item .pc_news_right_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.pc_news_content .pc_news_right .pc_news_right_item .tit{
    margin: .12rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .15rem;
    line-height: 1.5;
    transition: all .5s ease;
}

.pc_news_content .pc_news_left:hover{
    box-shadow: 0 10px 30px 5px rgba(0,0,0,0.15);
}
.pc_news_content .pc_news_left:hover img{
    transform: scale(1.1);
}
.pc_news_content .pc_news_left:hover .tit{
    color:#004098;
}
.pc_news_content .pc_news_right .pc_news_right_item:hover{
    box-shadow: 0 10px 30px 5px rgba(0,0,0,0.15);
}
.pc_news_content .pc_news_right .pc_news_right_item:hover .pc_news_right_item_img img{
    transform: scale(1.05);
}
.pc_news_content .pc_news_right .pc_news_right_item:hover .tit{
    color:#004098;
}




@media screen and (max-width: 1500px) {
    .pc_news_content{
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .pc_news_content{
        padding: 0 .2rem;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .pc_news_content .pc_news_left{
        width: 100%;
        height: auto;
        padding-bottom: .2rem;
    }
    .pc_news_content .pc_news_left .tit{
        font-size: .26rem;
        height: auto;
    }
    .pc_news_content .pc_news_left p{
        -webkit-line-clamp: 2;
        font-size: .22rem;
    }
    .pc_news_content .pc_news_right{
        width: 100%;
        margin-top: .2rem;
    }
    .pc_news_content .pc_news_right .pc_news_right_item{
        width: 100%;
        display: flex;
        align-items: center;
        height: auto;
        padding: .16rem;
        box-sizing: border-box;
    }
    .pc_news_content .pc_news_right .pc_news_right_item .pc_news_right_item_img{
        width: 1rem;
        height: 1rem;
        flex-shrink: 0;
    }
    .pc_news_content .pc_news_right .pc_news_right_item .tit{
        margin: 0;
        margin-left: .2rem;
        font-size: .26rem;
        font-weight: bold;
    }
}






/* 公司介绍 */
.pc_gsjs{
    padding-top: .59rem;
    padding-bottom: .6rem;
    box-sizing: border-box;
    background: #F5F7FB;
}
.pc_gsjs_content{
    width: 15rem;
    margin: .5rem auto 0;
    height: 5.84rem;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    background: #fff;
}
.pc_gsjs_content_left{
    width: 34%;
    background: url(../images/gongsi_bg.png);
    height: 100%;
}
.pc_gsjs_content_left .tit_box{
    padding: .24rem 0 .16rem .24rem;
    position: relative;
}
.pc_gsjs_content_left .tit_box .tit{
    font-size: .36rem;
    font-weight: bold;
    font-family: 'arial';
}
.pc_gsjs_content_left .tit_box p{
    font-size: .28rem;
    margin-top: .1rem;
}
.pc_gsjs_content_left .tit_box::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .06rem;
    height: .72rem;
    background: #004098;
}
.pc_gsjs_content_left .gs_img{
    padding: .48rem;
    box-sizing: border-box;
    overflow: hidden;
}
.pc_gsjs_content_left .gs_img img{
    width: 100%;
    height: 3rem;
    object-fit: cover;
    box-sizing: border-box;
    transition: all .5s ease;
}
.pc_gsjs_content_left:hover .gs_img img{
    transform: scale(1.05);
}
.pc_gsjs_content_right{
    width: 66%;
    height: 100%;
}
.pc_gsjs_content_right .pc_gsjs_content_right_text{
    max-height: 90%;
    padding: .24rem .24rem 0;
    box-sizing: border-box;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 13;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: .16rem;
    line-height: 1.8;
    color: #323232;
}
.pc_gsjs_content_right .pc_gsjs_content_right_text *{
    margin: revert;
    padding: revert;
}
.pc_gsjs_content_right .pc_gsjs_content_right_btn{
    background: #004098;
    color:#fff;
    font-size: .16rem;
    margin-right: .24rem;
    margin-left: auto;
    margin-top: .2rem;
    display: block;
    width: 1.6rem;
    line-height: .46rem;
    text-align: center;
    border-radius: .05rem;
    transition: all .5s ease;
}
.pc_gsjs_content_right .pc_gsjs_content_right_btn:hover{
    transform: translateX(-.1rem);
}


@media screen and (max-width: 1500px) {
    .pc_gsjs_content{
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .pc_gsjs{
        margin: 0 .2rem;
    }
    .pc_gsjs_content{
        box-sizing: border-box;
        flex-wrap: wrap;
        height: auto;
    }
    .pc_gsjs_content_left{
        width: 100%;
    }
    .pc_gsjs_content_left .gs_img{
        padding-top: .2rem;
    }
    .pc_gsjs_content_right{
        padding-bottom: .26rem;
        width: 100%;
    }
    .pc_gsjs_content_right .pc_gsjs_content_right_text{
        padding-top: 0;
        font-size: .22rem;
        -webkit-line-clamp: 10;
    }
    .pc_gsjs_content_right .pc_gsjs_content_right_btn{
        margin: .2rem auto 0;
        font-size: .24rem;
        width: 2.2rem;
        line-height: .6rem;
    }
}


/* 常见问题 */
.pc_wenda{
    padding-top: .5rem;
    padding-bottom: .3rem;
}
.qa-container {
    width: 15rem;
    background: #F5F7FB;
    border-radius: 0;
    padding: 0.2rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: .26rem;
}

.subhead {
    color: #004098;
    margin-bottom: 1.2rem;
    margin-top: 0;
    font-size: 0.88rem;
    padding-left: 0.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.75;
    text-transform: uppercase;
}

/* 问答列表 - 一行一个 */
.qa-list {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

/* 单个问答项 */
.qa-item {
    list-style: none;
}

/* 卡片容器 */
.qa-card {
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding: 0.2rem 0.22rem 0.22rem 0.22rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    border: 1px solid #E8EEF4;
    overflow: hidden;
}

.qa-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -10px rgba(0, 64, 152, 0.1);
    border-color: rgba(0, 64, 152, 0.15);
}

/* 悬浮装饰线 */
.card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: linear-gradient(90deg, #004098, #5BA0D0, #004098);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.qa-card:hover .card-accent {
    transform: scaleX(1);
}

/* 问题区域 - 紧凑设计 */
.question {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    margin-bottom: 0.12rem;
}

.q-icon {
    flex-shrink: 0;
}

.q-mark {
    background: rgba(0, 64, 152, 0.08);
    color: #004098;
    font-weight: 600;
    font-size: 0.18rem;
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    border-radius: 0.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
}

.question-text {
    font-size: 0.19rem;
    font-weight: 590;
    color: #1A2C3E;
    line-height: 1.4;
    letter-spacing: -0.2px;
    flex: 1;
}

/* 答案区域 */
.answer {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    border-top: 1px solid #F0F3F8;
    padding-top: 0.12rem;
}

.a-icon {
    flex-shrink: 0;
}

.a-mark {
    color: #004098;
    font-weight: 500;
    font-size: 0.18rem;
    width: 0.28rem;
    height: 0.28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.answer-content {
    flex: 1;
    color: #5A6E7E;
    font-size: 0.16rem;
    line-height: 1.55;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
}

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

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

/* 响应式 */
@media screen and (max-width: 1500px) {
    .qa-container {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .qa-container {
        width: 100%;
        padding: 0.1rem;
    }
    
    .qa-list {
        gap: 0.16rem;
    }
    
    .qa-card {
        padding: 0.22rem 0.2rem 0.24rem 0.2rem;
        border-radius: 0.24rem;
    }
    
    .q-mark {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.24rem;
        border-radius: 0.12rem;
    }
    
    .question-text {
        font-size: 0.27rem;
        line-height: 1.42;
    }
    
    .question {
        gap: 0.12rem;
        margin-bottom: 0.14rem;
    }
    
    .a-mark {
        font-size: 0.24rem;
        width: 0.36rem;
        height: 0.36rem;
    }
    
    .answer-content {
        font-size: 0.23rem;
        line-height: 1.52;
    }
    
    .answer {
        gap: 0.12rem;
        padding-top: 0.14rem;
    }
    
    .subhead {
        margin-bottom: 0.8rem;
        font-size: 0.75rem;
        padding-left: 0.1rem;
    }
}



/* 合作品牌 */
.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: 15rem;
    margin: .5rem auto 0;
    overflow: hidden;
}
.brand_s11_pinpai {
    overflow: hidden;
    width: 15%;
    height: .78rem;
    float: left;
    margin-right: 2%;
    margin-bottom: .2rem;
    display: inline;
}
.brand_s11_pinpai:nth-child(6n){
    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;
    }
}


/* 行业观点 */
.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;
    }
}