@font-face {
	font-family:"HelveticaNowDispBd";
	src:url(../fonts/HelveticaNowDispBd.otf) ;
}

@font-face {
	font-family:"HelveticaNowDisplay-Regular";
	src:url(../fonts/HelveticaNowDisplay-Regular.ttf) ;
}

@font-face {
	font-family:"HelveticaNowDisplay-HairI";
	src:url(../font/HelveticaNowDispHairI.otf) ;
}

@font-face {
	font-family:"HelveticaNowDispMed";
	src:url(../font/HelveticaNowDispMed.otf) ;
} 
 
@font-face {
	font-family:"RUBIK-BOLD";
	src:url(../font/RUBIK-BOLD.ttf) ;
} 

@font-face {
	font-family:"RUBIK-BLACK";
	src:url(../font/RUBIK-BLACK.ttf) ;
} 

@font-face {
	font-family:"Rajdhani-SemiBold";
	src:url(../font/Rajdhani-SemiBold-5.ttf) ;
} 


/* 字体设置 */
.HelveticaNowDisplay-Regular { font-family:"HelveticaNowDisplay-Regular" ,微软雅黑,黑体;  }
 
.RUBIK-BOLD { font-family:"RUBIK-BOLD" ; letter-spacing: -1px; }

.RUBIK-BLACK ,
.counter { font-family:"RUBIK-BLACK" ; letter-spacing: -1px; }

.HelveticaNowDispBd-Bold { font-family:"HelveticaNowDispBd"; }

.unison-date { font-family:"RUBIK-BLACK"; }

.counter { line-height: 1; }
 
body {
	width: 100%;
	margin: 0;
	padding: 0; 	
	line-height: 1.5;
	background: #fff; 
	cursor: default;
	font-family:"HelveticaNowDisplay-Regular" ,微软雅黑,黑体;  
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

svg:not(:root) {  overflow: hidden;  width: 100%;}

h1,h2,h3,h4,h5,h6 { cursor: pointer; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd { margin: 0; padding: 0;list-style: none;  }

a { font-weight: normal; display: inline-block; text-underline: none; text-decoration: none; color: #333; }

 li a ,
 dt a ,
 dd a ,
.swiper-slide a { color: #1d1d1f; display: block; width: 100%; height: 100%; text-decoration: none; position: relative; overflow: hidden;  cursor: pointer;}

 li:hover a ,
 dt:hover a ,
 dd:hover a { text-decoration: none; color: #1d1d1f;}
 
 /* 内容 编辑器初始化 */
 table { max-width: 100%; border:0 ;}
 table thead tr td,
 .firstRow td {  background-color: #ebf1f3; min-width: 1.2rem; }
 table tr td { border:0 ; padding: .1rem ;  }
 
 table {  border:1px var(--border_color) solid; }
 table tr td { 
	 border-bottom: 1px #eee solid ; 
	 background-color: #fff; 
	 border-right: 1px #eee solid ;
	 padding: 10px !important;
	 border-color: var(--border_color) !important; 
}

 
 table tbody tr td:last-child { border-right:none; }
 
 table tr td ,
 table tr td p { color: var(--theme_brandColor)  !important;}
 
.content table { width: 100%; height: auto; } 

button, input, optgroup, select, textarea { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

p,
.content p { font-size: .18rem; line-height: 1.5; text-align: left;  }

input {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0) ;
}

input,button {outline:none;	border-style: none; background-color:transparent; box-shadow: none;	}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none;  background-color:transparent; box-shadow: none; }
input[type="number"]{ -moz-appearance: textfield; } 

input::-webkit-autofill { 
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
 
hr { margin-top: .2rem; margin-bottom: .2rem; border-color: #d2dbe6; }

img ,video { border: none; max-width: 100%; object-fit: cover; } 


input[type="radio"] ,
input[type=checkbox] { border: 1px #eee solid; width: 13px; height: 13px; position: relative; }

/* input[type="radio"]:checked::after ,
input[type=checkbox]:checked::after {  content: "✓";}

input[type="radio"]:checked::after ,
input[type=checkbox]:checked::after {
    content: "✓";
    color: #6e6e73;
    font-size: 15px;
    font-weight: bold;
    background-color: transparent;
} */

input[type="radio"]::after ,
input[type=checkbox]::after {
    content: ' ';
    position: absolute;
    top: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    border-radius: 3px;
}


.swiper-container,
.swiper {  width: 100%;   height: 100%; }

.swiper-slide {
	text-align: center;
	font-size: 18px;	
	background-color: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



#notice .swiper-button-prev::after, 
#notice .swiper-button-next::after {  display: none; }

.swiper-button-next { margin-right: -1rem; }
.swiper-button-prev { margin-left: -1rem; }
.swiper-button-next  ,
.swiper-button-prev { width: 50px; height: 50px; border-radius: 50%; border: 2px var(--theme_brandColor) solid; }
.swiper-button-next i ,
.swiper-button-prev i { background-color: var(--theme_brandColor) ; }
.swiper-button-next i::after ,
.swiper-button-prev i::after { border-color: var(--theme_brandColor); }

.swiper-common-button .swiper-button-next { margin-right: 0; } 
.swiper-common-button .swiper-button-prev { margin-left: 0; }

.swiper-pagination-bullet {  
	width: 8px; height: 8px; 
	margin: 0 12px !important; 
	background-color: var(--theme_brandColor); 
	opacity: 1; 
	outline: var(--theme_brandColor);  
	outline-offset: 0;  
	outline-style: solid; 
	outline-width: 1px;
	transition: all .35s;
}
.swiper-pagination-bullet-active {  outline-offset: 10px;  transition: all .35s; }

/* .swiper-button-next:hover ,
.swiper-button-prev:hover { background-color: rgba(148,4,7,.05); transition: all .3s; } */

/* .swiper-button-next:hover i::before,
.swiper-button-next:hover i::after,
.swiper-button-prev:hover i::before,
.swiper-button-prev:hover i::after { border-color: #3c4b5e; transition: all .3s;} */

 

.swiper-pagination-progressbar.swiper-pagination-horizontal { height: 2px; }

.swiper-button-prev::after,
.swiper-button-next::after { color: var(--theme_brandColor); font-size: 20px; line-height: 50px; font-weight: bold; }

.swiper-button-disabled { cursor: not-allowed !important; }


#v-windows .swiper-button-next {  right: -30px; }
#v-windows .swiper-button-prev {  left: -30px; }
#v-windows .swiper-button-prev:after { content: 'prev'; display: block; }
#v-windows .swiper-button-next:after { content: 'next'; display: block; }

.swiper-pagination-lock,
.swiper-button-lock { display:flex; }

.swiper-pagination-progressbar { background-color: rgba(255,255,255,.25); }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color: #fff; }
 

/* 按钮组 */
.slide-btn-group {	position: absolute;	display: flex;	justify-content: space-between;	align-items: center;}
.slide-btn-group .swiper-pagination-bullet { }
.slide-btn-group div { 	position: relative; width: auto; } 
 
.slide-btn-group .swiper-button-prev ,
.slide-btn-group .swiper-button-next { 
	min-width: 40%; 
	font-size: .18rem;
	color: #3c4b5e; 
	width: unset; 
	height: 44px;
	line-height: 44px; 
	position: relative; 
	padding: 0 53px; 
	display: inline-flex; 
	justify-content: flex-start;
	align-items: center;
}

.slide-btn-group .swiper-button-prev::before ,
.slide-btn-group .swiper-button-next::before {
	content: "";
	width: 40px;
	border-top: 2px #3c4b5e solid;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slide-btn-group .swiper-button-prev::before { left: 0; }
.slide-btn-group .swiper-button-next::before { right: 0; }


.slide-btn-group .swiper-button-prev::after,
.slide-btn-group .swiper-button-next::after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 56%;
	left: 0;	
}


.slide-btn-group .swiper-button-prev::after  {	
	border-top: 2px #3c4b5e solid;
	border-left: 2px #3c4b5e solid;
	transform-origin: left center;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .3s;
}

.slide-btn-group .swiper-button-next::after  {	 
	border-top: 2px #3c4b5e solid;
	border-right: 2px #3c4b5e solid;
	transform-origin: right center;
	left: auto;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s;
}

/* .slide-btn-group div:hover::before ,
.slide-btn-group div:hover::after {	content: ""; border-color: #8c0000; transition: all .3s; } */




/* 后台内容编辑框初始化 */
.info {	color: #313131; line-height: 1.8;  word-break: break-word;}
.info ol,
.info ul { padding-left: 15px; }
.info img { width: 90%; display: block; margin: auto;}
.course-info img { width: auto; }
ul.list-paddingleft-2 { padding-left: 20px; }

.info table { max-width: 100%; }
.info table p { display: inherit; }
.info p ,
.info section {/* margin-bottom: 15px; */ line-height: 1.8; color: #8a9099;  word-break: break-word;}
.info p a { display:inline;   }
.info b,
.info strong { color: #101010; } 
.info p  { margin-bottom: 8px; font-size: 15px; }

.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 { line-height: 1.35; }

 .desc-unlimit a,
 .info a { color: #0180ff; }
 

/* 网站颜色设置 */ 
:root {
	--theme_brandColor: #2a8490;
	--sustechBlue: #2db7b3;
	--sustechGreen:#004246;
	--sustechOrange:#ed6c00;
	--theme_grey: #c3c6ca;
	--theme_Lightblue: rgba(45,183,179,.05);
	--theme_Lightgrey: rgba(0,40,57,.05);
	
	--theme_body_bg: #f8f8f8;
	--navbar_color:#0f373b;
	
	--party_bg: #fef5e9;
	--party_txt: #dd001a;
	
	--border_color :#d2dbe6; 
	--slide-dot: #cccccc;
	
	--text_mainColor: #1d1d1f;
	--color_desc: #6e6e73; 
	--color_date: #b9b9c0; 
	
	--color_bai : #ffffff; 
	
	--gap-space:24px;
	--padding-24:24px;
	
	--icon-jt:#000820;
} 
.theme_brandColor { background-color: var(--theme_brandColor) !important; color: #fff ; }


.theme_blue { background-color: var(--sustechBlue); color: #fff  ; }
.theme_orange { background-color:var(--sustechOrange); color: #fff; }
.theme_green { background-color:var(--sustechGreen) !important; color: #fff; }

.theme_Lightblue { background-color: var(--theme_Lightblue); }
.theme_Lightgrey { background-color: var(--theme_Lightgrey); }

.theme_grey { background-color:var(--theme_grey); color: #fff; }
.theme_body { background-color: var(--theme_body_bg);  }

.mainColor { color: var(--text_mainColor); }

.theme_party { background-color: var(--party_bg) !important; color: var(--party_txt);  }
.theme_party_txt { background-color: var(--party_txt) !important; color: #fff !important; }
.theme_party_txt * ,
.theme_party_txt .icon-more::after  { border-color: #fff !important; color: #fff !important;}


.color_party { color: var(--party_txt) !important; }
.color_party i ,
.color_party i::before,
.color_party i::after { border-color: var(--party_txt); }





.unison-date,
.unison-date2 { color: var(--color_date);}

.unison-date2 {
    line-height: 1;
    text-align: center;
    width: fit-content;
    margin-left: 0;
    height: fit-content;
}
.unison-date2 big {  display: block; font-size: .68rem; font-weight: bold; }
.unison-date2 small {  display: block; font-size: 16px;font-weight: bold;  }

/* 字体颜色 */
.color_brandColor { color: var(--theme_brandColor);}
.color_themeGreen { color:var(--navbar_color);  }
.color_themeGrey { color:var(--theme_grey);  }
.color_themeOrange { color: var(--theme_orange)!important;  }
.color_themeLightblue { color: var(--theme_Lightblue);}
.color_themeLightgrey { color: var(--theme_Lightgrey);  }
.color_lightblue { color:var(--theme_Lightblue) ; }
.color_title { color: var(--color_title) !important;}
.color_d2dbe6 { color: #d2dbe6 !important; }
.color_d2dbe6 *,
.color_d2dbe6 ::after ,
.color_d2dbe6 :before{ border-color: #d2dbe6 !important; color: #d2dbe6 !important; }

/* 白色 */
.color_bai { color: var(--color_bai ); }
.color_bai ,
.color_bai *,
.color_bai i:before,
.color_bai i::after { color: #fff !important; border-color: rgba(255,255,255,.5) !important; }


/* 其他底纹色系 */
.bg_fff { background-color: #fff; }
.bg_fbf8f5 { background-color: #fbf8f5; }
.bg_eee { background-color: #eee; }
.paddig-10 { padding: 10px; }

 
/* 边框线 */
.line-bai { border-color: rgba(255,255,255,.5) ; }
.border_color { border-color: var(--border_color) !important; }

.has_topline ,
.line-top { border-top: 1px var(--border_color) solid; }
.line-bottom { border-bottom: 1px var(--border_color) solid; }

 
/* 渐变背景 */
.line-waves-grey {
	background: -webkit-linear-gradient(top, #ebeff4 , #ebeff4);
}



/* 遮罩层 */
.black_wamp {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}



/* 统一字体设置 */
.font-12 { font-size: .12rem;  }

.font-14,
.tool_list .tool_flex ul li a  { font-size: .12rem; }

p,
.font-16,
.news-tags ,
.unison-date { font-size: .16rem; }

.font-18{ font-size: .18rem; }

.font-20 ,
.stand-title-20 { font-size: .2rem; }

.font-22,
.stand-title-22 { font-size: .22rem; }

.font-24 ,
.co-tittle-en ,
.stand-title-24 ,
.news-tittle  { font-size: .24rem; }

.font-28,
.stand-title-32  { font-size: .28rem; }

.font-30 { font-size: .3rem; }

.font-32 ,
.slogan { font-size: .32rem; }

.font-36 ,
.co-tittle ,
.stand-title-36 ,
.news-detail-title { font-size: .3rem; }

.news-detail-title { margin-bottom: var(--gap-space); }

.font-42 { font-size: .42rem; }

.font-48,
.stand-title-48 ,
.counter { font-size: .48rem; }

.font-60 { font-size: .6rem; }

.font-72,
.banner-tittle { font-size: .6rem; }
 
.font-100 { font-size: .96rem; }

.stand-title-20,
.stand-title-22,
.stand-title-24,
.stand-title-32,
.stand-title-36,
.stand-title-48,
.news-detail-title {line-height: 1.35; }

.none-padding { padding:0 !important; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-40 { margin-bottom: 40px; }
 

/* 页面通用规则 */ 
.mode {  width: 100%;  overflow: hidden; padding: .7rem 0 ; padding-top: 1rem ; position: relative; background-repeat: no-repeat; }

.dis_flex {	display: flex; flex-flow: row wrap;  }
.dis_grid {	display: grid; gap: var(--gap-space); }

.text-center { text-align: center;}
.text-center .news-detail-share {
	justify-content: center;
	gap:var(--gap-space) ;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.text-center .news-detail-share p {font-size: 14px;}


.position_static { position: static !important; }
.position_rela { position: relative; z-index: 1; }
.position_up { position: relative; z-index: 5; }

.svg-root {
	display: flex;
	align-items: center;
	width: 20px;
	height:20px;
	line-height: 20px;
	text-align: center; 
	border-radius: 50%; 	
} 

.svg-root svg {fill: #fff; }

.svg-path { width: 100%; height: auto; }
.svg-path:root, 
.svg-root:root { width: 100%; height: 100%; display: block; } 
 
.clearfix { clear: both; }
.phone,
.phone_float,
.phone_flex { display: none !important; } 

.icon {  
	width: 20px;
	height: 20px;
	display: inline-flex;
	background-repeat: no-repeat; 
	background-position:center center;  
}

.icon-susteach { background-color: var(--sustechGreen); background-image: url(../img/icon/icon-sustech.png);  }  
.icon-gong { background-color: var(--sustechOrange); background-image: url(../img/icon/icon-gong.png);  }  

.icon-top {
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: center 5px;
	/* background-size:auto 30px; */
	display: block;
	text-align: center; 
}

.icon-right {
	padding-right: 23px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px auto;
    display: block; 
}

.icon-left {
	padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px auto;
    display: block; 
}
.icon-student {  background-image: url(../img/icon/icon-student.png);}
.icon-job {  background-image: url(../img/icon/icon-jab.png);}
.icon-backtop { background-image: url(../img/icon/btn-backtop.png);}
.icon-home { background-image: url(../img/icon/icon-home.png);}
.icon-time { background-image: url(../img/icon/icon-time.png);}
.icon-address { background-image: url(../img/icon/icon-address.png);}
.icon-person { background-image: url(../img/icon/icon-person.png);  background-size: 14px auto;}
.icon-person-bai { background-image: url(../img/icon/icon-person-bai.png);  background-size: 14px auto;}
.icon-download { background-image: url(../img/icon/icon-download.png );  }


.plus {display: block; width: 15px; border-top: 3px var(--text_mainColor) solid;  position: relative; transition: all .35s;}
.plus::after {
	content: "";
	display: block;
	height: 15px;
	border-left: 3px var(--text_mainColor) solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-59%);4
	transition: all .35s;
}

ul li.active .plus::after { opacity: 0; transition: all .35s; }


/* 圆角 */ 
.border-radius-5 { border-radius: 5px; }
.border-radius-10 { border-radius: 10px; }
.border-radius-20 { border-radius: 20px; }
.border-radius { border-radius: 50%; overflow: hidden; }

/* 通用标题 */
.co-title-group { 
	position: relative; 
	display: flex;
	justify-content: space-between;
	align-items: center; 
	margin-bottom: 40px; 
	color: var(--theme_brandColor);
}
.co-title-group .total { position: absolute; bottom: 0; right:0 ;  }
.co-title-group small { display: block; font-size: .18rem; line-height:1.5; font-weight: bold; }

.co-title2 { margin-bottom: 40px;  }
 
.co-title { position: relative; line-height: 1.35; color: var(--theme_brandColor); font-size: .4rem; }
.innerblock { margin-bottom: var(--gap-space); }
.innerblock span { padding: 0; font-size: 75%; text-transform:uppercase;   display: block !important; }
.innerblock .icon-angle-before::before {display: none; }
 

.icon-angle-before,
.icon-angle-after {
	text-transform: capitalize;
    display: inline-grid;
    text-box-trim: trim-start;   
    letter-spacing: -1px;
	position: relative;	
	font-style: normal;
}

.icon-angle-before {  padding-left: 32px; }

.icon-angle-before::before{
	content: "·";
	position: absolute;
	display: inline-block;
	left: 6px;
	font-size: 48px;
	line-height: 36px;
	height: 100%;
} 

.icon-angle-after::after {
	content: "";
	display: block;
	width: 100%;
	height: 137%;
	position: absolute;
	right: -35px;
	top: -14px;
	z-index: -1;
	background-image: url(../img/icon/text-shaow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right center;
}


.co-title2 {  color: #fff;  position: relative;  }
.co-title2 img { height: 1.2rem; }
.co-title2 i { 
	padding: 0 .36rem; 
	display: inline-flex; 
	position: absolute; 
	left: 0; top: 60%; 
	transform: translateY(-50%); 
	font-size: .24rem;
	font-style: normal;
	line-height: 1.35;
}


.btn-stand-more {
	display: flex;
	width: auto;
	min-height: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.icon-jt-left,
.icon-jt-right {
	display: inline-block;
	width: 16px;
	height: 2.3px;
	background-color: #fff;
	position: relative;
}

.icon-jt-left::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px #fff solid;
	border-left: 3px #fff solid;
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%) rotate(-45deg);
}

.icon-jt-right::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px #fff solid;
	border-right: 3px #fff solid;
	position: absolute;
	left: calc(100% - 10px);
	top: 49%;
	transform: translateY(-50%) rotate(45deg);
}

.icon-jt-top {
	display: inline-block;
	width: 3px;
	height: 16px;
	background-color: var(--icon-jt);
	position: relative;
}
.icon-jt-top::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px var(--icon-jt) solid;
	border-right: 3px var(--icon-jt) solid;
	position: absolute;
	left: 1px;
	top: 0;
	transform: translateX(-50%) rotate(-45deg);
}

.icon-svg { fill:#fff }  


/* 标题文字限制 */ 
.desc,.txtlength_limit,
.stand-title ,
.stand-title-20 ,
.stand-title-24 { /* margin-bottom: 0.16rem; */ line-height: 1.35;  }

.desc p , 
.txtlength_limit p,
.desc-unlimit p { color: var(--color_desc); }

.news-tittle ,
.desc p , 
.txtlength_limit p {
	display: -webkit-box; 
	line-height: 25px;
	overflow: hidden;
	/* max-height: 50px; */
	text-overflow: ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	text-align: left; 
}

.news-tittle { 
	line-height: 1.5; 
	color: var(--text_mainColor); 
	font-weight: bold; 
	height: fit-content; 
	display: -webkit-box;
	-webkit-line-clamp:2 ;
	-webkit-box-orient: vertical;
}

.desc-unlimit p {  text-align: left;   }
.txtlength_limit_1 p  { display: -webkit-box;  -webkit-line-clamp: 1; overflow: hidden; } 
.txtlength_limit_3 p  { display: -webkit-box;  -webkit-line-clamp: 3; overflow: hidden; } 
.txtlength_limit_4 p { display: -webkit-box;  -webkit-line-clamp: 4; overflow: hidden; } 


.container {  max-width: 1866.83px; margin: auto; width:14rem; min-width: 1230px;  position: relative; z-index: 1; }
.container:before,
.container::after {display: none; }
.grid-container { display: grid; gap: var(--gap-space);}
.grid-container::before,
.grid-container::after { content: ""; display: none; }
.gap-space { gap:var(--gap-space) }


.headtop .container , 
.foot .container ,
#banner .inside-bottom { width: 96%; }
 

.btn-common-more2,
.btn-common-more { 
	display:flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #fff;
	padding: .1rem .2rem;
	margin: 0;
	width: 1.5rem;
	height: fit-content;
	border-radius: 3px;
	transition: all .35s;
}


.circle-line,
.btn-common-more2 i,
.btn-common-more i {
	display: inline-block;
	margin: 0;
	min-width: 12px;
	min-height: 12px;
	width: .12rem;
	height: .12rem;
	border-top: 3px #fff dotted;
	border-right: 3px #fff dotted;
	transform-origin: right center;
	transform: translate(0px, 5px) rotate(45deg);
	align-items: center;
	position: relative;
	transition: all .35s;
} 

.btn-common-more {
	background-image: radial-gradient( #257c88 ,#fff,#14626c ) ;
	background:-webkit-linear-gradient(0deg,#14626c,#5a969a,#14626c) ;
}


.btn-common-more:hover {
	color: #fff;
	text-decoration: none;
	/* background-color: var(--theme_orange); */
	transition: all .35s;
}


.btn-common-more:hover i::after{
	transform: translate(-50%,-50%) rotate(360deg);
	transition: all .35s;
}


/* 快捷入口 */
.entrance {
	position: fixed;
	right: 0;
	bottom: 25vh;
	z-index: 50;	
	display: none;
}
.entrance ul { display: grid; gap: 10px; }

.entrance ul li { box-shadow: 0 0 15px rgba(0,0,0,.15); }

.entrance ul li a {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	font-size: 12px; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

.entrance ul li:nth-child(1) a { background-color: var(--theme_brandColor); color: #fff; }
.entrance ul li:nth-child(2) a { background-color: var(--text_mainColor);color: #fff; }
.entrance ul li:nth-child(3) a { background-color: #f4fbfb; color: var(--theme_brandColor);}


/* head */
.headtop {
	width: 100%;  
	padding: 20px 0; 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	transition: all .35s; 
}
 

/* .fix_bai { 
	 padding: 20px 0;
	background-color: #fff;
	box-shadow:  0 10px 15px rgba(0,0,0,.15); 
	transition: all .35s;
} */
 .fix_bai .menu ul li p a,
 .fix_bai .tool ul a { color: var(--color_title) !important; } 
 .fix_bai .menu ul li p:hover a { color: var(--theme_brandColor) !important; }
 .fix_bai .icon-svg { fill: var(--color_title) !important; }
 
 


.position_fixed { position: fixed; top: 0; left: 0; transition: all .35s; }

.has_panel { display: flex; align-items: center; position: relative; z-index: 15; padding: .2rem 0; }

.logo {  overflow: hidden;   position: relative; z-index: 10; }
.logo a { display: block; width: 100%; height: 100%; position: relative; z-index: 1; }
.logo img { height:.5rem; width: auto;  } 

.headtop img.on-color { opacity: 0; }
.headtop img.old { opacity: 1; } 

.headtop .container {  
	display: grid;
	grid-template-columns: calc(77% - 10px) 23%;
	gap: 10px;
	align-items: center;	
}
.headtop .menubar { 
	display:grid;
	align-items: center;
	grid-template-columns: 30% auto;
	
}

.btn-search-box { overflow: visible !important; }
.has_child_panel { position: relative; padding-right: 35px; }
.has_child_panel::after {
	content: "";
	width: 8px;
	height: 8px; 
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	position: absolute;
	right: 8px;
	top: 50%;
	transform-origin: center center;
	transform: translateY(-50%) rotate(135deg);
}

.tool ul li .has_child_panel::after { border-color: var(--theme_brandColor); }


.tool,
.menubar {
	padding: 10px 20px;  
	background-color: #fff; 
	border-radius: 10px;
	box-shadow:  0 10px 15px rgba(0,0,0,.15); 
}


.tool { position: relative; }
.tool::before {
	content: "";
	width: 30px;
	height: 5px;
	background-color: var(--theme_brandColor);
	border-radius: 5px;
	display: block;
	position: absolute;
	left: -19px;
	top: 50%;
	transform: translateY(-50%);
}
.tool ul {     
	min-height: .45rem;
    display: grid;
    grid-template-columns: 30px calc(100% - 106px - 28px) 76px;
    gap: 14px;
    align-items: center;
}
.tool ul li {  
	background-color: #e9f2f4;  
	display: grid;
	position: relative;
	align-items: center;
	padding: 0 8px; 
	min-height: 30px;
	line-height: 33px;
	border-radius: 5px;
	text-decoration: none;
	transition: all .35s;
}

.tool ul li p {
	font-size: .14rem;
	display: flex;
	align-items: center;
	line-height: .3rem;
	gap: 6px;
	position: relative;
}

.tool ul li ol {
	padding: 10px;
	position: absolute;
	top: 83%;
	width: 100%;
	background-color: #e9f2f4; 
	display: none;
}

.tool ul li.active,
.tool ul li.active ol {	background-color: var(--theme_brandColor);	color: #fff;}


.tool ul li ol a { font-size: .14rem; color: rgba(255,255,255,.5); padding: 8px 0; line-height: 1;   }
.tool ul li ol a:nth-child(1) {	border-top: 1px rgba(255,255,255,.5) solid;}

.tool ul a svg {fill: var(--theme_brandColor); width: 16px; margin-left: 5px; font-weight: bold; }
 .tool ul a:hover {
	color:rgba(255,255,255,1);
	text-decoration: none;
	transition: all .35s;
} 


.menu {  width: 100%; display: flex; justify-content: flex-end; align-items: center; align-content: center; flex-flow: row nowrap;  }
.menu ul { width: 100%; display: flex; justify-content: flex-end; gap: 2%;}
.menu ul li { display: block; margin: 0; line-height: 1; padding: 8px 0;   position: relative;  }
.menu ul li:last-child { margin-right: 0; }
.menu ul li p {	display: block;	line-height: 1;  margin: 0;  color: var(--color_title) ; text-decoration: none; transition: all .35s;}
.menu ul li.nav_active p a,
.menu ul li p:hover a { color: var(--theme_brandColor);transition: all .35s; }
.menu ul li.nav_active p a::after { opacity: 1; transition: all .35s; }

.lang a,
.menu ul li p a ,
.menu ul li ol a {  
	font-size: .16rem; 
	font-weight: 600; 
	line-height: 1.15; 
	display: block;  
	text-decoration: none; 
	transition: all .35s;
}


 .fix_bai img.on-color { opacity: 1 !important; }
 .fix_bai img.old { opacity: 0 !important; }
 
.fix_bai .lang a,
.fix_bai .menu ul li p a ,
.fix_bai .menu ul li ol a ,
.fix_bai .tool ul a:hover svg { fill:var(--color_title); color: var(--color_title)  ; text-decoration: none; transition: all .35s;}
.fix_bai .tool ul a svg,
.fix_bai .tool ul a  { fill:rgba(0,22,44,.5) !important; color: rgba(0,22,44,.5) !important; }

.menu ul li ol {  
	width: 170px;
	position: absolute;
	top: calc(100% + 36px );
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 20px;
	background-color: #f3f4f6;
	overflow: visible;
	display: none;
}
.menu ul li ol:before { 
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 9px transparent solid;
	border-top: none;
	border-bottom: 13px #f3f4f6 solid;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.fix_bai .menu ul li ol { top: calc(100% + 35px ); box-shadow: 0 15px 25px rgba(0, 0, 0, .15);}


.menu ul li ol a { font-weight: normal; color: #999; padding: 8px 0; font-size: 16px; text-align: center; border-bottom: 1px #eee solid; }
.menu ul li ol a:last-child { border: none; }
.menu ul li ol a:hover { color:var(--sustechBlue); text-decoration: none; font-weight: 600; }

.foot { 
	width: 100%; 
	padding-top: 60px;
	padding-bottom: 15px;
	position: relative; 
}
.foot .grid-container { grid-template-columns: 20% 70%; gap: 10%; align-items: end; }
.foot .ft-grid-left ,
.foot .ft-grid-right .ft-menu ,
.foot .ft-grid-right .ft-grid-third { padding:50px 70px; }

.foot .ft-grid-left { display: grid; gap: var(--gap-space); padding-left: 0; border-right: 1px rgba(255,255,255,.15) solid; }
.foot .ft-grid-right .ft-menu ,
.foot .ft-grid-right .ft-grid-third { padding-right: 0; }
.foot .ft-grid-right .ft-grid-third { position: relative; }

.foot .ft-grid-right .ft-grid-third::after {
	content: "";
	width: calc(100% + ( 100vw - 16rem ) / 2 - 5px );
	border-top: 1px rgba(255,255,255,.15) solid; 
	position: absolute;
	top: 0;
	left: 0;
}

.ft-menu ul { 
	display: grid;
	gap: var(--gap-space);
	grid-template-columns:repeat(auto-fill,minmax(80px,1fr));
}
.ft-menu ul li ol { 
	padding: 0;
	margin-top: 10px;
	display: flex;
	flex-flow: column;
	gap: 8px;
}
.ft-menu ul li p a  { font-size: .16rem; }
.ft-menu ul li p a ,
.ft-menu ul li ol a { color: rgba(255,255,255,1);  }
.ft-menu ul li ol a { font-size: 14px; opacity: .4;  transition: all .35s;}
.ft-menu ul li ol a:hover { opacity: 1;  transition: all .35s;}

.ft-flex-between { 
	border-top: 1px #fff solid;
	display: grid;
	grid-template-columns: 85% auto;
	align-items: flex-start;
	padding-top: 20px;
	justify-content: space-between;  
	min-height: 3rem;
}

.ft-copyright {
	display:flex;
	flex-flow: row-reverse;
	align-items: flex-end;
	justify-content: space-between; 
	
}
.ft-copyright p,
.ft-contact h3 {font-size: 14px;}

.ft-contact { display: flex;align-items: flex-end;	gap: 8px; position: relative; padding-left: 200px; }
.ft-contact h3 { position: relative; font-size: .16rem; }

.ft-copyright p,
p.copyright2 { padding: 10px 0; line-height: 1; }

.ft-tel {
	position: absolute;
	left: 0;
	width: 192px; 
	background-color: rgba(255,255,255,.15);
	padding:10px 8px 10px 15px; 
}
.lianxi {  
	margin-top: 10px;  
	height: 2rem; 
	overflow-y: scroll; 
	display: none; 
}
.lianxi p { font-size: 12px; padding: 0; margin-top: 15px; line-height: 1.35;}
.lianxi p:first-child { margin-top: 0; }

.lianxi::-webkit-scrollbar-button { display: none; }
.lianxi::-webkit-scrollbar,
.lianxi::-webkit-scrollbar-thumb { width: 3px; }
.lianxi::-webkit-scrollbar-track { background-color: rgba(255,255,255,.15); }
.lianxi::-webkit-scrollbar-thumb { background-color: #fff; }

.ft-links a {
	margin-bottom: 10px;
	display:flex;
	align-items: center;
	color: #fff;
	font-size: 13px;
	gap: 5px;
	text-decoration: none;
}

.ft-links a i {
	width: 25px;
	height: 25px;
	border-radius: 5px;
}


/* 移动端菜单按钮 */
.dot { 
	display: none;
	width: 25px; 
	height: auto;
	margin-right: 5px;
	/* padding: 10px 0; */
	/* background-color: rgba(255,255,255,.35); */ 
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px; */
	cursor: pointer;
	z-index: 5;  
}

.dot span {
	display: block;
	width: 100%;
	transform-origin: center center;	
	border-top:3px var(--theme_brandColor) solid;
	margin: 5px 0; 
	transition: all .35s;
}

.fix_bai .dot span { border-color: var(--theme_brandColor); }

.on span:nth-child(1) { transform: translate(0px, 8px ) rotate(45deg) ; }
.on span:nth-child(2) { opacity: 0; transition: all .35s; }
.on span:nth-child(3) { transform: translate(0px, -7px ) rotate(-45deg) ; }

.sm_panel {
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    padding-top: 105px; 
	height: 100vh;
	display: none;
}

.sm_panel .container { 
	height: calc(100vh - 85px); 
	display: grid;
	gap: 20px;
}

.sm_menu ul ol { display: none; }
.sm_menu ul li:first-child { border-top: 1px #d2dbe6 solid; }
.sm_menu ul li { transform: translateX(100%); opacity: 0; border-bottom: 1px #d2dbe6 solid; }
.sm_menu ul li p a { padding: 14px 0; font-size: 18px; color: #3c4b5e; }

.sm_copyright {  padding: 15px 0; }
.sm_copyright p { text-align: center; font-size: 12px; color: #999; } 

.sm_tool {
	display: grid;
	grid-template-columns: 30px 20px auto;
	gap: 10px;
	align-items: center;
	 height: fit-content;
}

.search-smbox { position: relative; border: 1px #eee solid; }

.search-smbox,
.search-smbox form input, 
.search-smbox form button { height: 35px; }
.search-smbox form input { padding: 0 10px; }

.search-smbox form {
	display: grid;
	grid-template-columns: 85% 15%;
}

.search-smbox form .btn-search ,
.search-smbox form .btn-search::after{ border-color: var(--theme_brandColor); }

/* 动画 */


/* .co-tittle-group, */
/* .li-line-2 ul li,
.li-line-3 ul li,
.li-line-4 ul li { opacity: 0;	transform: translateY(100px);} */

.bannerInLeft:before {	animation: bannerIn 1s ease .1s forwards;}
.bannerInLeft { animation: bannerInLeft .7s ease .15s forwards; }

.bannerIn { animation: bannerIn 1s ease .15s forwards; }

.bannerInUp { animation: bannerInUp 1s ease .25s forwards; }
.bannerInUp-35 { animation: bannerInUp 1s ease .45s forwards; }
.bannerInUp-7 { animation: bannerInUp 1s ease .7s forwards; }

.footerInUp { animation: bannerInUp .35s ease .5s forwards; z-index: 55 !important; }
.footerInDown { animation: bannerInDown .35s ease  forwards; }

.scaleImg {animation: scaleBG 1s ease-out forwards;}


@-webkit-keyframes bannerIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes bannerInLeft {
	from { opacity: 0;	transform: translateX(100%);}
	to { opacity: 1; transform: translateX(0);}
}

@-webkit-keyframes bannerInUp {
	from { opacity: 0;	transform: translateY(100px); }
	to { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes bannerInDown {
	from { opacity: 1;	transform: translateY(0); }
	to { opacity: 0; transform: translateY(100px); }
}

@-webkit-keyframes slidebarShow {
	0 {   width: 0; }
	100% {  width: 35px; }
	/* 100% { width: 0; } */
}

@-webkit-keyframes scaleImg {
	0 {   transform: translate(-50%,-50%) skew(34deg, 0deg) scale(1.5); }
	100% {  transform: translate(-50%,-50%) skew(34deg, 0deg) scale(1); }
	/* 100% { width: 0; } */
}

@-webkit-keyframes scaleBG {
	0 {   transform: translate(-50%,-50%) scale(1.15); }
	100% {  transform: translate(-50%,-50%) scale(1); }
	/* 100% { width: 0; } */
}

/* 动画-end */

 

 
/* mode内页banner通用规则 */
.innerban { 
	width: 100%; 
	height:4.8rem; 
	background-color: var(--theme_brandColor);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;	 
}
.innerban .inside-bottom {	
	position: absolute;
	bottom: -23px;
	height: auto;
	width: 100%;
	left: 0;
	right: 0;  
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	/* pointer-events: none; */
	z-index: 10;
	padding-top: 1rem;
	/* background: -webkit-linear-gradient(bottom,#0a659f,rgba(255,255,255,0));
	background: -moz-linear-gradient(bottom,#0a659f,rgba(255,255,255,0));
	background: -ms-linear-gradient(bottom,#0a659f,rgba(255,255,255,0));
	background: linear-gradient(bottom,#0a659f,rgba(255,255,255,0)); */
}

.innerban .container { 
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
	color: #fff;
	background-color: var(--navbar_color);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	padding: 0 23px;
}

.innerban .party-title {
	color: rgba(255,255,255,.35);
	width: 80%;	
	height:72%;
	margin: auto;
	display: flex;
	align-items:flex-end;
}


.innerban .sub_nav { width: calc(100% - 1.5rem); }

.innerban .page_bread { width: 2.8rem; display: flex; justify-content: flex-end; } 
.innerban .page_bread p,
.innerban .page_bread p a { color: #fff; text-decoration: none; }

.innerban-title { margin-top: 10%; }
.innerban-title h1 { font-weight:500; margin-bottom: 8px; }
.innerban-title p { opacity: .85; }

.sm_sub_nav {
	padding: 20px 0;
    background-color: var(--theme_Lightblue);
}

.main-box {  position: relative; }
.main-box ul {
	position: absolute;
	background-color: var(--theme_brandColor) ;
	width: 100%;
	display: none;
}

.main-box ul li a { color: #fff; text-decoration: none; padding: 8px 12px; }
.main-box ul li:hover a {background-color:#eee ; color: var(--theme_brandColor); text-decoration: none; } 

h3.page-title {
    font-size: 16px;
    background: #fff;
    padding: 12px;
    position: relative;
	padding-right: 15px;
}

h3.page-title::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 7px transparent solid;
	border-top: 8px var(--theme_brandColor) solid;
	border-bottom: none;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}


.sm_sub_nav { width: 100%; }
.sub_nav_panel { position: relative; z-index: 15; margin-top: -50px; margin-bottom: 70px; }

.drop_menu {  display: flex;  align-items: center; justify-content: flex-end;} 
.page-position {  border-right: 1px #b2b9c1 solid; padding-right: 10px;  }
.page-position a { line-height: 1; display: block; }

.panel_drop { position: relative; width: 200px; margin-left: 20px; }
.panel_drop::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 38%;
	transform-origin: center center;
	transform:  translateY(-50%) rotate(135deg);
	border-top: 2px #b2b9c1 solid;
	border-right: 2px #b2b9c1 solid;
}
.panel_drop ul { background-color: rgba(255,255,255,.5);  position: absolute;  top: 100%;  width: 100%;  padding: 15px; display: none; }
.panel_drop ul li { opacity: .5; display: block; padding-bottom: 8px; border-bottom:  1px #b2b9c1 solid; margin-bottom: 8px; transition: all .35s; }
.panel_drop ul li:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
.panel_drop ul li:hover { opacity: 1; transition: all .35s; }

.child-menu { margin-left: 40px; }
.child-menu::before {
	content: "";
	height: 16px;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px #b2b9c1 solid;
}

input.select-option { 
	width: 100%;
	padding:5px 0; 
	text-align: left;	
	position: relative; 
	padding-right:20px; 
	/* font-weight: bold; */
	font-size: .18rem; 
	color: #2e3b4c; 
	cursor: pointer; 
}

.type-search { position: relative; border-bottom: 1px #d2dbe6 solid; }

.search-tool-box { position: absolute; right: 0; top: 0; height: 100%; padding-left: 40px; opacity: .5; z-index: 5; display: flex; align-items: center; }
.search-tool-box form  { width: 100%;  }
.search-tool-box input { height: .46rem; color: #2e3b4c; z-index: 5; font-size: .18rem; }
.search-tool-box input::placeholder {color: #2e3b4c; }
.search-tool-box button { padding: 0 10px; height: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);  }
.search-tool-box button i { width: .17rem; height: .17rem; }
.search-tool-box button i,
.search-tool-box button i::after { border-color: #2e3b4c; }

/* search-for-news */
.search-box { 
	width: 600px;
	max-width: 90%;
	height: 50px;
	background-color: #fff;
	border-radius: 80px;
	padding: 10px 30px;
	overflow: hidden;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.search-box form { 
	width: 100%;
	height: 100%; 
	position: relative;
}

.btn-search {
	margin: auto;
	display: block;
	min-width: 12px;
	min-height: 12px;
	width: .13rem;
	height: .13rem;
	border: 2px var(--theme_brandColor) solid;
	border-radius: 50%;
	position: relative;
	font-style: normal;
	cursor: pointer;
	/* margin: auto; */
}

.btn-search::after {
	content: "";
	display: block;
	width: 5px;
	border-top: 2px var(--theme_brandColor) solid;
	position: absolute;
	top:100%;
	left: 78%;
	transform: rotate(45deg);
}

.search-box input { width: calc(100% - 18px); height: 100%; line-height:100%;  color: #333; }
.search-box button {
	width: 40px;
	height: 100%;
	position: absolute;
	right: -20px;
	bottom: 0;
	padding: 0;
	border: none;
	outline: none;
}

button .btn-search { 
	min-width: 14px;
	min-height: 14px; 
}

.search-box button .btn-search ,
.search-box button .btn-search::after { border-color:#2e3a4c; }

.normal_state_opacity { opacity: 1; }

.resultslist ul li {  padding: 20px 0; border-top: 1px #eee solid; }
.resultslist ul li:last-child   { border-bottom: 1px #eee solid;}
.resultslist ul li h3 { margin-bottom: 5px; }
.resultslist ul li p small { font-size: 20px;  }
.resultslist ul li p.unison-date big {
	line-height: 1; 
	letter-spacing: -2px; 
	display: block; 
	font-size:28px;
	font-weight: bold;
}
.resultslist ul li a dl {
	display: grid;
	grid-template-columns: 100px  calc(100% - 300px)  150px;
	align-items: center;
	gap: var(--gap-space);
}

.resultslist ul li:hover h3 ,
.resultslist ul li:hover .unison-date2  { color: var(--theme_brandColor); transition: all .35s;}

/* mode内页banner通用规则-end */


/* fenye  */
.pages { width: 100%; /* margin-top: 40px; */ border-top: 1px #e1e1e1 solid; }
.pages ul { width: 100%; padding: 35px 0 0; position: relative; text-align: center; }
.pages ul a {
	display: inline-block;
	min-width: 35px;
	min-height: 35px;
	width: .4rem;
	height: .4rem; 
	color:var(--text_mainColor);
	background-color: #f3f4f6;
	text-align: center;
	line-height: .4rem;	
	border: none;
	font-size: 14px;
	font-weight: normal;
	border-radius: 5px;
	margin: 0 10px;
	text-decoration: none;
	transition: all .35s; 
}

.pages ul a.prev,
.pages ul a.next { 
	width: auto;  
	padding: 0 24px;
	background-color:  #f3f4f6;  
	cursor: pointer; 
	text-align: center;  
	position: relative; 
	margin: 0;
}

.pages ul a.prev { position: absolute; left: 0; text-align: left; }
.pages ul a.next { position: absolute; left: auto; right: 0; text-align: right; }
  
/* .pages ul a.prev:hover ,
.pages ul a.next:hover { background-color: transparent;  } */

.pages ul a.prev:hover i::before ,
.pages ul a.next:hover i::before { border-color: #fff;  } 

.pages ul a.prev:hover i::after,
.pages ul a.next:hover i::after { border-color: #fff;  } 

.pages ul a.active,
.pages ul a:hover { background-color: var(--theme_brandColor ); color:  #fff; transition: all .35s;  }

.noneline { border-color: transparent; }
/* fenye-end */



/* 2025-10-29修改 */
.wx-code {
	display: flex;
	flex-flow: column;
	gap: 5px;
}


