.tabbar-name {
	font-size: 12px;
	color: #999;
}

.title {
	font-size: 16px;
	color: #fff;
}

.tabbar-name.is-active {
	color: #f66337;
}

.tabbar-cion {
	width: 34px;
	height: 34px;
}

.class-cion {
	width: 50px;
	height: 50px;
}

.class-name {
	font-size: 16px;
	color: #333;

}

.headbg {
	background-color: #f66337;
	position: absolute;
	height: 104px;
	width: 100%;
	z-index: -1;
}

.headbg-img {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 60px;
}

.search {
	height: 30px;
	border-radius: 15px;
	padding: 0 15px;
	background-color: #fff;

	margin: 0 10px;
}

.search-text {
	padding: 0 10px;
	font-size: 12px;
	color: #999;
}

.swipe {
	padding-top: 44px;
	overflow: hidden;
}
.swiper {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	/* border-radius: 20px; */
	border: rgba(0, 0, 0, 0) 10px solid;
	border-top:none;
	overflow: hidden;
}

.swiper-slide {
	background-image: url('/static/image/img_moren.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 8px;
}

.class-warp {
	height: 100px;
}
.shoucang {

	background-color: #000;
	border-radius: 8px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	margin-right: 1px;
	margin-left: 1px;
}


.x {

	background-color: #000;
	border-radius: 100%;
	line-height: 60px;
	font-size: 60px;
	color: #fff;
	text-align: center;
	width: 60px;
	margin-right: -20px;
}

.x::before {
	width: 40px;
	height: 1px;
	transform: rotate(45deg);
	background-color: #fff;
	position: absolute;
	top: 20px;
	content: "";
	right: 10px;
}

.x::after {
	width: 40px;
	height: 1px;
	transform: rotate(-45deg);
	background-color: #fff;
	position: absolute;
	top: 20px;
	content: "";
	right: 10px;
}

.tips {
	position: absolute;
	z-index: 999;
	height: 40px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-color: #000;
	border-radius: 8px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.tips::before {
	bottom: -9px;
	border-width: 0 10px 10px 0;
	border-color: #000 #000 transparent transparent;
	position: absolute;
	right: calc(50% + 5px);
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
}

.tips::after {
	border-color: #000 transparent transparent transparent;
	bottom: -9px;
	border-width: 10px 10px 0 0;
	position: absolute;
	right: calc(50% - 5px);
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
}
.huan{
	margin-top:10px;border-radius:  8px;background-color: #eee;font-size: 14px;color: #999;line-height: 24px; text-align: center;
}