 * {
	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*/

.tab1-1-col{
	background-color: #5EACE0;
	color: white;
	border-left-color: #F3F9FD;
	font-weight: 400;
}

.tab1-2-col{

	background-color: #A8D2EE;
	font-weight: 400;
}

.tab1-3-col{
	background-color: #CDE5F5;
	border-right-color: #CDE5F5;
	font-weight: 400;
}

.tab2-1-col{
	background-color: #F8E6A1;
	color: #C7AC47;
	border-left-color: #FCFBF7;
	font-weight: 400;
}

.tab2-2-col{

	background-color: #FAF1CC;
	font-weight: 400;
	height: 4.7vw;
}

.tab2-3-col{
	background-color: #FBF6E2;
	border-right-color: #FCFBF7;
	font-weight: 400;
}

.tab3-1-col{
	background-color: #C87ADD;
	color: white;
	border-left-color: #FBF6FD;
	font-weight: 400;
}

.tab3-2-col{

	background-color: #E2B8ED;
	font-weight: 400;
	height: 4.7vw;
}

.tab3-3-col{
	background-color: #EFD7F5;
	border-right-color: #FBF6FD;
	font-weight: 400;
}

.tab4-1-col{
	background-color: #B9A583;
	color: white;
	border-left-color: #FFFDFA;
	font-weight: 400;
}

.tab4-2-col{

	background-color: #DCD1BE;
	font-weight: 400;
	height: 4.7vw;
}

.tab4-3-col{
	background-color: #EEE6DC;
	border-right-color: #FFFDFA;
	font-weight: 400;
}
.tab5-1-col{
	background-color: #ECC681;
	color: white;
	border-left-color: #FFFCF8;
	font-weight: 400;
}

.tab5-2-col{

	background-color: #F5E1BD;
	font-weight: 400;
	height: 5.4vw;
}

.tab5-3-col{
	background-color: #FAEFDA;
	border-right-color: #FFFCF8;
	font-weight: 400;
}
.tab6-1-col{
	background-color: #EBA494;
	color: white;
	border-left-color: #FFFAF9;
	font-weight: 400;
}

.tab6-2-col{

	background-color: #F2EFED;
	font-weight: 400;

}

.tab6-3-col{
	background-color: #F8F4F3;
	border-right-color: #FFFAF9;
	font-weight: 400;
}

.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/cgkp-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;
}

.h1-text span{
	color: #F16651;
	
}

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

.h2-t2{
	
	background-color: #FCFBF7;
}
.h2-t3{
	background-color: #FBF6FD;	
}

.h2-t4{
	background-color: #FFFDFA;	
}
.h2-t5{
	background-color: #FFFCF8;	
}
.h2-t6{
	background-color: #FFFAF9;	
}



.h2-t1-top{
	justify-content: space-between;
	padding: 2vw 0px 1vw 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;
	position: absolute;
	right: 0;
}

.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 #1A71AB; /* 添加底部边框作为下划线 */
  padding-bottom: 0.8px; /* 调整下划线位置 */
  width: fit-content;
}

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

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

.underline4{
	
	border-bottom: 1px solid #E7B963; /* 添加底部边框作为下划线 */
	padding-bottom: 0.8px; /* 调整下划线位置 */
	width: fit-content;
	
}
.underline5{
	
	border-bottom: 1px solid #EBA494; /* 添加底部边框作为下划线 */
	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;
 }*/

