* {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
}

ul li {
	list-style-type: none;
	padding-left: 0;
}

.ant-input {
	background-color: #332122 !important;
	color: #fff !important;
}

.ant-input-search-icon {
	color: #fff !important;
	font-size: 14px !important;
}

.svg {
	display: flex;
	align-items: center;
}

.svg svg {
	width: 35px;
	height: 35px;
}

#app {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, #22a6b3 0%, #22a6b3 100%);
}

#app .header {
	width: 100%;
	height: 50px;
	background-color: #22a6b3;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

#app .ipt {
	width: 100%;
	height: 32px;
}

.left,
.right {
	font-size: 30px;
	color: #332122;
	cursor: pointer;
}

.cen {
	color: #332122;
	font-weight: 900;
	font-size: 24px;
	font-family: 'comic sans ms';

	svg {
		width: 200px;
		height: 17px;
	}
}

.cens {
	svg {
		width: 180px;
		height: 17px;
	}
}


.list_min {
	display: flex;
	flex-direction: column;
	font-style: normal;
	gap: 12px;
}

.list_min p {
	margin-bottom: 0;
	height: 32px;
	cursor: pointer;
	padding-left: 14px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	background: linear-gradient(90deg, #332122 0%, rgba(51, 33, 34, 0) 100%);
	border-radius: 36px 36px 36px 36px;
	opacity: 0.6;
}

.ant-drawer-close {
	color: #332122 !important;
	font-size: 18px !important;
}

.ant-drawer-body {
	padding: 18px !important;
}

.ant-drawer-header,
.ant-drawer-header-no-title {
	background: #22a6b3 !important;
}

.ant-drawer-title {
	color: #332122 !important;
}

.ant-drawer-header {
	border-radius: 0 !important;
	border: none !important;
}

.ant-drawer-content {
	background: #22a6b3 !important;
}

.home {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
	/* gap: 10px;
	margin-top: 8px; */
	/* padding: 0 10px; */
}

.home-active {
	height: calc(100% - 83px) !important;
}

.home .img-item {
	box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .1);
	width: calc((100% - 20px) / 3);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
}

.home .img-item img {
	border-radius: 10px;
	width: 100px;
	height: 100px;
	object-position: center;
	object-fit: cover;
}

.home .img-item .name {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #332122;
	font-size: 14px;
	font-weight: 600;
}

.details {
	display: flex;
	flex-direction: column;
	height: calc(100% - 50px);
	overflow-y: auto;
	align-items: center;
}

.details .top-min {
	width: 100%;
	min-height: 217px;
	padding: 7px;
	position: relative;
}

.details .top-min img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.details .top-min .name {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 7px;
	width: calc(100% - 14px);
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(51, 33, 34, 0.7);
}

.details .play {
	background: #FFFFFF;
	box-shadow: 3px 4px 0px 0px #22a6b3;
	border-radius: 59px 59px 59px 59px;
	margin: 24px 0;
	min-height: 40px;
	width: 168px;
	color: #332122;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.details .tui-jian {
	margin: 0 auto;
	font-family: FSemiBold;
	font-size: 20px;
	color: #332122;
	font-weight: 700;
	padding-bottom: 5px;
}

.details .heng {
	display: flex;
	align-items: center;
}


.details .ul-min {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 10px;
	margin-top: 8px;
	padding: 0 10px;
}

.details .ul-min .img-item {
	box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .1);
	width: calc((100% - 20px) / 3);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
}

.details .ul-min .img-item .name {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #332122;
	font-size: 14px;
	font-weight: 600;
}

.details .ul-min .img-item img {
	border-radius: 10px;
	width: 100%;
	height: 100px;
	object-position: center;
	object-fit: cover;
}

.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 42px;
	background-color: #22a6b3;
	color: #332122;
	margin-bottom: 50px;
}

.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: #332122
}

.footer .copyright {
	font-size: 12px;
	text-align: center;
}

.home-m {
	height: calc(100% - 51px);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.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%;
	height: auto;
	background-color: #67afb6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.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: #67afb6;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	height: 50px;
	background-color: #67afb6;
	display: flex;
	justify-content: center;
}