*{
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}
body{
	
}
#hc-main{
	overflow: hidden;
	min-width: 1200px;
}
/* head */
.hc-head{
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100vw;
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	background: #F5F6F8;
	box-shadow: 0 1px 2px 0 #0000001a;
}
.hc-head-mask{ 
	width: 100%;
	height: 60px;
	/* display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	background: #F5F6F8;
	box-shadow: 0 1px 2px 0 #0000001a; */
}
.hc-head-left{
	display: flex;
	align-items: center;
}
.hc-head-left-box{
	display: flex;
	align-items: center;
	height: 60px;
}
.hc-head-right{
}
.logo-icon{
	width: 100px;
	height: 60px;
}
.head-list-box{
	display: flex;
	align-items: center;
	margin-left: 24px;
}
.head-list-box22{
	display: none;
}
.click-img{
	display: none;
}
.head-title{
	padding: 0 16px;
	color: #333333;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
.head-title a{
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #333333;
	list-style: none;
	color: inherit;  
	text-decoration: none;  
	background: none;  
	border: none; 
	outline: none; 
}
.head-login{
	width: 60px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
}
.head-register{
	width: 88px;
	text-align: center;
	height: 64px;
	line-height: 64px;
	color: #fff;
	background-color: #73C8DA;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
/* 1 */
.hc-content-box{
	position: relative;
	padding: 80px 0 50px;
}
.hc-content1-box{
	width: 1200px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.hc-con1-info1{
	color: #333333;
	font-size: 40px;
	font-weight: 400;
	margin-top: 10px;
}
.hc-con1-info2{
	color: #555;
	font-size: 24px;
	font-weight: 400;
	margin-top: 18px;
}
.hc-con1-info3{
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-top: 18px;
	background: #6EC7DB;
}
.con1-img{
	width: 200px;
	height: 90px;
}
.hc-content1-img{
	width: 522px;
	height: 628px;
}
.hc-con1-img{
	width: 522px;
	height: 628px;
}
/* 2 */
.hc-content2-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.hc-content2-box2{
	display: flex;
	justify-content: space-around;
	margin-top: 80px;
}
.hc-con2-info{
	margin-left: 24px;
}
.hc-con2-info1{
	color: #333333;
	font-size: 21px;
	font-weight: 400;
}
.hc-con2-info2{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	margin-top:12px;
}
.hc-content2-item{
	margin-left: 24px;
	flex: 1;
	display: flex;
}
.hc-content2-item:nth-of-type(1){
	margin-left: 0;
}
/* 3 */
.hc-content3-title{
	padding: 0 32px;
	color: #999999;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}
.hc-content4-title{
	color: #999999;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}
.hc-content3-box{
	display: flex;
	margin-top: 48px;
}
.hc-content3-item-box{
	display: flex;
	flex-wrap: wrap;
}
.hc-content3-item{
	border-radius: 4px;
	border: 2px solid #FFF;
	background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
	box-shadow: 0 16px 32px 0 #d2d9ec4d;
	max-width: 303px;
	margin-left: 24px;
	margin-bottom: 24px;
}
.hc-con2-img{
	width: 526px;
	height: 365px;
}
.hc-content3-item-title{
	display: flex;
	align-items: center;
}
.hc-content3-item-font1{
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	margin-left: 8px;
}
.hc-content3-bottom{
	border-radius: 4px;
	border: 2px solid #FFF;
	background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
	box-shadow: 0 16px 32px 0 #d2d9ec4d;
}
/* 4 */
.hc-content4-box{
	display: flex;
	position: relative;
	z-index: 1;
}
.hc-content4-box1{
	margin-top: 48px;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 2px;
	background: #242933;
	background: rgba(36, 41, 51, 0.7);
	box-shadow: -14px -2px 22px 0 #ffffff0a, 20px 16px 32px 0 #0000004d;
	position: relative;
	max-width: 332px;
}
.hc-content4-box1-pad{
	box-sizing: border-box;
	padding: 50px 24px 34px 24px;
	min-height: 320px;
}
.hc-content4-box2{
	display: block;
	flex: 1;
	margin: 0 40px;
	margin-top: 48px;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 2px;
	border: 12px solid #242933cc;
	background: linear-gradient(180deg, #1b1e26cc 0%, #1b1e26cc 100%);
	box-shadow: -12px -2px 22px 0 #ffffff0d, 20px 16px 32px 0 #0000004d;
	position: relative;
}
.hc-content4-box2-pad{
	padding: 40px;
}
.hc-content4-font1{
	 color: #ffffff;
	 font-size: 20px;
	 font-weight: 400;
}
.hc-content4-font2{
	color: rgba(255, 255, 255, 0.6);
	 font-size: 14px;
	 font-weight: 400;
	 margin-top: 8px;
}
.hc-content4-font3{
	color: #ffffff;
	 font-size: 24px;
	 font-weight: 400;
}
.hc-content4-img{
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: -32px;
	left: 42px;
}
.hc-content4-img1{
	position: absolute;
	width: 220px;
	height: 198px;
	bottom: 24px;
	right: 24px;
}
.hc-content4-bgImg{
	position: absolute;
	width: 389px;
	height: 525px;
	bottom: 0;
	right: -248px;
	z-index: 0;
}
.hc-content4-box22{
	display: none;
}
.hc4-box{
	margin-top: 80px;
	padding: 50px 0 0;
}
/* 5 */
/* .hc-content5-box{
	background: url('../image/pc-image/pic_2@2x.png');
} */
.hc-content5{
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.hc-content5-item{
	gap: 16px;
	border-radius: 4px;
	border: 2px solid #FFF;
	box-shadow: 0 16px 32px 0 #c0c7da59;
	/* background: #fff; */
	background-image: url('../image/pc-image/ic_backBg.png');
	background-size: cover;
	max-width: 278px;
	margin-right: 24px;
	margin-top: 24px;
	position: relative;
}
.hc-content5-bg{
	width: 150%;
	height: 150%;
	position: absolute;
	top: 0;
	left: 0;
}
.hc-content5-item:nth-child(4n){
	margin-right: 0;
}
.hc-content5-pad{
	padding: 32px 16px;
}
.hc-content5-font1{
	color: #333333;
	 font-size: 24px;
	 font-weight: 500;
}
.hc-content5-font2{
	color: #333333;
	 font-size: 14px;
	 font-weight: 400;
	 margin-top: 8px;
}
.hc-content5-font3{
	 color: #333333;
	 font-size: 16px;
	 font-weight: 400;
	 margin-top: 32px;
}
.hc-content5-btn{
	margin-top: 16px;
	width: 140px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #333;
	color: #333333;
	 font-size: 14px;
	 font-weight: 400;
	 opacity: 0.8;
}
.hc-content5-bgImg{
	position: absolute;
	width: 100%;
	bottom: 0;
}
/* 6 */
.hc-content6-box{
	width: 1200px;
	margin: 0 auto;
}
.hc-content6-back{
	overflow: hidden;
	border-radius: 24px;
	box-sizing: border-box;
	position: relative;
	left: -200px;
	width: 1600px;
	background: url('../image/pc-image/ic_backBg1.png');
	background-size: cover;
	margin-top: 45px;
	padding: 112px 200px;
}
.hc-content6-item-box{
	display: flex;
	width: 1200px;
}
.flex{
	display: flex;
}
.hc-content6-box1{
	padding: 32px 24px;
	flex: 1;
	border-radius: 2px;
	background: linear-gradient(180deg, #fefefea8 0%, #f4f5f88f 100%);
	box-shadow: 0 8px 16px 0 #c0c7da4d;
	backdrop-filter: blur(45.25px);
}
.hc-content6-item-box .hc-content6-box1:nth-of-type(2){
	margin-left: 24px;
}
.hc-content6-item-box .hc-content6-box1:nth-of-type(3){
	margin-left: 24px;
}
.hc-content6-pad{
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	/* padding: 32px 24px; */
}
.hc-content6-pad-box{
	margin-top: 12px;
}
.hc-content6-info{
	display: flex;
	margin-top: 12px;
}
.hc-content6-info-title{
	width: 100px;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
}
.hc-content6-info-content{
	flex: 1;
	color: #666666;
	font-size: 18px;
	font-weight: 400;
}
.hc-content7-box{
	width: 1200px;
	margin: 0 auto;
}
.hc-content7-back{
	background-size: cover;
	margin-top: 45px;
	/* padding: 112px 200px; */
}
.hc-content7-item-box{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.hc-content7-item{
	flex: 1;
	padding: 24px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 16px 0 #0d131f14;
}
.hc-content7-title{
	color: #6ec7db;
	font-size: 24px;
	font-weight: 600;
}
.hc-content7-content{
	color: #282a2c;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}
.hc-content7-item-box .hc-content7-item:nth-of-type(2){
	margin-left: 24px;
}

.hc-content8-box{
	
	width: 1200px;
	margin: 0 auto;
}
.hc-content8-list-box{
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
.hc-content8-list-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.hc-content8-list-img{
	margin-bottom: 24px;
}
.hc-content8-img{
	width: 216px;
	height: 90px;
}
.bottom-box{
	/* height: 50px; */
	font-size: 18px;
	color: #5f6464;
	width: 100%;
	margin-top: 12px;
	text-align: center;
}
.head-login a{
	color: #333333;
	text-decoration: none;
}
.bottom-box a{
	color: #eee;
	text-decoration: none;
}