* {
	padding: 0;
	margin: 0;
	list-style: none;

}

a {
	text-decoration: none;
}

body {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #1A1B28;
}

img {
	object-fit: cover;
}

/* 头部广告位 */
.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	/* background-color: #F8F8F8; */
	margin: 10px 0 0px;
}

/* 底部广告位 */
.postionFixed {
	width: 100%;
	min-height: 60px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8F8;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.footer {
	width: 100%;
	margin-bottom: 60px;
	height: auto;
	text-align: center;
	background-color: #0C0D14;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0 10px 0;
	border-top: 1px solid #3C4A72;
	position: relative;
	/* z-index: 99999; */
}

.about {
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.about>a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 0px 5px;
}

.menu_left {
	background: rgba(104 104 104 / 60%);;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 90px;
	left: 10px;
	transition: width .2s ease;
	transition-delay: .5s;
	width: 180px;
	height: calc(100vh - 170px);
	z-index: 10;
	border-radius: 8px;
	transition: all linear 0.2s;
}

.menu_left::-webkit-scrollbar {
	width: 4px;
	display: none;
}

.menu_left::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	/* background: fade(@primary-color, 30%); */
}


.ml-box {
	width: 200px;
	margin: 10px 0;
	display: flex;
	padding: 5px 0;
	justify-content: flex-start;
	align-items: center;
	color: #6945FC;
}

.ml-box:nth-of-type(1) {
	margin: 0;
}

.ml-box p {
	font-size: 14px;
	font-weight: 600;
	transition: all linear 0.2s;
}

.ml-icon {
	height: 32px;
	width: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 10px 20px 0;
	background-image: url(../image/menu_list.webp);
}

.ml-box:nth-of-type(1) .ml-icon {
	background-position: 0 -352px;
}

.ml-box:nth-of-type(2) .ml-icon {
	background-position: 0 -416px;
}

.ml-box:nth-of-type(3) .ml-icon {
	background-position: 0 -32px;
}

.ml-box:nth-of-type(4) .ml-icon {
	background-position: 0 0;
}

.ml-box:nth-of-type(5) .ml-icon {
	background-position: 0 -96px;
}

.ml-box:nth-of-type(6) .ml-icon {
	background-position: 0 -128px;
}

.ml-box:nth-of-type(7) .ml-icon {
	background-position: 0 -160px;
}

.ml-box:nth-of-type(8) .ml-icon {
	background-position: 0 -192px;
}

.ml-box:nth-of-type(9) .ml-icon {
	background-position: 0 -224px;
}

.ml-box:nth-of-type(10) .ml-icon {
	background-position: 0 -256px;
}

.ml-box:nth-of-type(11) .ml-icon {
	background-position: 0 -288px;
}

.ml-box:nth-of-type(12) .ml-icon {
	background-position: 0 -320px;
}

.menu_left:hover {
	transition-delay: 0s;

}

.ml-box:hover p {
	transform: translateX(5px);

}

/* .ml-box:hover .ml-box p {} */

@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		background: #0C0D14;
		position: sticky;
		top: 0;
		z-index: 99999;
	}

	.h-box {
		position: relative;
	}

	.hb {
		width: 98%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
		position: relative;
		padding: 3px 1%;

	}

	.h-link {
		display: none;
	}

	.title {
		width: 65%;
		height: 55px;
		font-size: 25px;
		font-weight: 600;
		text-align: center;

		color: #fec728;
		font-family: times;


	}

	.title img {
		width: 100%;
		height: 50px;
		margin: auto;
		display: block;
		object-fit: contain;
	}

	.menu_btn {
		display: none;
	}

	.menu,
	.seach {
		width: 7%;
		height: 35px;
		object-fit: contain;
	}

	.menu-box {
		width: 100vw;
		height: calc(100vh - 60px);
		background: rgba(255, 255, 255, 1);

		transition: all 0.3s linear;
		transform: translateX(-100vw);
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 9999;
	}

	.menu_list {
		display: none;
	}

	.menu_left {
		width: 100% !important;
		top: 0px !important;
		left: 0px;
		background-color: #0C0D14;
		border-radius: 0px;
		height: 100%;
	}

	.search-box {
		width: 100%;
		height: calc(100vh - 60px);
		background-color: #0C0D14;

		transition: all 0.3s linear;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 9999;
		display: none;
	}

	.seachdiv {
		width: 90%;
		height: 40px;
		fill: rgb(170, 173, 190);
		background-color: #fff;
		border: 1px solid #6945FC;
		box-shadow: 0 1px 10px rgba(0, 0, 0, .075);
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px auto;
		padding: 5px 0;
		border-radius: 30px;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 14px;
		border-radius: 15px;
		text-indent: 1em;
		background-color: transparent;
		color: #000;
		/* border: 1px solid gainsboro; */
	}

	.seach-img {
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		background-color: #6945FC;
	}

	.seach-img img {
		width: 30px;
		height: 30px;

	}

}

@media (min-width:1000px) {
	.content {
		width: 93%;
		margin-left: 5%;
	}

	.header {
		width: 98%;
		padding: 10px 1%;
		height: auto;
		background: #0C0D14;
		position: sticky;
		top: 0;
		z-index: 99999;
	}

	.h-box {
		width: 100%;
		height: auto;
		margin: auto;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}

	.hb {
		width: 15%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;

	}

	.h-link {
		display: flex;
		justify-content: space-between;
	}

	.h-link a {
		display: block;
		padding: 10px 45px;
		border-radius: 20px;
		color: #6945FC;
		font-size: 15px;
		font-weight: 600;
		border: 1px solid transparent;
	}

	.h-link a:nth-of-type(1) {
		
		border-color: rgb(135, 138, 158);
		margin-right: 4px;
	}

	.h-link a:nth-of-type(2) {
		color: #fff;
		background-color: #6945FC;
	}

	.title {
		width: 100%;
		height: 50px;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		line-height: 50px;
		font-family: times;
		margin-left: 5%;
	}

	.menu_btn {
		width: 25px;
		height: 30px;
		display: block;
	}

	.title img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: contain;
	}

	.menu {
		display: none;
	}

	.seach {
		display: none;
	}

	.menu-box {
		/* width: 80%; */
		height: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.menu_list {
		display: block !important;
		height: 60px;
		display: flex !important;
		justify-content: space-around;
		text-align: center;

	}

	.menu_list a {
		width: auto;
		line-height: 60px;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		padding: 0 20px;
		display: flex;
		align-items: center;
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		color: #386088;
		text-transform: uppercase;
		/* font-weight: 600; */
		transition: all 0.2s linear;
	}

	.menu_list a:nth-of-type(1) {
		background-color: #f2f6fa;
	}

	.menu_list a:hover {
		background-color: #f2f6fa;
	}

	.search-box {
		width: 30%;
		margin: auto;
	}

	.seachdiv {
		width: 100%;
		height: 45px;
		border-radius: 4px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, .75);
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 30px;
		fill: rgb(170, 173, 190);
		background-color: #fff;


	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 100%;
		font-size: 14px;
		color: #222;
		/* border-radius: 20px; */
		text-indent: 2em;
		background-color: transparent;
	}

	.seach-img {
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		margin-right: 5%;
		background-color: #6945FC;
	}

	.seach-img img {
		width: 25px;
		height: 25px;
		object-fit: cover;


	}
}