* {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
}

ul li {
	list-style-type: none;
	padding-left: 0;
}

.ant-input {
	background-color: #e5a991 !important;
	color: #fff !important;
}

.ant-input-search-icon {
	color: #fff !important;
	font-size: 14px !important;
}

@media screen and (min-width: 767px) {
	.home .img-item {
		width: calc((100% - 40px) / 6) !important;
	}

	.home .img-item img {
		width: 100px;
		height: 100px;
		object-position: center;
		object-fit: cover;
	}
}

.svg {
	display: flex;
	align-items: center;

	svg {
		width: 40px;
		height: 40px;
	}
}

#app {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #e58066;
}

#app .header {
	width: 100%;
	height: 50px;
	background-color: #e54d26;
	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: #fff;
	cursor: pointer;
}

.cen {

	svg {
		width: 200px;
		height: 17px;
	}
}

.cens {
	svg {
		width: 180px;
		height: 17px;
	}
}

.ant-drawer-close {
	color: #fff !important;
	font-size: 18px !important;
}

.list_min {
	display: flex;
	flex-direction: column;
	font-style: normal;
	color: #fff;
}

.list_min p {
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
}

.ant-drawer-header,
.ant-drawer-header-no-title {
	background: #e54d26 !important;
}

.ant-drawer-title {
	color: #fff !important;
}

.ant-drawer-header {
	border-radius: 0 !important;
}

.ant-drawer-content {
	background: #e54d26 !important;
}

.home {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 8px;
	margin-top: 8px;
	justify-content: space-between;
	/* height: calc(100% - 59px); */
	/* overflow-y: auto; */
}

.home-active {
	height: calc(100% - 83px) !important;
}

.home .img-item {
	cursor: pointer;
	width: calc((100% - 16px) / 2);
	display: flex;
	align-items: center;
	padding: 2px 5px;
	border-radius: 3px;
	box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .2);
}

.home .img-item .name {
	color: #fff;
	font-size: 12px;
	width: 100%;
	margin-left: 5px;
	text-align: left;
}
.home .img-item .stdio {
	color: #d7cbcb;
	font-size: 10px;
	width: 100%;
	margin-left: 5px;
	text-align: left;
}

.home .img-item img {
	border-radius: 10px;
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
}

.details {
	display: flex;
	flex-direction: column;
	height: calc(100% - 50px);
	overflow-y: auto;
}

.details .top-min {
	min-height: 190px;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.details .top-min img {
	width: 100px;
	height: 100px;
	border-radius: 3px;
}

.details .top-min .info-min {
	/* gap: 8px;*/
	flex: 1; 
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;

}

.details .top-min .play {
	animation: breathing 0.5s infinite ease-in-out alternate;
	cursor: pointer;
	background-color: #e44c25;
	color: #FFF;
	margin: 0 auto;
	width: 40%;
	height: 30px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes breathing {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.details .top-min .info-min .name {
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.details .top-min .info-min .stdio {
	color: #c6bdbd !important;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.details .btn-min {
	width: 200px;
	margin: 80px auto;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4553fe;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
	border-radius: 30px;
	border: 2px solid #eaff3d;
	color: #fff;
	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: #fff;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.details .ul-min {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 5px;
	margin: 8px;
}

.details .ul-min .img-item {
	width: calc((100% - 16px) / 2) !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 2px;
	border-radius: 3px;
	box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .2);
}

.details .ul-min .img-item .name {
	color: #fff;
	font-size: 12px;
	width: 100%;
	margin-left: 5px;
	text-align: left;
}

.details .ul-min .img-item .stdio {
	color: #c9c1c1;
	font-size: 10px;
	width: 100%;
	margin-left: 5px;
	text-align: left;
}

.details .ul-min .img-item img {
	border-radius: 10px;
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
}

.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 42px;
	background-color: #e54d26;
	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% - 51px);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.middle {
	width: 100%;
	height: 15px;
	margin-top: 0px;
	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: #e09785;
	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: #e09785;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	height: 50px;
	background-color: #e09785;
	display: flex;
	justify-content: center;
}