/*公共样式*/
@font-face {font-family: 'icon-font';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
}
.icon-font{
  font-family:"icon-font" !important;
  font-size: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear-b{
	clear:both;
}
.b-b-n{
	border-bottom:none !important;
}
.b-b{
	border-bottom:1px solid #d9d9d9;
}
.b{
	border:1px solid #d9d9d9;
}
.t-c{
	text-align: center;
}
.c-54{
color: #545454;
}
.c-666{
	color: #666;
}
.c-999{
	color: #999;
}
.c-520{
	color: #ea5520;
}
.c-w{color: #fff !important;}
.f14{
	font-size: 14px;
}
.f20{font-size: 20px;}
.f25{
	font-size: 25px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mt10{
	margin-top: 10px;
}
.mt5{
	margin-top: 5px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mr10{
	margin-right: 10px;
}
.pl15{
	padding-left: 15px !important;
}
.p15{
	padding: 15px;
}
.navbar-item .back-ico:before, .navbar-item .next-ico:before{
  color: #ea5520 !important;
}
.m-navbar{
	background: #f5f5f5 !important;
}
.p-r{
	position: relative;
}
.p-a{
	position: absolute;
}
/*-----首页----*/
.index_h_bg{
  background-color: #ea5520 !important;
}

.index .navbar-item .back-ico:before, .navbar-item .next-ico:before{
  color: #fff !important;
}
.index .banner{
	padding-top: 38px;
}
.index .banner img{
	width: 100%;height: 100%;
}
.index .grids-item img{
	width:50%;height:50%;margin:0 auto;
	margin-bottom: 5px;
}

.m-grids-2:before, .m-grids-3:before, .m-grids-4:before, .m-grids-5:before{
	border-bottom: 1px solid #fff !important;
}

.index .m-tabbar{
  background: #eee;
 
}
.index-content{
	margin-bottom:50px;
}
.index footer .icon-font{
	
}
/*-----登录-------*/
.login-header {
	background: #efefef;
}
.login-header img{
	 width: 25%;margin:0 auto;
	 padding: 4.0em 0px 3.0em 0px;
}
.btn-login:active{background-color:#e24e19}
/*选项卡*/
 .login .tab-nav-item, .login .tab-nav-item.tab-active{
	background: #efefef;
}
 .login .actionsheet-item{
 	background: #fff;
 }
 .login .actionsheet-action{
 	background: #fff;
 }
.login .tab-nav-item.tab-active:before{
	position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 4;
    margin-left: -6px;
    background-color: #efefef;
    content: '';

    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #fff;
}

.login .btn-login{
	display: block;
	margin:0 auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 69%;
    height: 1rem;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: .36rem;
    line-height: 1rem;
    background-color:#ea5520;color:#FFF
}


.login .footer{
	text-align: center;
}
.login .footer{
	padding: .24rem;
}
.login .footer .top{
	  border-bottom: 1px solid #d9d9d9;
	  text-align: center;
	  margin-bottom: 20px;
}
.login .footer .top span{
	background: #fff;
	position: relative;
	top:10px;
	padding: 0px 10px;
}
.login .footer span{
	font-size: 1.2em;
	color: #b5b5b5;
}
.login .footer a img{
	 display: inline-block;
	width: 10%;
	margin:0 auto;
}

/*------------------注册----------*/
/*忘记密码*/

.forget_password .f_p_h_bg{
  background-color: #f5f5f5 !important;
}
.forget_password .btn-submit{
	display: block;
	margin:0 auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 69%;
    height: 1rem;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: .36rem;
    line-height: 1rem;
    background: #ea5520;
    color: #fff;
    margin-top: 1.6rem;
}
/*-------------------消息中心--------------*/
.message_center .cell-item{
    padding: 10px 20px !important;
 
}
.message_center .m-cell{
    margin-bottom:10px !important;
 
}
.message_center .cell-item a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.message_center .cell-item .message .unread{
	color: #f76a59;
}
.message_center .cell-item .cell-right{
	padding-right: 0px !important;
	min-height:0px;
	font-size: 12px;
	color: #777;
}
.message_center .cell-item .cell-right span{
	color: #f76a59;
}
.message_center .message-list > .cell-item .message{
   font-size: .3rem;
}

/*---------------消息中心-详情-------------*/
.message_center_content {
    padding: 20px;
}
.message_center_content .title{
	margin-bottom: 20px;
	color: #545454;
	font-size: .3rem;
}
.message_center_content p{
	line-height: 1.6em;
	font-size: .3rem;
	text-indent: 2em;
}

/*-------------------公告-------------*/
.notice .m-cell .cell-item{
   padding-left: 20px;
   padding-right: 10px;
}
.notice .m-cell{
	margin-bottom: 10px !important;
}
.notice .m-cell .cell-item .cell-left{
	font-size: .3rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notice .m-cell .cell-item .cell-right{
	position: relative;
	top:2px;
}
/*-------------------公告新闻------------*/
.notice_details .title {
	text-align: center;
}
.notice_details .title h1{
    font-size: .3rem;
    color: #333;
    margin-bottom: 5px;
}
.notice_details .title p{
	font-size: 12px;
	color: #646464;
	margin-bottom: 10px;
}
.notice_details .content h2{
	color: #646464;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: .3rem;
}
.notice_details .content p{
	line-height: 1.6em;
	color: #646464;
	font-size: .3rem;
}
/*------------------活动-----------------*/

.activity .activity-list img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.activity .activity-list a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.activity-list   {
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	margin-top: 10px;
	background: #fff;
}
.activity-list .activity_img {
	float: left;
	width: 20%;
}
.activity-list .activity_img img {
	width: 100%;
}
.activity-list .activity_right {
	float: left;
	margin-left: 10px;
	width: 73%;

}

.activity-list .activity_title {
	float: left;
	font-size: .34rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.activity-list .activity_note {
	float: left;
	font-size: .3rem;
	line-height: normal;
	width: 100%;
	color: #797979;
}
.activity-list .activity_note span{
	color: #ea5520;
}
.activity-list .button{
	right:10px;
	bottom:10px;
	background: #3aace2;
	border-radius: 3px;
	color: #fff;
	padding: 2px 10px;
}
/*---------------班级------------*/
.classes .tabs{
	background: #fff;
	padding:0px 5px;
	border-bottom: 1px solid #d9d9d9;
}
.classes .tabs li{text-align: center;float: left;padding: .2rem 10px;position: relative;top:1px;width: 33.33%;}
.classes .tabs li:nth-of-type(1){float: left;}
.classes .tabs li:nth-of-type(2){float: left;}
.classes .tabs li:nth-of-type(3){float: left;}
.classes .tabs li a{
	font-size: .3rem;
	color: #666;
}
.classes .tabs .action{
  color: #eb5520;
  border-bottom: 1px solid #eb5520;
}
.classes .tabs .action a{
	color: #eb5520;
}
.classes .tabbox {
  clear:both;
 }
.classes .tabbox li{ display: none;}
.classes .tabbox .action{ display: block;}

.classes .classes-list a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.classes-list   {
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	background: #fff;
}
.classes-list .classes_img {
	float: left;
	width: 15%;
}
.classes-list .classes_img img {
	width: 100%;
}
.classes-list .classes_right {
	float: left;
	margin-left: 10px;
	width: 78%;

}

.classes-list .classes_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.classes-list .classes_note {
	float: left;
	font-size: .28rem;
	line-height: normal;
	width: 100%;
	color: #797979;
}
.classes-list .classes_note span{
	
}
.classes-list .classes_note span.vip{
   color: #ea5520;
}
.classes-list .button{
	right:0px;
	bottom:0px;
	color: #666;
	font-size: .28rem;
}
.classes .tab-panel .tab-panel-item{
	padding: 0px;
}
/*----------------班级-支付--------------*/
.classes-pay .pay-content{
    background: #fff;
    padding: 15px;
}
.classes-pay .pay-content h1{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: .3rem;
}
.classes-pay .pay-content div{
	margin-bottom: 5px;
	
}
.classes-pay .pay-content div label{
	width: 20%;
	color: #666;
	display: inline-block;
}
.classes-pay .m-tabbar.tabbar-fixed{
	width: 100%;
}
.classes-pay .m-tabbar.tabbar-fixed .m-grids-2{
	width: 100%;
	text-align: center;
}
.classes-pay .m-tabbar{
	padding: 0px;
}
.classes-pay .m-tabbar .je{
	/*font-size: 16px;*/
}
.classes-pay .m-tabbar .je span{
	color: #ff0000;
}
.classes-pay .m-tabbar .pay-but a{
	background: #ea5520;
	color: #fff;
	height: 100%;
	width: 100%;
	display: inline-block;
}
.classes-pay .m-tabbar .pay-but{
	background: #ea5520;
}
/*--------------------班级-提问------------*/
.classes-quiz header a:last-child{
   color: #ea5520;
}
.classes-quiz .textarea{
	 padding: 15px;
}
.classes-quiz .textarea textarea{
	width: 100%;
	height: 200px;
	background: none;
	font-size: .3rem;
}
/*------------------班级详情-----------*/
.classes-details .cell-left img{
   width: 50px;
}
.classes-details  .cell-item img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.classes-details  .cell-item{
	
	background: #fff;
}
.classes-details .classes_img {
	float: left;
	width: 15%;
}
.classes-details .classes_img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.classes-details .classes_right {
	float: left;
	margin-left: 10px;
	width: 78%;

}

.classes-details .classes_title {
	float: left;
	font-size: .34rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.classes-details .classes_note {
	float: left;
	font-size: .3rem;
	line-height: normal;
	width: 100%;
	color: #797979;
}

.classes-details ul li a img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.classes-details ul .grids-item{
   padding: 0px 10px 10px 10px;

}
.classes-details .classes-introduce{
  padding: 15px;
}
.classes-details .classes-introduce h3{
	font-size: .3rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.classes-details .classes-introduce p{
	font-size: .3rem;
	color: #999;
}
.classes-details .btn {
	width: 100%;
	margin:0 auto;
}
.classes-details .btn a{
   width: 50%;
   margin: 0 auto;
   background-color:#ea5520;color:#FFF
}
/*-------------------------------班级-信息列表----------------------*/
.classes-info-list .m-cell {
	margin-bottom: 10px;
}
.classes-info-list .m-cell .cell-item{
   display: block;
   height: 100%;
   width: 100%;
   padding: 15px;
   padding-left:15px;
}
.classes-info-list .m-cell .cell-item div{
	font-size: .3rem;
	margin-bottom: 10px;
}
.classes-info-list .m-cell .cell-item p{
	font-size: .28rem;
	color: #999;
}
.classes-info-list .m-cell .cell-item .time{
	right:15px;
	bottom:2px;
	font-size: .28rem;
	color: #999;
}

/*----------------班级--信息详情---------*/

.classes-info-details .m-cell1 {
	margin-bottom: 10px;
}
.classes-info-details .m-cell1 .cell-item{
   display: inline-block;
   height: 100%;
   width: 100%;
   padding: 15px;
   padding-left:15px;
   background: #fff;
}
.classes-info-details .m-cell1 .cell-item div{
	font-size: .3rem;
	margin-bottom: 10px;
}
.classes-info-details .m-cell1 .cell-item p{
	font-size: .28rem;
	color: #999;
}
.classes-info-details .m-cell1 .cell-item .time{
	right:15px;
	bottom:2px;
	font-size: .28rem;
	color: #999;
}
.classes-info-details .m-cell{
	background: none;
} 
.classes-info-details .cell-list .list{
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}
.classes-info-details .cell-list .list:last-child{
	margin-bottom:50px;
}
.classes-info-details .m-cell .cell-item img{
	height: 0.8rem;width: 0.8rem;
	border-radius: 0.8rem;
	margin-right: 10px;
}

.classes-info-details .m-cell .cell-item .classes_title{
	font-size: .2rem;
}
.classes-info-details .m-cell .cell-item .classes_note{
	font-size: .26rem;
	color: #999;
}
.classes-info-details .details{
	padding: 0px 15px 15px 1.3rem;
	font-size: 0.28rem;
	line-height: 0.4rem;
}
.classes-info-details .m-tabbar{
	background-color: #f5f5f6 !important;
}
.classes-info-details footer .cell-item{
	border-bottom: none;
	width: 100%;
}
.classes-info-details footer .cell-item .cell-left{
	background: #fff;
	border-radius: 6px;
	padding: 0px 10px;
	width: 80%;
}
.classes-info-details footer .cell-item .cell-right{
	width: 20%;
	text-align: center;
	
}
.classes-info-details footer .cell-item .cell-right i{
	font-size: .9rem;
	color: #7f838c;
}
/*--------------------课程订单----------*/
.course-order .success-text{
	 padding: 3em 0px;
	color: #ea5520;
	font-size: .4rem;
	text-align: center;
}
.course-order .order-info{
	background: #fff;
	padding: 15px;
	color: #666;
}
.course-order .order-info p{
	margin-bottom: 5px;
	font-size: .3rem;
}
.course-order .order-info p:last-child{
	margin-bottom: 0px;
}
.course-order .m-tabbar.tabbar-fixed{
	bottom: 40px;
}
.course-order .m-tabbar{
   background: none;
}
.course-order .m-tabbar:after{
	border-top: 1px solid #f0f0f0;
}
.course-order footer a{
	background: #ea5520;
	color:#fff;
	width: 40%;
	text-align: center;

	display: block;
    height: 1rem;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: .36rem;
    line-height: 1rem;
    margin:0 auto;
}
/*----------------------------发现--------------------*/
.find .find-banner img{
   width: 100%;
}
.find .find-banner{
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.find .find-more{
    font-size: .26rem;
    color: #999;
}
.find .find-a{
	/*border: 1px solid #d9d9d9;*/
	border-radius: 10px;
    margin:0px 10px 10px 10px;
}
.find .find-a a .img{
	height: 12em;
	border-radius: 10px 10px 0px 0px;
}
.find .find-a a .img img{
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0px 0px;
}
.find .list-mes{
	margin:10px 15px 15px 15px;
}
.find .list-mes .list-price{
	color: #666;
	font-size: .24rem;
}
.find .list-mes .list-price span{
	color: #999;
}
.find .list-mes .right span{
	  background: #ea5520;
	  color: #fff;
	  padding: 1px 5px;
	  display: inline-block;
	  font-size: .24rem;
}
.find .g-scrollview article:last-child{
	margin-bottom: 50px;
}
.find .m-list .cell-item{
   border-bottom: none;
}
/*-----------------------------个人中心---------------*/
.personal-centre .cell-left img{
	width: 40px;
	height: 40px;
	border-radius: 8px;
	margin:5px 10px 5px 0px;
}
.personal-centre-classes .cell-left img{
	width: 40px;
	height: 40px;
	border-radius: 8px;
	margin:5px 10px 5px 0px;
}
.personal-centre-classes .cell-left .cell-right{
	font-size: .34rem;
	color: #333;
}
/*----------------------------个人中心-我的订单*/
 .personal-centre-order .tabs{
	background: #fff;
	padding:0px 5px;
	border-bottom: 1px solid #d9d9d9;
}
.personal-centre-order .tabs li{text-align: center;float: left;padding: .2rem 10px;position: relative;top:1px;width: 50%;}
.personal-centre-order .tabs li:nth-of-type(1){float: left;}
.personal-centre-order .tabs li:nth-of-type(2){float: left;}
.personal-centre-order .tabs li:nth-of-type(3){float: left;}
.personal-centre-order .tabs li a{
	font-size: .3rem;
	color: #666;
}
.personal-centre-order .tabs .action{
  color: #eb5520;
  border-bottom: 1px solid #eb5520;
}
.personal-centre-order .tabs .action a{
	color: #eb5520;
}
.personal-centre-order .tabbox {
  clear:both;
 }
.personal-centre-order .tabbox li{ display: none;}
.personal-centre-order .tabbox .action{ display: block;}

.personal-centre-order .order-list a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.personal-centre-order .order-list   {
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	background: #fff;
}
.personal-centre-order .order-list .order_img {
	float: left;
	width: 18%;
}
.personal-centre-order .order-list .order_img img {
	width: 100%;
}
.personal-centre-order .order-list .order_right {
	float: left;
	margin-left: 10px;
	width: 75%;

}

.personal-centre-order .order-list .order_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.personal-centre-order .order-list .order_note {
	float: left;
	font-size: .24rem;
	line-height: normal;
	width: 100%;
	color: #797979;
}
.personal-centre-order .order-list .order_note span{
	color: #eb5520;
}
.personal-centre-order .tab-panel .tab-panel-item{
	padding: 0px;
}
.personal-centre-order .complete .order_title{
	color: #999;
}
.personal-centre-order .complete .order_note{
	color: #999;
}
.personal-centre-order .complete .order_note span{
	color: #999;
}
/*------------------------个人中心-我的课程------------*/
.personal-centre-course .m-cell{
	margin-bottom: 5px;
}
.personal-centre-course .cell-item img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.personal-centre-course .cell-item a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.personal-centre-course .cell-item   {
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	background: #fff;
}
.personal-centre-course .cell-item .course_img {
	float: left;
	width:35%;
	/*border: 1px solid #d9d9d9;*/
}
.personal-centre-course .cell-item .course_img img {
	width: 100%;
	height: 100%;
}
.personal-centre-course .cell-item .course_right {
	float: left;
	margin-left: 10px;
	width: 56%;

}

.personal-centre-course .cell-item .course_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.personal-centre-course .cell-item .course_note {
	float: left;
	font-size: .24rem;
	line-height: normal;
	width: 100%;
	color: #797979;
}
.personal-centre-course .cell-item .course_note span{
	color: #eb5520;
}
.personal-centre-course .complete .course_title{
	color: #999;
}
.personal-centre-course .complete .course_note{
	color: #999;
}
.personal-centre-course .complete .course_note span{
	color: #999;
}
.personal-centre-course .m-cell .continue-pay{
	position: absolute;
	right:10px;
	bottom:10px;
	display: inline-block;
	border: 1px solid #eb5520;
	color: #eb5520;
	padding: 2px 5px;
	font-size: .3rem;
}

/*------------------------个人中心-我的钱包-----------*/
.personal-centre-wallet .balance{
	background: #eb5520;
	padding: 20px 15px;
	margin-bottom: 10px;
}
.personal-centre-wallet .balance div{
	font-size: .3rem;
	color: #fff;
	margin-bottom: 15px;
}
.personal-centre-wallet .balance h1{
	font-size: .6rem;
	color: #fff;
	font-weight: 500;
}
.personal-centre-wallet .m-cell .cell-item{
   border-top:1px solid #d9d9d9;
}
/*--------------------个人中心-账户充值------------*/
.personal-centre-account-recharge .account-recharge{
	margin-top: 10px;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	background: #fff;
	padding: 20px 15px 10px 15px;
}
.personal-centre-account-recharge .account-recharge h1{
	font-size: .3rem;
	color: #666;
	margin-bottom: 15px;
	font-weight: 500;
}
.personal-centre-account-recharge .cell-item{
   padding-left: 0px;
   border-bottom: none;
}
.personal-centre-account-recharge .cell-item .cell-left{
	font-size: .4rem;
	color: #333;
	margin-right: 6px;
}
.personal-centre-account-recharge .cell-item input{
	font-size: .4rem;
}
.personal-centre-account-recharge .next-btn{
	padding: 10px;
}
.personal-centre-account-recharge .next-btn a{
	background: #eb5520;
	color: #fff;
}
/*------------------------个人中心-修改个人资料---------------*/
.personal-centre-modify-data .m-cell{
	margin-bottom: 10px;
}
.personal-centre-modify-data .cell-item{
	padding: 10px;
}
.personal-centre-modify-data .cell-item .cell-right img{
   width: 50px;height: 50px;
   border-radius: 6px;
}
.personal-centre-modify-data .date-content{
	padding: 15px 15px 5px 15px;
}
.personal-centre-modify-data .date-content h1{
	font-size: .3rem;
	font-weight: 500;
}
.personal-centre-modify-data .date-content .cell-item .cell-left{
	width: 30%;
	color: #666;
}
.personal-centre-modify-data .date-content .cell-item label{
	margin-right: 10px;
	color: #666;
}
.personal-centre-modify-data .date-content .cell-item  input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
    margin-right: 10px;
}
.personal-centre-modify-data .date-content .cell-item  input[type=radio]:after {
    content: "";
    display:block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  text-align: center;
  line-height: 14px;
  font-size: 16px;
  color: #fff;
    border: 2px solid #ddd;
    background-color: #fff;
    box-sizing:border-box;
}
.personal-centre-modify-data .date-content .cell-item  input[type=radio]:checked:after {
    content: "L";
    transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    border-color: #fd8181;
    background-color: #fd8181;
}
/*------------------------------家长课-课程列表-----------------*/
.parent-curriculum .navbar-center .icon-font{
	position: relative;
	top:1px;
	font-size: .35rem;
}
.parent-curriculum .banner {
	position: relative;
}
.parent-curriculum .banner a{
	display:block;
	width: 100%;
	height: 100%;
}
.parent-curriculum .banner img{
   width: 100%;
   height: 100%;
}
.parent-curriculum .banner span{
	position: absolute;
	left:0px;
	bottom:0px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	width: 100%;
	padding: .3em 1.4em;
	font-size: .3rem;
}


.parent-curriculum .curriculum-list img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.parent-curriculum .curriculum-list a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.parent-curriculum .curriculum-list   {
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	background: #fff;
}
.parent-curriculum .curriculum-list .curriculum_img {
	float: left;
	width: 35%;
}
.parent-curriculum .curriculum-list .curriculum_img img {
	width: 100%;
}
.parent-curriculum .curriculum-list .curriculum_right {
	float: left;
	margin-left: 10px;
	width: 55%;

}

.parent-curriculum .curriculum-list .curriculum_title {
	float: left;
	font-size: .32rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.parent-curriculum .curriculum-list .curriculum_ks {
	float: left;
	font-size: .28rem;
	line-height: normal;
	width: 100%;
	color: #eb5520;
	margin-top: 5px;
}
.parent-curriculum .curriculum-list .curriculum_js{
	float: left;
	font-size: .28rem;
	line-height: normal;
	width: 100%;
	color: #646464;
}
.parent-curriculum .curriculum-list .curriculum_note span{
	color: #ea5520;
}
.parent-curriculum .curriculum-list .button{
	right:10px;
	bottom:10px;
    color: #646464;
    font-size: .28rem;
}

/*------------------------家长课-课程分类-----------------------*/
.parent-curriculum-classification .navMenu-top { padding:0px 15px; color: #333; border-bottom: 1px solid #d9d9d9;line-height: 3em; font-size: .3rem; }
.parent-curriculum-classification .navMenu> li { display: block; margin: 0; padding: 0px; border: 0px;border-bottom: 1px solid transparent; }
.parent-curriculum-classification .navMenu> li b{font-weight: 500;}
.parent-curriculum-classification .navMenu>li>a { display: block; overflow: hidden; padding:0px 15px; line-height: 3em; color: #333; transition: all .3s;
 position: relative; text-decoration: none; font-size: .3rem;  border-bottom: 1px solid #d9d9d9; }
.parent-curriculum-classification .navMenu > li:nth-of-type(1)> a { border-top: 1px solid transparent; }
.parent-curriculum-classification .navMenu > li:last-child > a {  }
.parent-curriculum-classification .navMenu>li>a>i { font-size: .3rem; float: left; font-style: normal;  }
.parent-curriculum-classification .navMenu>li>ul.sub-menu, .parent-curriculum-classification .navMenu>li>ul.sub-menu>li>ul.sub-menu { display: none; list-style: none; clear: both; padding:0 20px;}
.parent-curriculum-classification .navMenu>li.active > ul.sub-menu, .parent-curriculum-classification .navMenu>li>ul.sub-menu>li.active >ul.sub-menu { }
.parent-curriculum-classification .navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px;  border-bottom: 1px solid #d9d9d9; }
.parent-curriculum-classification .navMenu>li>ul.sub-menu li>a { display: block; font-size: .3rem; line-height: 3em; color: #333; clear: both; }
.parent-curriculum-classification .navMenu li .icon-font{
	position: absolute;
	right:15px;
	top:0px;
	color: #ccc;
}
/*-----------------------------家长课-课程详情-------------*/
.parent-curriculum-details .wrapper span{
   position: absolute;
   top:15px;
   left:15px;
   color: #666;
   font-size: .3rem;
}
.parent-curriculum-details .m-cell{
	margin-bottom: 0px;

}
.parent-curriculum-details .m-cell h1{
	font-weight: 500;
	font-size: .3rem;
	padding: .26rem 0;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	margin:0px 10px;
}
.parent-curriculum-details .m-cell .cell-left i{
	padding-right: 6px;
	font-size: .5rem;
}
.parent-curriculum-details .m-cell-now h1{
	color: #ff8e04;
}
.parent-curriculum-details .m-cell-now .cell-left{
	color: #ff8e04;
}
.parent-curriculum-details .m-cell-now .cell-right{
	color: #ff8e04;
}

/*------------------------------师资课-课程列表-----------------*/
.teacher-curriculum .navbar-center .icon-font{
	position: relative;
	top:1px;
	font-size: .35rem;
}
.teacher-curriculum .banner {
	position: relative;
}
.teacher-curriculum .banner a{
	display:block;
	width: 100%;
	height: 100%;
}
.teacher-curriculum .banner img{
   width: 100%;
   height: 100%;
}
.teacher-curriculum .banner span{
	position: absolute;
	left:0px;
	bottom:0px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	width: 100%;
	padding: .3em 1.4em;
	font-size: .3rem;
}


.teacher-curriculum .curriculum-list img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.teacher-curriculum .curriculum-list a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.teacher-curriculum .curriculum-list   {
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	background: #fff;
}
.teacher-curriculum .curriculum-list .curriculum_img {
	float: left;
	width: 20%;
}
.teacher-curriculum .curriculum-list .curriculum_img img {
	width: 100%;
}
.teacher-curriculum .curriculum-list .curriculum_right {
	float: left;
	margin-left: 10px;
	width: 73%;

}

.teacher-curriculum .curriculum-list .curriculum_title {
	float: left;
	font-size: .32rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.teacher-curriculum .curriculum-list .curriculum_ks {
	float: left;
	font-size: .28rem;
	line-height: normal;
	width: 100%;
	color: #eb5520;
	margin-top: 5px;
}
.teacher-curriculum .curriculum-list .curriculum_js{
	float: left;
	font-size: .28rem;
	line-height: normal;
	width: 100%;
	color: #646464;
}
.teacher-curriculum .curriculum-list .curriculum_note span{
	color: #ea5520;
}
.teacher-curriculum .curriculum-list .button{
	right:10px;
	bottom:10px;
    color: #646464;
    font-size: .28rem;
}

/*------------------------师资课-课程分类-----------------------*/
.teacher-curriculum-classification .navMenu-top { padding:0px 15px; color: #333; border-bottom: 1px solid #d9d9d9;line-height: 3em; font-size: .3rem; }
.teacher-curriculum-classification .navMenu> li { display: block; margin: 0; padding: 0px; border: 0px;border-bottom: 1px solid transparent; }
.teacher-curriculum-classification .navMenu> li b{font-weight: 500;}
.teacher-curriculum-classification .navMenu>li>a { display: block; overflow: hidden; padding:0px 15px; line-height: 3em; color: #333; transition: all .3s;
 position: relative; text-decoration: none; font-size: .3rem;  border-bottom: 1px solid #d9d9d9; }
.teacher-curriculum-classification .navMenu > li:nth-of-type(1)> a { border-top: 1px solid transparent; }
.teacher-curriculum-classification .navMenu > li:last-child > a {  }
.teacher-curriculum-classification .navMenu>li>a>i { font-size: .3rem; float: left; font-style: normal;  }
.teacher-curriculum-classification .navMenu>li>ul.sub-menu, .teacher-curriculum-classification .navMenu>li>ul.sub-menu>li>ul.sub-menu { display: none; list-style: none; clear: both; padding:0 20px;}
.teacher-curriculum-classification .navMenu>li.active > ul.sub-menu, .teacher-curriculum-classification .navMenu>li>ul.sub-menu>li.active >ul.sub-menu { }
.teacher-curriculum-classification .navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px;  border-bottom: 1px solid #d9d9d9; }
.teacher-curriculum-classification .navMenu>li>ul.sub-menu li>a { display: block; font-size: .3rem; line-height: 3em; color: #333; clear: both; }
.teacher-curriculum-classification .navMenu li .icon-font{
	position: absolute;
	right:15px;
	top:0px;
	color: #ccc;
}
/*-----------------------------家长课-课程详情-------------*/
/* * Wrapper
 *********************/
.teacher-curriculum-details .js-video {
  position: relative;
  margin: 0 auto;
  background:#616061;
}

/*********************
 * Elements inside js-video
 *********************/
.teacher-curriculum-details video {
  max-width: 100%;
  max-height: 70vh;
  background-size: cover;
  background-position: center center;
}

.teacher-curriculum-details .js-video button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*********************
 * UI
 *********************/
.teacher-curriculum-details .playPause.ui-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  display: block;
  width: auto;
  bottom: 56px;
}
.teacher-curriculum-details .playPause.ui-icon:before, .playPause.ui-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.teacher-curriculum-details .playPause.ui-icon:after {
  content: '';
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.teacher-curriculum-details .playPause.ui-icon:before {
  font-size: 40px;
  line-height: 80px;
  color: rgba(244, 209, 126, 0.5);
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -14px;
}
.teacher-curriculum-details .playPause.ui-icon.fa-pause:before, .playPause.ui-icon.fa-undo:before {
  margin-left: -17px;
}
.teacher-curriculum-details .playPause.ui-icon.fa-pause {
  opacity: 0;
}

.teacher-curriculum-details .ui {
  padding: 10px 1vw;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
}
.teacher-curriculum-details .ui > div:nth-of-type(1), .ui > div:nth-of-type(4) {
  padding-top: 8px;
}
.teacher-curriculum-details .ui > div:nth-of-type(1) {
  -webkit-flex: 30 30 1px;
  flex: 30 30 1px;
  margin-right: 10px;
}
.teacher-curriculum-details .ui > div:nth-of-type(2) {
  -webkit-flex: 1 0 60px;
  flex: 1 0 60px;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
.teacher-curriculum-details .ui > div:nth-of-type(3) {
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-right: 10px;
}
.teacher-curriculum-details .ui > div:nth-of-type(4) {
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
}

.teacher-curriculum-details .timeDisplay {
  white-space: nowrap;
}
.teacher-curriculum-details .timeDisplay i {
  font-style: normal;
}

.teacher-curriculum-details .fullscreen {
  position: absolute;
  font-style: normal;
  left: 20px;
  bottom: 66px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.teacher-curriculum-details .fullscreen:before {
  font-size: 30px;
  line-height: 40px;
  color: rgba(244, 209, 126, 0.2);
}
.teacher-curriculum-details .fullscreen:hover:before {
  color: rgba(244, 209, 126, 0.5);
}

.teacher-curriculum-details .ui-icon {
  font-size: 20px;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

/*********************
 * Progress
 *********************/
.teacher-curriculum-details .progress, .volumeControl {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  height: 5px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  border: 0;
}

.teacher-curriculum-details .progress > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.teacher-curriculum-details .progress-time {
  background-color: black;
}

.teacher-curriculum-details .anim {
  -moz-transition: width 1000ms linear;
  -o-transition: width 1000ms linear;
  -webkit-transition: width 1000ms linear;
  transition: width 1000ms linear;
}

.teacher-curriculum-details .progress-buffer {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: width 250ms linear;
  -o-transition: width 250ms linear;
  -webkit-transition: width 250ms linear;
  transition: width 250ms linear;
}

.teacher-curriculum-details .volumeControl {
  width: 90%;
  overflow: visible;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.teacher-curriculum-details .volumeControl .ui-slider-handle {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 0;
  top: -2px;
  background: transparent;
}
.teacher-curriculum-details .volumeControl .ui-slider-handle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  background: black;
  border-radius: 4px;
}
.teacher-curriculum-details .volumeControl .ui-slider-handle:focus {
  outline: none;
}
/*视频end-*/
.teacher-curriculum-details .m-cell{
	margin-bottom: 0px;

}
.teacher-curriculum-details .m-cell h1{
	font-weight: 500;
	font-size: .3rem;
	padding: .26rem 0;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	margin:0px 10px;
}
.teacher-curriculum-details .m-cell .cell-left i{
	padding-right: 6px;
	font-size: .5rem;
}
.teacher-curriculum-details .m-cell-now h1{
	color: #ff8e04;
}
.teacher-curriculum-details .m-cell-now .cell-left{
	color: #ff8e04;
}
.teacher-curriculum-details .m-cell-now .cell-right{
	color: #ff8e04;
}
/*------------------------------设置--------------*/
.set-up .m-cell{
	margin-bottom: 10px;
}

.set-up .back-login{
	padding: 10px;
}
.set-up .back-login a{
	background: #eb5520;
	color: #fff;
}
/*-----------------------------设置-关于我们------------*/
.set-up-aboutus .content{
   
   padding: 15px;
}
.set-up-aboutus .content h1{
	
	font-weight: 500;
	text-align: center;
	border-top: 1px dashed #666;

	margin-top: 10px;
}
.set-up-aboutus .content h1 span{
	font-size: .3rem;
	color: #666;
	position: relative;
	top:-10px;
	background: #f0f0f0;
}
.set-up-aboutus .content p{
	text-indent: 2em;
	line-height: 1.8em;
	color: #666;
	font-size: .3rem;
}

/*----------------------文章--------------*/

.article .article-list .content img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.article .article-list  .content .cell-item {
   padding: 10px;
   background: #fff;
   
}
.article .article-list .content .article_img {
	float: left;
	width: 18%;
}
.article .article-list .content .article_img img {
	width: 100%;
}
.article .article-list .content .article_right {
	float: left;
	margin-left: 10px;
	width: 80%;

}

.article .article-list .content .article_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
	margin-bottom: .12rem;
}
.article .article-list .content .article_time {
	font-size: .24rem;
	color: #999;

}


.article .input{
	padding: 10px;
}
.article .cell-input{
    height: .7rem;

}
.article .input input{
	background: #e2e2e2;
	width:100%;
	border-radius: 6px;
	padding: 0px 10px;
	 font-size: .28rem;
}

.article .search .btn .icon-font{
	font-size: .4rem;
}
.article .btn{
	position: absolute;
	top:.22rem;
	right:10px;
	color: #999;

}
.article .grids-item{
	padding: .2rem 0px;
	text-align: center;
	font-size: .3rem;
}
.article .grids-item .icon-font{
  /* position: relative;
   top:.1rem;*/
   font-size: .26rem;
   display: inline-block;
   padding-left: .14rem;
   color: #666;
}
/*------------------------文章-详情--------------------*/
.article-details .content{
	background: #fff;
	padding: 15px;
	color: #666;
}
.article-details .g-scrollview{
	background: #fff;
}
.article-details .content h1{
	font-weight: 500;
	margin-bottom: .24rem;
	font-size: .38rem;
	color: #333;
	text-align: center;
}
.article-details .content h4{
	font-weight: 500;
	font-size: .28rem;
	color: #999;
	margin-bottom: .3rem;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}
.article-details .content .img img{
	width: 100%;
	margin-bottom: 5px;
}
.article-details .content p{
	font-size: .28rem;
	text-indent: 2em;line-height: 2em;
}

/*----------------------问题咨询----------------*/
.problem-consult .consult-list .content img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.problem-consult .consult-list  .content .cell-item {
   padding: 10px;
   background: #fff;
   
}
.problem-consult .consult-list .content .consult_img {
	float: left;
	width: 20%;
}
.problem-consult .consult-list .content .consult_img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.problem-consult .consult-list .content .consult_middle {
	float: left;
	margin-left: 10px;
	width: 65%;

}
.problem-consult .consult-list .content .consult_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
	margin-bottom: .12rem;
}
.problem-consult .consult-list .content .consult_time {
	font-size: .24rem;
	color: #999;
}
.problem-consult .consult-list .content .consult_note {
	font-size: .3rem;
	color: #eb5520;
	padding-top: .1rem;
}
.problem-consult .consult-list .content .consult_right {
	float: left;
	margin-left: 10px;
	width: 15%;
	text-align: center;
}
.problem-consult .consult-list .content .consult_right .tjs{
   
}
.problem-consult .consult-list .content .consult_right .tjs .num{
	color: #eb5520;
	font-size: .32rem;
	padding-top: .06rem;
	border: 1px solid #eb5520;
}
.problem-consult .consult-list .content .consult_right .tjs .name{
	background: #eb5520;
	color: #fff;
}
.problem-consult .grids-item{
	padding: .2rem 0px;
	text-align: center;
	font-size: .3rem;
}
.problem-consult .grids-item .icon-font{
  /* position: relative;
   top:.1rem;*/
   font-size: .26rem;
   display: inline-block;
   padding-left: .14rem;
   color: #666;
}
/*-----------------------------问题咨询-师资详情--------------*/
.problem-consult-teacher-details .teacher-details img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.problem-consult-teacher-details .teacher-details .cell-item {
   padding: 10px;
   background: #fff;
   
}
.problem-consult-teacher-details .teacher-details .consult_img {
	float: left;
	width: 20%;
}
.problem-consult-teacher-details .teacher-details .consult_img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.problem-consult-teacher-details .teacher-details .consult_middle {
	float: left;
	margin-left: 10px;
	width: 65%;

}
.problem-consult-teacher-details .teacher-details .consult_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
	margin-bottom: .12rem;
}
.problem-consult-teacher-details .teacher-details .consult_time {
	font-size: .24rem;
	color: #999;
}
.problem-consult-teacher-details .teacher-details .consult_note {
	font-size: .3rem;
	color: #eb5520;
	padding-top: .1rem;
}
.problem-consult-teacher-details .teacher-details .consult_right {
	float: left;
	margin-left: 10px;
	width: 15%;
	text-align: center;
}
.problem-consult-teacher-details .teacher-details .consult_right .tjs{
   
}
.problem-consult-teacher-details .teacher-details .consult_right .tjs .num{
	color: #eb5520;
	font-size: .32rem;
	padding-top: .06rem;
	border: 1px solid #eb5520;
}
.problem-consult-teacher-details .teacher-details .consult_right .tjs .name{
	background: #eb5520;
	color: #fff;
}
.problem-consult-teacher-details .m-grids-2 .grids-item{
      text-align: center;
}
.problem-consult-teacher-details .m-grids-2 .grids-item span{
	display: inline-block;
	border: 1px solid #646464;
	padding: 2px .4rem;
}
.problem-consult-teacher-details .m-grids-2 .grids-item span.tj{
	color: #eb5520;
	border: 1px solid #eb5520;
}

.problem-consult-teacher-details .t-introduction{
   background: #fff;
   padding: 15px;
   margin-bottom: 10px;
}
.problem-consult-teacher-details .t-introduction h1{
	font-size: .3rem;
	color: #eb5520;
	margin-bottom: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 500;
}
.problem-consult-teacher-details .t-introduction p{
	color: #666;
	font-size: .28rem;
	line-height: 2em;
	text-indent: 2em;
}

.problem-consult-teacher-details .serve{
	 background: #fff;
   padding: 15px;
}
.problem-consult-teacher-details .serve h1{
	 font-size: .3rem;
	color: #eb5520;
	margin-bottom: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 500;
}


.problem-consult-teacher-details .serve img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.problem-consult-teacher-details .serve .cell-item {
   padding: 10px;
   background: #fff;
   
}
.problem-consult-teacher-details .serve .consult_img {
	float: left;
	width: 20%;
}
.problem-consult-teacher-details .serve .consult_img img {
	width: 100%;

	border-radius: 3px;
}
.problem-consult-teacher-details .serve .consult_middle {
	float: left;
	margin-left: 10px;
	width: 60%;

}
.problem-consult-teacher-details .serve .consult_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
	margin-bottom: .12rem;
}
.problem-consult-teacher-details .serve .consult_num {
	font-size: .24rem;
	color: #999;
}
.problem-consult-teacher-details .serve .consult_note {
	font-size: .24rem;
	color: #999;
	padding-top: .1rem;
}
.problem-consult-teacher-details .serve .consult_right {
	float: right;
	width: 20%;
	text-align: center;
}
.problem-consult-teacher-details .serve .consult_right span{
	background: #eb5520;
	color: #fff;
	font-size: .26rem;
    padding: 2px 3px;
    border-radius: 3px;
}
/*--------------------------问题咨询-确认订单-----------------*/
.croblem-consult-pay .pay-content{
    background: #fff;
    padding: 15px;
}

.croblem-consult-pay .m-tabbar.tabbar-fixed{
	width: 100%;
}
.croblem-consult-pay .m-tabbar.tabbar-fixed .m-grids-2{
	width: 100%;
	text-align: center;
}
.croblem-consult-pay .m-tabbar{
	padding: 0px;
}
.croblem-consult-pay .m-tabbar .je{
	/*font-size: 16px;*/
}
.croblem-consult-pay .m-tabbar .je span{
	color: #ff0000;
}
.croblem-consult-pay .m-tabbar .pay-but a{
	background: #ea5520;
	color: #fff;
	height: 100%;
	width: 100%;
	display: inline-block;
}
.croblem-consult-pay .m-tabbar .pay-but{
	background: #ea5520;
}





.croblem-consult-pay img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.croblem-consult-pay .cell-item {
   padding: 10px;
   background: #fff;
   
}
.croblem-consult-pay .consult_img {
	float: left;
	width: 20%;
	margin-right: 10px;
}
.croblem-consult-pay .consult_img img {
	width: 100%;
	border-radius: 3px;
}
.croblem-consult-pay .consult_right {
	float: left;
	margin-left: 10px;
	width: 80%;

}
.croblem-consult-pay .consult_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
	margin-bottom: .12rem;
}
.croblem-consult-pay .consult_num {
	font-size: .24rem;
	color: #999;
}
.croblem-consult-pay .consult_note {
	font-size: .24rem;
	color: #999;
	padding-top: .1rem;
}
/*--------------------------问题咨询-购买成功----------------*/
.croblem-consult-pay-success .success-text{
	 padding: 3em 0px;
	color: #ea5520;
	font-size: .4rem;
	text-align: center;
}
.croblem-consult-pay-success .order-info{
	background: #fff;
	padding: 15px;
	color: #666;
}
.croblem-consult-pay-success .order-info p{
	margin-bottom: 5px;
	font-size: .28rem;
}
.croblem-consult-pay-success .order-info p:last-child{
	margin-bottom: 0px;
}
.croblem-consult-pay-success .m-tabbar.tabbar-fixed{
	bottom: 40px;
}
.croblem-consult-pay-success .m-tabbar{
   background: none;
}
.croblem-consult-pay-success .m-tabbar:after{
	border-top: 1px solid #f0f0f0;
}
.croblem-consult-pay-success footer a{
	background: #ea5520;
	color:#fff;
	width: 40%;
	text-align: center;

	display: block;
    height: 1rem;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: .36rem;
    line-height: 1rem;
    margin:0 auto;
}
.croblem-consult-pay-success .gzr .bt{float: left;width: 50%;}
.croblem-consult-pay-success .gzr .sj{float: left;width: 40%;font-size: .28rem;}

/*--------------------------我的课程-------------*/
.my-course .m-cell{
	margin-bottom: 5px;
}
.my-course .cell-item img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.my-course .cell-item a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.my-course .cell-item   {
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	background: #fff;
}
.my-course .cell-item .course_img {
	float: left;
	width:35%;
	/*border: 1px solid #d9d9d9;*/
}
.my-course .cell-item .course_img img {
	width: 100%;
	height: 100%;
}
.my-course .cell-item .course_right {
	float: left;
	margin-left: 10px;
	width: 56%;

}

.my-course .cell-item .course_title {
	float: left;
	font-size: .3rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.my-course .cell-item .course_note {
	float: left;
	font-size: .24rem;
	line-height: normal;
	width: 100%;
	color: #797979;
}
.my-course .cell-item .course_note span{
	color: #eb5520;
}
.my-course .cell-item .course_note span:nth-child(2){
	color: #666;
}

/*---------------------------线下活动-报名----------------*/
.offline-activity .btn-submit{
	display: block;
	margin:0 auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    height: 1rem;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: .36rem;
    line-height: 1rem;
    background: #ea5520;
    color: #fff;
    margin-top: 1.6rem;
}
/*-----------------------------线下活动-提示--------------*/
.offline-activity-prompt .prompt{
    font-size: .4rem;
    text-align: center;
    color: #eb5520;
    padding-top: 3rem;
}
.offline-activity-prompt .btn{

	position: fixed;
	left:0px;
	bottom:2rem;
	width: 100%;
}
.offline-activity-prompt .btn a{
	 color: #fff;
	 background: #eb5520;
	 width: 30%;
	 margin:0 auto;
	 display: block;
}
/*-------------------------------线下活动-详情-------------------*/
.offline-activity-details .m-cell{
	margin-bottom: 0px;
}
.offline-activity-details .cell-item img{
	/*width: 120px;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;*/

}

.offline-activity-details .cell-item a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.offline-activity-details .cell-item   {
	padding: 10px 10px 10px 10px;
	border-bottom: none;
	background: #fff;
}
.offline-activity-details .cell-item .course_img {
	float: left;
	width:35%;
	/*border: 1px solid #d9d9d9;*/
}
.offline-activity-details .cell-item .course_img img {
	width: 100%;
	height: 100%;
}
.offline-activity-details .cell-item .course_right {
	float: left;
	margin-left: 10px;
	width: 56%;

}

.offline-activity-details .cell-item .course_title {
	float: left;
	font-size: .34rem;
	color: #333;
	line-height: normal;
	width: 100%;
}
.offline-activity-details .cell-item .course_note {
	float: left;
	font-size: .26rem;
	line-height: normal;
	width: 100%;
	color: #666;
	padding-top: .4rem;
}
.offline-activity-details .cell-item .course_time{
	font-size: .26rem;
	color: #999;
}
.offline-activity-details .title{
	border-bottom: 1px solid #d9d9d9;
	padding: 0px 15px 10px 15px;
	background: #fff;
}
.offline-activity-details .title span{
	color: #3aace2;
	border-bottom: 2px solid #3aace2;
	display: inline-block;
	padding-bottom: 10px;
    position: relative;
    top:10px;
    font-size: .3rem;
}
.offline-activity-details .title a{
	position: absolute;
	top:10px;
	right:15px;
	background: #3aace2;
	color: #fff;
	padding: 3px 10px;
	font-size: .3rem;
}
.offline-activity-details .content{
	background: #fff;
	padding: 15px;
}
.offline-activity-details .content img{
	width: 100% !important;
    height:auto !important;
	margin-bottom: 10px;
}
.offline-activity-details .content p{
	text-indent: 2em;
	line-height: 2em;
	color: #666;
	font-size: .28rem;
	margin-bottom: .3rem;
}
/*-----------------------直播-列表------------*/
.live-list header a .icon-font{
   color: #ea5520;
   font-size: .4rem;
}
.live-list .live-banner img{
	width: 100%;
}
.live-list .list-theme1{
  padding: 5px;
}
.live-list  .list-theme1 .list-item{
  margin-left: 0px;
  /*padding-right:5px;*/
}

.live-list .list-mes{
	position: absolute;
	left:2px;
	bottom:0px;
	background: rgba(0,0,0,0.4);
    width: 98%;
}
.live-list .list-mes .list-title{
	color: #fff;
	font-size: .3rem;
    font-weight: 500;
}

.live-list .list-mes .list-mes-item .list-price{
	color: #fff;
	font-size: .26rem;
}
.live-list .list-mes .list-mes-item .right{
	color: #fff;
	font-size: .28rem;
}
.live-list .list-mes .list-mes-item .right .icon-font{
	font-size: .28rem;
	padding-right: 5px;
}
.live-list .ks_icon{
	position: absolute;
	left:10px;
	top:10px;
	color: #333;
	font-size: .4rem;
}
/*---------------------------直播-支付--------------*/
.live-pay .pay-content{
    background: #fff;
    padding: 15px;
}
.live-pay .pay-content h1{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: .3rem;
}
.live-pay .pay-content div{
	margin-bottom: 5px;
	color:#eb5520;
	font-size: .28rem;
}

.live-pay .m-tabbar.tabbar-fixed{
	width: 100%;
}
.live-pay .m-tabbar.tabbar-fixed .m-grids-2{
	width: 100%;
	text-align: center;
}
.live-pay .m-tabbar{
	padding: 0px;
}
.live-pay .m-tabbar .je{
	/*font-size: 16px;*/
}
.live-pay .m-tabbar .je span{
	color: #ff0000;
}
.live-pay .m-tabbar .pay-but a{
	background: #ea5520;
	color: #fff;
	height: 100%;
	width: 100%;
	display: inline-block;
}
.live-pay .m-tabbar .pay-but{
	background: #ea5520;
}
/*-----------------------直播-详情--------------------*/
.live-details .wrapper span{
   position: absolute;
   top:15px;
   left:15px;
   color: #666;
   font-size: .3rem;
}
.live-details .tab-panel-item p{
	font-size: .28rem;
	color: #666;
	text-indent: 2em;
	line-height: 1.8em;
}

.live-details .tabs{
	background: #fff;
	padding:0px 5px;
	border-bottom: 1px solid #d9d9d9;
}
.live-details .tabs li{text-align: center;float: left;padding: .26rem 10px;position: relative;top:2px;}
.live-details .tabs li:nth-of-type(1){float: left;}
.live-details .tabs li:nth-of-type(2){float: left;}
.live-details .tabs li:nth-of-type(3){float: left;}
.live-details .tabs li a{
	font-size: .3rem;
	color: #666;
}
.live-details .tabs .action{
  color: #3aace2;
  border-bottom: 2px solid #3aace2;
}
.live-details .tabs .action a{
	color: #3aace2;
}
.live-details .tabbox {
  clear:both;
  padding: 15px;
 }
.live-details .tabbox li{ display: none;}
.live-details .tabbox .action{ display: block;}
.live-details .tabbox p{
	color: #666;
	font-size: .28rem;
	line-height: 1.8em;
	text-indent: 3em;
}
.live-details .pay-a{
	position: absolute;
	top:.2rem;
	right:.3rem;
	background: #3aace2;
	color: #fff;
	font-size: .3rem;
	padding: 3px 10px;
	border-radius: 2px;
}









