* {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
}

ul li {
	list-style-type: none;
	padding-left: 0;
}

.ant-input {
	background-color: #005098 !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: #F2F9FF;
}

#app .header {
	width: 100%;
	height: 50px;
	background-color: #B3D5F4;
	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: #000;
	cursor: pointer;
}

.cen {
	color: #000;
	font-weight: 900;
	font-size: 24px;

	svg {
		width: 200px;
		height: 17px;
	}
}

.cens {
	svg {
		width: 180px;
		height: 17px;
	}
}

.ant-drawer-close {
	color: #000 !important;
	font-size: 18px !important;
}

.list_min {
	display: flex;
	flex-direction: column;
	font-style: normal;
	color: #fff;
	gap: 12px;
}

.list_min p {
	margin-bottom: 0;
	height: 32px;
	background: rgba(49, 156, 255, 0.3);
	cursor: pointer;
	padding-left: 12px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.ant-drawer-body {
	padding: 18px !important;
}

.ant-drawer-header,
.ant-drawer-header-no-title {
	background: #fff !important;
}

.ant-drawer-title {
	color: #000 !important;
}

.ant-drawer-header {
	border-radius: 0 !important;
}

.ant-drawer-content {
	background: #fff !important;
}

.home {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 5px;
	/* margin-top: 8px; */
	padding: 0 10px;
	justify-content: space-evenly;
}

.home-active {
	height: calc(100% - 83px) !important;
}

.home .img-item {
	box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .1);
	width: 173px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background-color: #B3D5F4;
}

.home .img-item img {
	border-radius: 10px;
	width: 100%;
	height: 80px;
	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;
}

.home .img-item .stdio {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #a09a9a;
	font-size: 10px;
	font-weight: 600;
}


.home .img-item .btn {
	border-radius: 4px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #005098;
	font-size: 14px;
	width: 100px;
	height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}


.details {
	display: flex;
	flex-direction: column;
	height: calc(100% - 50px);
	overflow-y: auto;
	align-items: center;
}

.details .top-min {
	width: 100%;
	max-width: 380px;
	min-height: 217px;
	padding: 7px;
	position: relative;
}

.details .top-min img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.details .top-min .name {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	background: rgba(179, 213, 244, 0.6);
	position: absolute;
	bottom: 15px;
	left: 7px;
	width: calc(100% - 14px);
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(3px);
}

.details .stdio {
	color: #8a8585;
	font-weight: 600;
	max-width: 640px;
	bottom: 0;
	left: 7px;
	width: calc(100% - 24px);
}

.details .play {
	margin: 20px 0;
	border-radius: 4px;
	min-height: 40px;
	width: 168px;
	background: #fff;
	border: 1px solid #B3D5F4;
	color: #005098;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.details .tui-jian {
	margin: 0 auto 20px;
	font-family: FSemiBold;
	font-size: 20px;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid #B3D5F4;
}

.details .ul-min {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 10px;
	margin-top: 8px;
	padding: 0 10px;
	max-width: 750px;
}

.details .ul-min .img-item {
	box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .1);
	width: 173px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background-color: #B3D5F4;
}

.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 .stdio {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #91898a;
	font-size: 10px;
	font-weight: 600;
}

.details .ul-min .img-item img {
	border-radius: 10px;
	width: 100%;
	height: 100px;
	object-position: center;
	object-fit: cover;
}

.details .ul-min .img-item .btn {
	border-radius: 4px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #005098;
	font-size: 14px;
	width: 100px;
	height: 26px;
	font-weight: 600;
	margin: 5px;
}



.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 42px;
	background-color: #B3D5F4;
	color: #005098
}

.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: #005098
}

.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: 5px; */
	/* 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: #d7e6f4;
	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: #d7e6f4;
}

.positionFixed {
	bottom: 0px;
	left: 50%;
	position: fixed;
	transform: translate(-50%, 0%);
	z-index: 999;
	width: 100%;
	height: 50px;
	background-color: #d7e6f4;
	display: flex;
	justify-content: center;
}