@charset "utf-8";
.scenter {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}
.sprod_listsy {
    padding: 20px 10px;
    background: #fff9f4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -icab-border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #f9e5d4;
	overflow:hidden;
	align-items: center;
    clear: both;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
	
}
.sprod_listsy img{
	width:100%;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sprod_listsy img:hover{
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.sprod_listsy a{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;  
	-o-border-radius: 10px;   
	-icab-border-radius: 10px;
	overflow:hidden;
	display:block;
}
.sprod_listsy:hover {
	background: #fdf3e9;
}
.sprod_listsy .shopp{
    display:inline-block;
	padding:5px 20px;
	margin:0 auto;
	font-family:Arial;
	color:#ffffff;
	text-align:center;
	border-radius:25px;
	background: #e05d5d;
	font-size:14px;
	line-height: 23px;
	margin: 0px 10px;
	}
.sprod_listsy .shopp:hover{
	background:#ca2d2d;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration:none;
	color:#ffffff;
	}
.sprod_listsy  .detaike{
    display:inline-block;
	padding:5px 20px;
	margin:0 auto;
	font-family:Arial;
	color:#ffffff;
	text-align:center;
	border-radius:25px;
	background: #cc9d74;
	font-size:14px;
	line-height: 23px;	
	}
.sprod_listsy .detaike:hover{
	background:#a6754a;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration:none;
	color:#ffffff;
	}
.nts{font-size:11px;}
.sprod1 {
	font-weight: bold;
	font-size: 20px;
	color:#4c4c4c;
}
.sprod1 a{
	color:#4c4c4c;
	padding:0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;/*超出3行部分显示省略号，去掉该属性 显示全部*/
	-webkit-box-orient: vertical;
	margin:10px 0px;
	height: 50px;
	}
.sprod1 a:hover{color:#000;}
.sprod2 {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}
.sprod_mores {
	padding-top:5px;
	margin-left: -10px;
    margin-right: -10px;
}
.sprod_linksy{
    font-size: 14px;
    color: #b67841;
	}
.stitlek{
	text-align:center;
	}	
.stitlek span{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding: 20px 40px;
    background: #f4dcb7;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -icab-border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
	}

@media (max-width:767px) {
.stitlek span{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 15px 30px;
    background: #f4dcb7;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -icab-border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 20px;
	}
.sprod_listsy .shopp{
	padding:5px 10px;
	}
.sprod_listsy .detaike{
	padding:5px 10px;
	}
.sprod_imgs{
	padding:0px;
}
.sprod_padding {
    padding-top: 0px;
}

}
@media (max-width:639px) {
.sprod_listsy .shopp{
	padding:5px 15px;
	}
.sprod_listsy .detaike{
	padding:5px 15px;
	}
.sprod1 {
    padding-top: 10px;
}
.sprod_listsy{
	text-align:center;
	}
.sprod2 {
    height: auto;
}
.sprod1 a{
   height: auto;
	}
}
.sclearK{
	clear:both;
	}
.subtitle1 h1{font-size:1em; margin:0; display:inline-block; font-weight:bold;}
.subtitle2 h1{font-size:1em; margin:0;}
.subtitle3 h1{font-size:1em; margin:0;}

.title_h2 {
    position: relative;
    text-align: center;
    margin: 30px 0 40px;
    padding-bottom: 20px;
    font-size: 28px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
	width:100%;
}

.title_h2 small {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
}

.title_h2 small a {
    color: #c7a17a;
    text-decoration: none;
    transition: all 0.3s;
}

.title_h2 small a:hover {
    color: #a5865e;
    text-decoration: underline;
}

/* 紧凑型双色断线效果 */
.title_h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px; /* 更细的线条 */
    background: linear-gradient(90deg, 
        #c7a17a 0%, #c7a17a 48%, 
        transparent 48%, transparent 52%, 
        #5e4f4b 52%, #5e4f4b 100%);
}

@media (max-width: 768px) {
    .title_h2 {
        font-size: 24px;
        margin: 25px 0 35px;
    }
    
    .title_h2::after {
        width: 100px;
        height: 1.5px;
    }
}
/* 標題 end */
        
        .table-container {
            width: 100%;
            max-width: 900px;
            margin: 0px auto 20px;
        }
        
        .health-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            margin: 0px auto 10px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
        
        .health-table tr:first-child td {
            border-top: none;
        }
        
        .health-table td {
            padding: 16px 20px;
            border: 1px solid #e0d6c8;
            vertical-align: top;
        }
        
        .health-table td:first-child {
            background-color: #c7a17a;
            color: white;
            font-weight: bold;
            width: 20%;
            min-width: 120px;
            text-align: center;
            border-right: 2px solid #b5926a;
        }
        
        .health-table td:nth-child(2) {
            background-color: #f9f7f3;
        }
        
        .health-table tr:nth-child(even) td:nth-child(2) {
            background-color: #f1ece4;
        }
        
        .info-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        
        .info-list li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 10px;
            line-height: 1.5;
        }
        
        .info-list li:before {
            content: "•";
            color: #c7a17a;
            font-size: 24px;
            position: absolute;
            left: 5px;
            top: -3px;
        }
        
        @media (max-width: 768px) {
            .health-table {
                display: block;
            }
            
            .health-table tr {
                display: block;
                margin-bottom: 15px;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            }
            
            .health-table td {
                display: block;
                width: 100%;
                box-sizing: border-box;
            }
            
            .health-table td:first-child {
                border-bottom: none;
                width: 100%;
                text-align: left;
                padding-left: 20px;
            }
        }
		
		   .process-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .process-title {
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      color: #444;
      margin-bottom: 40px;
    }

    .step-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }

    .step {
      flex: 1 1 calc(20% - 20px);
      min-width: 180px;
      background-color: #f1ece4;
      border-left: 6px solid #c7a17a;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .step:hover {
      background-color: #e7ebe4;
      transform: translateY(-4px);
    }

    .step-number {
      font-size: 20px;
      font-weight: bold;
      color: #9faa94;
      margin-bottom: 10px;
    }

    .step-description {
      font-size: 16px;
      color: #555;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .step {
        flex: 1 1 calc(45% - 20px);
      }
    }

    @media (max-width: 480px) {
      .step {
        flex: 1 1 100%;
      }

      .process-title {
        font-size: 24px;
      }
    }
	.qa-q {
  font-weight: 600;
  font-size: 1.8rem;
  color: #333; /* 深藍灰色，專業且通用 */
  padding: 0.8rem 1rem;
  background-color: #f7f4e1; /* 淺灰藍，半透明適應不同背景 */
  border-left: 4px solid #c7a17a; /* 藍色邊框作為視覺提示 */
  margin-bottom: 0.5rem;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.qa-q:hover {
  background-color: rgba(236, 240, 241, 0.9); /* 懸停時稍加深 */
}

.qa-a {
  padding: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: #34495e; /* 深灰色，確保可讀性 */
  background-color: rgba(255, 255, 255, 0.8); /* 半透明白色背景 */
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  font-size: 1.5rem;
}

/* 手機適配 */
@media (max-width: 768px) {
  .qa_title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  
  .qa-q {
    font-size:1.8rem;
    padding: 0.7rem 0.9rem;
  }
  
  .qa-a {
    padding: 0.8rem;
    font-size: 1.5rem;
  }
}