* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #9b59b6;
}

body,
html {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: prettyfont;
	font-weight: regular;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	color: #fff;
	margin-block: 0;
}

ul li {
	list-style-type: none;
	padding-left: 0;
}

@font-face {
	font-family: prettyfont;
	font-style: normal;
	font-weight: 400;
	src: local('Oswald Regular'), local(Oswald-Regular), url('../font/qs_6LdoYjCitupC9judWT-vvDin1pK8aKteLpeZ5c0A.woff') format("woff")
}


.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #8e44ad;
	color: #FAC609;
}

.footer .link-box {
	display: flex;
	justify-content: center;
	font-size: 12px;
	margin-bottom: 10px;
}

.footer .link-box .separate {
	margin: 0 16px;
}

.footer .link-box a {
	text-decoration: none;
	color: #FAC609;
}

.footer .copyright {
	margin: 16px 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.footer .copyright img {
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.footer .copyright span {
	font-size: 12px;
}

::-webkit-scrollbar {
	width: 1px;
}

::-webkit-scrollbar-track {
	background: #391162;
}

::-webkit-scrollbar-button {
	background: #391162;
}

::-webkit-scrollbar-thumb {
	background: #391162;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #391162;
}

#app {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

.container {
	height: 100%;
	display: flex;
}



.card-m {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 105px;
	height: 105px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 300ms ease-out;

	&.width {
		width: 80px;
		height: 80px;
	}

	&:hover {
		transform: scale(1.1);
		border: 2px solid #fff;

		.name {
			display: flex;

		}
	}

	img {
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}

	.name {
		text-align: center;
		align-items: center;
		justify-content: center;
		display: none;
		position: absolute;
		left: 0;
		border-radius: 8px;
		bottom: 0;
		width: 100%;
		color: #fff;
		font-size: 12px;
		background: rgb(12, 3, 107);
		background: linear-gradient(0deg, rgba(12, 3, 107, 1) 0%, rgba(27, 218, 254, 0) 88%, rgba(255, 255, 255, 0.006039915966386533) 100%);
	}

}

.middle {
	width: 100%;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	justify-content: space-evenly;
	align-content: space-evenly;

}

.de_iv_adv {
	width: 100%;
	min-height: 250px;
	background-color: #50336f;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10xp;
	margin-bottom: 10px;
	/* border-bottom: 0.5rem solid #000000; */
}

.t_de {
	height: 0.2rem;
	width: 100%;
	line-height: 0.3rem !important;
	font-size: 0.6rem;
	padding: 0.5rem 0 1rem 0;
	box-sizing: border-box;
	color: #50336f;
	text-align: center;
	margin-bottom: 5 !important;
	margin-top: 10px;
	background-color: #50336f;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	padding-top: 10px;
	background-color: #50336f;
	display: flex;
	justify-content: center;
}