html,body{
	background:#fff !important;
	position: relative;
}
.tabWrapper{
	background:#e0e0e0 !important;
	margin-bottom: 2.25rem;
}
.banner{
	height:8.44rem;
}
.img{
	width:100%;
	height:100%;
}
.tabWrap{
	background: #fff;
	
}
.tab{
	display: flex;
	padding:0.32rem 0.18rem 0;
}
.tab_con{
	flex:1;
	height:1.8rem;
	background:#fff;
	border:1px solid #dcdcdc;
	border-radius:0.2rem;
	margin-right:0.18rem;
	font-size:0.56rem;
	line-height: 1.8rem;
	text-align: center;
}
.tab_con:nth-last-child(1){
	margin-right: 0;
}
.active{
	background:#529bf5;
	color:#fff;
}
/*小车等*/
.tab_type{
	display:flex;
	padding:0 0.84rem;
}
.tab_type_con{
	flex:1;
	font-size:0.56rem;
	color:#333;
	text-align: center;
	margin-top:0.46rem;
}
.tab_type_active{
	color:#529bf5;
	border-bottom:1px solid #529bf5;
}
/*练习*/
.exer_wrap{
	padding:1.2rem 0.2rem;
	display: flex;
	flex-wrap: wrap;
	position:relative;
}
.exer_con{
	flex: 0 0 48.5%;
	margin-right:0.4rem;
	height:4.06rem;
	line-height:4.06rem;
	text-align: center;
	color:#fff;
	font-size:0.64rem;
	border-radius:0.4rem;
	margin-bottom:0.4rem;
}
.exer_con:nth-child(1){
	background: -moz-linear-gradient(left, #f2a24a 0%, #f2c14c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2a24a), color-stop(100%,#f2c14c));
    background: -webkit-linear-gradient(left, #f2a24a 0%,#f2c14c 100%);
    background: -o-linear-gradient(left, #f2a24a 0%,#f2c14c 100%);
    background: -ms-linear-gradient(left, #f2a24a 0%,#f2c14c 100%);
    background: linear-gradient(to right, #f2a24a 0%,#f2c14c 100%);
}
.exer_con:nth-child(2){
	background: -moz-linear-gradient(left, #0d81c3 0%, #577eb8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d81c3), color-stop(100%,#577eb8));
    background: -webkit-linear-gradient(left, #0d81c3 0%,#577eb8 100%);
    background: -o-linear-gradient(left, #0d81c3 0%,#577eb8 100%);
    background: -ms-linear-gradient(left, #0d81c3 0%,#577eb8 100%);
    background: linear-gradient(to right, #0d81c3 0%,#577eb8 100%);
    margin-right:0rem;
}
.exer_con:nth-child(3){
	background: -moz-linear-gradient(left, #838fdf 0%, #8ed5e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838fdf), color-stop(100%,#8ed5e6));
    background: -webkit-linear-gradient(left, #838fdf 0%,#8ed5e6 100%);
    background: -o-linear-gradient(left, #838fdf 0%,#8ed5e6 100%);
    background: -ms-linear-gradient(left, #838fdf 0%,#8ed5e6 100%);
    background: linear-gradient(to right, #838fdf 0%,#8ed5e6 100%);
    margin-bottom:0rem;
}
.exer_con:nth-child(4){
	background: -moz-linear-gradient(left, #f04bba 0%, #c32680 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04bba), color-stop(100%,#c32680));
    background: -webkit-linear-gradient(left, #f04bba 0%,#c32680 100%);
    background: -o-linear-gradient(left, #f04bba 0%,#c32680 100%);
    background: -ms-linear-gradient(left, #f04bba 0%,#c32680 100%);
    background: linear-gradient(to right, #f04bba 0%,#c32680 100%);
    margin-right:0rem;
    margin-bottom:0rem;
}
.order{
	width:3.2rem;
	height:3.2rem;
	line-height:3.2rem;
	text-align: center;
	border-radius:50%;
	background:#2b4fd6;
	font-size:0.56rem;
	color:#fff;
	border:0.54rem solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}


