.teacher-bar {
	width: 100%;
	height: 130px;
	background: #FFD615;
	position: relative;
	margin-top: 20px;
	margin-bottom: 80px;
}

.teacher-box {
	padding: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.teacher-box .portrait {
	float: left;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 140px;
	height: 140px;
	border: 6px solid #fff;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	overflow: hidden;
}

.teacher-box .portrait img {
	width: 128px;
	height: 128px;
}

.teacher-box .info {
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	float: left;
	width: 75%;
}

.teacher-box .name {
	height: 70px;
	line-height: 70px;
	padding-left: 40px;
	color: #262626;
	font-size: 0.24rem;
	margin-bottom: 0px;
}

.teacher-box .desc {
	height: 70px;
	padding-top: 15px;
	line-height: 0.18rem;
	padding-left: 40px;
	color: #999;
	font-size: 0.12rem;
	margin-bottom: 0px;
}

.main {
	padding-top: 40px;
	padding-bottom: 70px;
	overflow: hidden;
}

.history-list {
	width: 100%;
}

.history-head {
	height: 0.36rem;
	border-bottom: 1px solid #DFDFDF;
}

.history-title {
	width: 150px;
	text-align: center;
	height: 0.36rem;
	line-height: 0.28rem;
	font-size: 0.16rem;
	color: #FF9900;
	border-bottom: 2px solid #FFD615;
}

.history-items {
	padding: 20px;
}

.history-items .item {
	width: 100%;
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.history-items .item:hover {
	background: #eaeaea;
}

.history-items .item .title {
	font-size: 0.16rem;
	color: #333;
}

.history-items .item .look {
	font-size: 0.12rem;
	color: #333;
	padding-left: 5px;
}

.history-items .item .look span {
	color: #0099cc;
	margin: 0 5px;
}

.history-items .item .look a {
	color: #FF9900;
}

.history-items .item .time {
	margin-bottom: 0;
	font-size: 0.12rem;
	color: #666;
}

.comment-items {
	padding: 20px;
	display: none;
}

.comment-items .item-head {
	width: 100%;
	padding: 0 10px 12px;
	border-bottom: 1px solid #bebebe;
}

.comment-items .item-handle {
	height: 40px;
	margin-bottom: 20px;
}

.comment-items .item-handle .go-back {
	display: inline-block;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0.14rem;
	background: #FFD615;
	color: #262626;
}

.comment-items .item-handle .title {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 0.14rem;
	padding: 0 15px;
	background: #000;
	color: #fff;
	margin-left: -4px;
}

.comment-items .star-box .stars {
	margin-left: 0;
}	

.comment-items .star-average {
	font-size: 0.14rem;
	color: #333;
	margin: 0 8px;
}

.comment-items .comment-num {
	font-size: 0.14rem;
	color: #0099cc;
}

.comment-items .item-none {
	/*display: none;*/
	text-align: center;
	padding: 150px 0;
}

.comment-items .item-none img {
    width: 1.2rem;
}

.comment-items .item-none p {
    color: #999;
    font-size: .12rem;
    margin-top: 10px;
}

.comment-items .item {
	/*display: none;*/
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #efefef;
}

.comment-items .item .star-line span {
	font-size: 0.12rem;
	color: #999;
}

.comment-items .item .comment-line {
	font-size: 0.14rem;
	color: #6e6e6e;
	margin-bottom: 0;
}

.comment-items .stars {
	margin-left: 15px;
}

.history-items .item .look .stars {
	margin-left: -5px;
}

.icon-star {
	color: #FF9900;
	display: none;
}

.num1 .icon-star:nth-child(n+5),
.num2 .icon-star:nth-child(n+4),
.num3 .icon-star:nth-child(n+3),
.num4 .icon-star:nth-child(n+2),
.num5 .icon-star:nth-child(n+1) {
	display: inline-block;
}

.card-list {
	width: 290px;
	float: right;
	display: none;
}

.list-head {
	width: 100%;
	height: 0.36rem;
	line-height: 0.36rem;
	padding-left: .12rem;
	font-size: 0.16rem;
	background: #fff;
	border-left: 3px solid #FFD615;
}

.card-list .card {
	margin-right: 0;
}

.course-comments {
	padding-top: 10px;
}

.course-comments .item-head {
	padding: 0;
	border: none;
}

.course-comments .comment-items {
	display: block;
}

.course-comments .write-comment {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.course-comments .write-comment .star-box {
	margin-top: 10px;
	margin-bottom: 15px;
}

.course-comments .write-comment .star-box span {
	cursor: pointer;
}

.course-comments .write-comment .star-box .icon-star {
	margin: 0 2px;
    display: inline-block;
	color: #FF9900;
}

.course-comments .write-comment .star-box .icon-star.gray {
	color: #ccc;
}

.course-comments .write-comment textarea {
    width: 100%;
    height: 170px;
    font-size: 0.14rem;
    color: #616161;
    background: #f2f2f2;
    padding: 6px 15px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
         border-radius: 4px;
    resize: none;
    outline: none;
}

.course-comments .write-comment textarea:focus {
	border-color: #FFD615;
}

.course-comments .write-comment button {
    float: right;
    border: 1px solid transparent;
   	width: 120px;
   	height: 36px;
    font-size: 0.14rem;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: #FFD615;
    color: #262626;
    outline: none;
    margin-top: 10px;
}

.course-comments .comment-items .item {
	width: 95%;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.teacher-box {
		padding: 60px 100px;
	}
	.history-list {
		width: 620px;
	}
	.card-list {
		display: block;
	}
}

@media (min-width: 1200px) {
	.teacher-box {
		padding: 60px 150px;
	}
	.history-list {
		width: 860px;
	}
	.card-list {
		width: 270px;
	}
}

@media (min-width: 1600px) {
	.history-list {
		width: 1110px;
	}
	.card-list {
		width: 338px;
	}
}

.card-none {
    position: static;
}

.card-none .none-box {
    text-align: center;
    margin: 150px auto;
}

.card-none .none-box p {
	width: 100%;
}