/* CSS Document */
.nav-box{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.page-container{
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	font-size: 0.3rem;
}
.tab-slide a {
	color: #999999;
}
.tab-slide .active a {
	color: white;
}
.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.bottom-space {
	padding-bottom: 1.2rem;
	height: auto;
}
/*底部悬浮*/
.bot-fixed {
	height: 1.2rem;
	width: 100%;
	background: #fff;
	border-top: solid 1px #F5F5F5;
	left: 0;
	bottom: 0;
	z-index: 3!important;
}
.bot-fixed a {
	font-size: 0.24rem;
	color: #212121;
}
.bot-fixed a img {
	width: 0.46rem;
	margin: 0.2rem 0 0.15rem 0;
}

/*banner*/
.dwl-list .banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.dwl-list .banner .swiper-pagination-bullet-active {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 0.4rem;
}

/*锚点链接*/
.nav-mark {
	min-height: 1.18rem;
	background: #f5f6f9;
}
.nav-box {
	padding: 0 0.1rem;
	width: calc(100% - 0.2rem);
	left: 0;
	top: 0;
	z-index: 91;
	background: #f5f6f9;
}
.nav-box .nav-item {
	height: 1.18rem;
	line-height: 1.18rem;
	font-size: 0.3rem;
	color: #212121;
	font-weight: bold;
	text-align: center;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
}
.nav-box .nav-item img {
	width: 0.21rem;
	right: 0;
	top: 0.15rem;
}
.nav-box span.active {
	color: #f23c3c;
	position: relative;
}
.nav-box span.active:after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0.28rem;
	height: 0.04rem;
	background: #f23c3c;
	margin: 0 0 0 -0.14rem;
}


/*公共标题*/
.pub-tit {
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0 0.3rem;
	padding: 0 0 0 0.24rem;
	position: relative;
}
.pub-tit span {
	font-size: 0.36rem;
}
.pub-tit a {
	color: #999;
	font-size: 0.24rem;
}
.pub-tit:after {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.08rem;
	border-radius: 0.04rem;
	-webkit-border-radius: 0.04rem;
	-moz-border-radius: 0.04rem;
	height: 0.3rem;
	background: #f23c3c;
	margin: -0.15rem 0 0 0;
}

/*二层滑动*/
.tab-slide {
	margin: 0.4rem 0 0 0.3rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.28rem;
	color: #999999;
	text-align: center;
}
.tab-slide .swiper-slide {
	height: 0.46rem;
	line-height: 0.46rem;
	border-radius: 0.23rem;
	-webkit-border-radius: 0.23rem;
	-moz-border-radius: 0.23rem;
	background: #f5f6f9;
}
.tab-slide .swiper-wrapper .active {
	color: #fff;
	font-weight: bold;
	position: relative;
	background: #f23c3c;
}


.sec-01 ul {
	padding: 0 0.3rem;
}
.sec-01 li {
	min-height: 0.9rem;
	padding: 0.38rem 1.7rem 0.38rem 1.05rem;
	border-bottom: solid 1px #f3f3f3;
}
.sec-01 li:last-child {
	border: none;
}
.sec-01 li .icon {
	width: 0.8rem;
	left: 0;
	top: 0.38rem;
}
.sec-01 li .tit {
	height: 0.5rem;
	line-height: 0.5rem;
	max-width: 4rem;
	font-size: 0.28rem;
	color: #212121;
}
.sec-01 li .tit .ellipsis {
	max-width: 2.7rem;
}
.sec-01 li .tit span.state01 {
	font-size: 0.24rem;
	color: #fff;
	background: #fa4e4e;
	padding: 0 0.05rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 0.3rem;
	line-height: 0.3rem;
	margin: 0.1rem 0.05rem 0;
}
.sec-01 li .tit span.state02 {
	font-size: 0.24rem;
	color: #fff;
	background: #ffb026;
	padding: 0 0.05rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 0.3rem;
	line-height: 0.3rem;
	margin: 0.1rem 0.05rem 0;
}
.sec-01 li .count {
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.4rem;
}
.sec-01 li .btn {
	display: inline-block;
	width: 1.6rem;
	text-align: center;
	height: 0.58rem;
	line-height: 0.58rem;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	border: solid 1px #f23c3c;
	color: #f23c3c;
	font-size: 0.28rem;
	right: 0;
	top: 50%;
	margin: -0.3rem 0 0 0;
}
.sec-01 li .btn:active {
	color: #fff;
	background: #f23c3c;
}

.sec-02 {
	padding: 0.5rem 0;
	border-top: solid 0.16rem #f5f6f9;
	border-bottom: solid 0.16rem #f5f6f9;
}
.sec-02 .pub-tit li {
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.26rem;
	border-radius: 0.2rem;
	-webkti-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	font-size: 0.28rem;
	color: #999999;
	background: #dfdfdf;
	margin: 0 0 0 0.1rem;
}
.sec-02 .pub-tit li.active {
	color: #fff;
	background: #5a8efb;
}
.sec-02 .tab-content {
	padding: 0.36rem 0.3rem 0 0.3rem;
}
.sec-02 .tab-content .item {
	background: #f5f6f9;
	padding: 0.45rem 2.65rem 0.45rem 1.35rem;
	min-height: 0.72rem;
}
.sec-02 .tab-content .item .icon {
	width: 0.81rem;
	left: 0.3rem;
	top: 0.45rem;
}
.sec-02 .tab-content .item .tit {
	font-size: 0.28rem;
	color: #212121;
	line-height: 0.4rem;
}
.sec-02 .tab-content .item .des {
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.3rem;
}
.sec-02 .tab-content .item .btn {
	width: 2.3rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	border-radius: 0.35rem;
	-webkit-border-radius: 0.35rem;
	-moz-border-radius: 0.35rem;
	color: #fff;
	font-size: 0.28rem;
	background: #5a8efb;
	right: 0.3rem;
	top: 50%;
	margin: -0.35rem 0 0 0;
}

/*领专属课程*/
.sec-03 {
	padding: 0.6rem 0;
}
.sec-03 .link-box {
	padding: 0.15rem 0.3rem 0 0.3rem;
}
.sec-03 .link-box a {
	display: block;
	margin: 0.25rem 0 0 0;
}



