    .part1 {
    background: url(../images/part1.jpg) center top no-repeat;
    height: 1210px;
    padding-top:220px;
    margin: 0 auto;
    color: #fff;
    }
.part1_box1{margin: 0 auto;
width: 1000px;
margin-bottom: 260px;
 
} 

.part1_box1 h4 {
  font-size: 38px;
  color: #653f2e;
}

.part1_box1 h3 {
  font-size: 52px;
  font-weight: bold;
  color: #653f2e;
}

.part1_box1 h5 {
  font-size: 23px;
  color: #707070;
  margin-top: 18px;
  margin-bottom: 6px;
}

.part1_box1 h6 {
  font-size: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffa887, #ff7246);
  width: 340px;
  text-align: center;
  border-radius: 999px;padding: 4px 10px;
  
}

.title_1{ text-align: center;font-size: 36px; color: #683e32; font-weight: 400;}
.title_2{ text-align: center; font-size: 18px; color: #9c8d80;}

    .part1_box2 {
    background: url(../images/part1_1.png) center top no-repeat;
    height: 337px;
    width:1055px ;
    padding-top:20px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 60px 90px;
    }
.part1_box2 p{font-size: 16px;color: #7c7b7c;width:500px;line-height: 1.8;}
        
 /* 预约按钮 \*/
.btn-book {
   
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(90deg, #ff7145, #ffceb2);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    padding: 4px 22px;
    gap: 4px;
    cursor: pointer;
    float: left;
    margin-top: 50px;
}/* 按钮右侧图标图 \*/
.btn-icon {
    width: 22px;
    height: auto;
    float: right;
}       
        
     .part2 {
    background: url(../images/part2.jpg) center top no-repeat;
    height: 1024px;
    padding-top:80px;
    margin: 0 auto;
    color: #fff;
    }       
        
    .jzby_container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            max-width: 1240px;
            margin: 0 auto;
            margin-top: 60px;
        }
        .item-card1 {
            background: #ffffff;
            border-radius: 8px;
            padding: 28px 24px;
            position: relative;
            overflow: hidden;
            width: 400px;
        }
         .item-card {
            background: #ffffff;
            border-radius: 8px;
            padding: 28px 24px;
            position: relative;
            overflow: hidden;
            width: 400px;
        }
        
        /* 右上角装饰图腾占位 */
        .item-card::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 120px;
            height: 90px;
            background-image: url("../images/part2_2.png");
            background-repeat: no-repeat;
            background-position: top right;
      
            pointer-events: none;
            position: relative;
            z-index: 2;
            
            
            ontent: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 140px;
            height: 120px;
            /* 这里替换你的云纹图地址，已经确保不会被遮挡 */
            background: url("../images/part2_2.png") no-repeat top right;
            background-size: contain;
           
            pointer-events: none;

        }
        /* 第一张纯图片卡片 */
        .card-img-box {
            padding: 0;
            width: 400px;
        }
        .card-img-box img {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 8px;
            
        }
        /* 标签带对勾 */
        .tag-wrap {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 16px;
        }
        .tag-icon {
            width: 24px;
            height: 24px;
            background-image: url("../images/part2_1.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
        .tag-text {
            background: #ff784e;
            color: #fff;
            font-size: 14px;
            padding: 4px 10px;
            border-radius: 20px;
        }
        .card-title {
            font-size: 22px;
            color: #91592c;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 18px;
        }
        .card-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.7;
        }      
        
        
      /* 预约按钮 2*/
.btn-book2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
      background: linear-gradient(90deg, #ff7145, #ffceb2);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    padding: 6px 30px;
    gap: 10px;
    cursor: pointer;
    margin-top: 50px;
}  
  .part3{padding-top:80px}      
        
   /* 外层容器居中，整体宽度1200px */
        .wrap-box {
            width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 30px;
        }

        .card-item {
            width: 380px;
           
            border: 2px solid #eee;
            border-bottom: 2px solid #e89c7c;
            border-radius: 6px;
            padding: 30px 26px;
            display: flex;
            flex-direction: column;
             margin: 0 auto;
             
        }
        /* 头部图标+标题 */
        .card-head {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-bottom: 22px;
        }
        /* 通用图标容器，每张卡片单独设置背景图 */
        .icon-box {
            width: 60px;
            height: 60px;
            flex-shrink: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        /* 分别给5个卡片的图标单独类名，各自替换图片 */
        .icon1 { background-image: url("/APP/Public/jzby/images/part3_1.png"); }
        .icon2 { background-image: url("/APP/Public/jzby/images/part3_2.png"); }
        .icon3 { background-image: url("/APP/Public/jzby/images/part3_3.png"); }
        .icon4 { background-image: url("/APP/Public/jzby/images/part3_4.png"); }
        .icon5 { background-image: url("/APP/Public/jzby/images/part3_5.png"); }

        .title-group h3 {
            font-size: 24px;
            color: #91592c;
            font-weight: 500;
            line-height: 1.2;
        }
        .title-group p {
            font-size: 15px;
            color: #51463b;
            margin-top: 4px;
        }
        /* 虚线分割线 */
        .split-line {
            width: 100%;
            border-bottom: 1px dashed #dddddd;
            margin-bottom: 20px;
        }
        .info-row {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }
        .label-tag {
            background: #e5e5e5;
            color: #666;
            font-size: 13px;
            padding: 3px 9px;
            border-radius: 12px;
            flex-shrink: 0;
        }
        .info-text {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
        .btn-area {
            margin-top: auto;
            padding-top: 24px;
        }
        /* 独立简洁按钮类名 */
        .ask-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 4px 20px;
            background: linear-gradient(90deg, #ff7043, #ffb399);
            color: #fff;
            border: none;
            border-radius: 22px;
            font-size: 14px;
            cursor: pointer;
            margin-left: 52px;
        }
        .ask-ico {
            width: 24px;
            height: 24px;
            background: url("/APP/Public/kqjk/images/part5_2.png") no-repeat center;
            background-size: contain;
        }      
        
.part4 {
    background: url(../images/part4.jpg) center top no-repeat;
    height: 960px;
    padding-top:80px;
    margin: 0 auto;
    color: #fff;
    margin-top: 100px;
    }    
        
   /* 外层容器，整体居中，宽度1200px */
.faq-wrap{
    width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* 单条问答整体 */
.faq-item{
    position: relative;
}
/* 左侧圆形序号标签 */
.faq-num{
    width: 46px;
    height: 46px;
    background: #fff3e8;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: grid;
    place-items: center;
    font-size: 18px;
    color: #803c12;
    font-weight: 500;
    position: absolute;
    left: 12px;
    top: -10px;
    z-index: 2;
}
/* 问答卡片盒子 */
.faq-box{
    margin-left: 40px;
    border-radius: 12px;
    overflow: hidden;
}
/* 问题区域头部渐变底色 */
.faq-q{
    padding: 20px 24px;
    background: linear-gradient(90deg,#ffd8be,#ffffff);
}
.faq-q span{
    color: #b37856;
    font-weight: bold;
    font-size: 18px;
    margin-right: 6px;
}
.faq-q .q-text{
    font-size: 18px;
    color: #664433;
}
/* 回答区域浅米色底色 */
.faq-a{
    padding: 20px 24px;
    background: #fff6ed;
    line-height: 1.7;
    font-size: 15px;
    color: #666;
}
.faq-a span{
    color: #b37856;
    font-weight: bold;
    margin-right: 6px;
}     
        
        
