
*{
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
  font-family: zihun143hao;
  src: url(../font/zihun143hao.ttf);
 }
.fontZihun {
  font-family: zihun143hao ;
 }
body {
  overscroll-behavior: contain; 
  overscroll-behavior-y: contain;
}
a{
  color:#000;
  text-decoration:none;
}
img{max-width:100%;}
body{
    overflow:auto;overflow-x: hidden;
     -webkit-text-size-adjust: 100% !important;
     margin:0 auto;
  min-width: 320px;
overflow-y: auto;
  position: relative;
}


p,h2,h3,h4,h5,h6,span,td,th,tr{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}

#app {
  font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
  overflow-x: hidden;
}

.header{
    height:.76rem;
    padding:0 .24rem;
    background:#fff;
    position: relative;
} 
.hd_logo{
    height:.76rem;
    display: flex;
      align-items: center;
}
.hd_logo img{
    display: inline-block;
    width:3.6rem;
}
.header_tel{
    font-size: .26rem;
    color:#b4b3b3;
    position: absolute;
    right:.24rem;
    top:50%;
    padding-left: .44rem;
    background:url(../images/header_tel.png) no-repeat left center;
    background-size:.26rem .26rem;
     transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
}
.banner a img{
    display: block;
    width:100%;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;

}

.h30{
    width: 100%;
  height: 0.16rem;
  background: #eee;
}
.h20{
  width: 100%;
  height: 0.16rem;
  background: #eee;
  margin-top: 0.6rem;
}

.clear {
	clear: both;
}

.header .logo{
	float: left;

}
.header .header-tab{
	float: right;
	position: relative;
	  z-index: 1000;
	
}
.mobile-nav {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 100vw;
    background: #fff;
    border-radius:0 0 0.5rem 0.5rem ;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    z-index: 100;
}

.mobile-nav.open {
  max-height: 5rem;   
}


.mobile-nav ul {
  list-style: none;
}
.mobile-nav ul li.active a{
	color:#49A261;
	font-weight: bold;
}
.mobile-nav li + li {
  border-top: 1px solid #eee;
}
.mobile-nav a {
  display: block;
  padding: 0.3rem;
  color: #333;
  text-decoration: none;
  font-size: 0.24rem;
}
.mobile-nav a:hover {
  background: #f5f5f5;
}
.header .header-tab img{
	width: 0.34rem;
	height: 0.34rem;
	  margin-top: 0.22rem;
}
.header .logo img{
  width: 2.81rem;

  margin-top: 0.24rem;
}
.banner .swiper-pagination-bullet{
	opacity: 0.3;
	padding: 0 0.15rem;
	border-radius: 12px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}

.tab_vr {
  background: #fff;
  border: 1px solid #e6e6e6;  
}
.tab_vr.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tab_vr .tab_cont ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;  
}

.tab_vr .tab_cont li {
  margin-right: 2rem;           
}
.tab_vr .tab_cont li:last-child {
  margin-right: 0;
}
.tab_vr {
  background: #fff;
  border: 1px solid #e6e6e6;   
  overflow: hidden;
}

.tab_vr .tab_cont {
  overflow-x: auto;               
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;   
}


.tab_vr .tab_cont::-webkit-scrollbar {
  display: none;
}
.tab_vr .tab_cont {
  -ms-overflow-style: none;    
  scrollbar-width: none;         
}

.tab_vr .tab_cont ul {
  display: flex;
  flex-wrap: nowrap;              
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

.tab_vr .tab_cont li {
  flex: 0 0 auto;                 
  scroll-snap-align: start;       
  margin-right: 0rem;         
}
.tab_vr .tab_cont li:last-child {
  margin-right: 0;
}

.tab_vr .tab_cont li a {
  display: inline-block;
  padding: 0.3rem 0.3rem;            
  font-size: 0.24rem;       
  color: #333;
  text-decoration: none;
  position: relative;             
  transition: color 0.2s;
}
.tab_vr .tab_cont li a:hover {
  color: #27ae60;
}
.tab_vr .tab_cont li.active a {
  color: #27ae60;
}
.tab_vr .tab_cont li.active a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;               
  width: 100%;
  height: 3px;                 
  background: #27ae60;
  border-radius: 2px;           
}

.tit{
	font-weight: 600;
	font-size: 0.32rem;
	color: #49A261;
	margin-top: 0.6rem;
	text-align: center;
}
.tit p{
	color: #B3B3B3;
	font-size: 0.22rem;
	letter-spacing: 4px;
	    text-transform: uppercase;
	font-weight: 400;
}
.page01_cont{
	    background: url(../images/page01_1.png) center center;
	    background-size: cover;
		height: 20.5rem;
}
.page02
{

	margin: 0rem auto 0;
}
    .card-list {
      display: flex;
      gap: 0.2rem;
      overflow-x: auto;
      margin-left: 0.3rem;
	  margin-top: 0.5rem;
     scrollbar-width: none; 
	   overflow-x: auto;
	   overflow-y: hidden;
	   touch-action: pan-x; /* 只允许横向拖动 */
	   -webkit-overflow-scrolling: touch;

    }
 .card-list .card:nth-child(2){
	 background:url(../images/page02_2.png) center center;
	 background-size: cover;
 }
 .card-list .card:nth-child(3){
 	 background:url(../images/page02_3.png) center center;
 	 background-size: cover;
 }
 .card-list .card:nth-child(4){
 	 background:url(../images/page02_4.png) center center;
 	 background-size: cover;
 }
 .card-list .card:nth-child(5){
 	 background:url(../images/page02_5.png) center center;
 	 background-size: cover;
 }
 .card-list .card:nth-child(6){
 	 background:url(../images/page02_6.png) center center;
 	 background-size: cover;
 }
    .card {
      flex: 0 0 auto;
      width: 4.2rem;
      height: 5.1rem;
      background:url(../images/page02_1.png) center center;
    background-size: cover;
      border-radius:16px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
      padding: 0rem;
      position: relative;
      scroll-snap-align: start;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .card h3 {
      margin: 0;
      font-size: 0.36rem;
      line-height: 0.36rem;
	  color: #fff;
	  padding: 0.32rem 0.24rem 0.24rem;
	  
    }
    .card h4 {
      margin: 2px 0 4px;
      font-size: 0.24rem;
      font-weight: 500;
      line-height: 1.1;
	  color: #fff;
	  padding: 0rem 0.24rem;
    }
    .card h5 {
      margin: 0;
      font-size: 0.2rem;
    padding: 0 0.2rem;
      height: 0.32rem;
      background: rgba(73,162,97,0.6);
      border-radius:30px;
	  color: #fff;
	  position: absolute;
	  text-align: center;
	  line-height: 0.32rem;
	  bottom: 0.3rem;
	  left: 0.2rem;
    }
    .card-list::after {
      content: "";
      flex: 0 0 0.1rem;
    }
	.page02_btn{
		opacity: 0.5;
		width: 0.64rem;
		height: 0.64rem;
		position: absolute;
		right: 0.2rem;
		bottom: 0.25rem;
	}
	/* 只去掉 iOS/微信高亮，不干预 layout */
	.card,
	.card * {
	  -webkit-tap-highlight-color: transparent;
	  -webkit-touch-callout: none;
	  user-select: none;
	}
	
	/* 不用泛用的 *:active 去掉背景，避免副作用 */
	/* 如果需要自定义点击反馈，用 class 控制，比如下面的 JS 逻辑配合： */
	.card.active {
	  /* 比如加个轻微暗色内阴影做反馈 */
	  box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	  transform: scale(0.997);
	  transition: transform .1s;
	}

    #modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10000;
    }
    .hidden { display: none; }
    .modal {
      background: #49A261;
      border-radius: 8px;
      width: 100%;
      max-width: 7rem;
      max-height: 7.58rem;
	  padding-bottom: 0.3rem;
      position: relative;
      box-sizing: border-box;
      
    }
    .modal h3 {
      margin: 0;
      font-size: 0.34rem;
	  margin-left: 0.4rem;
	  margin-top: 0.5rem;
      line-height: 0.34rem;
	  color: #fff;
	  font-weight: bold;
    }
    .modal h4 {
      margin: 6px 0 10px;
      font-size: 0.24rem;
	  margin-left: 0.4rem;
	  margin-right: 0.4rem;
	  color: #fff;
	  padding-bottom: 0.2rem;
      font-weight: 500;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .page02_1 {
      margin-top: 6px;
	  height: 3.6rem;
    }

    .page02_1 p {
      margin: 6px 0;
	  padding: 0 0.4rem;
	  color: #fff;
      line-height: 1.3;
	  font-size: 0.24rem;
    }
    .page02_1 span { font-weight: 600; }
    .consult {
      display: block;
      background: rgba(240,255,242,0.6);
      width: 2.86rem;
	  height: 0.72rem;
      box-shadow: 0px 0px 15px 0px rgba(13,80,31,0.2);
     color: #136D2B;
	  line-height: 0.72rem;
      border-radius: 32px;
	  margin: 0 auto 0;
	  padding-left: 0.3rem;
      font-size: 0.28rem;
      cursor: pointer;
      text-align: center;
	  position: relative;
    }
	    .consult:after{
			position: absolute;
		    left: 0.5rem;
		    top: 0.16rem;
			content: '';
			width:0.4rem ;
			height: 0.4rem;
			background: url(../images/page02_7.png) no-repeat center;
			background-size: 100%;
		}
    .modal-close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 0.64rem;
	  height: 0.64rem;
	  color: #fff;
      border: none;
      font-size:0.54rem;
      line-height: 0.64rem;
	  background: rgba(255,255,255,0.3);
	  border-radius: 50px;
	  font-weight: 400;
      cursor: pointer;
    }
    .modal::-webkit-scrollbar {
      width: 6px;
    }
    .modal::-webkit-scrollbar-thumb {
      border-radius: 3px;
      background: rgba(0,0,0,0.15);
    }
	#modal-overlay.hidden { 
	  display: none !important;
	}
	.page03{
		width: 7.2rem;
		margin: 0 auto ;
	}
		.page03 ul li{
			background: url(../images/page03_1.png) no-repeat center;
			background-size: 100%;
			float: left;
			width: 3.4rem;
			height: 3.92rem;
			margin-left:0.26rem ;
			margin-top: 0.3rem;
			
		}
		.page03 ul li:nth-child(odd){
			margin-left: 0.1rem;
		}
	.page03 ul li:nth-child(2){
		background: url(../images/page03_2.png) no-repeat center;
		background-size: 100%;
	}
	.page03 ul li:nth-child(3){
		background: url(../images/page03_3.png) no-repeat center;
		background-size: 100%;
	}
	.page03 ul li:nth-child(4){
		background: url(../images/page03_4.png) no-repeat center;
		background-size: 100%;
	}
		.page03 ul li h3{
			font-weight: 600;
			font-size: 0.32rem;
			text-align: center;
			margin-top: 2.6rem;
			margin-bottom: 0.1rem;
			color: #FFFFFF;
		}
	.page03 ul li p{
		font-weight: 500;
		font-size: 0.2rem;
		color: #F3F3F3;
		text-align: center;
	}
	.page04{
		background: #F5F6F7;
        padding-bottom: 0.3rem;
		position: relative;
		padding-top: 0.1rem;
		margin: 0.7rem auto 0;
		z-index: 1;
		height: 10.3rem;
		overflow: hidden;
	}
	.page04_cont{
		width: 7.2rem;
		margin: 0 auto 0;
	}
	.page04 .page04_cont p{
		font-weight: 400;
		font-size: 0.24rem;
		color: #1E1E1E;
		text-align: center;
		padding:0 0.3rem ;
		margin-top: 0.3rem;
	}
	.page04 p span{
		color:rgba(73, 162, 97, 1) ;
	}
	.page04 ul{
		margin-left: 0.74rem;
		margin-top: 0.5rem;
	}
	.page04 ul li{
		float: left;
		width: 2.54rem;
		height: 1.34rem;
		margin-left: 0.2rem;
		margin-top: 0.2rem;
	}
	.page04_bg{
		position: relative;
		bottom: 1.7rem;
		z-index: -1;
	}
	 .page05 {
	    width: 7.2rem;
		margin: 0 auto 0.4rem;
	    }

	   
	    .page05 ul {
	      list-style: none;
		  
	      padding: 0;
	      margin-top: 0.4rem;
	      display: flex;
	      gap: 0.3rem;
	      overflow-x: auto;
	      scroll-snap-type: x mandatory;
	      -webkit-overflow-scrolling: touch;
	    }
	    .page05 ul::-webkit-scrollbar { width: 0; height: 0; }
	    .page05 ul { scrollbar-width: none; }
	    .page05 li {
	      flex: 0 0 auto;
	      width: 4rem;
	      min-height: 6rem;
	      border-radius: 16px;
	      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	      
	      position: relative;
	      scroll-snap-align: start;
	      cursor: pointer;
	      font-size: 0.55rem;
	      display: flex;
	      flex-direction: column;
		  background: rgba(73, 162, 97, 0.10);
	      gap: 4px;
	    }
	    .page05 li img {
	      width: 100%;
	      border-radius: 0.4rem;
	      object-fit: cover;
	    }
		.page05_icon{
			width:0.64rem !important;
			height: 0.64rem;
			float: right;
			position: relative;
			top: -0.5rem;
			right: 0.3rem;
		}
	    .page05_cot {
	      flex: 1;
		  position: absolute;
		  bottom: 0;
		  left: 0;
		  width: 4rem;
		  height: 3.1rem;
		  background: #49A261;
		  border-radius: 16px;
	    }
	    .page05_cot h3 {
	      margin-left: 0.24rem;
		  margin-top: 0.24rem;
	      font-size: 0.36rem;
		  color: #fff;
	
	    }
	    .page05_cot span {
	     font-weight: 400;
	     font-size: 0.2rem;
		 border:1px solid #fff;
	     color: #FFFFFF;
		 border-radius: 30px;
		 padding: 0 0.1rem;
		     margin-left: 0.24rem;
			 position: relative;
			 top: -.25rem;
		
	    }
	    .page05 .clear {
	      clear: both;
	      height: 0;
	    }
	    .page05_cot p {
	      margin: 4px 0 0;
	      font-size: 0.24rem;
	      line-height: 0.3rem;
		   top: -.2rem;
		   position: relative;
		   color: #fff;
		   padding: 0 0.24rem;
		   
	    }
	    .page05 #modal-overlay {
	      position: fixed;
	      inset: 0;
	      background: rgba(0,0,0,0.55);
	      display: flex;
	      align-items: center;
	      justify-content: center;
	      z-index: 10000;
	      padding: 0.5rem;
	    }
	    .page05 .hidden { display: none; }
	    .page05 #modal-overlay.hidden { display: none !important; }
	
	    .page05 .modal {
	      background: #49A261;
	      border-radius: 16px;
	      width: 100%;
	      max-width: 7rem;
	      max-height: 7.58rem;
	      padding-bottom: 0.4rem;
	      position: relative;
	      box-sizing: border-box;
	      overflow: hidden;
	      display: flex;
	      flex-direction: column;
	    }
	    .page05 .modal-inner {
	      flex: 1;
	      overflow-y: auto;
	      
	    }
	    .page05 .modal h3 {
	      margin: 0;
	      font-size: 0.34rem;
	      margin-left: 0.4rem;
	      margin-top: 0.5rem;
	      line-height: 0.34rem;
	      color: #fff;
	      font-weight: bold;
	    }
	    .page05 .modal h4 {
	      margin: 6px 0 10px;
	      font-size: 0.24rem;
	      margin-left: 0.4rem;
	      margin-right: 0.4rem;
	      color: #fff;
	      padding-bottom: 0.2rem;
	      font-weight: 500;
	      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	    }
	    .page05 .page02_1 {
	      margin-top: 6px;
	      height: auto;
	    }
	    .page05 .page02_1 p {
	      margin: 6px 0;
	      padding: 0 0.4rem;
	      color: #fff;
	      line-height: 0.36rem;
	      font-size: 0.24rem;
	    }
	    .page05 .page02_1 span { font-weight: 600; }
	    .page05 .consult {
	      display: block;
	      background: rgba(240,255,242,0.6);
	      width: 2.86rem;
	      height: 0.72rem;
	      box-shadow: 0px 0px 15px 0px rgba(13,80,31,0.2);
		  border: 1px solid rgba(255,255,255,0.5);
	      color: #136D2B;
	      line-height: 0.72rem;
	      border-radius: 32px;
	      margin: 0.2rem auto 0;
	      padding-left: 0.6rem;
	      font-size: 0.28rem;
	      cursor: pointer;
	      text-align: center;
	      position: relative;
	    }
	    .page05 .consult:after {
	      position: absolute;
	      left: 0.7rem;
	      top: 0.16rem;
	      content: '';
	      width:0.4rem ;
	      height: 0.4rem;
	      background: url(../images/page02_7.png) no-repeat center;
	      background-size: 100%;
	    }
	    .page05 .modal-close {
	      position: absolute;
	      top: 8px;
	      right: 8px;
	      width: 0.64rem;
	      height: 0.64rem;
	      
	      border: none;
	
	      
	      background:url(../images/close-button.png) no-repeat center;
	      background-size: 100%;
	      border-radius: 50px;
	      font-weight: 400;
	      cursor: pointer;
	    }
	    .page05 .modal-inner::-webkit-scrollbar { width: 0; }
	    .page05 .modal-inner { -ms-overflow-style: none; scrollbar-width: none; }
		
		.page05 li,
		.page05 .consult,
		.page05 button {
		  -webkit-tap-highlight-color: transparent;
		}
		
		
		.page05 li:focus,
		.page05 .consult:focus,
		.page05 button:focus {
		  outline: none;
		}
		
		.page05 li:focus:not(:focus-visible),
		.page05 .consult:focus:not(:focus-visible),
		.page05 button:focus:not(:focus-visible) {
		  outline: none;
		}
 .page06 {
    width: 7.2rem;
	margin: 0rem auto 0;
      overflow-x: auto;
      overflow-y: hidden;
      touch-action: pan-x; 
      -webkit-overflow-scrolling: touch;
  }
  .page06_cot.swiper-wrapper-like {
    display: flex;
    gap: 0.3rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    padding-bottom: 0.1rem;
  }
  .page06_cot.swiper-wrapper-like::-webkit-scrollbar { width: 0; height: 0; }
  .page06_cot.swiper-wrapper-like { scrollbar-width: none; }

  .teacher-card {
    flex: 0 0 auto;
    width: 6.22rem;
  background: #F4F4F4;
  border-radius: 16px 16px 16px 16px;
    
    padding: 0.4rem 0.1rem 0.1rem;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 6.22rem;
	position: relative;
	margin-top: 0.2rem;
  }
  .teacher-card h3 {
    margin: 0;
    font-size: 0.32rem;
    line-height: 0.36rem;
	color: rgba(73, 162, 97, 1);
		margin-left: 0.38rem;
  }
  .teacher-card h4 {
  
    font-size: 0.22rem;
    font-weight: 500;
	margin-left: 0.38rem;
    
  }
  .teacher-card h4 span {

	color: rgba(73, 162, 97, 1);
  }
  .teacher-card img {
   width: 1.2rem;
   height: 1.2rem;
    border-radius: 0.4rem;
    object-fit: cover;
    margin: 4px 0;
	float: right;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
  }
  .page06_cot1 {
    flex: 1;
	background: #fff;
	border-radius: 16px;
	padding: 0.2rem 0.3rem 0;
	margin-top: 0.2rem;
  }
  .page06_cot1 p {
    margin: 4px 0;
    font-size: 0.22rem;
    line-height: 0.3rem;
	padding-left: 0.1rem;
	color: rgba(117, 117, 117, 1);
  }
  .page06_cot1 span {
    font-weight: 600;
	display: inline-block;
	position: relative;
	color: rgba(30, 30, 30, 1);

  }
    .page06_cot1 span:After{
		position: absolute;
		left: -0.14rem;
		top: 0.05rem;
		content: '';
		width: 0.03rem;
		height: 0.2rem;
		background: #49A261;
		border-radius: 7px 7px 7px 7px;
	}
  .teacher-card {
    -webkit-user-select: none;
    user-select: none;
  }
  .page07{
	  background: url(../images/page07_bg.png) no-repeat center;
	  background-size: 100%;
	  height: 13rem;
	  margin: 0.6rem auto 0;
	  padding-top: 1px;
  }
  .page07_cont{
	  width: 7.2rem;
	  margin: 0.4rem auto 0;
  }
    .page07_cont p{
		font-size: 0.24rem;
		color: #000000;
		line-height: 0.36rem;
		padding: 0 0.3rem;
	}
	    .page07_cont p span{
			color: rgba(73, 162, 97, 1);
		}
	
	.page07_cot2{
		margin-left: 0.3rem;
	}
	.page07_cot2 img{
		float: left;
		width: 2.54rem;
		margin-left:0.5rem ;
		height: 1.34rem;
		margin-top: 0.5rem;
	}
	.marquee-wrapper {
	      display: flex;
	      flex-direction: column;
	      gap: 2px;
		  width:7.2rem;
		  margin: 0.4rem auto 0.4rem;
	    }
	    .marquee {
	      position: relative;
	      overflow: hidden;
	      background: #fff;
	      border-radius: 8px;

	      height: 0.9rem;
	      mask-image:
	        linear-gradient(to right,
	          transparent 0,
	          black 10%,
	          black 90%,
	          transparent 100%);
	      -webkit-mask-image:
	        linear-gradient(to right,
	          transparent 0,
	          black 10%,
	          black 90%,
	          transparent 100%);
	    }
	    
	    .track {
	      display: flex;
	      animation: marquee var(--duration,20s) linear infinite var(--delay,0s);
	    }
	    
	    .item {
	      display: flex;
	      flex-shrink: 0;
	      margin: 0 10px;
	     width: 3.36rem;
		 position: relative;
	     height: 0.72rem;
	     background: rgba(73,162,97,0.1);
	     border-radius: 8px;
	      overflow: hidden;
	      box-sizing: border-box;
	    }
	    .item::after{
			width: 0.27rem;
			height: 0.25rem;
			content: '';
			position: absolute;
			left: 45%;
			margin-left: 0px;
			background: url(../images/page08_1.png) no-repeat center;
			background-size: 100%;
			    top: 14px;
		}
	    .item_left,
	    .item_right {
	      flex: 1;
	      padding:0.06rem 0.2rem;
	      text-align: center;
	    }
	    .item_left h3,
	    .item_right h3 {
	      margin: 0;
	      line-height:.0.32rem;
	      font-size: 0.2rem;
	      color: #333;
	    }
		  .item_left h3 span{
			  color: #757575;
		  }
	.item_left h3{
		text-align: left;
	    font-weight: 400;
	    font-size: 0.2rem;
	    color: #1E1E1E;
		line-height:0.3rem;
		margin-left:0px;
	
	}
	 .item_right h3 {
		 font-size: 0.2rem;
		 color: #24893F;
		line-height:0.3rem;
	 }
	 .item_right h3 span{
	font-weight: 600;
	font-size: 0.2rem;
	color: #1E1E1E;
	display: inline-block;
	 }
.footer{

	height: 6rem;
	background: #2C2C2C;
	border-radius: 0px 0px 0px 0px;
	padding-top: 1px;
}
.footer_cont {
	width: 7rem;
	margin: 0rem auto 0;
}
.footer_1{
	width: 4.02rem;
	height: 0.4rem;
	margin-top: 0.6rem;
}
.footer_3{
	float: left;
	width: 3.04rem;
	height: 1.76rem;
	margin-top: 0.4rem;
}
.footer_tit1{
	float: left;
	margin-top: 0.4rem;
	margin-left: 0.8rem;
}
.footer_tit1 h3,.footer_tit0 h3{
	font-weight: 500;
	font-size: 0.28rem;
	color: #49A261;
	text-align: left;
	margin-bottom: 0.22rem;
}
.footer_tit1 a{
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0.1rem;
	display: block;
}
.footer_bottom_left {
	margin-top: 0.5rem ;
	border-top: 1px solid  rgba(255,255,255,0.2);;
}
.footer_bottom_left p{
		margin-top: 0.5rem;
}
.footer_bottom_left a{
	font-weight: 400;
	font-size: 0.2rem;
	text-align: center;
	color: #B3B3B3;
	display: block;

}
.footer_bottom_left img{
	width: 1.28rem;
	height: 0.32rem;
	margin: 0.3rem auto 0;
}






.footer_tit0 {
float: left;
    width: 3.04rem;
	margin-top: 0.4rem;
  }
  .footer_tit0 li {
    position: relative;
    cursor: pointer;

	float: left;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }
  .footer_tit0 li:focus { outline: none; }
  .footer_tit0 img { width:0.8rem; height: auto; display: block; }
    .footer_tit0 li p{
	font-size: 0.24rem;
	padding-top: 0.2rem;
	color: #fff;
	text-align: center;
		
	}
  #footer-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    z-index: 10000;
  }
  .hidden { display: none !important; }

  .footer-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 90%;
    width: 14rem;
    padding: 0.5rem;
    position: relative;
    box-sizing: border-box;
  }
  .footer-modal-inner {
    font-size: 0.9rem;
  }
  .footer-modal-close {
   position: absolute;
   top: 12px;
   right: 8px;
   width: 0.64rem;
   height: 0.64rem;
   color: #fff;
   border: none;
   font-size:0.54rem;
   line-height: 0.64rem;
   background: rgba(0,9,0,0.3);
   border-radius: 50px;
   font-weight: 400;
   cursor: pointer;
  }
  /* 防止滚动穿透 */
  body.modal-open { overflow: hidden; }
  .footer_tit0 .detail-template {
    display: none !important;
  }
  .detail-template1 p{
	  font-size: 0.4rem;
	  text-align: center;
	  margin-top: 0.2rem;
	  font-weight: bold;
  }