* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

input,
button {
	border: none;
	outline: none;
}

section {
	border: none;
	outline: none;
}

body {
	background: #fff;
}
.new_swiper{
	width: 92%;
	height: 10rem;
	overflow: hidden;
	border-radius: 0.5rem;
	margin: 1rem 4%;
	box-shadow: 0 0 10px #ddd;
	position: relative;
}

.new_swiper .swiper {
	width: 100%;
	height: 100%;
}

.new_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.new_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}

.new_nav{
	width: 100%;
	height: 5rem;
}
.new_nav li{
	width: 25%;
	float: left;
	height: 5rem;
}
.new_nav li img{
	height: 3rem;
	display: block;
	margin: 0 auto;
}
.new_nav li  p{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: 14px;
	text-align: center;
	color: #333;
}
.new_title{
	width: 92%;
	height: 2rem;
	line-height: 2rem;
	margin: 1rem 4% 0;
	display: flex;
	justify-content: space-between;
}
.new_title span{
	font-size: 14px;
	color: #999;
}
.new_hot{
	width: 92%;
	height: 6rem;
	margin: 1rem 4% 0;
}
.new_hot ul{
	display: flex;
	justify-content: space-between;
}
.new_hot li{
	width: 48%;
	height: 6rem;
	background: linear-gradient(90deg,#9bbcef,#7aa8f3 40%);
	padding: 0.5rem;
	position: relative;
	box-sizing: border-box;
	border-radius: 0.5rem;
	box-shadow: 0 0 10px #ddd;
}
.new_hot li img{
	width: 2.5rem;
	height: 2.5rem;
	border: 2px #fff solid;
	border-radius: 50%;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	box-sizing: border-box;
}
.new_hot li  .text{
	width: 100%;
	height: 2.5rem;
	padding-left: 3rem;
	box-sizing: border-box;
}
.new_hot li  .text h4{
	width: 100%;
	height: 1.4rem;
	line-height: 1.4rem;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 13px;
	white-space: nowrap;
	color: #fff;
}
.new_hot li  .text p{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 12px;
	color: #fff;
}
.new_hot li a{
	width: 80px;
	height: 1.75rem;
	font-size: 14px;
	text-align: center;
	line-height: 1.75rem;
	background: #007AFF;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0.5rem 0 0.5rem 0;
	background: #fff;
	color: #7aa8f3;
}
.new_hot li:nth-child(2){
	background: linear-gradient(90deg,#f6ca81,#f7ac39 40%);
}
.new_hot li:nth-child(2) a{
	color: #f7ac39;
}
.new_list{
	width: 92%;
	margin: 0 4%;
}
.new_list li:nth-child(1){
	margin-top: 0.5rem;
}
.new_list li{
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 1rem;
}
.new_list li img{
	width: 5rem;
	height: 5rem;
	flex-shrink: 0;
	border-radius: 0.5rem;
	margin-right: 0.5rem;
}
.new_list li .text{
	width: 100%;
	height: 5rem;
}
.new_list li h4{
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 0rem;
}
.new_list li p{
	width: 100%;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 12px;
	color: #9da9b1;
}
.new_list li a{
	width: 80px;
	height: 1.7rem;
	background: #7da8f6;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0.25rem;
	font-size: 12px;
	text-align: center;
	line-height: 1.7rem;
	border-radius: 50px;
	right: 0rem;
}
.footer{
	width: 100%;
	height: 60px;
}
footer{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
}
footer li{
	width: 33.33%;
	height: 50px;
	float: left;
}
footer li img{
	height: 24px;
	display: block;
	margin: 3px auto 2px;
}
footer li p{
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #ccc;
}
footer li.action p{
	color: #629df6;
}
.new_class_left{
	width: 25%;
	height: 100vh;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
}
.new_class_left li{
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	font-size: 13px;
	position: relative;
}
.new_class_left li::before{
	width: 50%;
	height: 1px;
	content: '';
	background: #f5f5f5;
	position: absolute;
	bottom: 0;
	left: 25%;
	z-index: 9999;
}
.new_class_left li p{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.new_class_left li span{
	display: none;
}
.new_class_left li.action  p{
	width: 80%;
	color: #fff;
}
.new_class_left li.action span{
	width: 80%;
	height: 3rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
	background: linear-gradient(90deg,#82acf6,#91b7f5);
	z-index: 0;
	border-radius: 0 10px 10px 0;
	color: fff;
	display: block;
}
.new_class_list{
	width: 100%;
	padding: 1rem 2% 1rem 27%;
	box-sizing: border-box;
}
.new_class_list li{
	width: 100%;
	height: 6rem;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border-radius: 0.5rem;
	padding: 0.5rem;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 1rem;
}
.new_class_list li img{
	width: 5rem;
	height: 5rem;
	border-radius: 0.5rem;
	margin-right: 0.5rem;
}
.new_class_list li span{
	width: 5rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 12px;
	text-align: center;
	display: block;
	background: rgba(0,0,0, .5);
	color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
}
.new_class_list li .text{
	width: 100%;
	height: 5rem;
}
.new_class_list li a{
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	width: 80px;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
	text-align: center;
	background-color: #7da8f6;
	box-shadow: 0 0 10px #ddd;
	color: #fff;
	display: block;
	border-radius: 50px;
}
.new_class_list li h4{
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	overflow: hidden;
	font-size: 15px;
}
.new_class_list li p{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
	overflow: hidden;
	color: #999;
}
.new_top_img{
	width: 100%;
}
.new_top_img img{
	width: 100%;
	float: left;
}
.new_detail_img{
	width: 100%;
	margin-bottom: 50px;
	float: left;
}
.new_detail_img img{
	width: 100%;
	float: left;
}
.new_btn{
	width: 88%;
	height: 3rem;
	line-height: 3rem;
	display: block;
	text-align: center;
	position: fixed;
	bottom: 32px;
	left: 6%;
	border-radius: 0.5rem;
	background: #e54d42;
	box-shadow: 0 0 10px #ad5953;
	font-size: 15px;
	color: #fff;
}