* {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
}

ul li {
	list-style-type: none;
	padding-left: 0;
}

.ant-input {
	background-color: #3c860a !important;
	color: #fff !important;
}

.ant-input-search-icon {
	color: #fff !important;
	font-size: 14px !important;
}

@media screen and (min-width: 767px) {
	.home .img-item .type-list .item {
		width: calc((100% - 40px) / 6) !important;
	}
}

#app {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: radial-gradient(circle, #dbf79f, #63b671);
}

#app .header {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background: radial-gradient(circle, #d4fc79, #36c54e);
}

.details-header {
	position: relative;
	justify-content: center !important;
}

.btn-home {
	position: absolute;
	right: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.btn-home svg {
	width: 40px;
	height: 40px;
}

#app .ipt {
	width: 100%;
	height: 32px;
}

.left,
.cen,
.right {
	font-size: 30px;
	color: #fff;
	font-family: 'comic sans ms';
	cursor: pointer;
}

.list_min {
	display: flex;
	flex-direction: column;
	font-style: normal;
	color: #fff;
}

.list_min p {
	font-size: 16px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	border-bottom: 1px solid #979595;
	cursor: pointer;
	padding-left: 10px;
	letter-spacing: 2px;
}

.ant-drawer-header,
.ant-drawer-header-no-title {
	background: radial-gradient(circle, #d4fc79, #36c54e) !important;
}

.ant-drawer-title {
	color: #fff !important;
	font-family: 'comic sans ms';
}

.ant-drawer-header {
	border-radius: 0 !important;
}

.ant-drawer-content {
	background: radial-gradient(circle, #dbf79f, #63b671) !important;
}

.home {
	display: flex;
	gap: 8px;
	margin-top: 8px;
	flex-direction: column;
}

.home-active {
	height: calc(100% - 83px);
}

.home .img-item {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}

.home .img-item .type-name {
	width: 70%;
	color: #494848;
	font-size: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #979595;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.home .img-item .type-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-content: flex-start;
}

.home .img-item .type-list .item {
	cursor: pointer;
	width: calc((100% - 16px) / 3);
	display: flex;
	flex-direction: column;
}

.home .img-item .type-list .item span {
	display: block;
	width: 100%;
	cursor: pointer;
	font-family: PingFangSC-Semibold;
	color: rgb(110, 107, 107);
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home .img-item .type-list .item img {
	border-radius: 6px;
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.details {
	display: flex;
	flex-direction: column;
	height: calc(100% - 50px);
	overflow-y: auto;
}

.details .top-min {
	display: flex;
	border-radius: 16px;
	flex-direction: column;
	align-items: center;
	/* min-height: 140px; */
	/* padding: 5px 0; */
}

.details .top-min img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
}

.details .top-min .info-min {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.details .top-min .info-min .name {
	color: #838383 !important;
	font-family: 'comic sans ms';
	font-size: 14px;
}

.details .top-min .info-min .type {
	color: #fff !important;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 3px 8px;
	width: max-content;
	cursor: pointer;
}

.details .btn-min {
	width: 200px;
	margin: 10px auto;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle, #d4fc79, #36c54e) !important;

	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
	border-radius: 30px;
	border: 2px solid #eaff3d;
	color: rgb(110, 107, 107);

	font-family: 'comic sans ms';
	font-size: 16px;
	cursor: pointer;
	gap: 5px;
}

.details .tui-jian {
	margin: 20px auto;
	font-family: FSemiBold;
	font-size: 20px;
	color: red;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 3px;
}

.details .ul-min {
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 5px;
}

.details .ul-min .img-item {
	cursor: pointer;
	width: calc((100% - 16px) / 3);
	display: flex;
	flex-direction: column;
}

.details .ul-min .img-item span {
	display: block;
	width: 100%;
	cursor: pointer;
	font-family: PingFangSC-Semibold;
	color: rgb(110, 107, 107);
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.details .ul-min .img-item img {
	border-radius: 6px;
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 55px;
	background-color: #5b832e;
	margin-top: 20px;
	color: #fff;
}

.footer .link-box {
	display: flex;
	justify-content: center;
	font-size: 16px;
}

.footer .link-box .separate {
	margin: 0 16px;
}

.footer .link-box a {
	text-decoration: none;
	color: #fff;
}

.footer .copyright {
	font-size: 12px;
	text-align: center;
}

.home-m {
	height: calc(100% - 50px);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.middle {
	width: 100%;
	height: 15px;
	margin-bottom: 5px;
	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: #eefbce;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.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: #eefbce;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	height: 50px;
	background-color: #eefbce;
	display: flex;
	justify-content: center;
}