@charset "utf-8";
.scenter {
	padding: 0;
    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 */



    .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: #eef1f6;
      border-left: 6px solid #afbdd4;
      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: #333;
      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;
      }
    }