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

}

a {
	text-decoration: none;
	outline: none;
}

body {
	width: 100%;
	height: auto;
	color: #002b50;
	box-sizing: border-box;
	background-repeat: repeat;
	background-image: url(../image/body.jpg);

	font-family: Proxima Nova, Open Sans, Gill Sans MT, Gill Sans, Arial, sans-serif;
	/* background: #A770EF; */
	/* fallback for old browsers */
	/* background: -webkit-linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF); */
	/* Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF); */
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.c-box {
	width: 80%;
	height: auto;
	margin: auto;
	/* background-image: url(../image/background.png); */
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 894px;
	padding: 1px 0;
}

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: 0 auto 60px;
	height: auto;
	text-align: center;
	/* background-color: #191a22; */
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #361356;
	padding: 10px 0 10px 0;
}

.footer div:nth-of-type(1) {
	width: 100%;
	text-align: center;
}

.about {
	width: 300px;
	display: flex;
	justify-content: space-around;
}

.about>a {
	text-decoration: none;
	color: #fff;
	text-align: center;

	border-radius: 10px;
	display: flex;
	align-items: center;
}

.about>a img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		/* padding: 0 5%; */
		position: sticky;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0px;
		border-right: 0px;
		background: rgba(0, 0, 0, 0.3) !important;
		backdrop-filter: blur(24px) !important;
		top: 0;
		z-index: 999;
	}

	.h-box {
		position: relative;
	}

	.hb {
		width: 95%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
		position: relative;
		background-size: 100% 100%;
	}

	.title {
		width: 55%;
		height: 50px;

	}

	.title img {
		width: 100%;
		height: 50px;
		display: block;
		object-fit: contain;
		/* vertical-align: middle; */
	}

	.delete {
		display: none;
	}


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

	.seach2 {
		display: none;
	}

	.menu_list {
		width: 100vw;
		height: calc(100vh - 50px);
		/* display: none; */
		/* background-color: #69baef; */
		background-color: #660AC9;
		transition: all 0.2s linear;
		transform: translateX(-100vw);
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 10;
		padding-top: 20px;

	}

	.menu_list a {
		width: 90%;
		line-height: 2;
		margin: 0 auto 20px;
		font-size: 18px;
		font-family: "times new roman";
		display: block;
		color: #fff;
		text-align: center !important;
		border-bottom: 1px solid #fff;
		display: flex;
		align-items: center;

	}

	.menu_list a img {
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-right: 10px;
	}

	.search-box {
		width: 100vw;
		height: calc(100vh - 50px);
		background-color: #660AC9;
		transition: all 0.3s linear;
		transform: translateX(-100vw);
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 10;
		display: flex;
		justify-content: space-between;
	}

	.seachdiv {
		width: 90%;
		height: 40px;
		display: flex;
		justify-content: center;
		margin: 20px auto 0;
		padding: 5px 0;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 5px;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 40px;
		width: 80%;
		font-size: 14px;
		color: #fff;
		background-color: transparent;
		/* margin: 0 auto; */
		text-indent: 1em;
	}

	#seach::placeholder {
		color: linen;
	}

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

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

	}

}

@media (min-width:1000px) {
	.header {
		padding: 0 5%;
		position: sticky;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0px;
		border-right: 0px;
		height: auto;
		background: rgba(0, 0, 0, 0.3) !important;
		backdrop-filter: blur(24px) !important;
		position: static;
		top: 0;
		z-index: 999;
	}

	.h-box {
		width: 90%;
		height: auto;
		margin: auto;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.hb {
		width: 13%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-right: 2%;

	}

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

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

	.menu {
		display: none;
	}

	.seach {
		display: none;
	}

	.menu_list {
		display: flex !important;
		justify-content: space-around;
	}

	.menu_list a {
		width: auto;
		line-height: 50px;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		display: flex;
		padding: 6px 20px;
		justify-content: center;
		align-items: center;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		transition: all 0.2s linear;
	}

	.menu_list a img {
		width: 25px;
		height: 25px;
		display: block;
		margin-right: 5px;
	}

	.menu_list a:hover {
		transform: translateY(-5px);
	}

	.g-name {
		width: 90%;
		line-height: 2;
		font-size: 30px;
		font-family: "arial, helvetica, sans-serif";
		margin-left: 3%;
	}

	.g-count {
		width: 90%;
		font-size: 18px;
		color: #333;
		line-height: 2;
		margin-left: 3%;
	}

	.seach2 {
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		top: 15px;
		right: 5%;
	}

	.search-box {
		width: 28%;
		display: block !important;
	}

	.seachdiv {
		width: 100%;
		height: 30px;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.1);
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 0;
		border-radius: 5px;

	}

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

	#seach::placeholder {
		color: gray;
	}

	.seach-img {
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		margin-right: 5%;
	}

	.seach-img img {
		width: 30px;
		height: 30px;
		/* background-color: #3991DA; */
		border-radius: 50%;

	}
}