@charset "UTF-8";

html, body {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	min-width: 1200px;
}

a, a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ff662f;
	text-decoration: none;
}

.navgation-bar {
	width: 100%;
}
.btn-o{
	color: #ff662f;
	background: #fff;
	border:1px solid #ff662f;
}
.btn-o:link,
.btn-o:active{
	color: #ff662f;
	background: #fff;
	border:1px solid #ff662f;
}
.btn-o:hover{
	color: #fff;
	background: #ff662f;
}
.btn-gray-o{
	color: #666;
	background: #fff;
	border:1px solid #ccc;
}
.btn-gray-o:link,
.btn-gray-o:active{
	color: #666;
	border:1px solid #aaa;
}
.btn-gray-o:hover{
	color: #666;
	border:1px solid #aaa;
}

.navgation-bar .item {
	color: #fff;
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	text-decoration: none;
}

.navgation-bar .item:hover, .navgation-bar .active {
	color: #ff662f;
	text-decoration: none;
	background: #fff;
	border-top: 1px solid #ff662f;
}

.home-item-header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.home-item-header>h3 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding: 8px 0;
	font-weight: normal;
	margin: 0;
}

.home-item-header>h3>a {
	font-size: 14px;
	color: #ff662f;
	float: right;
}

.catalog-list {
	line-height: 2em;
}

.catalog-list .item {
	margin: 0 8px;
	padding: 4px 12px;
	color: #333;
	text-decoration: none;
}

.catalog-list .item:hover, .catalog-list .action {
	background: #ff662f;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
}

.course-sort-list {
	background: #fff;
	border: 1px solid #eee;
	margin: 20px 0 0 0;
	border-bottom: none;
	height: 48px;
}

.course-sort-list .item {
	display: inline-block;
	text-align: center;
	padding: 12px 20px;
	border-top: 2px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}

.course-sort-list .item:hover, .course-sort-list .active {
	border-top: 2px solid #ff662f;
	border-left: 1px solid #ff662f;
	border-right: 1px solid #ff662f;
	color: #ff662f;
	text-decoration: none;
}

.ui-pagination-container {
	width: 100%;
}

.ui-pagination-container .ui-pagination-page-item {
	text-decoration: none;
	padding: 4px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 2px 4px;
}

.ui-pagination-container .ui-pagination-page-item:hover,
	.ui-pagination-container .active {
	color: #ff662f;
	border: 1px solid #ff662f;
}

.teacher-list {
	padding: 8px;
}

.teacher-list>div {
	background: #fff;
	padding: 12px;
	border: 1px solid #fff;
	border-radius: 2px;
}

.teacher-list>div:hover {
	border: 1px solid #ff662f;
	background: #fafafa;
	border-radius: 2px;
}

.teacher-list>div:hover>h3>a {
	color: #ff662f;
}

.teacher-list img {
	width: 141px;
	height: 141px;
	margin: 8px auto 0;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
}

.teacher-list h3 {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	text-align: center;
}

.teacher-list .level {
	text-align: center;
}

.teacher-list .level>a {
	color: #666;
}

.teacher-list .summary {
	font-size: 12px;
	line-height: 2em;
	color: #666;
	text-align: center;
	height: 48px;
	overflow: hidden;
	padding: 0 12px;
}

.article-likebutton {
	color: #999;
	text-decoration: none;
	margin-right: 16px;
}

.article-likebutton:hover, .article-likebutton:active {
	color: #ff662f;
	text-decoration: none;
}

.article-likebutton-active {
	color: #ff662f;
	text-decoration: none;
}

.teacher-tab {
	background: #fff;
	min-height: 600px;
}

.teacher-tab .header {
	width: 100%;
	height: 46px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.teacher-tab .header>a, .teacher-tab .header>a:link {
	display: inline-block;
	text-decoration: none;
	padding: 16px 24px 9px;
}

.teacher-tab .header>a.active, .teacher-tab .header>a:active,
	.teacher-tab .header>a:hover {
	color: #ff662f;
	text-decoration: none;
	border-bottom: 2px solid #ff662f;
}

.teacher-recommend-item {
	padding-top: 12px;
}

.teacher-recommend-item:hover {
	background: #fafafa;
	border: 1px solid #fafafa;
	border-radius: 4px;
}

.btn-orage-buy, .btn-orage-buy:link {
	background: #ff662f;
	border: 1px solid #ff662f;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	width: 132px;
	text-align: center;
	padding: 8px 0;
	text-decoration: none;
	border-radius: 4px;
}

.btn-orage-buy:hover {
	background: #ff8d68;
	text-decoration: none;
	color: #fff;
}

.course-tab {
	background: #fff;
	border: 1px solid #eee;
	width: 100%;
	padding: 0 4px 20px;
}

.course-tab .header {
	width: 100%;
	height: 46px;
	margin-top: 0;
	margin: 0 2px;
	border-bottom: 1px solid #eee;
}

.course-tab .header>a, .course-tab .header>a:link {
	display: inline-block;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 16px;
}

.course-tab .header>a.active, .course-tab .header>a:active, .course-tab .header>a:hover
	{
	color: #ff662f;
	text-decoration: none;
	border-top: 3px solid #ff662f;
}

.course-tab .content {
	width: 100%;
	min-height: 600px;
}

.chapter-list {
	width: 100%;
	padding: 0;
}

.chapter-list li {
	display: block;
	padding: 0 0 0 8px;
	cursor: pointer;
}

.chapter-list li>a>i {
	margin-right: 6px;
}

.chapter-list li>h4 {
	background: #eee;
	border-radius: 6px;
	padding: 12px;
	font-size: 14px;
	margin: 2px 0 2px -8px;
}

.chapter-list li>h4>i {
	float: right;
	font-size: 16px;
	color: #666;
}

.chapter-item {
	width: 100%;
}

.lesson-item {
	border-bottom: 1px solid #eee;
	padding: 12px 8px !important;
}

.lesson-item:hover {
	background: #f1f1f1;
}
.annex-list{
	width: 100%;
}
.annex-list>li{
	display: block;
	padding: 8px;
	border-bottom: 1px solid #eee;
	border-radius: 4px;
}
.annex-list>li:hover{
	background: #f1f1f1;
}
.annex-list>li>span{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.annex-list>li>a{
    padding: 4px 16px 3px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 12px;
    float:right;
    vertical-align: top;
}
.annex-list>li>a:hover{
	background: #ff662f;
	color: #fff;
}

.member-nav-list {
	margin: 0;
	padding: 0;
}

.member-nav-list li {
	display: block;
	width: 100%;
}

.member-nav-list li>a, .member-nav-list li>a:link {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 4px solid #fff;
	padding-left: 32px;
	font-size: 15px;
	color: #666;
	text-decoration: none;
}

.member-nav-list li>a:hover, .member-nav-list li>a.active {
	color: #ff662f;
	border-left: 4px solid #ff662f;
	text-decoration: none;
}

.member-tab {
	background: #fff;
	border: 1px solid #eee;
	width: 100%;
	padding: 0 4px 20px;
}

.member-tab .header {
	width: 100%;
	height: 45px;
	margin-top: 0;
	margin: 0 2px;
	border-bottom: 1px solid #eee;
}

.member-tab .header>a, .member-tab .header>a:link {
	display: inline-block;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 16px;
}

.member-tab .header>a.active, .member-tab .header>a:active, .member-tab .header>a:hover
	{
	color: #ff662f;
	text-decoration: none;
	border-bottom: 3px solid #ff662f;
}

.member-tab .content {
	width: 100%;
	min-height: 600px;
}

.member-input {
	padding: 2px 6px;
	border: 1px solid #ccc;
	border-radius: 1px;
	outline: none;
	width: 280px;
	display: none;
}

.member-display-label {
	font-weight: normal;
	padding:6px 8px;
	height: 34px;
	border: 1px solid #eee;
	border-radius: 1px;
	display: inline-block;
	width: 280px;
	margin: 0 !important;
}

.member-input[readonly="readonly"] {
	background: #fbfbfb;
}

.member-input-label {
	width: 50px;
	font-weight: normal;
	display: inline-block;
}
.vipcard-item{
	width: 176px;height: 110px;display: inline-block;background: url('/images/vipcard.png');background-size: 100% 100%;position: relative;
	cursor: pointer;
	border:2px solid #fff;
}
.vipcard-item:hover{
	border: 2px solid #FFEC3D;
	border-radius: 12px;
}
.vipcard-item-active{
	border: 2px solid #FFEC3D;
	border-radius: 12px;
}
.vipcard-item-active>.selection{
	display: block !important;
}
.vipcard-item>.selection{
	height: 36px;position: absolute;top: 0;right: 0;
	display: none;
}
.vipcard-item>.title{
	color: #fff;
	margin: 12px 0 0 10px;
	font-size: 18px;
    font-weight: normal;
}
.vipcard-item>.subtitle{
	position: absolute;left: 10px;bottom: 6px;right: 0;height: 20px;margin: 0;color: #fff;
}
.vipcard-item>.subtitle>.price{
	padding-left: 8px;color: #FFEC3D;
	font-size: 16px;
}
.msg-list-item{
	width: 100%;
	padding: 6px 15px;
	border-bottom: 1px dotted #ccc;
}
.msg-list-item>.title{
	color: #666;
}
.msg-list-item>.title>a:first-child {
	color: inherit;
}
.msg-list-item>.title>a:last-child {
	float: right;
	color: #ff662f;
	font-size: 16px;
	display: none;
}
.msg-list-item>.subtitle{
	color: #666;
}
.msg-list-item>.time{
	color: #666;
}
.msg-list-item:hover {
	background: #f1f1f1;
}
.msg-list-item:hover>.title>a:last-child{
	display: block;
}
.favorite-list{
	width: 100%;
}
.favorite-list-item{
	border-bottom:1px dotted #ccc;
	padding: 8px 15px 0 15px;
}
.favorite-list-item:hover {
	background: #f1f1f1;
}
.favorite-list-item>.media-left img{
	width: 170px;height: 95px;
}
.favorite-list-item>.media-body>.title{
	font-size: 16px;line-height: 30px;
}
.favorite-list-item>.media-body>.subtitle{
	color: #666;font-size: 14px;
}
.favorite-list-item>.media-body>.subtitle>.text{
	line-height: 24px;display: inline-block;
}
.favorite-list-item>.media-body>.subtitle>.btn{
	width: auto;float: right;padding: 2px 16px;font-size: 13px;margin-left: 32px;
}
.favorite-list-item>.media-body>.subtitle>.price{
	line-height: 24px;display: inline-block;color: #ff662f;float: right;margin-right: 16px;font-size: 14px;
}
.favorite-list-item>.media-body>.time{
	color: #666;
	font-size: 13px;
}

.exam-list{
	border-top:1px solid #eee;padding: 20px 0;min-height: 600px;margin: 0;
}
.exam-list>.item{
	padding: 0 4px;margin-bottom:8px;
}
.exam-list>.item>div{
	background: #fff;position: relative;border:1px solid #eee;border-top: 2px solid #ff662f;padding: 0;width: 100%;
}
.exam-list>.item>div:hover {
	background: #fcfcfc;
}
.exam-list>.item>div>img{
	position: absolute; top: 0;right: 0;
}
.exam-list>.item>div>.title{
	line-height: 26px;height: 52px;overflow: hidden;font-weight: bold;margin-bottom: 0;padding-left: 8px;font-size: 16px;
}
.exam-list>.item>div>.subtitle{
	font-size: 12px;margin: 10px 0;height: 56px;padding: 0 8px;
}
.exam-list>.item>div>.subtitle>a{
	margin:0 10px 5px 0;border: 1px solid #ddd;padding: 0 10px;border-radius: 12px;font-size: inherit;min-width: 70px;display: inline-block;text-align: center;line-height: 22px;height: 22px;
}
.exam-list>.item>div>.bottom{
	border-top:1px solid #eee;padding: 4px 8px;margin-bottom: 0;font-size: 18px;line-height: 44px;
}
.exam-list>.item>div>.bottom>span{
	color: #ff662f;
}
.exam-list>.item>div>.bottom>a{
	display: block; float: right;margin: 7px 4px 0 0;height: 28px;line-height: 28px;font-size: 14px;color: #ff662f;border: 1px solid #ff662f;border-radius: 8px;padding: 0 20px;
}
.exam-list>.item>div>.bottom>a:hover {
	background: #ff662f;
	color: #fff;
}


.play-box{
	position: absolute;top:0;bottom: 0;left: 0;right: 0;background: #000;
}
.play-box>.top{
	position: absolute;top: 0;left: 0;right: 0;height: 60px;background: #383838;line-height: 60px;color: #fff;
}
.play-box>.right{
	position: absolute;top: 60px;right: 0;bottom: 0;width: 360px;background: #192027;
	display: none;
}

.play-box>.left{
	position: absolute;top: 60px;right: 0;left: 0;bottom: 0;
}
.play-box>.top>.conbox,
.play-box>.right>.conbox,
.play-box>.left>.conbox{
	position: relative;width: 100%;height: 100%;
}
.play-box>.left>.conbox>.overlist{
	position: absolute;width: 50px;height: 240px;right: 0;top: 30%;z-index: 999;
}
.play-box>.left>.conbox>.overlist>.item{
	width: 100%;background: #192027;color: #fff;text-align: center;padding-top: 6px;padding-bottom: 6px;
	cursor: pointer;
}
.play-box>.left>.conbox>.overlist>.item:hover{
	background: #f01400;
}
.play-box>.left>.conbox>.overlist>div.active{
	background: #f01400;
}
.play-box>.left>.conbox>.overlist>.item>i{
	display: block;height:22px;line-height: 22px;font-size: 1.2em
}
.play-box>.left>.conbox>.overlist>.item>span{
	display: block;line-height: 20px;font-size: 12px;
}

.play-list{
	width: 100%;
	padding: 0;
	margin: 0;
}

.play-list>.header{
	color: #fefefe;font-weight: normal;font-size: 16px;border-bottom: 1px solid #999;line-height: 40px;
	margin-top: 0;
}
.play-list>.header>i{
	font-size: 14px;
	margin-right: 6px;
}
.play-list>.chapter{
	padding-top:4px;
	padding-bottom:8px;
	padding-left:6px;
	color: #fff;
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
}
.play-list>.chapter>ul{
	padding: 0;
	margin: 0;
}
.play-list>.chapter>ul>li{
	display: block;
	line-height: 32px;
	padding-left: 16px;
	cursor: pointer;
	color: #fff;
}
.play-list>.chapter>ul>li.active,
.play-list>.chapter>ul>li.active>a,
.play-list>.chapter>ul>li.active>i{
	color: #ff662f;
}
.play-list>.chapter>ul>li:hover,
.play-list>.chapter>ul>li:hover>a{
	color: #ff662f;
}
.play-list>.chapter>ul>li>i{
	margin-right:6px; 
}
.play-list>.chapter>ul>li>a{
	color: #fff;
}
.play-list>.chapter>ul>li>a:hover {
	color: #ff662f;
}

.right-float-box{
	position: fixed;bottom: 120px;width: 80px;background: #fff;right: 8px;border: 1px solid #f1f1f1;border-radius: 4px;
}
.right-float-box>div{
	text-align: center;padding: 8px 0;font-size: 12px;
	cursor: pointer;
}
.right-float-box>div>div{
	width: 160px;
	height: 160px;
	position: absolute;
	background: #fff;
	border: 1px solid #f1f1f1;
	left: -170px;
	top: 0;
	display: none;
	padding: 16px;
}
.right-float-box>div>div>img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.right-float-box>div:hover>div {
	display: block;
}

