/* 标题 */
.pc_title{
    text-align: center;
}
.pc_title h1{
    font-size: .32rem;
    color:#000;
    font-weight: bold;
    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;
    }
}

/* 服务流程 */
.zxlc_index{
    width:100%;
    background: #fff;
}
.zxlc_index .zxlc_content{
    width:1500px;
    margin:0 auto;
}
.zxlc_index .zxlc_content ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zxlc_index .zxlc_content ul li{
    width:12.5%;
    padding: .32rem 0;
    text-align: center;
    transition: transform 0.5s ease;
}
.zxlc_index .zxlc_content ul li a{
    display: block;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
}
.zxlc_index .zxlc_content ul li a img{
    width:100%;
    height: 100%;
}
.zxlc_index .zxlc_content ul li a::after{
    content: '';
    position: absolute;
    top: .33rem;
    right: .23rem;
    width: .31rem;
    height: .31rem;
    background: url(../images/index_icon01.png)no-repeat center/100%;
}
.zxlc_index .zxlc_content ul li img{
    transition: transform 0.5s ease;
}
.zxlc_index .zxlc_content ul li p{
    color:#212121;
    font-size:.16rem;
    margin-top: .2rem;
}
.zxlc_index .zxlc_content ul li span{
    position: absolute;
    width: .22rem;
    height: .22rem;
    border: 1px solid #EBEBEB;
    bottom: -.11rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    font-size: .12rem;
    color:#797979;
    line-height: .22rem;
}
.zxlc_index .zxlc_content ul li:hover{
    transform: translateY(-10px);
}
.zxlc_index .zxlc_content ul li:hover img{
    transform: rotateY(360deg);
}
@media screen and (max-width: 1500px) {
    .zxlc_index .zxlc_content{
        width:100%;
        padding:.2rem;
        box-sizing:border-box;
    }
}
@media screen and (max-width: 750px) {
    .zxlc_index .zxlc_content ul{
        flex-wrap: wrap;
    }
    .zxlc_index .zxlc_content ul li{
        width:25%;
        padding: .1rem 0;
    }
    .zxlc_index .zxlc_content ul li p{
        font-size: .26rem;
        margin-top: 0.3rem;
    }
    .zxlc_index .zxlc_content ul li span{
        width: .42rem;
        height: .42rem;
        bottom: -.21rem;
        font-size: .26rem;
        line-height: .42rem;
    }
}

/* 获取报价 */
.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_brand{
    background: #fff;
    padding-top: .7rem;
    padding-bottom: .6rem;
}
.pc_brand_content{
    width: 12rem;
    margin: .45rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pc_brand_content .pc_brand_left{
    width: 8.32rem;
    min-height: 4.42rem;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pc_brand_left .pc_brand_left_item{
    width: calc(100% / 3);
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .28rem 0;
}
.pc_brand_left .pc_brand_left_item:nth-child(3n){
    border-right: 0;
}
.pc_brand_left .pc_brand_left_item:nth-child(7),.pc_brand_left .pc_brand_left_item:nth-child(8),.pc_brand_left .pc_brand_left_item:nth-child(9){
    border-bottom: 0;
}
.pc_brand_left_item .brand_left_item_logo{
    max-width: 80%;
    height: .54rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s ease;
}
.pc_brand_left_item .brand_left_item_logo img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.pc_brand_left_item:hover .brand_left_item_logo{
    transform: scale(0.95);
}
.pc_brand_left_item p{
    font-size: .18rem;
    color:#000000;
    margin-top: .1rem;
    padding: 0 .2rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
}
.pc_brand_left_item .brand_left_item_logo.txt_logo{
    background: #fff5f2;
    width: 2.16rem;
    font-size: .23rem;
    color:#000000;
    font-weight: bold;
    text-align: center;
    line-height: .54rem;
    border-radius: .1rem;
}
.pc_brand_left_item .brand_left_item_logo.no_logo{
    background: #fff5f2;
    border: 1px solid #EBEBEB;
    width: 2.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_brand_left_item .brand_left_item_logo.no_logo img{
    width: 1.32rem;
}
.pc_brand_content .pc_brand_right{
    border: 1px solid #FFD9CF;
    width: 3.44rem;
    min-height: 4.42rem;
}
.pc_brand_content .pc_brand_right .pc_brand_right_tit{
    height: .63rem;
    display: flex;
    align-items: center;
    padding-left: .23rem;
    box-sizing: border-box;
    background: #FFF8F6;
    font-size: .2rem;
    font-weight: bold;
    color:#000;
}
.pc_brand_content .pc_brand_right .pc_brand_right_tit i{
    width: .2rem;
    height: .23rem;
    background: url(../images/index_icon02.png)no-repeat center/100%;
    margin-right: .13rem;
}
.pc_brand_content .pc_brand_right .pc_brand_right_list{
    padding: .1rem .23rem .07rem;
    box-sizing: border-box;
}
.pc_brand_right_list .pc_brand_right_list_li{
    font-size: .16rem;
    color:#000000;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #E0E0E0;
    height: .35rem;
}
.pc_brand_right_list .pc_brand_right_list_li:last-child{
    border-bottom: 0;
}
.pc_brand_right_list .pc_brand_right_list_li i{
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background: #FF552B;
    margin-right: .13rem;
}
.pc_brand_right_list .pc_brand_right_list_li p{
    width: calc(100% - .18rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s ease;
}
.pc_brand_right_list .pc_brand_right_list_li:hover p{
    color:#FF552B;
}


.pc_brand_left_item.gs_item_1 .brand_left_item_logo.txt_logo{
    background: #272727;
    color:#f0c654;
}
.pc_brand_left_item.gs_item_2 .brand_left_item_logo.txt_logo{
    background: #482CA6;
    color:#fff;
}
.pc_brand_left_item.gs_item_3 .brand_left_item_logo.txt_logo{
    background: #fff;
    color:#FF8400;
    border: 1px solid #EBEBEB;
}
.pc_brand_left_item.gs_item_4 .brand_left_item_logo.txt_logo{
    background: #C7000A;
    color:#fff;
}
.pc_brand_left_item.gs_item_5 .brand_left_item_logo.txt_logo{
    background: #fff;
    color:#C7000A;
    border: 1px solid #EBEBEB;
}
.pc_brand_left_item.gs_item_6 .brand_left_item_logo.txt_logo{
    background: #00469B;
    color:#fff;
}
.pc_brand_left_item.gs_item_7 .brand_left_item_logo.txt_logo{
    background: #fff;
    color:#038500;
    border: 1px solid #EBEBEB;
}
.pc_brand_left_item.gs_item_8 .brand_left_item_logo.txt_logo{
    background: #FF4200;
    color:#fff;
}


@media screen and (max-width: 1200px) {
    .pc_brand_content{
        width:100%;
        padding: 0 .2rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .pc_brand_content .pc_brand_right{
        display: none;
    }
}

/* 淮南装修案例 */
.pc_cases{
    padding-top: .6rem;
    padding-bottom: .42rem;
    background: #fff;
}
.pc_cases_content{
    width: 12rem;
    margin: .45rem auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pc_cases_content_item{
    width: 3.85rem;
    margin-right: .225rem;
    background: #fff;
    box-shadow: 0 .15rem .32rem rgba(0,0,0,.05);
    margin-bottom: .21rem;
    transition: all .5s ease;
}
.pc_cases_content_item:nth-child(3n){
    margin-right: 0;
}
.pc_cases_content_item_img{
    width: 100%;
    height: 2.93rem;
    overflow: hidden;
}
.pc_cases_content_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.pc_cases_content_item_text{
    height: 1.36rem;
    padding: .18rem .12rem 0;
    box-sizing: border-box;
}
.pc_cases_content_item_text .tit{
    font-size: .2rem;
    color:#323232;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pc_cases_content_item_text p{
    font-size: .14rem;
    color:#797979;
    text-align: center;
    margin-top: .1rem;
}
.pc_cases_content_item_text .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-top: .12rem;
}
.pc_cases_content_item_text .logo .logo_left{
    border: 1px solid #EBEBEB;
    height: .22rem;
    padding: .05rem .12rem;
    max-width: 40%;
}
.pc_cases_content_item_text .logo .logo_left img{
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all .5s ease;
}
.pc_cases_content_item_text .logo .logo_right{
    font-size: .14rem;
    color:#323232;
    background: #F2F2F2;
    border: 1px solid #EBEBEB;
    border-left: none;
    line-height: .22rem;
    padding: .05rem .12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc_cases_content_item:hover .pc_cases_content_item_img img{
    transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
    .pc_cases_content{
        width:100%;
        padding: 0 .2rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .pc_cases_content_item{
        width: 49%;
        margin-right: 2%;
    }
    .pc_cases_content_item:nth-child(3n){
        margin-right: 2%;
    }
    .pc_cases_content_item:nth-child(2n){
        margin-right: 0;
    }
    .pc_cases_content_item_text .tit{
        font-size: .3rem;
    }
    .pc_cases_content_item_text p{
        font-size: .28rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .pc_cases_content_item_text{
        height: auto;
        padding-block: .2rem;
    }
    .pc_cases_content_item_text .logo .logo_left{
        height: .5rem;
        width: 48%;
        max-width: 48%;
    }
    .pc_cases_content_item_text .logo .logo_right{
        line-height: .5rem;
        max-width: 48%;
        text-align: center;
        font-size: .2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


/* 设计师 */
.pc_des{
    background: #fff;
    padding-top: .48rem;
    padding-bottom: .64rem;
}
.pc_des_content{
    width: 12rem;
    margin: .65rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_des_content_item{
    width: 2.83rem;
    height: 4.3rem;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    margin-right: .22rem;
}
.pc_des_content_item:last-child{
    margin-right: 0;
}
.pc_des_content_item img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: auto;
}
.pc_des_content_item_zz{
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.75),rgba(0,0,0,0));
    position: absolute;
    padding: 0 .22rem;
    box-sizing: border-box;
    padding-bottom: .2rem;
    padding-top: .95rem;
    transition: all .5s ease;
    color: #fff;
}
.pc_des_content_item_zz .tit{
    font-size: .2rem;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
}
.pc_des_content_item_zz .tit span{
    font-size: .14rem;
    margin-bottom: .02rem;
    margin-left: .06rem;
    font-weight: 400;
}
.pc_des_content_item_zz p{
    font-size: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .22rem;
    transition: all .5s ease;
}
.pc_des_content_item_zz p.p2{
    height: 0;
}
.pc_des_content_item_zz .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    height: 0;
    transition: all .5s ease;
    margin: 0;
}
.pc_des_content_item_zz .logo .logo_left{
    border: 1px solid #EBEBEB;
    height: .22rem;
    padding: .05rem .12rem;
    max-width: 40%;
}
.pc_des_content_item_zz .logo .logo_left img{
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all .5s ease;
}
.pc_des_content_item_zz .logo .logo_right{
    font-size: .14rem;
    color:#323232;
    background: #F2F2F2;
    border: 1px solid #EBEBEB;
    border-left: none;
    line-height: .22rem;
    padding: .05rem .12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_des_content_item:hover{
    transform: translateY(-.1rem);
    box-shadow: 0 .15rem .32rem rgba(0,0,0,0.1);
}
.pc_des_content_item:hover .pc_des_content_item_zz{
    background: #fff;
    color:#323232;
    padding-top: .24rem;
}
.pc_des_content_item:hover .pc_des_content_item_zz::after{
    content: '';
    position: absolute;
    top: -.08rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: .05rem solid transparent;
    border-right: .05rem solid transparent;
    border-bottom: .08rem solid #fff;
}
.pc_des_content_item:hover .pc_des_content_item_zz .tit{
    color:rgba(50, 50, 50,0.75)
}
.pc_des_content_item:hover .pc_des_content_item_zz p.p2{
    height: auto;
}
.pc_des_content_item:hover .pc_des_content_item_zz .logo{
    height: auto;
    margin-top: .12rem;
}

@media screen and (max-width: 1200px) {
    .pc_des_content{
        width:100%;
        padding: 0 .2rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1200px) {
    .pc_des_content{
        flex-wrap: wrap;
    }
    .pc_des_content_item{
        width:49%;
        margin-right: 2%;
        margin-bottom:.15rem;
    }
    .pc_des_content_item:nth-child(2n){
        margin-right: 0;
    }
    .pc_des_content_item_zz p{
        line-height: 1.6;
    }
    .pc_des_content_item_zz .logo .logo_right{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


/* 淮南重点小区 */
.pc_xiaoqu{
    background: #F9F9F9;
    padding-top: .6rem;
    padding-bottom: .28rem;
}
.pc_xiaoqu_content{
    width: 12rem;
    margin: .42rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item:nth-child(3n),.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;
    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:hover{
    transform: translateY(-.1rem);
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_zz{
    position: absolute;
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));
    left: 0;
    color:#fff;
    bottom: 0;
    transition: all .5s ease;
    padding: .9rem 0.3rem .24rem;
    box-sizing: border-box;
    text-align: center;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_zz .br{
    width: .2rem;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}
.pc_xiaoqu_content .pc_xiaoqu_content_item .xiaoqu_item_zz .tit{
    font-size: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .12rem;
}
@media screen and (max-width: 1200px) {
    .pc_xiaoqu_content{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
        justify-content: flex-start;
    }
    .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: .7rem;
    padding-bottom: .56rem;
    background: #fff;
}
.kz-news-wrapper {
    width: 12rem;
    margin: 0.5rem auto 0;
}
.kz-news-wrapper ul {
    font-size: 0px;
}
.kz-news-wrapper ul li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    font-size: .16rem;
    margin-left: 2%;
    transition: all 0.5s ease;
    position: relative;
}
.kz-news-wrapper ul li:first-child {
    margin-left: 0px;
}
.kz-news-wrapper ul li .kz-news-item {
    border: 1px solid #ebebeb;
}
.kz-news-wrapper ul li .kz-news-item .kz-news-icon {
    width: 100%;
    display: table;
    height: 1.5rem;
    box-shadow: 0 .05rem .15rem rgba(0,0,0,0.05);
}
.kz-news-wrapper ul li .kz-news-item .kz-news-hover {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.kz-news-wrapper ul li .kz-news-item .kz-news-icon i { 
    width: .38rem; 
    height: .38rem; 
    display: block; 
    margin: 0 auto .12rem; 
}
.kz-news-wrapper ul li .kz-news-item .kz-news-hover span{
    font-size: .2rem;
    color:#fff;
    font-weight: bold;
}
.kz-news-wrapper ul li .kz-news-item .kz-news-icon i.cs-icon { 
    background: url(../images/index_icon03.png) no-repeat center/100%; 
}
.kz-news-wrapper ul li .kz-news-item .kz-news-icon i.gz-icon { 
    background: url(../images/index_icon04.png) no-repeat center/100%; 
}
.kz-news-wrapper ul li .kz-news-item .kz-news-icon i.gl-icon { 
    background: url(../images/index_icon05.png) no-repeat center/100%; 
}
.kz-news-wrapper ul li .kz-news-item .kz-news-list { 
    margin: 0 .29rem; 
    padding: .11rem 0 .22rem; 
}
.kz-news-wrapper ul li .kz-news-item .kz-news-list a { 
    width: 100%; 
    line-height: .48rem; 
    font-size: .16rem; 
    color: #666; 
    display: flex;
    align-items: center;
    transition: all .5s ease;
}
.kz-news-wrapper ul li .kz-news-item .kz-news-list a i{
    width: .07rem;
    height: .07rem;
    margin-right: .22rem;
    background: #999999;
    flex-shrink: 0;
    transition: all .5s ease;
}
.kz-news-wrapper ul li .kz-news-item .kz-news-list a p{
    width: calc(100% - .29rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kz-news-wrapper ul li .kz-news-item .kz-news-list a:hover { 
    color: #E24535; 
}
.kz-news-wrapper ul li .kz-news-item .kz-news-list a:hover i{
    background: #E24535;
}
@media (min-width: 750px) and (max-width: 1200px) {
    .kz-news-wrapper{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .kz-news-wrapper{
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .kz-news-wrapper ul li:nth-child(2),.kz-news-wrapper ul li:nth-child(3){
        display: none;
    }
    .kz-news-wrapper ul li{
        width: 100%;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-icon{
        height: 3rem;
        background: url(../images/news-01-bg.jpg) no-repeat center/100%;
        color: #fff;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-icon i.cs-icon {
        background: url(../images/news-01-hover.png) no-repeat center/100%;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-hover span{
        font-size: .3rem;
    }
    .kz-news-wrapper ul li .kz-news-more {
        border: 1px solid #E24535;
        color: #fff;
        background: #E24535;
        box-shadow: 0 0.15rem 0.32rem 0 rgb(59 155 255 / 50%);
        display: none;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-list{
        margin: 0 .2rem;
        padding: 0;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-list a{
        font-size: .28rem;
        line-height: 1.5;
        color:#323232;
        text-overflow: initial;
        overflow: initial;
        white-space: initial;
        padding: .2rem 0;
        border-bottom: 1px solid #ebebeb;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-list a b{
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-list a span{
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        font-size: .24rem;
        color: #999999;
        padding-top: .06rem;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-list a:hover:before{
        display: none;
    }
    .kz-news-wrapper ul li .kz-news-item .kz-news-list a:hover{
        color:#323232;
    }
}



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

.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: .42rem;
}

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

/* 问答列表——无折叠，全部可见 */
.qa-list {
    column-count: 2; /* 一行3个，可自定义 */
    column-gap: .32rem; /* 元素间距 */
}

/* 单个问答项 */
.qa-item {
    break-inside: avoid;
    width: 100%;
    border-bottom: 1px solid #dde5ef;
    padding-bottom: .15rem;
    margin-bottom: .2rem;
}

/* 问题样式 */
.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;
    }
}


/* 行业深耕 */
.pt_hysg{
    width: 100%;
    height: 1.5rem;
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260513/20260513104650_61168.webp)no-repeat center/100% 100%;
}
.pt_hysg_content{
    width: 12rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pt_hysg_content .pt_hysg_left{
    color:#fff;
}
.pt_hysg_content .pt_hysg_left .tit{
    font-size: .25rem;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-weight: bold;
}
.pt_hysg_content .pt_hysg_left p{
    font-size: .12rem;
    margin-top: .05rem;
}
.pt_hysg_content .pt_hysg_right{
    display: flex;
    align-items: center;
    color:#fff
}
.pt_hysg_content .pt_hysg_right .pt_hysg_logo{
    margin-right: .4rem;
}
.pt_hysg_content .pt_hysg_right .pt_hysg_logo img{
    width: .83rem;
}
.pt_hysg_content .pt_hysg_right .pt_hysg_xinxi{
    display: flex;
    align-items: center;
}
.pt_hysg_content .pt_hysg_right .pt_hysg_xinxi .pt_hysg_xinxi_item{
    text-align: center;
    padding: 0 .24rem;
}
.pt_hysg_content .pt_hysg_right .pt_hysg_xinxi .pt_hysg_num span{
    font-size: .32rem;
    font-weight: bold;
}
.pt_hysg_content .pt_hysg_right .pt_hysg_xinxi .pt_hysg_num b{
    font-size: .16rem;
    margin-left: .05rem;
    font-weight: 400;
}
.pt_hysg_content .pt_hysg_right .pt_hysg_xinxi .pt_hysg_xinxi_item p{
    font-size: .14rem;
    margin-top: .05rem;
}
@media screen and (max-width: 1200px) {
    .pt_hysg_content{
        width: 100%;
        padding: 0 .2rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px) {
    .pt_hysg{
        height: 3rem;
    }
    .pt_hysg_content{
        flex-direction: column;
    }
    .pt_hysg_content .pt_hysg_left{
        height: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pt_hysg_content .pt_hysg_right{
        height: 1.5rem;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
}