 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
	
}
/* a{
	text-decoration: none; 
	color: #1A2B3E;
} */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	background-color: #EFF1F6;
	font-family: Source Han Sans CN;
	font-size: 0.95vw;
	color: #1D2D40;
	min-width: 375px;

}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: max(5px,0.8vw); 
	line-height: 1.5em;
	text-align: center;
	table-layout: fixed;
}
th, td {
	width: 25%;
	border: 0.2vw solid white;
	
}
th {
   color: white;
  /* font-weight: bold; */
   padding: 0.5vw;
   border-top-style: none;
  
}


td {
	padding:0.5vw;
	
}

/*table列表1*/

.tab-1-th{
	border-bottom:0.1vw solid #00B5C4;
	background-color: #00B5C4;
}
.tab-1-tb{
	background-color: #D8F3F6;
}
/*table列表2*/

.tab-2-th{
	border-bottom:0.1vw solid #EDB245;
	background-color: #EDB245;
}
.tab-2-tb{
	background-color: #FDF4E5;
}


.flex-r{
	display: flex;
	flex-direction: row;
	
	
}
.flex-r-c{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}
.flex-r-end{
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	
}
.flex-r-s{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.flex-c{
	display: flex;
	flex-direction: column;
	
}
.flex-c-c{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.bgt{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;

	
}

/* 顶部横幅 */
.header {
	min-width: 375px;
	width: 100%;
	background-image: url(../img/gpcg-header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	aspect-ratio: 1920/432;
	
	
	
}

.content-bg{
	min-width: 315px;
	width: 100%;
}

.content{
	min-width: 315px;
	width: 63%;
	

}

.h1-text{

	font-weight: 500;
	text-indent: 2em;
	padding:2vw;
	line-height: 2em;
	background-color: #FFFFFF;
	margin-top: -35px;
	border-radius: 4px;
	box-shadow: 0px 3px 5px 1px #D8D8DD;
	margin-bottom: 2vw;
}

.h2-bg{
	margin: 1vw 0 0;
	padding:2vw;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.h2-t1{
	
	
	background-color: #F1FBFC;
}

.h2-t2{
	
	margin-top: 2vw;
	background-color: #FFFCF7;
}
.h2-t3{
	margin-top: 2vw;
	background-color: #FFF5FA;	
}

.h2-t1-top{
	justify-content: space-between;
	padding: 2vw 0px 1.5vw 1.5vw;
	/* align-items: baseline; */
}

/*小标题标题*/
.title-label{
	
	height: 2.5vw;
	text-align: center;
	color: white;
	line-height: 1.8vw;
	margin-right: -0.5vw;
	font-weight: 500;
	margin-top: -0.8vw;
}

.title-label1{
	
	height: 2.5vw;
	text-align: center;
	color: white;
	line-height: 1.8vw;
	margin-right: -0.5vw;
	font-weight: 500;
	margin-top: 0.8vw;
}
.t-ul{
	list-style-type: disc;
	margin: 0.5vw 0 0 1vw ;
}

.t-ul li{
	list-style-type: disc;
	/* font-weight: 500; */
	font-size: 0.9vw;
}

.sm{
	margin-right: 10px;
}
.sm::before{
	content: "*";
	color: red;
	margin-left: 5px;
	
}




/*下划线*/
.underline {
  border-bottom: 1px solid #00B5C4; /* 添加底部边框作为下划线 */
  padding-bottom: 0.8px; /* 调整下划线位置 */
  width: fit-content;
}

.underline1{
	border-bottom: 1px solid #EDB245; /* 添加底部边框作为下划线 */
	padding-bottom: 0.8px; /* 调整下划线位置 */
	width: fit-content;
}

/* 底部样式 */
.footer {
	min-width: 375px;
	background-color: #3B3F49;
	width: 100%;
	height: 24vw;
}

.footer_header {
	width:15vw;
	align-self: center;
	height: 3.5vw;
	text-align:center;
	font-weight: 600;
	background-image: url('../img/zixun.png');
	padding-top: 0.6vw;
	font-size: 1.2vw;
}

.footer_bg{
	background-image: url('../img/watermark.png');
	background-size: 33vw;
	align-self: center;
	background-position-x: center;
	background-position-y: -25px;
}

.fooder_bottom{
	 text-align: center;
	 color: #CBCCCE;
	 padding: 1vw 0;
	 background: linear-gradient(to bottom,#3B3F49 ,#2B2F35);
	box-shadow: 6px 0px 5px 0px rgba(59,63,73,0.5);
	 
}
.footer_gp_title{
	background-color: #EDB245;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0.5vw 2vw;
	margin-top: 2.5vw;
	font-weight: 500;
}
.footer_gp_list{
	padding: 1vw 0;
	background-color: white;
	color: #1D2D40;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.footer_gp_list li {
	padding: 0.1vw 2vw;
}
.footer_gp_list li span{
	font-weight: 500;
}

.footer_gp_list li a{
	text-decoration: none;
	color: #1A2B3E;
}


/* .footer_qrcode img {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
} */

/* 

.footer_copyright {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #B4B4B4;
    font-size: 12px;
 }*/

