
*{
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
  font-family: zihun143hao;
  src: url(../font/zihun143hao.ttf);
 }
.fontZihun {
  font-family: zihun143hao ;
 }

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;

  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;
  font-weight: bold;
}
.tab_vr .tab_cont li.active a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;               
  width: 100%;
  height: 3px;                 
  background: #27ae60;
  border-radius: 2px;           
}

.page01{
	background: rgba(73,162,97,0.1);
	padding-top: 1px;
	padding-bottom: 0.8rem;
	position: relative;
	
}
.page01:after{
	background: url(../images/page01_af.png) no-repeat center;
	background-size: 100%;
	width: 2.24rem;
	height: 5.06rem;
	content: '';
	left: 0;
	top: 0.4rem;
	position: absolute;
}
.page01:before{
	background: url(../images/pageo1_bf.png) no-repeat center;
	background-size: 100%;
	width: 2.24rem;
	height: 5.06rem;
	content: '';
	right: 0;
	bottom: -0.5rem;
	position: absolute;
}
.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_cont2,.page01_cont3 {
    width: 7.2rem;
    height:5.62rem ;
    margin:0.4rem auto 0;
    background: #fff;
    position: relative;
    padding-top: 1px;
    z-index: 2;
    border-radius: 10px;
}
.page01_cont3 {
	    height:7rem ;
}
.page01_cont2_box h4,.page01_cont3 h4{
	font-weight: bold;
	font-size: 0.32rem;
	margin-top: 0.3rem;
	margin-left: 0.6rem;
	color: #000000;
	position: relative;
}
.page01_cont2_box h4:after,.page01_cont3 h4:after{
	    width: 0.04rem;
	    height:0.32rem;
	    background: #49A261;
	    position: absolute;
	    left: -0.22rem;
	    content: '';
	    top: 0.07rem;
		border-radius: 10px;
}
.page01_cont2_box p,.page01_cont3 p{
	float: left;
	font-weight: 400;
	font-size: 0.24rem;
	color: #1E1E1E;
	line-height: 0.36rem;
	width: 3rem;
	margin-left: 0.35rem;
	margin-top: 0.2rem;
}
.page01_cont2_box p span,.page01_cont3 p span{
	color: #49A261;
}
.page01_cot3b,.page01_cot3d{
	float: right;
	width: 3.2rem;
	position: relative;
	overflow: hidden;
	margin-right: 0.35rem;
}

.page01 .swiper-pagination-bullet{
	opacity: 0.3;

	border-radius: 12px;
}
.page01 .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.page01_cont4_box img{
	display: inline-block;
	width:3rem;
	height: 1.64rem;
	margin-top: 0.4rem;
	margin-left: 0.4rem;
}
.page01_cont4_box img:nth-child(2){
		margin-left: 0.4rem;
}
.page01_cont3 .page01_cont4_box img{
	width: 1.92rem;
	height: 2rem;
	margin-left: 0.36rem;
}
.page02{
	width: 7.2rem;
	margin: 0 auto 0;
}
.page02 .page02_cont2{
	margin-top: 0.4rem;
}
.page02 .page02_cont2 img{
	margin-top: 0.3rem;
}
.page03{
	height: 13.30rem;
	background: #F5F6F7;
	padding-top: 0.1rem;
		margin: .8rem auto 0;
		
}
.page03 .page03_cont2{
	width: 7.2rem;
	margin: 0.4rem auto 0;

	
	
}
.page03_cont3{

	    padding-left: 0.2rem;
	position: relative;
	padding-bottom: 0.4rem;

}
.page03_cont3:after{
	content: '';;
	height: 100%;
	width: 2px;
	left: .2rem;
	top: 0.6rem;
	background:rgba(0,0,0,0.1);;
	position: absolute
}
.page03_cont3 .inner{
	width:6.6rem;
	padding-bottom: 0.4rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.05);
	border-radius: 16px 16px 16px 16px;
	margin-left: 0.35rem;
	position: relative;
}
.page03_cont3 .inner h3{
	font-weight: bold;
	font-size: ;
	color: #49A261;
	font-size: 0.4rem;
	position: relative;
	top: -0.6rem;
}
.page03_cont3 .inner h3:after{
	position: absolute;
    left: -0.42rem;
	top: 0.16rem;
	width: 0.2rem;
	height: 0.2rem;
	background: #49A261;
	border-radius: 50%;
	content: '';
}
.page03_cont3 .swiper-slide{
		height: auto;
		margin-top: 0.8rem;
		padding-top: 0.2rem;
		
}
.page03_cont2 .swiper-wrapper{
	height: 9.7rem;
	
	
}

.page03_cont3 .inner h4{
font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.28rem;
color: #1E1E1E;	
position: relative;
top: -.2rem;
margin-left: 0.3rem;
}
.page03_cont3 .inner p{
	font-weight: 400;
	font-size: 0.24rem;
	color: #757575;
	line-height: 0.36rem;
	text-align: left;
	font-style: normal;
	padding: 0 0.3rem;;
}
.page03_cont3 .inner p span{
	color:#49A261 ;
}
.page03_bottom p{
	text-align: center;
	font-size: 0.24rem;
	color: #49A261;
	line-height: 0.36rem;
	margin-top: .3rem;

}

.page04{
	background: rgba(73,162,97,0.2);
	padding-bottom: 0.8rem;
	padding-top: 1px;
	
}

.page04_cont2{
	width: 7.2rem;
	padding: 0.4rem 0;
	margin: 0.4rem auto 0;
	background: #fff;
	border-radius: 8px;
}
.flip-card-front{
  display: grid;
  align-items: start;
}

.page04_cont2 img{
	width:0.96rem ;
	height: 0.96rem;
	margin: 0.3rem auto 0;
	text-align: center;
}
.flip-card-back{
	display: none;
}
.page04_cont2 .flip-card{
	display: inline-block;
	width: 24.5%;
	text-align: center;
}
.page04_cont2 p,.flip-card-back p{
font-weight: 400;
font-size: 0.24rem;
color: #1E1E1E;
text-align: center;	
margin-top: 0.1rem;
}
.flip-card-back h5{
	margin-bottom: 0.3rem;
	font-weight: bold;
	font-size: 0.34rem;
	color: #2F3742;
	text-align: center;
}
.flip-card-back p{
	color: #49A261;
	margin-top: 0.2rem;
	font-size: 0.32rem;
	font-weight: bold;
}
.page04_cont2 .page04_tit{
	display: inline-block;
	position: relative;
	padding-left: 0.3rem;
	font-weight: bold;
	font-size: 0.32rem;
	color: #1E1E1E;
	margin-left: 0.4rem;
}
.page04_cont2 .page04_tit:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 0.12rem;
	height: 0.42rem;
	background: #49A261;
	border-radius: 8px;
	content: '';
}
.page04_cont2 .page04_tit1{
	float: right;
	font-weight: 400;
	font-size: 0.2rem;
	color: #B3B3B3;
	margin-right: 0.3rem;
}
.card-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.card-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}

.card-modal__content {
  position: relative;
  max-width: 90%;
  width: 5rem;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 12px;
  padding: 16px 0;
  box-shadow: 0 24px 48px rgba(0,0,0,0.35);
  overflow: hidden;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}

.card-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  background: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

.card-modal__inner {
  margin-top:10px;
  display: flex;
  justify-content: center;
  align-items: center;
      padding-bottom: 0.2rem;
}


.card-modal.show {
  display: block;
}
.card-modal.show .card-modal__backdrop {
  opacity: 1;
}
.card-modal.show .card-modal__content {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}


.page05{
	margin: 0 auto 0;
	background: url(../images/page05_bg.png) no-repeat center;
	background-size: 100%;
	height:9.34rem;
}
.page05_cont{
	width: 7.2rem;
	margin: 0.4rem auto 0;
	background: #FFFFFF;
	box-shadow: 0px 8px 28px 8px rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 0.3rem;
}
.page05_cont p{
	font-weight: 400;
	font-size: 0.24rem;
	color: #1E1E1E;
	line-height: 0.34rem;
	text-align: left;
	margin-bottom: 0.3rem;
}
.page05_cont p span{
	color:#49A261 ;
}





.page06{
	width:7.2rem;
	margin: 0 auto 0;
}
.video-wrapper{
	position: relative;

	border-radius: 18px;
	margin-top: 0.3rem;
}
.play-overlay{
	    height: 4rem;
	    position: absolute;
	    width: 7.2rem;
	    top: 0;
		
		background-size: 100%;
}
.page07{
background: #F5F6F7;
border-radius: 0px 0px 0px 0px;
padding: 1px 0 0.6rem;
margin: 0.8rem auto 0;
}
.page07_cont1{
	width: 7.2rem;
	margin: 0 auto 0;
}
.page07 ul li{
background: #FFFFFF;
box-shadow: 0px 4px 14px 4px rgba(0,0,0,0.05);
border-radius: 8px;
border: 1px solid #E9E9E9;
padding: 0.2rem 0.3rem;
margin-top: 0.3rem;
}
.page07 ul li h3 {
	font-weight: bold;
	font-size: 0.32rem;
	color: #1E1E1E;
	text-align: left;
	margin: 0.2rem 0;
	font-style: normal;
}
.page07 ul li p{
	font-weight: 400;
	font-size: 0.24rem;
	color: #757575;
}
.page07 ul li:nth-child(1) img{
	width: 0.9rem;
	height: 0.6rem;
}
.page07 ul li:nth-child(2) img{
	width: 2.2rem;
	height: 0.6rem;
}
.page07 ul li:nth-child(3) img{
float: left;
}
.page07 ul li:nth-child(3) img:nth-child(1){
	width: 2.2rem;
	height: 0.6rem;
}
.page07 ul li:nth-child(3) img:nth-child(2){
	width: 1.35rem;
	height: 0.6rem;
	margin-left: 0.2rem;
}
.page07 .page07_cont3 ul li:nth-child(1) img:nth-child(1){
	width: 2.2rem;
	height: 0.6rem;
}
.page07 .page07_cont3 ul li:nth-child(2) img:nth-child(1){
	width: 1.44rem;
	height: 0.8rem;
}
#myVideo{
	background: url(../images/page06_1.png) no-repeat center;
	background-size: 100%;
	width: 7.2rem;
	border-radius: 16px;
}
 #myVideo::-webkit-scrollbar { width: 0; }
	   #myVideo { -ms-overflow-style: none; scrollbar-width: none; }
		
	#myVideo {
		  -webkit-tap-highlight-color: transparent;
		}
		
		
		#myVideo:focus,
		#myVideo:focus,
	#myVideo:focus {
		  outline: none;
		}
		
		#myVideo:focus:not(:focus-visible),
		#myVideot:focus:not(:focus-visible),
		#myVideo:focus:not(:focus-visible) {
		  outline: none;
		}
.page08{
width: 7.2rem;
margin:0rem auto 0;
}
.page08 .law{
	margin-top: 0.2rem;
}
.page08 .law li{
	float: left;
	width: 1.17rem;
	height: 0.5rem;
	background: rgba(73,162,97,0.1);
	border-radius: 4px 4px 4px 4px;
	margin-left: 0.32rem;
	margin-top: 0.2rem;
}
.page08 .law li p{
	text-align: center;
	line-height: 0.5rem;
	font-weight: 400;
	font-size: 0.24rem;
	color: #49A261;
}
.page08 .law li:nth-child(1),.page08 .law li:nth-child(6),.page08 .law li:nth-child(11),.page08 .law li:nth-child(16),.page08 .law li:nth-child(21),.page08 .law li:nth-child(26){
	margin-left: 0;
}
.page08 .law .law_time.active{
background:#49A261;
}
.page08 .law .law_time.active p{
  color: #fff;
}
.page08 .law_cont{
  display: none;
  width: 7.2rem;
  margin: 0.3rem auto 0;
  position: relative;
  height: 3.28rem;
float: right;
background: #fff;

border-radius: 8px;
box-shadow: 0px 4px 14px 4px rgba(0,0,0,0.04);
border: 1px solid #E9E9E9;

}
.page08 .law_cont.show{
  display: block;
    background: #fff;
border-radius: 12px;
position: relative;
width: 7.2rem;
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
    -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
    -o-animation: hideIndex  0.3s; /* Opera */
}
.law_cont_wrap img{
	width: 3.6rem;
	height: 1.9rem;
	border-radius: 8px;
	position: absolute;
    left: 0.4rem;
    top: .4rem;
}
.law_cont,
.environ {
  display: none;
}

.law_cont.show,
.environ.show {
  display: block;
}
.page08 .swiper-pagination-bullets {
    left: -1.2rem;
    bottom: 0.6rem;

}
.page08 .swiper-pagination-bullet {
  width:4px ;
  height: 4px;
  opacity: 0.5;

}
.page08 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff;
} 
.law_cont_a .campus_tab{
	float: left;
	margin-top: 0.3rem;
	margin-left: 0.4rem;
}

.law_cont_a .campus_tab p{
	font-size: 0.24rem;
	color: #1E1E1E;
}
.page08 .law_cont .active p {
    border-bottom: 2px solid #49A261;
    color: #49A261;
	font-weight: bold;
}
.environ h2 {
        font-weight: 400;
        font-size: 0.2rem;
        color: #757575;
        float: right;
        margin-top: 0.4rem;
        width: 2.4rem;
        margin-right: 0.2rem;
        position: relative;
        height: 0.9rem;
}
.environ h2:after{
	position: absolute;
	left: -0.25rem;
	top: 0.05rem;
	width: 0.2rem;
	height: 0.2rem;
	content: '';
	background: url(../images/page08_ad.png) no-repeat center;
	background-size: 100%;
	
}
.environ h3 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #757575;
    float: right;
    width: 2.4rem;
    margin-right: 0.2rem;
	position: relative;
}
.environ h3:after{
	position: absolute;
	left: -0.25rem;
	top: 0.05rem;
	width: 0.2rem;
	height: 0.2rem;
	content: '';
	background: url(../images/page08_tel.png) no-repeat center;
	background-size: 100%;
	
}
.environ h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #757575;
    float: right;
    margin-top:0.2rem;
    width: 2.16rem;
    margin-right: 0.6rem;
	position: relative;
	height: 0.56rem;
	line-height:0.56rem;
	text-align: center;
	background: linear-gradient( 176deg, #54C655 0%, #49A261 100%), #49A261;
	border-radius: 25px 25px 25px 25px;
	font-weight: 500;
	font-size: 0.24rem;
	color: #FFFFFF;
	padding-left: 0.2rem;
}
.environ h5::after{
	position: absolute;
	left: 0.2rem;
	top: 0.12rem;
	background: url(../images/page02_7.png) no-repeat center;
	background-size: 100%;
	content: '';
	width: 0.3rem;
	height: 0.3rem;
	
}
.footer{
	margin-top: 0.8rem;
	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;
  }