* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
	font-size: 100px;
}

body,
html {
	width: 100%;
	height: 100%;
	color: #002b50 !important;
}

ul li {
	list-style-type: none;
	padding-left: 0;
}

proxima-nova-bold-latin.woff2 proxima-nova-regular-latin.woff2 torus-bold-latin.woff2 @font-face {
	font-family: 'Proxima Nova Bold';
	src: url('../font/proxima-nova-bold-latin.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/proxima-nova-regular-latin.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Torus';
	src: url('../font/torus-bold-latin.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

:root {
	--fontBody: 'Proxima Nova', 'Open Sans', 'Gill Sans MT', 'Gill Sans',
		'Noto Sans Arabic', Arial, sans-serif;
	--fontTorus: 'Torus', 'Noto Sans Arabic', sans-serif;
	--bezier: cubic-bezier(0.25, 0.1, 0.25, 1);
	--cellSize: 94px;
	--cellSpacing: 16px;
	--maxPageWidth: 1860px;
	--shadow-angle: 1px 1px 1px 0px #5d6b8426, 1px 1px 1px 0px #5d6b8417,
		2px 2px 1px 0px #5d6b8408;
	--shadow-close: 0px 0px 1px 0px #5d6b842e, 0px 2px 2px 0px #5d6b8426,
		0px 4px 3px 0px #5d6b8417, 0px 8px 3px 0px #5d6b8408;
	--shadow-mid: 0px 1px 3px 0px #5d6b842e, 0px 6px 6px 0px #5d6b8426,
		0px 13px 8px 0px #5d6b8417, 0px 23px 9px 0px #5d6b8408;
	--shadow-hover: 0px 2px 4px 0px #5d6b842e, 0px 8px 8px 0px #5d6b8426,
		0px 17px 10px 0px #5d6b8417, 0px 31px 12px 0px #5d6b8408;
	--shadow-far: 0px 4px 8px 0px #5d6b842e, 0px 15px 15px 0px #5d6b8426,
		0px 34px 20px 0px #5d6b8417, 0px 60px 24px 0px #5d6b8408;
	--blue-5: #0074e0;
	--blue-3: #054a91;
	--denim-blue: #002b50;
	--green-1: #15c8d1;
	--green-2: #17d7d8;
	--green-3: #18e9da;
	--green-4: #17f1d8;
	--green-5: #3cf7dc;
	--green-6: #4dffe1;
	--green-7: #83ffe7;
	--green-8: #a4ffee;
	--grey-3: #5d6b84;
	--grey-5: #bac9de;
	--grey-7: #f0f5fc;
	--grey-9: #f9fbff;
	--pink-1: #ff7690;
	--pink-2: #ff8aa6;
	--pink-3: #ff99b1;
	--pink-4: #ffa4ba;
	--pink-5: #ffa9be;
	--pink-6: #ffaec5;
	--pink-7: #ffc2d6;
	--pink-8: #ffc9dd;
	--poki-blue: #009cff;
	--pure-white: #fff;
	--purple-1: #c977e8;
	--purple-2: #d490f2;
	--purple-3: #da9ef3;
	--purple-4: #dca7f2;
	--purple-5: #e0aef5;
	--purple-6: #e1b5f7;
	--purple-7: #eac0fc;
	--purple-8: #ebccff;
	--yellow-1: #ff9e00;
	--yellow-2: #ffaf00;
	--yellow-3: #ffc500;
	--yellow-4: #ffd100;
	--yellow-5: #ffdc00;
	--yellow-6: #ffe200;
	--yellow-7: #fbe756;
	--yellow-8: #ffed85;
}

img {
	width: 100%;
	height: 100%;
}

.grid-big .grad-min .grid-item {
	width: 100%;
	height: 100%;
	cursor: pointer;
	aspect-ratio: 1;
	background-size: 100% 100%;
	border-radius: 16px;
	box-shadow: var(--shadow-mid);
	display: block;
	position: relative;
	transition: transform 0.6s var(--bezier);
	-webkit-user-select: none;
	user-select: none;
	will-change: transform;
}

.grid-big .grad-min .grid-item::after {
	background: linear-gradient(#0000 25%, #0000004d);
	border-radius: 16px;
	bottom: 0;
	contain: strict;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s var(--bezier);
	width: 100%;
	will-change: opacity;
	z-index: 5;
}

.grid-big .grad-min .grid-item:hover::after {
	box-shadow: var(--shadow-hover);
	opacity: 1;
}

.grid-big .grad-min .grid-item:hover {
	transform: scale(1.04) translateY(-4px);
	transition-duration: 0.3s;
}

.grid-big .grad-min .grid-item img {
	border-radius: 0.16rem;
}

.grid-big .grad-min .grid-item .name {
	-webkit-font-smoothing: antialiased;
	bottom: 8px;
	color: #fff;
	font: 700 var(--tileFontSize, 12px) / 1.3 var(--fontBody);
	left: 0;
	opacity: 1;
	padding: 6px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	transform: translateY(8px);
	transition: transform 0.3s var(--bezier) 0.1s, opacity 0.3s var(--bezier) 0.1s;
	background-color: #727476ad;
	z-index: 6;
}

.grid-big .grad-min .grid-item:hover .name {
	opacity: 1;
	/* transform: translate(8px); */
}

.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 60px;
	background: #fff;
	color: #5d6b84;
}

.footer .link-box {
	display: flex;
	justify-content: center;
	font-size: 0.12rem;
	margin-bottom: 0.1rem;
}

.footer .link-box .separate {
	margin: 0 0.16rem;
}

.footer .link-box a {
	text-decoration: none;
	color: #5d6b84;
}

.footer .copyright {
	margin: 0.16rem 0;
	font-size: 0.12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
}

.footer .copyright img {
	width: 0.8rem;
	height: 0.3rem;
	cursor: pointer;
}

.footer .copyright span {
	font-family: 'comic sans ms';
	font-size: 0.12rem;
}

#app {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #6c5ce7;
	/* background-size: cover; */
}

@media screen and (max-width: 576px) {
	.container {
		width: 375px;
	}

	.list-item {
		grid-column: span 3 !important;
	}

	.item1 {
		grid-column-start: 2 !important;
		grid-column-end: 4 !important;
	}

	.list-min {
		grid-gap: 0.16rem;
		display: grid;
		grid-template-columns: 1.01rem 1.01rem 1.01rem;
	}

	.ant-drawer-content-wrapper {
		width: 100% !important;
	}

	.hot-min .grad-min {
		grid-template-columns: repeat(3, 1.01rem) !important;
		grid-auto-rows: 1.01rem !important;
	}
	.btn-min .logo img {
		width: 90px;
		height: 18px;
		cursor: pointer;
	}
}

@media (min-width: 577px) and (max-width: 990px) {
	.container {
		width: 760px;
	}

	.list-min {
		grid-gap: 0.16rem;
		display: grid;
		grid-template-columns: repeat(6, 1.01rem);
	}

	.item1 {
		grid-column-start: 2 !important;
		grid-column-end: 5 !important;
	}

	.ant-drawer-content-wrapper {
		width: 700px !important;
	}
	.btn-min .logo img {
		width: 163px;
		height: 32px;
		cursor: pointer;
	}
}

@media (min-width: 991px) and (max-width: 1320px) {
	.container {
		width: 1194px;
	}

	.list-min {
		grid-gap: 0.16rem;
		display: grid;
		grid-template-columns: repeat(10, 1.01rem);
	}

	.ant-drawer-content-wrapper {
		width: 700px !important;
	}

	.btn-min {
		width: 218px !important;
	}
	.btn-min .logo img {
		width: 163px;
		height: 32px;
		cursor: pointer;
	}
}

@media screen and (min-width: 1321px) {
	.container {
		width: 1652px;
	}

	.list-min {
		grid-gap: 0.16rem;
		display: grid;
		grid-template-columns: repeat(14, 1.01rem);
	}

	.ant-drawer-content-wrapper {
		width: 700px !important;
	}

	.btn-min {
		width: 218px !important;
	}

	.btn-min .logo img {
		width: 163px;
		height: 32px;
		cursor: pointer;
	}
}

.container {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0.2rem;
	gap: 0.16rem;
	position: relative;
	margin: 0 auto;
}

.btn-min {
	z-index: 2;
	position: fixed;
	width: 1.01rem;
	height: 1.01rem;
	background: #fff;
	border-radius: 0.16rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: var(--shadow-mid);
}



.btn-min .btn-m .btn img {
	width: 0.2rem;
	height: 0.2rem;
}

.btn-min a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 100%;
}

.btn-min .logo {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-min .btn-m {
	width: 100%;
	flex: 1;
	border-radius: 0 0 0.16rem 0.16rem;
	border-top: 0.02rem solid #f0f5fc;
	display: flex;
	align-items: center;
}

.btn-min .btn-m .btn {
	cursor: pointer;
	height: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-min .btn-m .btn-l {
	border-radius: 0 0 0 0.16rem;
	border-right: 0.01rem solid #f0f5fc;
}

.btn-min .btn-m .btn-r {
	border-radius: 0 0 0.16rem 0;
}

.btn-min .btn-m .btn:hover {
	background: #f0f5fc;
}

.list-item {
	grid-column: span 2;
	width: 100%;
	height: 1.01rem;
	border-radius: 0.16rem;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 0.16rem;
	cursor: pointer;
	box-shadow: var(--shadow-mid);
	transition: transform 0.6s var(--bezier);
}

.list-item:hover {
	transform: scale(1.04) translateY(-4px);
	transition-duration: 0.3s;
}

.list-item a {
	width: 100%;
	display: flex;
	gap: 0.16rem;
	justify-content: center;
	align-items: center;
	color: #002b50 !important;
}

.list-item .type-name {
	width: 100%;
	height: 1.01rem;
	font-size: 0.26rem;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	letter-spacing: 0.01rem;
}

.item1 {
	width: 100%;
	height: 1.01rem;
	border-radius: 0.16rem;
	background: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-shadow: var(--shadow-mid);
	grid-column-start: 3;
	grid-column-end: 7;
	gap: 4px;
}

.item1 .label-col {
	width: 100%;
	align-items: center;
	font: 700 20px / 24px var(--fontTorus);
	border-radius: 0.16rem;
	display: flex;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item1 .text {
	color: var(--grey-3);
	display: block;
	font: 12px / 16px var(--fontBody);
	letter-spacing: .3px;
}

.ant-drawer-content {
	background: #83ffe7 !important;
}

.ant-drawer-body {
	padding: 0.3rem 0.2rem !important;
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
}

.drawer-search-m {
	display: flex;
	align-items: center;
	background: #fff;
	height: 0.6rem;
	border-radius: 0.16rem;
}

.drawer-search-m .drawer-search-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.8rem;
	height: 100%;
	border-right: 0.02rem solid #f0f5fc;
	cursor: pointer;
	border-radius: 0.16rem 0 0 0.16rem;
	gap: 0.05rem;
}

.drawer-search-m .drawer-search-icon:hover {
	background: #f0f5fc;
}

.drawer-search-m .drawer-search-icon .icon1 {
	width: 0.15rem;
	height: 0.15rem;
}

.drawer-search-m .drawer-search-icon .icon2 {
	width: 0.24rem;
	height: 0.24rem;
}

.drawer-search-m .ipt {
	height: 100%;
	border: none !important;
	font-size: 0.21rem;
	border-radius: 0 0.16rem 0.16rem 0;
}

.type1 {
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
}

.type2-min {
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
}

.type2-min .grad-min {
	display: grid;
	grid-gap: 0.16rem;
	grid-template-columns: repeat(6, 0.94rem);
	grid-auto-rows: 0.94rem;
	width: 100%;
}

.type2-min .list-item {
	width: 100%;
	height: 0.64rem;
	border-radius: 0.16rem;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 0.16rem;
	cursor: pointer;
	box-shadow: 0px 0.01rem 0.03rem 0px #5d6b842e,
		0px 0.06rem 0.06rem 0px #5d6b8426, 0px 0.13rem 0.08rem 0px #5d6b8417,
		0px 0.23rem 0.09rem 0px #5d6b8408;
	padding: 0.08rem 0.12rem;
}

.type2-min .list-item .label-img {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.08rem;
}

.type2-min .list-item .type-name {
	flex: 1;
	height: 0.64rem;
	font-size: 0.16rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	letter-spacing: 0.01rem;
}

.type2-min .list-item .jt {
	width: 0.24rem;
	height: 0.24rem;
}

.nav-min {
	display: flex;
	align-items: center;
	overflow-x: scroll;
	gap: 0.1rem;
	scrollbar-width: none;
	position: relative;
	white-space: nowrap;
}

.nav-min .name {
	padding: 0.06rem 0.2rem;
	background: #fff;
	border-radius: 0.2rem;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: var(--shadow-close);
	color: var(--denim-blue);
	display: inline-block;
	font: 700 12px / 22px var(--fontBody);
}

.nav-min .name:hover {
	background: #009cff;
	color: #fff;
}

.hot-min {
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
}

.hot-min .title {
	font: 700 24px var(--fontTorus);
}

.hot-min .grad-min {
	display: grid;
	grid-gap: 0.16rem;
	grid-template-columns: repeat(6, 0.94rem);
	grid-auto-rows: 0.94rem;
	width: 100%;
}

.refresh-m {
	position: absolute;
	cursor: pointer;
	background: #fff;
	border-radius: 0 14px 14px 0;
	left: -0.06rem;
	top: 0.14rem;
	height: 0.2rem;
	width: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.refresh-m::before {
	background: #fff;
	bottom: -8px;
	height: 8px;
	width: 3px;
	content: '';
	left: 0;
	position: absolute;
	z-index: 0;
}

.refresh-m::after {
	background: #bac9de;
	border-radius: 4px 0 0 1px;
	bottom: -8px;
	height: 8px;
	width: 7px;
	content: '';
	left: 0;
	position: absolute;
	z-index: 5;
}

.refresh-m img {
	width: 0.16rem !important;
	height: 0.16rem !important;
}

.ant-input {
	height: 100% !important;
	border: none !important;
	color: #002b50 !important;
	font-size: 0.21rem !important;
	border-radius: 0 0.16rem 0.16rem 0 !important;
}

.ant-input-clear-icon {
	font-size: 0.16rem !important;
	color: #5d6b84 !important;
}

.ant-input:focus,
.ant-input:hover {
	border: none !important;
	box-shadow: none !important;
}

.middle {
	width: 100%;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: space-evenly;

}

.de_iv_adv {
	width: 100%;
	min-height: 250px;
	background-color: #73aea2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10xp;
	margin-bottom: 40px;
	/* border-bottom: 0.5rem solid #73aea2; */
}

.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: #707070;
	text-align: center;
	margin-bottom: 5 !important;
	margin-top: 10px;
	background-color: #73aea2;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	padding-top: 10px;
	background-color: #73aea2;
	display: flex;
	justify-content: center;
}