.search_bar .van-nav-bar__title {
    padding-left: 54px;
    padding-right: 3%;
}
.van-info {
    background-color: #ff701a;
}
.header_img {
	width: 34px;
	height: 34px;
    border-radius: 4px;
    overflow: hidden;
}
.header_img img {
	width: 100%;
	height: 100%;
}
.my-swipe {
    width: 94%;
	height: 150px;
	margin: 0 3%;
	background-color: #FFF;
	border-radius: 12px;
	overflow: hidden;
	transform: translateY(0);
}
.my-swipe img {
    width: 100%;
	height: 150px;
}
@media screen and ( min-width:768px ){
	.my-swipe {
        height: 280px;
    }
    .my-swipe img {
        height: 280px;
    }
}
.my-swipe .custom-indicator {
    width: 28px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    color: #ffffff;
    float: right;
    margin-top: -26px;
    margin-right: 10px;
    border-radius: 4px;
}
.item_icon {
	width: 40px;
	height: 40px;
	font-size: 40px;
	display: block;
	margin: 5px auto 2px;
/*	border-radius: 50%;
*/	overflow: hidden;
}
.item_icon img {
	width: 100%;
}
.item_name {
	font-size: 12px;
	color: #666;
}
.van-grid-item__content {
    padding: 8px 0;
}
.top_category .van-tab {
	line-height: 44px;
	padding: 0;
}
/* .top_category .van-tab__text {
	font-size: 14px;
} */
.top_category .van-tab--active .van-tab__text {
	font-weight: 800;
	font-size: 18px;
}
.top_category .van-tabs--line .van-tabs__wrap {
	height: 44px;
	background-color: #FFF;
}
.top_category .van-tabs__nav--line {
	padding-left: 10px;
	padding-right: 44px;
}
.category {
	width: 100%;
	height: auto;
	padding: 8px 3% 0;
	background-color: #FFF;
	z-index: 2;
	/* background-image: linear-gradient(#ffffff,#f9f9f9); */
}
/* .category .load {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
} */
.category .refresh {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.category .refresh .refresh_icon {
	font-size: 18px;
	line-height: 40px;
	color: #999;
	vertical-align: middle;
}
.category .category_header {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	overflow-x: auto;
	white-space: nowrap;
}
.category_header .head_item {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
.active {
	color: #333;
	font-size: 20px;
	font-weight: 800;
}
.add {
	position: absolute;
	top:0;
	right: 0;
	width: 36px;
	height: 44px;
	line-height: 44px;
	box-shadow: 0 10px 10px #FFF;
}
.add_img {
	line-height: 44px;
	font-size: 22px;
	color: #999;
}
.category_content {
	width: 100%;
	margin:4px 0;
}
.recommend {
	width: 100%;
	height: auto;
	/* margin-top: 8px; */
	overflow: hidden;
	background-color: #FFF;
}
.recommend_header {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 800;
	color: #333;
	padding: 0 3%;
	float: left;
}
.line_left {
	width: 3px;
	height: 20px;
	background-color: #333333;
	display: inline-block;
	margin: 10px 5px 0 0;
}
.recommend_content {
	width: 100%;
	height: auto;
	padding-left: 3%;
}
.teacher {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}
.teacher .teacher_header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 800;
	color: #333;
	padding: 0 3%;
	float: left;
}
.teacher_content {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 4px 3%;
	float: left;
}
.teacher .teacher_item {
	vertical-align: middle;
	display: inline-block;
	width: 106px;
	height: 150px;
	text-align: center;
	padding: 5px 0;
	background-color: #FFF;
	margin-right: 3%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.teacher_item .item_headimg {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #EEE;
	background-image: url(../images/default_headimg.png);
	background-size: 100% 100%;
	overflow: hidden;
	margin: 10px auto 0;
}
.item_headimg img {
	width: 100%;
}
.teacher_item .item_name {
	width: 100%;
	height: 30px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	font-weight: 800;
}
.teacher_item .item_tab {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.lessons {
	width: 100%;
	height: auto;
	padding-left: 3%;
	overflow: hidden;
	background-color: #FFF;
}
.lessons_header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 800;
	color: #333;
}
.all_lesson {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #999;
	float: left;
}
.refresh2 {
	position: absolute;
	z-index: 2;
	right: 3%;
	width: auto;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.refresh2 .refresh_icon {
	font-size: 18px;
	line-height: 40px;
	color: #999;
	margin-left: -24px;
}

.popupp {
	width: 94%;
	height: auto;
	background-color: rgba(0,0,0,0);
}
.index_popup {
	position: relative;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0);*/
}
.close {
	position: absolute;
	right: 30px;
	top: 0;
	width: 40px;
	height: 40px;
}
.close .van-icon {
	font-size: 40px;
	color: #FFF;
}
.index_popup img {
	width: 100%;
	height: auto;
	min-height: 300px;
	display: block;
}
.bottom_circle {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 56px;
	height: 56px;
	line-height: 20px;
	border-radius: 50%;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
.bottom_circle .iconfont {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    margin-top: 8px;
}
.bottom_circle div {
    font-size: 14px;
    color: #ffffff;
}
#launch-btn {
    position: fixed;
    bottom: 110px;
    left: 10%;
    z-index: 998;
    width: 160px;
    height: 44px;
    left: 50%;
    transform: translateX(-50%);
}
.bottom_download {
    position: fixed;
    bottom: 110px;
    z-index: 999;
    width: 140px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background-color: #3388ff;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
}
