* {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	color: #000000;
	margin-block: 0;
}

ul li {
	list-style-type: none;
	padding-left: 0;
}

.footer {
	width: 100%;
	display: flex;
	margin-bottom: 50px;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	color: #002a41;
}

.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: #002a41;
}

.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: #fff;
}

::-webkit-scrollbar-button {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

#app {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-top: 55px;
}

.container {
	height: 100%;
	display: flex;
}

.ant-input {
	border: none !important;
	color: #000 !important;
	border-radius: 15px !important;
	background-color: #fefefe !important;
	border-color: #ccc !important;
	border-style: solid !important;
	border-width: 2px !important;
	box-shadow: 0px 0px !important;
	font-family: Nunito, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700 !important;
	font-size: 15px !important;
	height: 40px !important;
}

.ant-input-clear-icon {
	font-size: 16px !important;
	color: #000 !important;
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
	font-size: 16px !important;
	color: #000 !important;
}

.ant-input:focus,
.ant-input:hover {
	border: 2px solid #ccc !important;
	box-shadow: none !important;
}

.top-heng {
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	position: relative;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}

.top-heng1 {
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	position: relative;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}

.top-heng:hover .img {
	transform: scale(1.1);
}

.top-heng:hover .text-m {
	display: flex;
}

.top-heng .img {
	transition: transform 0.3s;
	border-radius: 5px;
	flex: 1;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	object-fit: cover;
}

.top-heng .text-m {
	background: linear-gradient(#0000 60%, #00000096);
	justify-content: flex-end;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	display: none;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.top-heng .text-m .text {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 3px #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.top-heng .text-m .name {
	width: 100%;
	font-size: 12px;
	color: #dddddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 3px #000;
	text-align: center;
}

.list-m {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	display: grid;
	grid-gap: 12px;
}

@media screen and (max-width: 576px) {
	.list-m {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 577px) {
	.list-m {
		grid-template-columns: repeat(8, 1fr);
	}
}

.grid-m {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	display: grid;
	grid-gap: 12px;
}

@media screen and (max-width: 576px) {
	.grid-m {
		grid-template-columns: repeat(4, 1fr);
	}

	.ip0,
	.ip5 {
		grid-column: span 4;
		grid-row: span 3;
	}
}

@media screen and (min-width: 577px) {
	.grid-m {
		grid-template-columns: repeat(10, 1fr);
	}

	.ip0,
	.ip5 {
		grid-column: span 2;
		grid-row: span 2;
	}
}

.advertisement-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; /* 添加此行以使子元素竖向排列 */
}
.middle {
	width: 100%;
	height: 15px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: space-evenly;
	margin: 4px auto; /* 添加水平居中属性 */
}

.de_iv_adv {
	width: 100%;
	height: auto;
	background-color: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 0.5rem solid #ededed;
}

.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: #ededed;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	height: 50px;
	background-color: #ededed;
	display: flex;
	justify-content: center;
}