.header{
	background-color: #0764FF !important;
}
.header .header-box .header-left .nav-live span:hover, .header.headerScroll .header-box .header-left .nav-live span:hover{
	color: #fff;
}
.footer-box{
	margin-top: 128px;
}

/* 公共title样式 */
.title_c{
	text-align: center;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 48px;
	color: #0764FF;
	margin-bottom: 42px;
}
.title_c .name{
	
	letter-spacing: 3px;
	font-style: normal;
	position: relative;
}
.title_c .name i{
	position: absolute;
	width: 80px;
	height: 3px;
	background: #0764FF;
	border-radius: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cont {
	margin-top: 50px;
}
.cont .introduce {
	margin: 0 auto 69px;
}
.cont .introduce .introduce_li{
	width: 292px;
	height: 299px;
	background: #0764FF;
	box-shadow: 0px 2px 4px 0px rgba(7,100,255,0.31);
	border-radius: 3px;
	padding: 24px 16px 24px 13px;
	box-sizing: border-box;
}
.cont .introduce .introduce_li + .introduce_li{
	margin-left: 10px;
}
.cont .introduce .introduce_li p{
	font-weight: 500;
	font-size: 17px;
	color: #FFFFFF;
}

.cont .introduce .introduce_li p:first-child{
	margin-bottom: 20px;
}
.cont .introduce .introduce_li p:nth-child(2){
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 40px;
}
.cont .introduce .introduce_li p:nth-child(3){
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 40px;
}
.price{
	margin: 0 auto;
	border-bottom: 1px solid #E0E5EC;
}
.price .price_nav .li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 221px;
	height: 60px;
	color: #fff;
}
.price .price_nav .li:first-child{
	width: 315px;
	height: 60px;
	background: #B2BED1;
}
.price .price_nav .li:nth-child(2){
	background: #7D9CCE;
}
.price .price_nav .li:nth-child(3){
	background: #558BE7;
}
.price .price_nav .li:nth-child(4){
	background: #2A7AFF;
}
.price .price_nav .li:nth-child(5){
	background: #0057E7;
}

.price_info .info_list .tle{
	width: 1200px;
	height: 45px;
	background: #F1F6FF;
	border: 1px solid #F1F6FF;
	display: flex;
	align-items: center;
	padding: 0 23px;
	font-weight: 500;
	font-size: 18px;
	box-sizing: border-box;
}
.table .list .li{
	width: 221px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	background: #FFFEFE;
	border: 1px solid #E0E5EC;
	border-bottom: none;
	font-weight: 400;
	font-size: 14px;
	color: #0764FF;
}
.table .list .li + .li{
	border-right: none;
}
.table .list .li:first-child{
	color: #000;
}
.table .list .li:last-child{
	border-right: 1px solid #E0E5EC;
}
.table .list .li img{
	width: 15px;
	height: 14px;
}

.table .list .li:first-child{
	width: 315px;
	height: 39px;
	justify-content: space-between;
}