@charset "UTF-8";
.contentWapper{
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
.teacherName{

}

.teacherSummery1{
    color: darkgray;
}

.teacherSummery2{

}

.rightNavigator .nav .active{
    border-bottom: solid deepskyblue;
}

.rightNavigator .nav li > a{
    padding-left: 50px;
    padding-right: 50px;
    color: black;
}

.course-list ul > li{
    margin-bottom: 20px;
    overflow: hidden;
}
.nav-avatar > img {
    width: 100%;
    /* height: 100px; */
    border-radius: 50%;
}

.tab-nav {
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin-top:10px;
}

.page {
    margin: 25px 0 auto;
    overflow: hidden;
    clear: both;
    text-align: center
}
/* #gotop {
    width: 26px;
    height: 40px;
}*/
.cover{
	position:fixed;
	height:100%;
	width:100%;
	left:0;top:0;
	display:none;    
	z-index: 10000;
	background: rgba(0,0,0,0.8);
}
.box{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 900px;
	height: 660px;
	margin: auto;
}
#J_prismPlayer{
	position:absolute;
	bottom:0;top:0;
	left:-1px;right:0;
	width: 901px!important;
    height: 660px!important;
	margin:auto;
}
.closeBtn{
	position: absolute;
	font-size:14px;
	z-index:100;
	right:15px;
	top:10px;
	color:#FFF;
	cursor: pointer;
	background-color: transparent;
    border: none;
    outline: none;
}
