@media screen and (min-width:375px) and (max-width:736px) {
	.head-top-box {
		margin: 0;
	}
}

.xs-nav-box {
	margin: 0;
}

.xs-nav-box>div {
	padding: 0;
}

.tdtp-parent_box {
	height: 552px;
}

.tdtp-parent_box>p {
	position: absolute;
	z-index: 10;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	background: #242830;
	cursor: pointer;
	height: 32px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
}

.tdtp-parent_box>p>a {
	text-decoration: none;
	transition: all .3s;
	margin-left: 6px;
	opacity: .4;
	display: flex;
	align-items: center;
}

.homemenu-taskbarnav .ul_one {
	overflow: hidden;
	height: 100%;
}

.head-left-nav.shows>a {
	transform: rotate(180deg);
}

.focusclass {
	border: #a40000;
}

