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{
    width: 100%;
    padding-top: .3rem;
}
.geocases_module03_content{
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}
.geocases_module03_content .geocases_module03_li{
    float: left;
    width: calc(25% - 4px);
    height: 13.48vw;
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-left: 4px;
    margin-bottom: 0.2vw;
}
.geocases_module03_content .geocases_module03_li:first-child{
    width: calc(50% - 4px);
    height: 27.16vw;
    margin-left: 0;
    margin-bottom: 0;
}
.geocases_module03_content .geocases_module03_li:nth-child(6){
    margin-left: 0;
}
.geocases_module03_content .geocases_module03_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.geocases_module03_content .geocases_module03_li .geocases_module03_zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geocases_module03_content .geocases_module03_li:hover .geocases_module03_zz{
    transform: translateY(0);
    opacity: 1;
}
.geocases_module03_li .geocases_module03_zz .module03_zz_content{
    position: relative;
    text-align: center;
    height: 93px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
}
.geocases_module03_li .geocases_module03_zz .module03_zz_content p{
    font-size: 14px;
    color:#fff;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.geocases_module03_li .geocases_module03_zz .module03_zz_content .icon{
    width: 13px;
    height: 3px;
    background: #B60005;
    margin: 18px auto 0;
}
.geocases_module03_li .geocases_module03_zz .module03_zz_content::after{
    content: '';
    width: 6px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/geocases_index_icon10.png)no-repeat center/100% 100%;
}
.geocases_module03_li .geocases_module03_zz .module03_zz_content::before{
    content: '';
    width: 6px;
    height: 93px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/geocases_index_icon11.png)no-repeat center/100% 100%;
}
.geocases_index_module03_btn{
    margin: 52px auto 0;
}
.geocases_index_module03_btn .btn{
    width: 261px;
    height: 58px;
    background: #B60005;
    font-size: 16px;
    color:#fff;
    font-weight: 1000;
    margin: 0 9px;
    position: relative;
    transition: all .5s ease;
}
.geocases_index_module03_btn .btn::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 61px;
    left: 0;
    background: linear-gradient(to bottom,rgba(196, 38, 29,0.2),rgba(196, 38, 29,0));
}
.geocases_index_module03_btn .btn:last-child{
    background: #C0A062;
}
.geocases_index_module03_btn .btn:last-child::after{
    background: linear-gradient(to bottom,rgba(192, 160, 98,0.2),rgba(192, 160, 98,0));
}
.geocases_index_module03_btn .btn:hover{
    transform: translateY(-5px);
}
.geocases_index_module03_btn .btn img{
    margin-right: 10px;
}
@media screen and (max-width: 750px) {
    .pc_cases{
        height: auto;
        padding: .7rem .24rem;
        background: url(../images/lunbotu.jpg)no-repeat center/cover;
        box-sizing: border-box;
    }
    .pc_cases .pc_title h1,.pc_cases .pc_title p{
        color:#fff;
    }
    .geocases_module03_content{
        margin-top: .5rem;
    }
    .geocases_module03_content .geocases_module03_li{
        margin-top: .15rem;
        width: 49%;
        margin-left: 0;
        margin-right: 2%;
        height: 2.5rem;
    }
    .geocases_module03_content .geocases_module03_li:nth-child(n+6){
        display: none;
    }
    .geocases_module03_content .geocases_module03_li img{
        border-radius: .12rem;
    }
    .geocases_module03_content .geocases_module03_li:nth-child(2n+1){
        margin-right: 0;
    }
    .geocases_module03_content .geocases_module03_li:first-child{
        width: 100%;
        height: 3.8rem;
        border-radius: .12rem
    }
    .geocases_module03_content .geocases_module03_li .geocases_module03_zz{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0.7rem;
        background: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,0.8));
        display: flex;
        align-items: center;
        justify-content: space-around;
        top: auto;
        left: 0;
        transform: translateY(0);
        opacity: 1;
    }
    .geocases_module03_li .geocases_module03_zz .module03_zz_content{
        height: auto;
        max-width: 90%;
    }
    .geocases_module03_li .geocases_module03_zz .module03_zz_content p{
        color:#fff;
    }
    .geocases_module03_li .geocases_module03_zz .module03_zz_content .icon,.geocases_module03_li .geocases_module03_zz .module03_zz_content::before,.geocases_module03_li .geocases_module03_zz .module03_zz_content::after{
        display: none;
    }
}


/* 设计师 */
.pc_gongdi{
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-sizing: border-box;
    background: url(../images/index_modular04_bg.jpg)no-repeat center/cover;
}
.geo_modular04_lunbo{
    width: 15rem;
    margin: 0 auto;
    position:relative;
    padding-top: .62rem;
    display: flex;
    align-items: center;
}
.geo_modular04_lunbo .modular04_li{
    background: #fff;
    position: relative;
    width: 19%;
    margin-right: 1.25%;
    box-shadow: 0 .05rem .32rem rgba(0,0,0,0.05);
}
.geo_modular04_lunbo .modular04_li:nth-child(5n){
    margin-right: 0;
}
.geo_modular04_lunbo .modular04_li .modular04_li_text{
    height: 1.16rem;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geo_modular04_lunbo .modular04_li .modular04_li_text .tit {
    font-size: .18rem;
    color: #222;
    line-height: 1;
}
.geo_modular04_lunbo .modular04_li .modular04_li_text p {
    font-size: .14rem;
    line-height: 1;
    margin-top: .1rem;
    color: #666;
}
.geo_modular04_lunbo .modular04_li .modular04_li_text span {
    width: .17rem;
    height: .02rem;
    margin-top: .18rem;
    background: #313131;
}
.geo_modular04_lunbo .modular04_li .modular04_li_img {
    height: 3.51rem;
    overflow: hidden;
    position: relative;
}
.geo_modular04_lunbo .modular04_li .modular04_li_img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.geo_modular04_lunbo .modular04_li:hover .modular04_li_img img{
    transform: scale(1.1);
}
@media (min-width: 750px) and (max-width: 1500px) {
    .geo_modular04_lunbo{
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .geo_modular04_lunbo{
        width: 100%;
        padding: .62rem .24rem 0;
        box-sizing: border-box;
        overflow-x: scroll;
    }
    .geo_modular04_lunbo .modular04_li{
        width: 3rem;
        flex-shrink: 0;
        margin-right: .2rem;
    }
    .geo_modular04_lunbo .modular04_li .modular04_li_img{
        height: 4.5rem;
    }
}



/* 装修资讯 */
.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; */
}
.box11_content_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15rem;
    margin: 0 auto;
    margin-top: .4rem;
}
.box11_content_box .box11_content_box_left {
    width: 5.43rem;
    height: 4.9rem;
    background: #F5F5F5;
    padding: 0 .36rem;
    box-sizing: border-box;
}
.box11_content_box .box11_content_box_left .box_left_bg {
    height: 2.8rem;
    display: flex;
    justify-content: center;
    margin-top: .3rem;
}
.box11_content_box .box11_content_box_left .box_left_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box11_content_box .box11_content_box_left .tit{
    font-size: .2rem;
    font-weight: 1000;
    padding: .22rem 0 .1rem;
}
.box11_content_box .box11_content_box_left span {
    font-size: .14rem;
}
.box11_content_box .box11_content_box_left p {
    font-size: .16rem;
    padding-top: .1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box11_content_box_Middle{
    width: 5.34rem;
    height: 4.9rem;
    border-top: 1px solid #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box11_content_box_Middle .box_Middle_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.63rem;
    border-bottom: 1px solid #EDEDED;
}
.box11_content_box_Middle .box_Middle_li .box_Middle_li_left {
    width: 4.1rem;
}
.box11_content_box_Middle .box_Middle_li .box_Middle_li_left .tit{
    font-size: .2rem;
    color: #000;
    font-weight: 400;
    transition: all .5s ease;
}
.box11_content_box_Middle .box_Middle_li:hover .box_Middle_li_left .tit{
    margin-left: 15px;
    color:#B23636;
}
.box11_content_box_Middle .box_Middle_li .box_Middle_li_left p {
    font-size: .16rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: .25rem;
}
.box11_content_box_Middle .box_Middle_li .box_Middle_li_right .tit{
    font-size: .25rem;
    color: #323232;
    font-weight: 400;
}
.box11_content_box_Middle .box_Middle_li .box_Middle_li_right p {
    font-size: .25rem;
    color: #323232;
    font-weight: 400;
    text-align: end;
    padding-top: .3rem;
}
.box11_content_box_right {
    width: 3.4rem;
    height: 4.9rem;
    border-top: 1px solid #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box11_content_box_right .box_right_li {
    height: .8rem;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    align-items: center;
}
.box11_content_box_right .box_right_li i {
    width: .07rem;
    height: .07rem;
    background: #999999;
    flex-shrink: 0;
    transition: all .5s ease;
}
.box11_content_box_right .box_right_li p {
    font-size: .16rem;
    color: #000;
    padding-left: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s ease;
}
.box11_content_box_right .box_right_li:hover i{
    background: #B23636;
}
.box11_content_box_right .box_right_li:hover p{
    transform: translateX(8px);
    color:#B23636;
}
@media screen and (max-width: 1500px) {
    .box11_content_box{
        width: 100%;
    }
    .box11_content_box_right{
        display: none;
    }
}
@media (min-width: 750px) and (max-width: 1500px) {
    .box11_content_box{
        justify-content: center;
    }
    .box11_content_box_Middle{
        margin-left: .2rem;
    }
}
@media screen and (max-width: 750px) {
    .box11_content_box{
        padding: 0 .24rem;
        box-sizing: border-box;
        display: block;
    }
    .box11_content_box .box11_content_box_left{
        width: 100%;
        display: block;
        padding: .2rem;
        box-sizing: border-box;
        height: auto;
    }
    .box11_content_box .box11_content_box_left .tit{
        font-size: .3rem;
        padding: .15rem 0 .1rem;
    }
    .box11_content_box .box11_content_box_left p{
        display: none;
    }
    .box11_content_box .box11_content_box_left .box_left_bg{
        height: 4.2rem;
        margin-top: 0;
    }
    .box11_content_box_Middle{
        width: 100%;
    }
    .box11_content_box_Middle .box_Middle_li{
        padding: 0 .2rem;
        background: #F5F5F5;
    }
    .box11_content_box_Middle .box_Middle_li .box_Middle_li_left{
        width: 5.4rem;
    }
    .box11_content_box_Middle .box_Middle_li .box_Middle_li_left .tit{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: .28rem;
    }
    .box11_content_box_Middle .box_Middle_li .box_Middle_li_left p{
        padding-top: .1rem;
        font-size: .24rem;
    }
    .box11_content_box_Middle .box_Middle_li .box_Middle_li_right .tit{
        font-size: .3rem;
    }
}






/* 公司介绍 */
.pc_gsjs{
    padding-top: .59rem;
    padding-bottom: .6rem;
    box-sizing: border-box;
    background: #f5f5f5;
}
.jl_guanyu_content {
    width: 12rem;
    margin: .3rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 3.45rem;
}
.jl_guanyu_content .jl_guanyu_left {
    width: 5.93rem;
}
.jl_guanyu_content .jl_guanyu_left .jl_guanyu_left_content{
    font-size: .16rem;
    color: #2B2B2B;
    line-height: .35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jl_guanyu_content .jl_guanyu_left .jl_guanyu_left_content p{
    text-indent: 2em;
    margin: .15rem 0 !important;
}
.jl_guanyu_content .jl_guanyu_left .jl_guanyu_left_content img{
    display: none;
}
.jl_guanyu_content .jl_guanyu_left .jl_guanyu_left_btn_li{
    font-size: .18rem;
    color:#fff;
    background: url(../images/jinlu_bg03.jpg)no-repeat center/100% 100%;
    padding: .15rem 0;
    border-radius: .08rem;
    margin-top: .36rem;
    display: block;
    text-align: center;
    width: 1.5rem;
    transition: all .5s ease;
    margin-left: 0.2rem;
}
.jl_guanyu_content .jl_guanyu_left .jl_guanyu_left_btn_li:hover{
    transform: translateX(.1rem);
}
.jl_guanyu_content .jl_guanyu_right {
    width: 5.56rem;
    height: 3.34rem;
    margin-top: .12rem;
    font-size: 0;
}
.jl_guanyu_content .jl_guanyu_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1200px) {
    .jl_guanyu_content{
        width: 100%;
        padding: 0 .12rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .jl_guanyu_content{
        position: relative;
        padding: 0 .24rem;
        padding-top: 4.2rem;
        height: auto;
    }
    .jl_guanyu_content .jl_guanyu_right{
        position: absolute;
        left: .24rem;
        top: 0;
        height: 4.2rem;
        width: calc(100% - .48rem);
        border-radius: .12rem;
        overflow: hidden;
        margin-top: 0;
    }
    .jl_guanyu_content .jl_guanyu_left{
        width: 100%;
    }
    .jl_guanyu_content .jl_guanyu_left .jl_guanyu_left_content{
        font-size: .28rem;
        -webkit-line-clamp: 12;
        padding-top: .2rem;
        line-height: initial;
    }
    .jl_guanyu_content .jl_guanyu_left .jl_guanyu_left_btn_li{
        margin: .36rem auto 0;
        width: 2.2rem;
        font-size: .28rem;
    }
}


/* 常见问题 */
.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;
    }
}


/* 合作品牌 */
.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;
    }
}