html{
	font-size: 100px;
	width: 100%;
}
body{
	background-color: #f6f6f6;
	width: 100%;
}

/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码（移动设备优先） */
.ivu-scroll-wrapper{
	-webkit-overflow-scrolling:touch;
}
.tag{
	display: inline-block;
    border: 1px solid #79c6b9;
    padding: 1px 4px;
    color: #79c6b9;
    margin: 0 4px 4px 0;
    font-size: 12px;
}
#teach-detail-vue{
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 100%;
}

header {
	height: 50px;
   	z-index: 1000;
   	position: fixed;
   	top: 0;
   	left: 0;
   	background: #fff;
   	width: 100%;
   	box-sizing: border-box;
  	border-bottom: 1px solid rgba(26,26,26,.06);
    box-shadow: 0 1px 3px 0 rgba(23,81,153,.05);
}
header .wrap{
	padding-left: 6px;
}
header .logo{
	float: left;
}
header .logo img{
	height: 50px; 
	width: 125px;
}
header .title{
    float: right;
    line-height: 50px;
    padding-right: 10px;
    font-weight: 600;
    /*color: #ffb145;*/
}
/* 教学范式详情 */
.content-head{
	background-color: #fff;
    padding: 60px 10px 10px;
}
.content-head .container{
	position: relative;
}
.content-head .head-content-main {
	float: left;
	width: 80%;
}
.content-head .head-content-side {
	float: left;
	width: 20%;
	display: flex;
    flex-direction: column-reverse;
}
.content-head h2{
	margin: 4px 0;
	line-height: 1.5;
    color: #2b2f35;
}

.content{
	width:100%;
	height: 100%;
	position: absolute;
	/*top: 196px;*/
	margin-top: 10px;
	text-align: center;
}
.content-head .add-like{
	float: left;
}
.content-head .head-content-side .item {
	line-height: 18px;
	margin-right: 4px;
    text-align: center;
	
}
.content-head .head-content-side .item .name{
	padding-right: 2px;
}
.content-head .head-content-side .item strong{
    display: inline-block;
	    font-size: 14px;
	    color: #1a1a1a;
	    font-weight: 600;
	    font-synthesis: style;
}
.content-head .head-content-side .view{
	flex: 1;
}
.content-head .head-content-side .share{
	flex: 2;
}

#teach-detail .teach-detail-btn{
	position: fixed; 
	bottom: 30px;
	left: 50%;
	margin-left: -59px; 
	z-index: 99999;
	background: #4db3a2;
	color: #fff; 
	padding: 6px 10px;
	font-size: 16px;
}

/* 分享 */
.shares_mobile .soshm-item{
	margin: 2px 4px;
}
.shares_mobile .soshm-item-icon{
	width: 12px;
	height: 12px;
}

#shares{
    position: relative;
    z-index: 5;
    float: left;
}
#shares li {
    float: left;
    width: .15rem;
    margin: 0 .05rem;
    display: inline-block;
    text-align: center;
}
#shares .btn-share {
    background: url(../img/share-mini.png) no-repeat;
    background-repeat: no-repeat;
    width: .28rem;
    height: .23rem;
    background-size: 2.4rem ;
    display: inline-block;
}
#shares .share-ico_qq {
    background-position:-0.385rem 0;
}
#shares .share-ico_qq2013 {
	background-position: -1.1rem 0;
}
#shares .share-ico_weixin {
    background-position: -1.43rem 0;
}
#shares .share-ico_friends {
     background-position: -1.78rem 0;
}
#shares .share-ico_link{
	 background-position: -2.13rem 0;
}


/*.mod-share-pop-v1 {
    position: absolute;
    width: 2.9rem;
    height: .66rem;
    top: .3rem;
    left: -0.75rem;
    padding: .05rem 0 .08rem;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 10;
}
#shares li {
    float: left;
    width: .4rem;
    margin: 0 .05rem;
    display: inline-block;
    text-align: center;
}
#shares .btn-share {
    background: url(../img/share.png) no-repeat;
    background-repeat: no-repeat;
    width: .35rem;
    height: .35rem;
    background-size: 3.38rem .35rem;
    display: inline-block;
}
#shares .share-ico_sina {
    background-position: -0.025rem 0;
}
#shares .share-ico_qq {
    background-position: -0.525rem 0;
}
#shares .share-ico_qq2013 {
	background-position: -1.525rem 0;
}
#shares .share-ico_weixin {
    background-position: -2.02rem 0;
}
#shares .share-ico_friends {
    background-position: -2.525rem 0;
}
#shares .share-ico_link{
	 background-position: -3.02rem 0;
}
#shares .c-info{
    display: block;
    color: #666;
    line-height: .14rem;
    font-size: .11rem;
}
#shares .func_panel_arrowWrap {
    position: absolute;
    left: 90px;
    top: 0;
}
.func_panel_arrow {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 6px dashed transparent;
    border-bottom: 6px solid #d7d7d7;
    top: -12px;
}
.func_panel_arrowInner {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 6px dashed transparent;
    border-bottom: 6px solid #fff;
    top: -10px;
}
#shares .mod-share_closeBtn {
    position: absolute;
    right: 9px;
    top: 9px;
}
#shares .share-btn-close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/shareIcon.png) no-repeat -20px -120px;
    font-size: 0;
}*/
.share-wei{
	text-align: center;
}
.share-wei .name{
	color: #4db3a2;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}
.share-wei .title{
	font-size: 12px;
	color: #999;
}
.share-wei img{
	border: 3px solid #4DB3A2;
    border-radius: 4px;
    margin: 4px 0 0;
}


/* end 教学范式详情 */

/* 教学范式列表 */
#teach-container {
    padding: 50px 0 10px;
}
#teach-container .nothing{
    padding-top: 50px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
}
#teach-container .data-bottom{
	text-align: center;
    color: #a9a9a9;
}
/*#teach-container .title{
	text-align: center;
	color: #5a5e60;
}*/

#teach-container .more-btn{
    position: fixed;
    right: 0;
    top: 50px;
    width: 30px;
    height: 39px;
    background: #eee;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
    z-index: 10000;
}
#teach-container .tags-panel{
	position: absolute;
    top: 90px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    padding-top: 8px;
    z-index: 1000;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
#teach-container .tags-panel li{
    float: left;
    width: 20%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

#teach-container .teach-wrap{
	padding-top: 40px;
}
#teach-container .ivu-scroll-loader{
	padding-top: 10px;
}
#teach-container .tag-list{
	/*position: relative;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    z-index: 999;
    text-align: center;
    margin-right: .5rem;
    padding-right: .16rem;*/
    
    
    box-sizing: border-box;
	width: 100%;
	overflow-y: hidden;
	height: 40px;
	line-height: 40px;
	/*background: #c4edea;*/
	background: #eee;
	position:fixed; 
	z-index:999; 
	/*max-width:640px; 
	min-width:320px;*/
    
}
#teach-container .tag-list ul{
	width: 300px;
}
#teach-container .tag-list li{
	position: relative;
	float: left;
	line-height: .4rem;
	/*margin-right: 24px;*/
	width: .75rem;
	text-align: center;
    opacity: .75;
    transition: .25s;
}

#teach-container .tag-list li.active{
	color: #4db3a2;
    font-weight: 600;
}
#teach-container .tag-list li.active::after{
	content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 50%;
    right: 0;
    width: 0.2rem;
    background-color: #4db3a2;
	margin-left: -0.1rem;
}

#teach-container .teach-item {
	padding: 16px 20px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(26,26,26,.1);
}
#teach-container .teach-item h3{
	font-weight: normal;
	color: #1a1a1a;
	font-size: 16px;
	margin-bottom: 4px;
}

#teach-container .teach-item .actions{
	font-size: 12px;
    color: #9a9a9a;
}
#teach-container .teach-item .actions label{ 
	margin-right: .1rem;
}
.loading{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #919191;
}
/* 帮助视频中的列表 */
.teach-item .cover{
	float: left;
	width: 36%;
	padding-right: 10px;
	height: 58px;
}
.teach-item .cover img{
	width: 100%;
	height: 100%;
}
.teach-item .mes{
	float: left;
	width: 64%;
}
/* end */
.add-like{
	background-color: #C4EDEA;
    color: #3ea2ff;
    border-color: transparent;
    line-height: 24px;
}
.add-like.active{
	background-color: #3ea2ff;
	color: #fff;
}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) { 
	.container{
		width: 750px;
	}
	#teach-container .tags-panel, #teach-container .more-btn{
		display: none;
	}
	#teach-container .tag-list{
		background-color: #fff;
		margin: 0 10px 10px;
		white-space: initial;
		overflow-y: initial;
		width: inherit;
		left: 50%;
		margin-left: -375px;
		text-align: left;
		height: auto;
		box-shadow: 3px 2px 8px rgba(0,0,0,.1);
	}

	
	#teach-container{
		padding-top: 50px;
	}
	#teach-container .teach-wrap{
 	    margin-right: -20px;
        margin-top: 10px;
	}
	
	#teach-container .teach-wrap .teach-item{
		margin-right: 20px;
	}
	#teach-container .teach-item .cover{
		height: 64px;
	}
	#teach-detail{
		margin-top: 12px;
	    position: absolute;
	    margin-left: -585px;
	    left: 50%;
	    height: 90%;
	}
	
	
	.content{
		position: relative;
		top: 0;
	}
	.content-head .head-content-side{
	    flex-direction: row-reverse;
	}
	.content-head .head-content-side .item{
		/*position: absolute;
		top: 4px;
	    right: 26px;*/
	    line-height: 30px;
	}
	.content-head .head-content-side .item .name{
	    font-size: 14px;
	    color: #8590a6;
	    float: initial;
	}
	.content-head .head-content-side .item strong{
	    font-size: 18px;
	}
	.pages{
		float: right;
	}
	
	#videoWrap{
		width: 630px;
		margin: 10px auto 0;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) { 
	.container{
		width: 970px;
	}
	#teach-container .tag-list li:hover{
		cursor: pointer;
	}
	#teach-container .tag-list li:hover::after{
		content: '';
	    position: absolute;
	    bottom: 0;
	    height: 3px;
	    left: 50%;
	    right: 0;
	    width: 0.2rem;
	    background-color: #4db3a2;
		margin-left: -0.1rem;
	}
	#teach-container .tag-list{
		margin-left: -485px;
	}
	#teach-container .teach-item:hover{
		cursor: pointer;
	}
	#teach-container .teach-item:hover h3.title{
		color: #02c7a6;
	    transition: all .3s;
	}
	#teach-container .teach-item .cover{
		overflow: hidden;
	}
	
	#teach-container .teach-item .cover{
		height: 100px;
	}
	
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.container{
		width: 1170px;
	}
	#teach-container .tag-list{
		margin-left: -585px;
	}
}






	
	
	