header .header-cont{
	
}


.top{
	width: 1320px;
	margin: 0 auto;
	z-index: 1;
	margin-top: 0 !important;
	padding-top: 30px;
}

.top .left .title{
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 130%;
	color: #131E39;

}

.top .left .info{
	margin-top: 30px;
	width: 720px;
	/* height: 60px; */
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
} 

.top .left .list{
	margin-top: 30px;
	
	
}
.top .left .list .item .text{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #131E39;
}
.top .left .list .item{
	margin-bottom: 10px;
}

.top .left .list .icon{
	margin-right: 5px;
	width:28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top .left .list .icon img{
	width: 20px;
	height: 20px;
}
.top .left .btn{
	margin-top: 40px;
	width: 202px;
	height: 49px;
	line-height: 49px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	background: #2C68FF;
	border-radius: 112px;
	text-align: center;
	cursor: pointer;
}

.top .left .btn .img-jt{
	display: none;
	margin-left: 10px;
	margin-top: 4px;
	width:18px;
	height: 12px;
	vertical-align: middle;
}

.top .left .btn:hover{
	background:#16396c;
}
.top .left .btn:hover .img-jt{
	display: block;
}

.top .right .img{
	width:540px;
	height:540px;
}


.content{
	margin-top:60px;
	
}
.content .tabbox{
	position: relative;
	border-bottom: 2px solid #F4F6FD;
}

.content .tabbox .tab{
	margin-right: 80px;
	height:42px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #22264B;
	cursor: pointer;
}

.content .tabbox .tab.active{
	font-weight: bolder;
}

.content .tabbox .tab:last-child{
	margin-right: 0;
}

.content .tabbox .line{
	position: absolute;
	left: -100px;
	bottom: 0;
	margin-left: -15px;
	width: 30px;
	height: 4px;
	background: #2C68FF;
	border-radius: 4px 4px 0px 0px;
}


.content .tabbox .line.sport{
	transition: 0.2s ease-in;
}

.content .listbox{
	position: relative;
	margin: 30px -10px;
}


.content .listbox .leftbg{
	position: absolute;
	top: 18px;
	left: -180px;
	width: 239.42px;
	height: 239.42px;
}

.content .listbox .rightbg{
	position: absolute;
	top: 244px;
	right: -50px;
	width: 144px;
	height: 144px;
}


.content .listbox .list{
	position: relative;
	z-index: 1;
	margin: 10px;
	width: 240px;
	height: 140px;
	cursor: pointer;
}

.joinbox{
	position: relative;
	margin-top:90px;
	/* width: 100vw; */
	height: 240px;
}

.joinbox .join{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


.joinbox .join .left .title{
	margin-top: 70px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 53px;
	text-transform: capitalize;
	color: #FFFFFF;

}

.joinbox .join .left .info{
	margin-top: 20px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	/* identical to box height, or 188% */
	
	text-transform: capitalize;
	
	color: #FFFFFF;

}


.joinbox .join .right{
	padding-right: 70px;
	margin-top: 85px;
}

.joinbox .join .right .btn{
	margin-left: 40px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	color: #FFFFFF;
	width: 262px;
	height: 59px;
	text-align: center;
	line-height: 59px;
	border-radius: 90px;
	border: 2px solid #fff;
	cursor: pointer;
}

.joinbox .join .right .btn a{
	color: #FFFFFF;
}

.joinbox .join .right .btn:hover{
	background: #F4F6FD;
	border-color: #F4F6FD;
	color: #2C68FF;
}
.joinbox .join .right .btn:hover a{
	color: #2C68FF;
}


.joinbox .join .right .btn.chat{
	background: #F4F6FD;
	border-color: #F4F6FD;
	color: #2C68FF;
	cursor: pointer;
}

.joinbox .join .right .btn.chat a{
	color: #2C68FF;
}

.joinbox .join .right .btn .jump{
	color:#fff !important;
}

.topbg{
	position: absolute;
	right:0;
	top: 0;
	width: 984px;
	height: 739px;
}

.img-response{
	display: block;
	width: 100%;
	height: 100%;
}

.flex_start_v{
	display: flex;
	align-items: center;
}
.flex_between_v{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex_warp_v{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex_end_v{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex_center_v{
	display:flex;
	justify-content: center;
	align-items: center;
}