html,
body {
	font-family: "微软雅黑";
	font-size: 62.5%;
}


/* 清除塌陷 */

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	/*为了兼容ie6*/
}


/*主色,底色或图标*/

.color-5AC9BD {
	color: #47CC47;
}


/*按钮点击状态,文字链接*/

.color-0CAD9C {
	color: #0CAD9C;
}


/*提示语，突出标志*/

.color-C10E1A {
	color: #C10E1A;
}


/*副色，文案提示和警示或强调*/

.color-F33D4A {
	color: #F33D4A;
}


/*灰色字体*/

.color-7A7A7A {
	color: #7a7a7a;
}


/*分割线*/

.color-C9C9C9 {
	color: #C9C9C9;
}


/*背景底色*/

.color-F6F6F6 {
	color: #F6F6F6;
}


/*标题类文字*/

.color-031E1B {
	color: #031E1B;
}


/*文字白色*/

.color-FFFFFF {
	color: #FFFFFF!important;
}


/*背景底色*/

.back-color-FFFFFF {
	background-color: #FFFFFF;
}


/*背景主色*/

.back-color-5AC9BD {
	background-color: #47CC47;
}


/*页面body色值*/

.bk-body-color {
	background-color: #F6F6F6;
}


/*标题类型*/

.font-36 {
	font-size: 36px;
}


/*正文类型*/

.font-30 {
	font-size: 30px;
}


/*小型字体*/

.font-24px {
	font-size: 24px;
}

.font-18 {
	font-size: 1.8rem;
}

.font-15 {
	font-size: 1.5rem;
}


/*宽比例*/

.width_25 {
	width: 25%!important;
}

.width_33 {
	width: 33.3333%!important;
}

.width_50 {
	width: 50%!important;
}


/*有框文案间距*/

.padding-30 {
	padding: 30px;
}

.padding-20 {
	padding: 20px;
}

.padding-10 {
	padding: 10px;
}

.padding-30-10 {
	padding: 3rem 1rem 3rem 1rem;
}

.pdd-40-30-20-30 {
	padding: 4rem 3rem 2rem 3rem;
}

.pdd-20-30 {
	padding: 2rem 3rem;
}

.pdd-20-0 {
	padding: 2rem 0;
}

.pdd-10-0 {
	padding: 1rem 0;
}

.pdd-05-0 {
	padding: 0.5rem 0;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.no-pd-LR {
	padding-left: 0!important;
	padding-right: 0!important;
}

.margin-30 {
	margin: 30px;
}

.mg-20-0 {
	margin: 2rem 0;
}

.mg-bt-10 {
	margin-bottom: 1rem !important;
}

.noPadding {
	padding: 0!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

h3 {
	font-size: 1.8rem;
	line-height: 3rem;
}

h4 {
	font-size: 1.5rem;
	line-height: 3rem;
}

h5 {
	font-size: 1.2rem;
	line-height: 2rem;
}

ul {
	list-style: none
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}

.flex-3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	flex: 3;
}

.flex-4 {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	flex: 4;
}

.flex-5 {
	-webkit-box-flex: 5;
	-webkit-flex: 5;
	flex: 5;
}

.flex-6 {
	-webkit-box-flex: 6;
	-webkit-flex: 6;
	flex: 6;
}

.flex-7 {
	-webkit-box-flex: 7;
	-webkit-flex: 7;
	flex: 7;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.hidden {
	display: none!important;
}

.header {
	line-height: 4.5rem;
	text-align: center;
	font-size: 1.8rem;
}

.header span {
	/*display: inline-block;
	width: 80%;*/
	color: #fff;
}

.header .turn-back {
	position: absolute;
	left: 1rem;
	width: 3rem;
	height: 4.5rem
}

.header .turn-back img {
	position: absolute;
	width: 1.2rem;
	height: 2.4rem;
	left: 0;
	top: 1rem;
}

.container {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.no-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.weui-btn_primary {
	background-color: #47CC47;
	border-radius: 5rem;
}

.weui-btn_primary:active {
	background: #0CAD9C!important;
}

.weui-btn_default {
	background-color: #7e7e7e;
	border-radius: 5rem;
	color: #fff;
}

.weui-btn_default:active {
	background: #7e7e7e!important;
	color: #fff!important;
}

.weui-picker {
	font-size: 1.5rem;
}


/*example style*/

ul {
	list-style: none;
}

.page,
body {
	background-color: #f6f6f6;
}

.link {
	color: #1aad19;
}

.page {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	z-index: 1;
}

.page.js_show {
	opacity: 1;
}

.page__hd {
	padding: 40px;
}

.page__bd_spacing {
	padding: 0 15px;
}

.page__ft {
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}

.page__ft img {
	height: 19px;
}

.page__ft.j_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.page__title {
	text-align: left;
	font-size: 20px;
	font-weight: 400;
}

.page__desc {
	margin-top: 5px;
	color: #888;
	text-align: left;
	font-size: 14px;
}

.page .page__intro-icon {
	margin-top: -.2em;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.page .page__title {
	font-size: 0;
	margin-bottom: 15px;
}

.page .page__bd img {
	width: 30px;
	height: 30px;
}

.page .page__bd li {
	margin: 10px 0;
	background-color: #fff;
	overflow: hidden;
	border-radius: 2px;
	cursor: pointer;
}

.page .page__bd li.js_show .weui-flex {
	opacity: .4;
}

.page .page__bd li.js_show .page__category {
	height: auto;
}

.page .page__bd li.js_show .page__category-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.page .page__bd li:first-child {
	margin-top: 0;
}

.page .page__category {
	height: 0;
	overflow: hidden;
}

.page .page__category-content {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
}

.page .weui-flex {
	padding: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s;
}

.page .weui-cells {
	margin-top: 0;
}

.page .weui-cells:after,
.page .weui-cells:before {
	display: none;
}

.page .weui-cell {
	padding-left: 20px;
	padding-right: 20px;
}

.page .weui-cell:before {
	left: 20px;
	right: 20px;
}

.page.button .page__bd {
	padding: 0 15px;
}

.page.button .button-sp-area {
	margin: 0 auto;
	padding: 15px 0;
	width: 60%;
}

.page.cell .page__bd,
.page.form .page__bd {
	padding-bottom: 30px;
}

.page.actionsheet,
.page.dialog {
	background-color: #fff;
}

.page.dialog .page__bd {
	padding: 0 15px;
}

.page.msg,
.page.msg_success,
.page.msg_warn,
.page.toast {
	background-color: #fff;
}

.page.panel .page__bd {
	padding-bottom: 20px;
}

.page.article {
	background-color: #fff;
}

.page.icons {
	text-align: center;
}

.page.icons .page__bd {
	padding: 0 40px;
	text-align: left;
}

.page.icons .icon-box {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.page.icons .icon-box i {
	margin-right: 18px;
}

.page.icons .icon-box__ctn {
	-webkit-flex-shrink: 100;
	flex-shrink: 100;
}

.page.icons .icon-box__title {
	font-weight: 400;
}

.page.icons .icon-box__desc {
	margin-top: 6px;
	font-size: 12px;
	color: #888;
}

.page.icons .icon_sp_area {
	margin-top: 10px;
	text-align: left;
}

.page.icons .icon_sp_area i:before {
	margin-bottom: 5px;
}

.page.flex .placeholder {
	margin: 5px;
	padding: 0 10px;
	background-color: #ebebeb;
	height: 2.3em;
	line-height: 2.3em;
	text-align: center;
	color: #cfcfcf;
}

.page.loadmore {
	background-color: #fff;
}

.page.layers {
	overflow-x: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

@media only screen and (max-width:320px) {
	.page.layers .page__hd {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page.layers .page__bd {
	position: relative;
}

.page.layers .page__desc {
	min-height: 4.8em;
}

.page.layers .layers__layer {
	position: absolute;
	left: 50%;
	width: 150px;
	height: 266px;
	margin-left: -75px;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
	background: url(../images/layers/transparent.gif) no-repeat 50%;
	background-size: contain;
	font-size: 14px;
	color: #fff;
}

.page.layers .layers__layer span {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}

.page.layers .layers__layer:last-child span {
	color: #aaa;
}

.page.layers .layers__layer.j_hide {
	opacity: 0;
}

.page.layers .layers__layer.j_pic span {
	color: transparent;
}

@media only screen and (min-width:375px) and (min-height:603px) {
	.page.layers .layers__layer {
		width: 180px;
		height: 320px;
		margin-left: -90px;
	}
}

@media only screen and (min-width:414px) and (min-height:640px) {
	.page.layers .layers__layer {
		width: 200px;
		height: 355px;
		margin-left: -100px;
	}
}

.page.layers .layers__layer_popout {
	border: 1px solid hsla(0, 0%, 80%, .5);
	z-index: 4
}

.page.layers .layers__layer_popout.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px);
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_popout.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px)
	}
}

.page.layers .layers__layer_popout.j_pic {
	border-color: transparent;
	background-image: url(../images/layers/popout.png);
}

.page.layers .layers__layer_mask {
	background-color: rgba(0, 0, 0, .5);
	z-index: 3;
}

.page.layers .layers__layer_mask.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px);
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_mask.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px)
	}
}

.page.layers .layers__layer_navigation {
	background-color: rgba(40, 187, 102, .5);
	z-index: 2;
}

.page.layers .layers__layer_navigation.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_navigation.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px)
	}
}

.page.layers .layers__layer_navigation.j_pic {
	background-color: transparent;
	background-image: url(../images/layers/navigation.png);
}

.page.layers .layers__layer_content {
	background-color: #fff;
	z-index: 1;
}

.page.layers .layers__layer_content.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px);
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_content.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
	}
}

.page.layers .layers__layer_content.j_pic {
	background-image: url(../images/layers/content.png);
}

.page.searchbar .searchbar-result {
	display: none;
	margin-top: 0;
	font-size: 14px;
}

.page.searchbar .searchbar-result .weui-cell__bd {
	padding: 2px 0 2px 20px;
	color: #666;
}

.page.actionsheet,
.page.picker {
	overflow: hidden;
}

.page.picker {
	background-color: #fff;
}

.page.gallery {
	overflow: hidden;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes a {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

@keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

.page.slideIn {
	-webkit-animation: a .2s forwards;
	animation: a .2s forwards;
}

.page.slideOut {
	-webkit-animation: b .2s forwards;
	animation: b .2s forwards;
}


/*navbar start*/

.find_nav {
	width: 100%;
	height: 4.5rem;
	background-color: #FFF;
	position: relative;
	top: 0;
	z-index: 99;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-overflow-scrolling: touch;
}

.find_nav_left {
	color: #999999;
	;
	height: 4.5rem;
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.find_nav_list {
	position: absolute;
	left: 0;
}

.find_nav_list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.find_nav_list ul li {
	display: inline-block;
	padding: 0 1rem;
}

.find_nav_list ul li a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	line-height: 4.5rem;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
	/*margin: 1.05rem 0;*/
}

.find_nav_cur {
	border-bottom: 0.3rem solid #fff;
	height: 4.2rem;
}

.find_nav_cur a {
	border-bottom: 0.3rem solid #47CC47;
	color: #47CC47;
	height: 4.21rem;
}

.search_logo {
	display: block;
	width: 4.4rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
}

.search_logo .icon-sousuo:before {
	color: #999999;
	font-size: 2rem;
}

#select_channel .icon-tianjia:before {
	color: #999999;
	font-size: 2rem;
}

.search_logo img {
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
}

.add-icon {
	display: block;
	width: 4.4rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
}

.add-icon img {
	width: 1.6rem !important;
	height: 1.6rem !important;
	vertical-align: middle;
}


/*navbar end*/


/*轮播图 carousel start*/

.carousel-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 33.33%;
	margin-bottom: 0.3rem;
}

.carousel-container>.carousel-wrapper {
	position: relative;
	width: 100%;
}

.carouselBox {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 0;
	padding-bottom: 33.33%;
}

.carouselBox ul {
	list-style: none;
}

.carouselBox ul li {
	position: relative;
	float: left;
	text-align: center;
}

.carouselBox ul li img {
	position: relative;
	width: 100%;
	max-height: 14rem;
}

.pageIndex {
	position: absolute;
	text-align: center;
	height: 2rem;
	left: 0;
	right: 0;
	bottom: 1rem;
}

.pageIndex ol {
	position: relative;
	z-index: 2;
	bottom: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pageIndex ol li {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	width: 15px;
	height: 3px;
	background-color: transparent;
	margin: 0px 6px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-radius: 0.5rem;
	cursor: pointer;
}

.pageIndex ol li.active {
	background: #fff;
}


/*轮播图 carousel end*/


/*单行省略符*/

.ellipsis {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-wrap: break-word;
	word-break: break-all;
}


/*一行省略符*/

.clamp_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


/*两行省略符*/

.clamp_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*3行省略符*/

.clamp_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


/*5行省略符*/

.clamp_5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


/*10行省略符*/

.clamp_10 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}


/*==============================================================weUI overwite==============================================================*/


/*重写weUI底部tabbar*/

.weui-cells {
	margin-top: 0;
}

.weui-cells:before {
	border-top: none;
}

.weui-cells:after {
	border-bottom: none;
}

.weui-cell {
	padding: 1rem;
	font-size: 1.5rem;
}

.weui-grid {
	width: 50%;
	padding: 1rem;
}

.weui-grids:before {
	border-top: none;
}

.weui-grid:before {
	border-right: none;
}

.weui-grid:after {
	border-bottom: none;
}

.weui-grid__icon {
	position: relative;
	width: 100%;
	/*height: 9.8rem;*/
	height: 0;
	padding-bottom: 56.25%;
}

.weui-grid__icon img {
	position: absolute;
}

.weui-grid__icon.vipFlag:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "会员";
	background: #F33D4A;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 0 0.2rem;
}

.weui-cell__ft {
	padding-right: 2rem;
}

.weui-cell__ft:after {
	position: absolute;
	content: "";
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	padding-top: 0.2rem;
	background: url(../../common/img/icon/right-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 999;
}

.weui-media-box_appmsg .weui-media-box__thumb {
	border-radius: 50%;
}

.weui-icon-cancel {
	color: #7A7A7A;
}

.weui-btn:after {
	border: 0px;
}


/*微课主页、问答主页、我的主页底部tabbar*/

.weui-tabbar {
	background: #FFFFFF;
}

.weui-tabbar:before {
	border-top: 0.1rem solid #E5E5E5;
}

.weui-tabbar__icon {
	width: 2rem;
	height: 2rem;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
	color: #47CC47;
}

.weui-tabbar__item.weui-bar__item_on i {
	color: #47CC47;
}

.weui-tabbar__item .weui-tabbar_span {
	position: relative;
	display: inline-block;
}

.weui-media-box_appmsg .weui-media-box__hd {
	margin-right: 1rem;
}


/*底部栏高度*/

.weui-tabbar__item {
	padding: 5px 0 0;
}

.weui-tabbar__label {
	line-height: 10px;
	margin-top: 1px;
	margin-bottom: 5px;
}

.weui-tabbar__item .weui-tabbar_span {
	line-height: 1.2;
}

.weui-tabbar__item i:before {
	font-size: 20px;
}

.footFont i:before {
	font-size: 23px;
}

.icon-ketang:before {
	font-size: 19px;
}


/*input 检验错误 placeholder 红色*/

.invalid:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #F33D4A !important;
}

.invalid::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #F33D4A !important;
}

input.invalid:-ms-input-placeholder {
	color: #F33D4A !important;
}

input.invalid::-webkit-input-placeholder {
	color: #F33D4A !important;
}

textarea.invalid:-ms-input-placeholder {
	color: #F33D4A !important;
}

textarea.invalid::-webkit-input-placeholder {
	color: #F33D4A !important;
}


/*验证码获取后样式*/

.disableVcode {
	background: #AFAFAF !important;
}

.width_heith_36 {
	width: 3.6rem !important;
	height: 3.6rem !important;
}

.width_heith_36:active {
	background-color: #E5E5E5!important;
}

.width_heith_43 {
	width: 4.3rem !important;
	height: 4.3rem !important;
}

.width_heith_60 {
	width: 6rem !important;
	height: 6rem !important;
}

.imgMargin {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#toLoadMore {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-bottom: 1rem;
	color: #7A7A7A;
}

.badge_dot {
	position: absolute;
	padding: 0.4rem;
}

.weui-footer {
	margin-bottom: 0.5rem;
}

.weui-search-bar__box .weui-search-bar__input {
	padding: 5px 0;
}

.weui-icon-search:before {
	height: 28px;
	line-height: 28px;
}

.weui-search-bar__form:after {
	border-radius: 5rem;
}

.weui-search-bar__box .weui-icon-clear {
	line-height: 3rem;
}

.weui-search-bar__box {
	line-height: 28px;
}

.weui-search-bar__box .weui-search-bar__input {
	height: 70%;
	line-height: 28px;
}

.icon-fanhui:before,
.icon-yindao:before {
	color: #B3B3B3;
}

.carouselBoxOfTopic ul {
	display: inline-flex;
}


/*轮播图 carousel start topic*/

.carousel-container-topic {
	position: relative;
	width: 100%;
	margin-bottom: 0.3rem;
	background: white;
}

.carousel-container-topic>.carousel-wrapper {
	position: relative;
	width: 100%;
}

.pageIndexTopic {
	position: absolute;
	text-align: center;
	height: 2rem;
	left: 0;
	right: 0;
	bottom: 1rem;
}

.pageIndexTopic ol {
	position: relative;
	z-index: 2;
	bottom: 6px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pageIndexTopic ol li.active {
	background: #fff;
}

.noActive {
	background: #E6E6E6 100%;
}

.pageIndexTopic ol li {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	width: 15px;
	height: 3px;
	background-color: transparent;
	margin: 0px 6px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-radius: 0.5rem;
	cursor: pointer;
}

video {
	width: 100%;
}


/*@mengfei 修改搜索样式   START  */

.weui-search-bar__box {
	height: 32px;
}

.weui-icon-search:before {
	line-height: 32px;
}


/*修改搜索样式   END  */


/*移动端隐藏滚动条*/

::-webkit-scrollbar {
	width: 0px;
}

.weui-tabbar__item .weui-tabbar_span>i {
	position: relative;
}

.video_container {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}

.player {
	width: 100%;
	height: auto;
	position: fixed;
}

.wodeDot,
.guwenDot,
.jiayuanDot {
	min-width: 12px;
	height: 12px;
	background: #F05656;
	border-radius: 8px;
	color: white;
	text-align: center;
	line-height: 12px;
	position: absolute;
	top: -0.5rem;
	font-size: 1rem;
	left: 1.2rem;
	padding: 2px 2px;
}

.course_vipflag {
	color: #FFA320;
	font-size: 1rem;
}


/*顶部二维码关注*/

.displayEr {
	background: black;
	color: #FFA31F;
	font-size: 15px;
	padding-left: 2.5rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	box-sizing: border-box;
	height: 10rem;
}

.imgBoxER>img {
	width: 7rem;
	height: 7rem;
	float: left;
	display: inline-block;
}

.descBox {
	float: left;
	height: 6rem;
	display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	-webkit-box-pack: justify;
	margin-left: 3rem;
	margin-top: 0.5rem;
}

.containerErWei {
	top: 14.7rem;
}

.bofang2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1.5rem;
	margin: auto;
	height: 1.5rem;
}

.zanting2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1.5rem;
	margin: auto;
	height: 1.5rem;
}


/*新版课程包类型标志*/

.course_package_flag {
	position: absolute;
	width: 2rem;
	height: 1rem;
	right: 1rem;
	top: 0.5rem;
	z-index: 1;
}


/*课程标识*/

.courseFlag {
	display: -webkit-inline-box;
	width: 2.167rem;
	margin-right: 0.5rem;
}

.courseFlag img {
	width: 100%;
	height: 100%;
}

.courseTriangle {
	position: absolute;
	bottom: 0;
	width: 0px;
	height: 0px;
	left: 1.25rem;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border-width: 10px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #F6F6F6 transparent;
}

.hiddenCourseLit {
	background-color: #F6F6F6;
    text-align: -webkit-center;
    height: 2rem;
}
.hidddenCilick {
    display: -webkit-inline-box;
    width: 6rem;
    position: relative;
    height: 2rem;
    line-height: 2rem;
    transform: rotateZ(0deg);
    z-index: 0;
    background-color: #FFFFFF;
}

.hidddenCilick:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: #f5f5f5 transparent;
    border-width: 2rem 1rem 0 0;
    border-style: solid;
}
.hidddenCilick:after{
    position: absolute;
    content: '';
    width: 0;
    right: 0;
    bottom: 0;
    height: 0;
    border-color: transparent #f5f5f5;
    border-width: 0 1rem 2rem 0;
    border-style: solid;
}
.hidddenCilick .iconfont.icon-gengduo1 {
    position: absolute;
    transform: rotate(-90deg);
    left: 1.2rem;
    font-size: 12px;
    color: #CCCCCC;
}
.hidddenCilick span{
    position: absolute;
    left: 2.5rem;
    color: #CCCCCC;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
}
