
* {
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", 'harmony', "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body,
dl,
dt,
dd,
h4,
p {
	margin: 0;
	padding: 0;
}

body {
	--color: #4b5cc4;
	--bg: #f3f5f7;
	--tbcolor: #284184;
	--thcolor: #00a74b;
	--tbhight: 46px;
	background-color: var(--bg);
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	.border-radius: 10px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}

::-webkit-scrollbar-thumb:active {
	background-color: #666;
}

.wrap{
	display: flex;
}

.tool {
	position: fixed;
	width: 300px;
	height: 100vh;
	padding: 50px;
	left: 0;
	box-sizing: border-box;
	transition: left .3s;
}


.tool-item{
	padding: 10px 0;
}

.cont {
	width: 900px;
	margin-left: 300px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333;
}
.list{
	width: 100%;
	background-color: #fff;
	border-radius: 10px; 
	margin-bottom: 20px;
	font-size: 15px;
}
.list-tt{
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	padding-left: 30px;
}
.list-info{
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px 30px 30px;
}
.list-info dl{
	display: flex;
	width: 50%;
	line-height: 40px;
}
.list-info dt{
	width: 80px;
	color: #999;
}
.list-info dd{
	
}
.list-tab{
	padding: 20px 30px;
}
.list-tab table{
	width: 100%;
	border-collapse: collapse;
}
.list-tab table tr{
	line-height: 40px;
}
.list-tab tr td:first-child{
	color: #999;
}
.list-tab table tr:nth-child(2n-1){
	background-color: #f3f5f7;
}
.list-tab table tr:nth-child(30){
	background-color: #0064FA;
	font-size: 18px;
	color: #fff;
}
.list-tab table tr:nth-child(40){
	background-color: #DDB40A;
	font-size: 18px;
	color: #fff;
}
.list-tab table tr td:first-child,.list-tab table tr th:first-child{
	border-radius: 10px 0 0 10px;
	font-size: 15px;
}
.list-tab table tr td:last-child,.list-tab table tr th:last-child{
	border-radius: 0 10px 10px 0;
}
.list-tab td span{
	opacity: .3;
	font-size: 12px;
}
.list-tab table th{
	width: 20%;
	color: #999;
	padding: 5px 0;
	font-weight: normal;
}
.list-tab table td{
	text-align: center;
	vertical-align: top;
	padding: 5px 0;
}
.wuxing{
	padding: 0 30px 20px 30px;
}
.wuxing span{
	padding-right: 40px;
}
#mobile{
		display: none;
	}
@media screen and (max-width: 640px) {
	.cont,.tips{
		display: none;
	}
	.tool{
		width: 100%;
	}
	#pc{
		display: none;
	}
	#mobile{
		display: block;
	}
	.cont{
		padding: 0;
		box-sizing: border-box;
		width: 100%;
		margin-left: 0;
	}
	.list{
		border-radius: 0;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.list-info dl{
		width: 100%;
	}
	.mobile-gn{
		display: flex !important;
	}
	.home-nav-back{
		display: block !important;
	}
}