﻿
*{
	padding:0;
	margin:0;
}

.banner img{
	width: 100%;
	display: flex;

}
html,body{
	background:#d1dafe;
}

.des{
	width: calc(100% - 60px);
	max-width: 1360px;
	margin:35px auto;
	background:#fff;
	border-radius: 20px;
	padding:30px;
	box-shadow: 0 0 10px #ccc;
}
.des .cont{
	box-shadow: inset 0 0 10px rgba(150, 160, 242, 0.5);
	border-radius: 20px;
	padding:40px;
}
.des .cont .item{
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	line-height: 30px;
	font-size: 18px;
}
.des .cont .item .icon{
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background:#0f65fe;
	color:#fff;
	border-radius: 6px;
	padding:3px;
}
.des .cont .item .info{
	width: calc(100% - 31px);
	padding-left: 10px;
}
.table_info{
	width: calc(100% - 60px);
	max-width: 1360px;
	margin:35px auto;
	background:#fff;
	border-radius: 20px;
	padding:30px;
	box-shadow: 0 0 10px #ccc;
}
.table_info .table table tr th,.table_info .table table tr td{
	width: calc(15% - 20px);
	text-align: center;
	padding:10px;
}
.table_info .table table tr th:first-child,.table_info .table table tr td:first-child{
	width: 10%;
}
.table_info .table table tr th{
	background:#0f65fe;
	margin-right: 4px;
	border-radius: 6px;
	color:#fff;
}
.table_info .table table tr td{
	background:#f0f3fd;
	border-radius: 6px;
}

@media screen and (min-width: 650px) {
	.wap{
		display: none!important;
	}
}

@media screen and (max-width: 650px) {
	.pc {
		display: none !important;
	}


	.des{
		width:88%;
		margin:3%;
		padding:3%;
		box-shadow: 0 0 10px #ccc;
	}
	.table_info{
		width:88%;
		margin:3%;
		padding:3%;
		box-shadow: 0 0 10px #ccc;
	}
	.table_info .table table tr th, .table_info .table table tr td{
		padding:0;
	}
}