.wi::after,.wi::before{border: none}
.margin-tz{margin-top: 0;}
.weui-cell>.weui-cell__hd>img{width:20px;margin-right:10px;display:block}
body{
	background: #e7e8eb;
}
.content{
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	color: #404040;
	padding-bottom: 50px;
	position: relative;
}
.content>img{
	width: 100%;
}
.weui-media-box__hd>img{
	height: 100%;
}
#share{
	font-size: 13px;
    color: #fff;
    background: #e3736a;
    border-radius: ;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 16px 0 0 16px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
#apply{
	width: 100%;
	max-width: 750px;
	height: 50px;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 50px;
}
#apply a{
	display: block;
	float:left;
	text-align: center;
	color: #808080;	
}
#apply a>span{
	font-size:12px;
}
#apply::before,#apply::after{
	display: block;
	content: "";
	clear: both;
}
#apply a.left{
	width: 40%;
	border-top: 1px solid #e1e1e1;
}
#apply a.right{
	width: 60%;
	background: #f56252;
	color: #fff;
}
#apply a.right.red{
	line-height: 17px;
    padding-top: 9px;
    padding-bottom: 5px;
}
/*相关课程*/
.lists .weui-media-box_appmsg .weui-media-box__hd{
	width: 85px;
	height: 120px;
}
.lists .weui-media-box_appmsg .weui-media-box__hd img{
	border-radius: 5px;
}
.lists .weui-media-box__title{
	font-size: 16px;
}
.lists .weui-media-box__desc{
	-webkit-line-clamp:3
}
.lists .weui-media-box__desc>p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
   	font-size: 13px;
   	line-height: 25px;
}
.lists .weui-media-box__desc>p:first-child{
	-webkit-line-clamp:2
}
.lists .weui-media-box__desc>p:last-child{
	color: #F56252;
	-webkit-line-clamp:1
}
/*非微信收藏弹框*/
.weui-dialog__bd:first-child{
	padding-bottom: 10px;
	padding-top: 25px;	
}
a.weui-dialog__btn.weui-dialog__btn_primary{
	color: #3094f1;
}
