* {
	margin: 0;
	padding: 0;
}

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

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

p,
li {
	color: #ededed;
}

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

.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #525252;
	background: #181818;
	color: #ededed;
}

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

.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: rgba(33, 34, 51, 0.9);
}

::-webkit-scrollbar-button {
	background: rgba(33, 34, 51, 0.9);
}

::-webkit-scrollbar-thumb {
	background: rgba(33, 34, 51, 0.9);
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(33, 34, 51, 0.9);
}

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

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

.ant-input {
	border: none !important;
	color: #ededed !important;
	border-radius: 0px !important;
	background-color: #000 !important;
	border-color: #4b4b4b !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: 16px !important;
}

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

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

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

.swiper-button-next {
	right: 0;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next,
.swiper-button-prev {
	width: 65px;
	height: 65px;
	border: 8px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #0056b3;
}

.swiper-button-next::after {
	display: inline-block;
	margin-top: 3px;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
	content: '';
}

.swiper-button-prev::after {
	display: inline-block;
	margin-top: 3px;
	margin-left: 8px;
	width: 30px;
	height: 30px;
	transform: rotate(-135deg);
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
	content: '';
}

.swiper-item-big {
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 20px;
}

.swiper-item-big .type-title {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.swiper-item-big .swiper-item-container {
	width: 100%;
	min-height: 485px;
	max-height: 485px;
	height: 485px;
}

.swiper-item-big .swiper-item-container.minHeight {
	min-height: 230px;
	max-height: 230px;
	height: 230px;
}

.swiper-item-big .list-m {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.swiper-wrapper-t {
	display: flex;
}

.top-heng {
	width: 100%;
	height: 220px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	position: relative;
}

.top-heng:hover .text-m {
	background: #00d0fb;
}

.top-heng:hover .text-m .text,
.top-heng:hover .text-m .name {
	color: #000;
}

.top-heng .img {
	border-radius: 10px;
	flex: 1;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 220px;
	min-height: 220px;
	height: 220px;
}

.top-heng .text-m {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 46px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #2d2d2d;
	padding: 0 5px;
}

.top-heng .text-m .text {
	width: 100%;
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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


.middle {
	width: 100%;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: space-evenly;

}

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

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

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