﻿/* fallback */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 200;
  src: url(../font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxc.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


    .biz-layout-container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .biz-layout-main-title {
      text-align: center;
      font-size: 1.8em;
      font-weight: bold;
      color: #005a4a;
      margin-bottom: 30px;
    }

    /* 两列结构：左30%，右70% */
    .biz-layout-columns {
      display: flex;
      position: relative;
      gap: 50px;
    }

    /* 左列：30% 宽度 */
    .biz-layout-left-column {
      flex: 0 0 30%;
      min-width: 280px;
      display: flex;
      flex-direction: column;
      gap: 20px; /* 两个卡片之间的间距 */
    }

    /* 右列：70% 宽度 */
    .biz-layout-right-column {
      flex: 0 0 70%;
      min-width: 400px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    /* 竖线分隔符：位于30%处，左右留空 */
    .biz-layout-divider-line {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 31%;
      width: 2px;
      background: linear-gradient(to bottom, #00a67c, #a0e7d8, #00a67c);
      transform: translateX(-50%);
      pointer-events: none;
      margin-left: 15px; /* 左边空一点 */
      margin-right: 15px; /* 右边空一点 */
      z-index: 1;
    }

    /* 上下圆点 */
    .biz-layout-divider-line::before,
    .biz-layout-divider-line::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #00a67c;
      border-radius: 50%;
      left: -4px;
    }

    .biz-layout-divider-line::before {
      top: 0;
    }

    .biz-layout-divider-line::after {
      bottom: 0;
    }

    /* 标题样式 */
    .biz-layout-section-title {
      font-size: 1.4em;
      font-weight: bold;
      color: #00a67c;
      text-align: center;
      margin-bottom: 15px;
    }

    .biz-layout-section-title::after {
      content: "";
      display: block;
      width: 60%;
      height: 3px;
      background: linear-gradient(to right, transparent, #00a67c, transparent);
      margin: 6px auto 0;
    }

    /* 卡片样式 */
    .biz-layout-card {
      border: 2px solid #00a67c;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .biz-layout-card:hover {
      transform: translateY(-4px);
    }

    .biz-layout-card-header {
      background: linear-gradient(135deg, #e6f7ff, #d0f0ff);
      padding: 12px 16px;
      text-align: center;
      font-weight: bold;
      color: #00a67c;
      font-size: 1.1em;
      border-bottom: 2px solid #00a67c;
    }

    .biz-layout-card-body {
      padding: 16px;
      background-color: white;
    }

    .biz-layout-card-body ul {
      list-style: none;
      padding-left: 18px;
      margin: 8px 0;
    }

    .biz-layout-card-body li {
      padding: 6px 0;
      position: relative;
    }

    .biz-layout-card-body li::before {
      content: "•";
      color: #00a67c;
      position: absolute;
      left: -12px;
    }

    /* 右侧卡片背景色 */
    .biz-layout-card-supplement .biz-layout-card-header,
    .biz-layout-card-supplement .biz-layout-card-body {
      background-color: #e6f7ff;
    }

    .biz-layout-card-cosmetics .biz-layout-card-header {
      background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
      color: #555;
      border-color: #777;
    }

    .biz-layout-card-other .biz-layout-card-header,
    .biz-layout-card-other .biz-layout-card-body {
      background-color: #d0f0ff;
    }

    /* 响应式：小屏幕堆叠，隐藏竖线 */
    @media (max-width: 900px) {
      .biz-layout-columns {
        flex-direction: column;
      }
      .biz-layout-left-column,
      .biz-layout-right-column {
        flex: none;
        width: 100%;
      }
      .biz-layout-divider-line {
        display: none; /* 手机端隐藏竖线 */
      }
    }
    
.i_box4 {
	width: 100%;
	margin: 50px 0;
}
.i_box4 .box {
}
.i_box4 .box li {
	width: 20%;
	float: left;
}
.i_box4 .box li .imgauto {
	height: 100px;
	background: #fff;
	border: 1px solid #eee;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.i_box4 .box li .imgauto img {
    opacity: 1;
    display: block;
    width: 70%;
    height: auto;
    margin: 0px auto;
}
.box_ti1{
    height: 100px;
}
.box_ti2{
    height: 300px;
}
.box_ti3{
    height: 100px;
}
.box_tit {
	margin: 50px 0;
}
.box_tit span {
	font-size: 30px;
	text-align: center;
	color: #000;
	display: block;
}
.box_tit p {
	font-size: 18px;
	color: #666;
	display: block;
	text-align: center;
	margin-top: 12px;
	line-height: 170%;
}
.center {
    width: 1400px;
    margin: 0 auto;
}
    .box_tityiy16{
       width:16.66%;
       float: left;
}
.box_tityiy83{
    width:83.34%;
       float: left;
}
.box_tityiy{
       text-align: center;
    display: flex;
    justify-content: center;
    background: #fff;
    border: 1px solid #eee;
    align-items: center;
    font-size: 16px;
}
 @media screen and (max-width: 1020px) {
     .i_box4 {
	margin-top: 20px;
}
.i_box4 .box li {
	width: 33.33%;
}
.i_box4 .box {
	margin: 20px 0;
}
}
 @media screen and (max-width: 450px) {
     .i_box4 .box li {
	width: 50%;
}
 }
 
  @media screen and (max-width: 767px) {

.box_tit {
	margin: 20px 0;
}
.box_tit p {
	padding: 0 8%;
}
}