.new-1 {
	background: url(images/2/02.jpg);
	background-size: cover;
	padding: 50px 0;
	color: #fff;
}
.zjk {
	width: 1200px;
	margin: auto;
}
.details-page-info-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	white-space: nowrap;
	word-break: keep-all;
	margin-top: 18px;
}
.details-page-info-title .cbox-tip {
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	display: inline-block;
	vertical-align: 4px;
	margin-left: 10px;
	background: #e48238;
	background: -moz-linear-gradient(left, #e48238 0%, #e47230 11%, #d94624 100%);
	background: -webkit-linear-gradient(left, #e48238 0%, #e47230 11%, #d94624 100%);
	background: linear-gradient(to right, #e48238 0%, #e47230 11%, #d94624 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48238', endColorstr='#d94624', GradientType=1);
	border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
	-moz-border-radius: 8px 0 8px 0;
}
.school-incharge {
	font-size: 16px;
	margin-bottom: 15px;
}
.incharge-txt {
	position: relative;
	margin-right: 15px;
}
.incharge-txt:after, .publish-txt:before {
	content: "";
	width: 1px;
	height: 14px;
	right: -8px;
	background: #fff;
	position: absolute;
	top: 3px;
}
.publish-txt:before {
	right: auto;
	left: -8px;
}
.publish-txt {
	position: relative;
	margin-left: 15px;
}
.details-page-info-tags {
	font-size: 14px;
	display: block;
	width: 100%;
	color: #fff;
	margin: 0 0 8px 0;
	line-height: 24px;
}
.details-page-info-tags > li {
	display: inline-block;
	float: none;
	margin-right: 18px;
}
.details-page-info-description {
	margin-top: 25px;
	font-size: 14px;
	line-height: 22px;/* word-break: break-all; */
}
.zbk-1 {
	float: left;
	width: 744px;
}
.anniu2 {
	padding: 0;
	width: 150px;
	height: 46px;
	line-height: 44px;
	background: #4b5eb5 url(images/2/01.jpg) no-repeat 20px 6px;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 58px;
	margin-top: 30px;
}
.anniu2:hover {
	opacity: .8;
}
.yck-1 {
	float: right;
}
.videoTab {
	text-align: right;
	margin: 0 0 12px;
}
.videoType.on {
	font-weight: 700;
}
.videoType {
	float: none;
	display: inline-block;
	color: #fffefe;
	height: 30px;
	line-height: 30px;
	margin-left: 17px;
	position: relative;
}
.spp video {
	object-fit: fill;
}
.spp {
	border-radius: 5px;
	overflow: hidden;
}

::-webkit-input-placeholder {
 color: #ccc;
}

:-moz-placeholder {
 color: #ccc;
}

::-moz-placeholder {
 color: #ccc;
}

:-ms-input-placeholder {
 color: #ccc;
}
.tip-wrap {
	display: none;
	position: absolute;
	bottom: 60px;
	left: -115px;
	z-index: 1;
	background: #F0F4FC;
	width: 380px;
	color: #333;
	font-size: 12px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 20px;
	border-radius: 3px;
}
.tip-wrap:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid #F0F4FC;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
}
/*Ã¤Â»Â¿Ã¥Â®â€¹*/

/* @font-face {*/

/*    font-family:"FANGSONG";*/

/*    src: url('/fonts/FANGSONG.eot');*/

/*    src: url('/fonts/FANGSONG.eot?#iefix') format('embedded-opentype'), url('/fonts/FANGSONG.woff') format('woff'), url('/fonts/FANGSONG.woff2') format('woff2'), url('/fonts/FANGSONG.ttf') format('truetype');*/

/*}*/
.fangsong {
	font-family: "FangSong", "FANGSONG", "Ã¤Â»Â¿Ã¥Â®â€¹", "Ã¥Â®â€¹Ã¤Â½â€œ";
	color: #909090;
}
p.fangsong {
	margin-bottom: 10px;
}
.bottom {
	background-color: transparent;
}
.form-control {
	font-family: inherit;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	line-height: 1.4;
	background-color: #f9f9f9;
	padding: 10px 12px;
	width: 140px;
	margin: 0 5px;
	box-sizing: border-box;
	color: #999;
	outline: none;
}
textarea.form-control {
	resize: none;
	width: 99%;
}
.form-control:focus {
	border-color: #2f7cee;
	color: #333;
}
.btn {
	cursor: pointer;
	display: block;
	border: none;
	background-color: #fafafa;
	font-size: 14px;
	padding: 12px 14px;
	line-height: 1;
	color: #333;
	border-radius: 3px;
	outline: none;
	box-sizing: border-box;
	position: relative;
}
.btn.hide {
	display: none;
}
.btn-primary {
	background-color: #4976e8;
	color: #fff;
}
.btn-primary:hover {
	background-color: #436bd1;
}
.btn-default {
	background-color: #f9f9f9;
	color: #666;
	border: 1px solid #eee;
	border-radius: 3px;
}
.btn-white {
	background-color: #fff;
	color: #333;
}
.btn-opacity {
	/*background-color: rgba(255, 255, 255, .5);*/
	background-color: #aaa;
	color: #fff;
}
.details-page {
	width: 100%;
}
.details-page:before, .details-page:after {
	content: " ";
	display: table;
	clear: both;
}
.details-page-container {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.details-page-header .details-page-container {
	padding: 30px 0;
}
.details-page-container:before, .details-page-container:after {
	content: " ";
	display: table;
	clear: both;
}
.details-page-header {
	width: 100%;
	min-height: 380px;
	overflow: hidden;
	position: relative;
	background-color: #2f3a59;
}
.details-page-header .light {
	position: absolute;
	width: 1200px;
	height: 100%;
	left: 50%;
	margin-left: -600px;
}
.details-page-header .light:after {
	content: "";
	display: block;
	position: absolute;
	width: 960px;
	height: 580px;
	top: -220px;
	left: -200px;
	background: rgba(116, 69, 103, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(116, 69, 103, 1) 0%, rgba(116, 69, 103, 1) 22%, rgba(106, 65, 102, 1) 35%, rgba(86, 60, 93, 1) 46%, rgba(47, 58, 89, 1) 66%, rgba(47, 58, 89, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(116, 69, 103, 1)), color-stop(22%, rgba(116, 69, 103, 1)), color-stop(35%, rgba(106, 65, 102, 1)), color-stop(46%, rgba(86, 60, 93, 1)), color-stop(66%, rgba(47, 58, 89, 1)), color-stop(100%, rgba(47, 58, 89, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(116, 69, 103, 1) 0%, rgba(116, 69, 103, 1) 22%, rgba(106, 65, 102, 1) 35%, rgba(86, 60, 93, 1) 46%, rgba(47, 58, 89, 1) 66%, rgba(47, 58, 89, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(116, 69, 103, 1) 0%, rgba(116, 69, 103, 1) 22%, rgba(106, 65, 102, 1) 35%, rgba(86, 60, 93, 1) 46%, rgba(47, 58, 89, 1) 66%, rgba(47, 58, 89, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(116, 69, 103, 1) 0%, rgba(116, 69, 103, 1) 22%, rgba(106, 65, 102, 1) 35%, rgba(86, 60, 93, 1) 46%, rgba(47, 58, 89, 1) 66%, rgba(47, 58, 89, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(116, 69, 103, 1) 0%, rgba(116, 69, 103, 1) 22%, rgba(106, 65, 102, 1) 35%, rgba(86, 60, 93, 1) 46%, rgba(47, 58, 89, 1) 66%, rgba(47, 58, 89, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#744567', endColorstr='#2f3a59', GradientType=1);
}
.details-page-hbox {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	table-layout: fixed;
}
.details-page-hbox .details-page-col, .resource-box-container {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: top;
	box-sizing: border-box;
}
.resource-box-container {
	display: none;
}
.details-page-info {
	width: 700px;
	color: #fff;
	padding: 0 10px;
}
.details-page-info-award {
	padding-left: 80px;
	box-sizing: border-box;
	position: relative;
}
.details-page-info-award > i {
	position: absolute;
	width: 63px;
	height: 75px;
	left: 0;
	top: -2px;
	background-image: url('/images/detail-affirm-icon.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.details-page-info-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	white-space: nowrap;
	word-break: keep-all;
	margin-top: 18px;
}
.details-page-info-title .cbox-tip {
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	display: inline-block;
	vertical-align: 4px;
	margin-left: 10px;
	background: #e48238;
	background: -moz-linear-gradient(left, #e48238 0%, #e47230 11%, #d94624 100%);
	background: -webkit-linear-gradient(left, #e48238 0%, #e47230 11%, #d94624 100%);
	background: linear-gradient(to right, #e48238 0%, #e47230 11%, #d94624 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48238', endColorstr='#d94624', GradientType=1);
	border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
	-moz-border-radius: 8px 0 8px 0;
}
.details-page-info-score {
	display: block;
	color: #fff;
	margin: 10px 0;
}
.details-page-info-score .starbox {
	float: left;
}
.details-page-info-score .starbox span {
	margin-right: 5px;
}
.details-page-info-score .starbox .star {
	/*background:url(../images/sprites.png) no-repeat;*/
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 2px;
}
.details-page-info-score .starbox .star i {
	font-size: 16px;
	color: #FE7E38;
}
.details-page-info-score .starbox .star i.on {
	display: none;
}
.details-page-info-score .starbox .star.yes {
/*background-position:0 -88px;*/
}
.details-page-info-score .starbox .star.no {
/*background-position:0 -123px;*/
    /*filter: grayscale(100);*/
    /*-webkit-filter: grayscale(100);*/
}
.details-page-info-score .starbox .star.yes i.on {
	display: block;
}
.details-page-info-score .starbox .star.yes i.off {
	display: none;
}
.details-page-info-score .starbox .star.no i {
	color: #838383;
}
.details-page-info-score .num {
	margin-left: 8px;
	font-size: 12px;
	line-height: 26px;
}
.details-page-info-score .num em {
	color: #fff;
}
.details-page-info-tags {
	font-size: 14px;
	display: block;
	width: 100%;
	color: #fff;
	margin: 0 0 8px 0;
	line-height: 24px;
}
.details-page-info-tags > li {
	display: inline-block;
	float: none;
	margin: 0 18px;
}
.details-page-info-course {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.details-page-info-description {
	margin-top: 25px;
	font-size: 14px;
	line-height: 22px;/*word-break: break-all;*/
}
.details-page-info-btns {
	margin-top: 25px;
	margin-left: -10px;
	width: 100%;
	margin-bottom: 40px;
}
.details-page-info-btns:before, .details-page-info-btns:after {
	content: " ";
	display: table;
	clear: both;
}
.details-page-info-btns .btn {
	float: left;
	margin: 0 20px 0 0;
}
.details-page-thumb .details-page-thumb-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.details-page-body {
	background-color: #f4f4f4;
}
.details-page-body-btns {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	margin-bottom: 20px;
}
.details-page-body-btns .btn {
	float: left;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.details-page-body-btns .btn + .btn {
	margin-left: 10px;
}
.details-page-body-btns .btn-default:hover, .details-page-body-btns .btn-default:active, .details-page-body-btns .btn-default.active {
	background-color: #4976e8;
	color: #fff;
	border-color: #3e6bdd;
	box-shadow: 2px 2px 4px rgba(73, 118, 232, .44);
}
.details-page-info-course-btn {
	background: #F59A23;
	padding: 14px 32px;
}
.details-page-info-course-btn:hover {
	background: #cf821e;
}
.details-page-discuss {
	width: 930px;
	height: auto;
	padding: 20px 28px;
	background-color: #fff;
	border: 1px solid #eee;
}
.details-page-discuss-tab {
	display: block;
	border-bottom: 1px solid #eee;
	height: 60px;
}
.details-page-discuss-tab:after {
	content: "";
	display: table;
	clear: both;
}
.details-page-discuss-tab > li {
	float: left;
}
.details-page-discuss-tab > li + li {
	margin-left: 40px;
}
.details-page-discuss-tab > li > a {
	display: block;
	line-height: 56px;
	font-size: 14px;
	color: #999;
}
.details-page-discuss-tab > li.active > a {
	border-bottom: 3px solid #4269c9;
	color: #4269c9;
	height: 58px;
}
.details-page-discuss-submit {
	margin-top: 20px;
	width: 100%;

	display: none;
}
.details-page-discuss-submit:after {
	content: "";
	display: table;
	clear: both;
}
.details-page-discuss-submit-form > button {
	float: right;
	margin-top: 15px;
}
.details-page-discuss-list {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.details-page-discuss-list > h3 {
	font-size: 14px;
	padding-bottom: 5px;
}
.details-page-discuss-list ul {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.details-page-discuss-list ul > li {
	overflow: hidden;
	zoom: 1;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.details-page-discuss-list ul > li:after {
	content: "";
	display: table;
	clear: both;
}
.details-page-discuss-list ul > li .left {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
.details-page-discuss-list ul > li .left img {
	display: block;
	border-radius: 25px;
}
.details-page-discuss-list ul > li .body {
	display: table-cell;
	vertical-align: top;
	padding-right: 170px;
	position: relative;
	width: 1000000px;
}
.details-page-discuss-list ul > li .body h4 {
	margin-top: 3px;
	font-weight: 400;
	font-size: 14px;
}
.details-page-discuss-list ul > li .body h4 small {
	margin-left: 10px;
	color: #ccc;
}
.details-page-discuss-list ul > li .body p {
	margin-top: 10px;
	line-height: 1.2;
	color: #8d8d8d;
}
.details-page-discuss-list ul > li .body .append {
	position: absolute;
	width: 170px;
	height: 20px;
	color: #666;
	text-align: right;
	right: 0;
	bottom: 0;
}
.details-page-discuss-list ul > li .body .append a {
	color: #666;
	margin: 0 3px;
}
.details-page-discuss-list ul > li .body .append a:hover {
	color: #2f7cee;
}
.details-page-discuss-list ul > li .body .append a .iconfont {
	margin-right: 3px;
}
.details-page-discuss-list ul > li .body .append a .iconfont.eye {
	font-size: 15px;
}
.details-page-discuss-list-reply {
	padding-left: 60px;
	padding-top: 20px;
	box-sizing: border-box;
}
.details-page-discuss-list-reply-form {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
	display: none;
}
.details-page-discuss-list-reply-form:after {
	content: "";
	display: table;
	clear: both;
}
.details-page-discuss-list-reply-form .form-control {
	display: block;
}
.details-page-discuss-list-reply-form .btn {
	margin-top: 10px;
	float: right;
}
.details-page-discuss-list-reply-list {
	border-top: 1px solid #eee;
	width: 100%;
}
.details-page-discuss-list-reply-list:after, .details-page-discuss-list-reply-list:before {
	content: "";
	display: table;
	clear: both;
}
.details-page-discuss-list-reply-list ul {
	width: 100%;
	display: block;
	padding-bottom: 0;
}
.details-page-stat-box {
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 20px 26px;
	box-sizing: border-box;
	position: relative;
}
.details-page-stat-box + .details-page-stat-box {
	margin-top: 20px;
}
.details-page-stat-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	font-weight: 400;
	position: relative;
	line-height: 1;
	padding-left: 12px;
}
.details-page-stat-title .more {
	float: right;
	font-size: 12px;
	color: #ccc;
	margin-top: 2px;
}
.details-page-stat-title .more:hover {
	color: #2f7cee;
}
.details-page-stat-title .more .iconfont {
	font-size: 12px;
	margin-left: 3px;
}
.details-page-stat-title:before {
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 1px;
	background-color: #2f7cee;
}
.details-page-stat-team {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
}
.details-page-stat-team > li {
	overflow: hidden;
	zoom: 1;
}
.details-page-stat-team > li + li {
	margin-top: 15px;
}
.details-page-stat-team > li:after {
	content: "";
	display: table;
	clear: both;
}
.details-page-stat-team > li .left {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
.details-page-stat-team > li .left img {
	display: block;
	border-radius: 30px;
}
.details-page-stat-team > li .body {
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 1000000px;
}
.details-page-stat-team > li .body h4 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
}
.details-page-stat-team > li .body h4 small {
	margin-left: 10px;
	color: #ccc;
}
.details-page-stat-team > li .body p {
	margin-top: 8px;
	line-height: 1;
	font-size: 12px;
	color: #ccc;
}
.details-page-stat-team > li .body p.ratio {
	color: #fe7e38;
	font-size: 14px;
}
.cN-pagination {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0.75em 2em !important;
	text-align: center;
}
.cN-pagination li {
	border-bottom: none !important;
}
.cN-pagination li:after {
	content: none !important;
}
.cN-pagination li.selected {
	background-color: #4976e8;
	border-color: #4976e8;
}
.cN-pagination .page_total {
	margin: 0 10px;
}
.details-page-discuss-list-reply .cN-pagination {
	margin-top: 15px;
	margin-bottom: 0;
}
.open-modal {
	padding-right: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.details-page-info-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.details-page-info-modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.details-page-info-modal-backdrop.in {
	filter: alpha(opacity=35);
	opacity: .35;
}
.details-page-info-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.details-page-info-modal.fade.in {
	opacity: 1;
}
.details-page-info-modal.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.open-modal .details-page-info-modal {
	overflow-x: hidden;
	overflow-y: scroll;
}
.details-page-info-modal-dialog {
	width: 1200px;
	margin: 30px auto;
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -15%);
	-ms-transform: translate(0, -15%);
	-o-transform: translate(0, -15%);
	transform: translate(0, -15%);
	position: relative;
}
.details-page-info-modal.fade .details-page-info-modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.details-page-info-modal.in .details-page-info-modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.details-page-info-modal-close {
	position: absolute;
	right: -37px;
	top: 0;
	background-color: #fff;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	color: #000;
	text-align: center;
	line-height: 22px;
	border: none;
	font-size: 18px;
	outline: none;
	cursor: pointer;
	box-shadow: 4px 12px 30px 2px rgba(0, 0, 0, .44);
}
.details-page-info-modal-close:before {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #fff;
	right: 100%;
	top: 50%;
	margin-top: -1px;
}
.details-page-info-modal-body {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 4px 12px 30px 2px rgba(0, 0, 0, .44);
	overflow: hidden;
}
.details-page-info-modal-body .tab {
	width: 257px;
	background-color: #f7f7f7;
}
.details-page-info-modal-body .tab > ul {
	display: block;
	padding: 41px 0;
}
.details-page-info-modal-body .tab > ul > li {
	display: block;
	width: 100%;
	text-align: center;
}
.details-page-info-modal-body .tab > ul > li + li {
	margin-top: 12px;
}
.details-page-info-modal-body .tab > ul > li > a {
	display: inline-block;
	width: 200px;
	height: 42px;
	line-height: 42px;
	color: #666;
	background-color: #eee;
	border-radius: 21px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.details-page-info-modal-body .tab > ul > li.active > a, .details-page-info-modal-body .tab > ul > li:hover > a {
	/*font-size: 16px;*/
	background: rgba(73, 118, 232, 1);
	background: -moz-linear-gradient(left, rgba(73, 118, 232, 1) 0%, rgba(92, 138, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73, 118, 232, 1)), color-stop(100%, rgba(92, 138, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(73, 118, 232, 1) 0%, rgba(92, 138, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(73, 118, 232, 1) 0%, rgba(92, 138, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(73, 118, 232, 1) 0%, rgba(92, 138, 255, 1) 100%);
	background: linear-gradient(to right, rgba(73, 118, 232, 1) 0%, rgba(92, 138, 255, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4976e8', endColorstr='#5c8aff', GradientType=1);
	color: #fff;
	/*line-height: 40px;*/
	border: none;
}
.details-page-info-modal-body .tab > ul > li > a > .icon {
	font-size: 14px;
	margin-right: 6px;
}
.details-page-info-modal-body .tab > ul > li > a > .iconfont {
	visibility: hidden;
}
.details-page-info-modal-body .tab > ul > li.active > a > .icon, .details-page-info-modal-body .tab > ul > li:hover > a > .icon {
/*font-size: 16px;*/
}
.details-page-info-modal-body .tab > ul > li > a > .last {
	font-size: 12px;
	margin-left: 10px;
	visibility: hidden;
}
.details-page-info-modal-body .tab > ul > li.active > a > .iconfont, .details-page-info-modal-body .tab > ul > li:hover > a > .iconfont {
	visibility: visible;
}
.details-page-info-modal-body .tab-content {
	position: relative;
}
.details-page-info-modal-body .tab-content .incharge-info {
	padding: 40px;
}
.details-page-info-modal-body .tab-content.onloading:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(255, 255, 255, .5);
}
.details-page-stat-evaluate {
	padding: 2px;
	padding-top: 10px;
}
.details-page-stat-evaluate h5 {
	font-size: 12px;
	font-weight: 300;
	color: #999;
	margin: 10px 0;
}
.details-page-stat-evaluate a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	/*line-height: 30px;*/
	margin-bottom: 10px;
}
.details-page-stat-evaluate a:after {
	content: "";
	display: table;
	clear: both;
}
.details-page-stat-evaluate a .right {
	float: right;
	color: #a0a0a0;
	font-size: 12px;
}
.details-page-stat-evaluate a .left {
	/*float: left;*/
	font-size: 13px;
	word-break: break-word;
}
.details-page-stat-evaluate a .right .iconfont {
	color: #fafafa;
	font-size: 12px;
	margin-right: 5px;
}
.details-page-stat-evaluate a .right .iconfont.up {
	color: #339900;
}
.details-page-stat-evaluate a .right .iconfont.down {
	color: #ff6666;
}
.details-page-stat-evaluate a .num {
	color: #fe7601;
}
.details-page-stat-evaluate .go-evaluate {
	position: relative;
	width: 100%;
	padding-left: 72px;
	margin-top: 5px;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.details-page-stat-evaluate .go-evaluate .number {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 38px;
	color: #fe7601;
	font-weight: 600;
}
.details-page-stat-evaluate .go-evaluate .star {
	width: 100%;
}
.details-page-stat-evaluate .txt {
	font-size: 12px;
	color: #999;
}
.details-page-stat-evaluate .starbox {
	width: 100%;
}
.details-page-stat-evaluate .starbox.left {
	width: auto;
	float: none;
}
.details-page-stat-evaluate .starbox.left + .num {
	color: #fe7601;
	margin-left: 0;
	margin-top: 6px;
	display: inline-block;
}
.details-page-stat-evaluate .starbox span {
	padding-right: 5px;
}
.details-page-stat-evaluate .starbox .star {
	/*background:url(../images/sprites.png) no-repeat;*/
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 8px;
}
.details-page-stat-evaluate .starbox .star i {
	font-size: 16px;
	color: #FE7E38;
}
.details-page-stat-evaluate .starbox .star i.on {
	display: none;
}
.details-page-stat-evaluate .starbox .star[data-star] {
	cursor: pointer;
}
.details-page-stat-evaluate .starbox .star.yes {
/*background-position:0 -88px;*/
}
.details-page-stat-evaluate .starbox .star.no {
/*background-position:0 -123px;*/
    /*filter: grayscale(100);*/
    /*-webkit-filter: grayscale(100);*/
}
.details-page-stat-evaluate .starbox .star.yes i.on {
	display: block;
}
.details-page-stat-evaluate .starbox .star.yes i.off {
	display: none;
}
.details-page-stat-evaluate .starbox .star.no i {
	color: #838383;
}
.incharge-info {
	padding: 20px;
}
.part-title {
	margin: 20px 0;
	color: #000;
	padding-left: 1em;
	font-size: 16px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.part-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 3px;
	height: 1em;
	background-color: #4976e8;
}
.part-title>a {
	float: right;
	font-size: 14px;
	color: #999;
	margin-left: 15px;
}
.part-title>a:hover {
	text-decoration: none;
}
.part-title>a>i {
	margin-right: 5px;
}
.part-table {
	border: 1px solid #ebebeb;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
.part-table caption {
	padding: 8px 0 8px 1em;
	font-size: 15px;
	color: #333;
	text-align: left;
}
.part-table>tbody>tr>td, .part-table>tbody>tr>th, .part-table>tfoot>tr>td, .part-table>tfoot>tr>th, .part-table>thead>tr>td, .part-table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
}
.part-table>tbody>tr>td, .part-table>tbody>tr>th, .part-table>tfoot>tr>td, .part-table>tfoot>tr>th, .part-table>thead>tr>td, .part-table>thead>tr>th {
	border: 1px solid #ebebeb;
}
.part-table-responsive>.part-table>tbody>tr>td, .part-table-responsive>.part-table>tbody>tr>th, .part-table-responsive>.part-table>tfoot>tr>td, .part-table-responsive>.part-table>tfoot>tr>th, .part-table-responsive>.part-table>thead>tr>td, .part-table-responsive>.part-table>thead>tr>th {
	/*white-space: nowrap;*/
	word-break: break-all;
}
.part-table-responsive>.part-table {
	border: 0;
	margin-bottom: 0;
}
.part-table-responsive>.part-table>tbody>tr>td:first-child, .part-table-responsive>.part-table>tbody>tr>th:first-child, .part-table-responsive>.part-table>tfoot>tr>td:first-child, .part-table-responsive>.part-table>tfoot>tr>th:first-child, .part-table-responsive>.part-table>thead>tr>td:first-child, .part-table-responsive>.part-table>thead>tr>th:first-child {
	border-left: 0;
}
.part-table-responsive>.part-table>thead:first-child>tr:first-child>td, .part-table-responsive>.part-table>thead:first-child>tr:first-child>th, .part-table-responsive>.part-table>tbody:first-child>tr:first-child>td, .part-table-responsive>.part-table>tbody:first-child>tr:first-child>th {
	border-top: 0;
}
.part-table-responsive>.part-table>tbody>tr>td:last-child, .part-table-responsive>.part-table>tbody>tr>th:last-child, .part-table-responsive>.part-table>tfoot>tr>td:last-child, .part-table-responsive>.part-table>tfoot>tr>th:last-child, .part-table-responsive>.part-table>thead>tr>td:last-child, .part-table-responsive>.part-table>thead>tr>th:last-child {
	border-right: 0;
}
.part-table-responsive>.part-table>tbody>tr:last-child>td, .part-table-responsive>.part-table>tbody>tr:last-child>th, .part-table-responsive>.part-table>tfoot>tr:last-child>td, .part-table-responsive>.part-table>tfoot>tr:last-child>th {
	border-bottom: 0;
}
.part-table, .part-content {
	margin-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.part-table tr th, .part-table tr td {
	text-align: center;
	color: #333;
	width: 200px;
	vertical-align: middle;
}
.part-table tr th {
	width: 110px;
	background-color: #f9f9f9;
	color: #999;
	font-weight: normal;
}
.part-table tr:hover {
	background-color: #f9f9f9;
}
.part-table-responsive {
	width: 100%;
	margin-bottom: 0;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ebebeb;
}
.part-content {
	border: 1px solid #f0f0f0;
	padding: 20px;
	color: #666666;
	min-height: 1rem;
	overflow: hidden;
	position: relative;
}
.part-content img {
	max-width: 100%;
}
.part-content table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100% !important;
	max-width: 100%;
}
.part-tip {
	/*padding-left:1em;*/
	margin-bottom: 10px;
}
.part-tip>span {
	margin: 0 5px;
}
.part-tip>.teamPeoTotal {
	color: #4976e8;
}
.part-tip>.schoolPeoNum {
	color: #009900;
}
.part-tip>.societyPeoNum {
	color: #ff6600;
}
.incharge-info .cN-pagination {
	margin: 10px 0;
	text-align: right;
}
.content-text, .content-title {
	float: left;
}
.content-text {
	margin-bottom: 10px;
	word-break: break-all;
}
.content-text span {
	/*border-bottom: 1px solid #666;*/
    /*padding: 0px 0.5em;*/
	margin-left: 5px;
}
.content-text:last-of-type {
	margin-bottom: 0;
}
.content-text > img {
	display: block;
}
.content-text img {
	max-width: 100%;
}
.content-text h3 {
	font-size: 14px;
	color: inherit;
	margin: 5px 0;
}
.content-text h3:first-of-type {
	margin-top: 0;
}
span.underline_txt {
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px solid #666;
}
.left-content, .right-content {
	width: 48%;
	float: left;
}
.left-content {
	border-right: 1px solid #f0f0f0;
	padding-right: 2%;
}
.right-content {
	float: right;
}
#schemaPics {
	overflow: hidden;
}
#schemaPics li {
	float: left;
	width: 100%;
	height: 160px;
	margin: 5px;
	overflow: hidden;
	cursor: pointer;
}
p.goLink-link {
	word-break: break-all;
	max-width: 1200px;
}
.goLink-link a {
	color: #0096ff;
	word-wrap: break-word;
	word-break: break-all;
	max-width: 600px;
	display: block;
}
/*2018-09-18*/
.otherRequire_content:before {
	content: "Ã¢â‚¬â€";
	margin-right: 5px;
}
.details-page-thumb .videoPlayer-dimensions {
	width: 400px;
	height: 225px;
}
/*2019-06-25*/
.more-btn {
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
}
.course-item {
	margin-top: 11px;
}
.course-item .img-box img {
	border-radius: 8px;
}
.course-item .c-title {
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
}
.course-item .c-title:hover {
	color: #4976E8;
}
.course-item .c-info span {
	color: #999;
	font-size: 13px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}
.course-item .c-info .school {
	max-width: 130px;
}
.course-item .c-info .teacher {
	max-width: 50px;
	margin-left: 20px;
}
.stat-title-more {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	float: right;
}
.stat-title-more .iconfont {
	font-size: 12px;
	margin-left: 2px;
}
.score-tip-small {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.score-tip-small .red {
	color: #ff0000;
}
hr {
	margin: 15px 0;
}
.moreBox {
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(244, 244, 244, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(244, 244, 244, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f4f4f4', GradientType=0);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
}
.showMore {
	padding: 5px 6px;
	background-color: #f2f2feab;
	border: 1px solid #6181e5;
	color: #6181e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -42px;
}
.showMore i {
	font-size: 13px;
}
.showMore:hover {
	background-color: #f8f8ff;
}
.evaluate_tip {
	font-size: 12px;
	font-weight: 300;
	color: #999;
	margin: 10px 0;
}
#btn-subComment {
	font-size: 12px;
	padding: 10px 12px;
	min-height: 36px;
}
.details-page-discuss-submit-form > button {
	margin-top: 10px;
}
.details-page-discuss-submit {
	margin-top: 0;
}
.evaluate_box {
	margin-bottom: 10px;
	display: table;
}
.evaluate_box li {
	display: table-cell;
	position: relative;
	cursor: pointer;
	width: 104px;
	text-align: center;
	font-size: 13px;
}
.evaluate_box li input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.evaluate_box li i {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	margin-right: 6px;
}
.evaluate_box li input:checked+label i {
	color: #fff;
	background-color: #cc792d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.evaluate_box li input:checked+label {
	color: #cc792d;
}
.evaluate_time {
	text-align: right;
	color: #999;
	margin: 0;
	font-size: 12px;
}
label.good {
	color: #5377e0;
}
label.bad {
	color: #52962b;
}
.require {
	color: #cc0000;
	margin-right: 5px;
	margin-left: -10px;
	width: 6px;
	display: inline-block;
}
.form_panel, .other_panel {
	width: 540px;
}
.form_content {
	padding: 20px 0;
}
.form_content .item {
	width: 100%;
	margin-bottom: 10px;
	line-height: 32px;
}
.form_content .label {
	width: 160px;
	line-height: 1.6em;
	margin-top: 6px;
	white-space: initial;
	padding: 0;
	display: inline-block;
	color: #555;
	float: left;
	font-weight: normal;
	text-align: left;
}
.item-box {
	float: left;
	width: 302px;
	position: relative;
}
.form_content .divLabel {
	margin-left: 0;
	color: #555;
	display: block;
	line-height: 24px;
	white-space: normal;
	word-wrap: break-word;
	margin-right: 20px;
}
.form_content p {
	line-height: 2;
	color: #999;
}
.form_content .divLabel p {
	line-height: initial;
}
.form_control {
	text-align: center;
}
.form_control a {
	background: #50abf2;
	color: #fff;
	float: none;
	height: 34px;
	line-height: 34px;
	padding: 0 30px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 10px;
}
.form_control .close {
	background: #8f8f8f;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
	opacity: 1;
}
.details-page-body-btns .btn + .btn, .details-page-body-btns .btn:first-of-type {
	margin: 5px 5px;
}
/*2019-11-08*/
.formAudit_panel {
	padding: 0;
	width: 1170px;
	max-width: initial;
}
.formAudit_title {
	margin: 30px 38px;
	line-height: 1.2em;
	padding-left: 18px;
}
.formAudit_content {
	padding: 0;
	margin: 30px 38px;
}
.formAuditTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.formAuditTable caption {
	color: #333;
	text-align: left;
	padding-bottom: 26px;
	font-weight: bold;
	font-size: 16px;
}
.formAuditTable td {
	border: 1px solid #f0f0f3;
	padding: 18px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
}
.formAuditTable tr td:nth-of-type(1) {
	width: 50px;
	text-align: center;
}
.formAuditTable tr td:nth-of-type(2) {
	width: 330px;
}
.formAuditTable tr td:nth-of-type(3) {
	width: 130px;
	text-align: center;
}
.radioLabel {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.radioLabel:first-of-type {
	margin-right: 10px;
}
.radioLabel input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter: opacity(0);
}
.radioLabel span {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	top: 5px;
}
.radioLabel input:checked+span {
	border-color: #4976e8;
}
.radioLabel input:checked+span:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #4976e8;
	position: absolute;
	left: 4px;
	top: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.formAudit_control {
	padding: 0;
	text-align: center;
	margin: 0 0 30px 0;
}
.form_control.formAudit_control a {
	float: none;
	display: inline-block;
	margin: 0 25px;
}
/*2019-11-11*/
.adminTable caption {
	text-align: center;
	color: #626262;
	background-color: #f7f7f7;
	font-weight: normal;
	font-size: 16px;
	padding: 15px 0;
	border: 1px solid #f0f0f3;
	border-bottom: 0;
}
.adminTable th {
	color: #626262;
	background-color: #f7f7f7;
	border: 1px solid #f0f0f3;
	text-align: center;
	padding: 8px 0;
	font-weight: normal;
}
.adminTable tr td:nth-of-type(1) {
	width: 20%;
}
.adminTable tr td:nth-of-type(2), .adminTable tr td:nth-of-type(4) {
	width: 20%;
	text-align: center;
}
.adminTable tr td:nth-of-type(3) {
	text-align: left;
}
.adminTable tr td.advice {
	color: #070707;
}
.part-table tbody tr td.leader-name {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	height: 44px;
	padding: 0 8px;
}
.leader-name .incharge-icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 1;
	width: 42px;
	height: 42px;
	background: url(/images/incharge-icon.png) no-repeat center center;
	background-size: 100% 100%;
}
.incharge-info .cN-pagination {
	margin: 8px 0 0;
}
.main-leader .part-table-responsive, .other-team .part-table-responsive {
	border: none;
}
.main-leader .part-table-responsive>.part-table, .other-team .part-table-responsive>.part-table {
	border: 1px solid #ebebeb;
}
.incharge-info {
	padding: 0 20px 20px;
}
.incharge-info .part-table tr th {
	background-color: #f8faff;
}
.part-table caption {
	border: none;
	border-bottom: 0;
	padding-left: 20px;
	font-size: 15px;
	color: #333;
	position: relative;
	padding: 0 0 20px 20px;
}
.part-table caption:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #4976e8;
	position: absolute;
	left: 0;
	top: 5px;
}
.part-table caption:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 3px;
	top: 8px;
}
.main-leader, .other-team {
	background: #fcfdff;
	border: 1px solid #f0f0f3;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.incharge-box {
	padding: 0;
}
.mainMember, .otherMember {
	margin-bottom: 0;
}
.incharge-info .cN-pagination {
	display: none;
}
.incharge-box .part-title {
	border-bottom: 0;
	padding-left: 20px;
	font-size: 15px;
	color: #333;
	position: relative;
	padding: 0 0 20px 20px;
	margin: 0;
}
.incharge-box .part-title:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #4976e8;
	position: absolute;
	left: 0;
	top: 5px;
}
.incharge-box .part-title:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 3px;
	top: 8px;
}
.part-content pre {
	font-family: Microsoft YaHei, "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜", "Ã¥Â®â€¹Ã¤Â½â€œ", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial !important;
	border: none;
	background: none;
	color: #666666;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	border-radius: 0;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
.points-content .content-text {
	padding: 10px 0 10px 2em;
}
.points-content .points-text .content-title {
	padding-left: 2em;
}
.points-content .points-text .content-text {
	padding-left: 4em;
}
.details-page-discuss {
	padding: 20px 10px;
}
.part-content .content-text a {
	color: #337ab7;
	text-decoration: none;
}
.part-content .part-build-table {
	margin: 10px 0;
	border: 1px solid #ebebeb;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
.part-content .part-fixed-table {
	table-layout: fixed;
}
.part-build-table tr th, .part-build-table tr td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #ebebeb;
	text-align: center;
	word-break: break-all;
}
.part-build-table.align-left tr td {
	text-align: left;
}
.part-build-table tr th {
	background-color: #f8faff;
	color: #999;
	font-weight: normal;
	padding: 8px 0;
}
.part-build-table p {
	margin-bottom: 0;
}
.part-build-table .check-label {
	font-weight: normal;
	display: block;
}
.part-build-table .check-label input {
	margin-right: 5px;
	margin-top: -2px !important;
}
.commitment-incharge {
	text-align: right;
	padding-right: 0;
}
.commitment-incharge.nopic {
	padding-right: 100px;
}
.signPic {
	max-height: 20px;
	max-width: 120px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
	margin-right: 25px;
}
.commitment-year {
	text-align: right;
	padding-right: 50px;
}
.commitment-year .blank {
	padding: 0 10px;
}
span.author-name {
	display: inline-block;
	width: 200px;
}
.content-text .sub-title {
	font-weight: bold;
	color: #333;
}
/*Ã¨Âµâ€žÃ¦ÂºÂÃ¦â€™Â­Ã¦â€Â¾*/
#res-preview-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;/*background-color: rgba(244, 244, 244, 0.5);*/
}
#res-preview-overlay-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#res-preview-panel {
	background-color: #fff;
	left: 50%;
	margin: 0;
	max-height: 90%;
	overflow-y: auto;
	padding: 20px 10px;
	position: fixed;
	top: 50%;
	height: 600px;
	margin-top: -325px;
	margin-left: -480px;
	width: 960px;
	box-sizing: border-box;
}
#res-preview-title {
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	height: 24px;
	line-height: 24px;
}
#res-preview-title .iconfont {
	font-size: 20px;
}
#res-preview-title:before {
	content: "";
	position: absolute;
	background: #4976e8;
	height: 18px;
	width: 3px;
	left: 0;
	top: 3px;
}
#res-preview-close {
	float: right;
	margin-right: 0;
	font-size: 14px;
	color: #ff2424;
	font-weight: normal;
	cursor: pointer;
}
#res-preview-content {
	padding-top: 20px;
	height: 530px;
	position: relative;
	box-sizing: border-box;
}
#previewPlayer {
	background: #000;
	height: 100%;
}
#res-preview-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff url(/images/loaderBgWhite.gif) no-repeat center;
	top: 0;
	left: 0;
}
#playerContent .nores {
	color: #ccc;
	text-align: center;
	padding-top: 80px;
}
#playerContent {
	margin: 0;
}
 video::-internal-media-controls-download-button {
 display:none !important;
}
 video::-webkit-media-controls-enclosure {
 overflow:hidden !important;
}
 video::-webkit-media-controls-panel {
 width: calc(100% + 30px) !important;
}
.zhen-icon {
	font-size: 12px;
	background: #4976e8;
	padding: 0 5px 0 8px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 22px;
	line-height: 22px;
	color: #fff;
}
.zhen-icon:after {
	content: "";
	position: absolute;
	font-size: 0;
	height: 0;
	width: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #4976e8;
	top: 0;
	right: -8px;
}
.declareYear-icon {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	background: #b09fb2;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 0 10px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.declareYear-icon {
	cursor: unset;
}
.declareYear-icon .iconfont {
	font-size: 14px;
	margin-right: 2px;
}
#infoScore {
	display: none !important;
}
#qrcode-box {
	background: #fff;
	padding: 10px 10px 30px;
	position: absolute;
	bottom: 0;
	right: -160px;
	border-radius: 3px;
	width: 125px;
	display: none;
	z-index: 1;
}
#shareBtn:hover #qrcode-box {
	display: block;
}
#qrcode-box p {
	color: #666;
	font-size: 10px;
	line-height: 1;
	margin: 10px 0 0;
	transform: scale(0.85);
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
}
.h-item {
	margin-top: 10px;
	color: #333;
	font-size: 13px;
	word-break: break-all;
}
span.h-item-name {
	display: inline-block;
	min-width: 40px;
}
.more-btn {
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
	color: #4269c9;
}
.more-btn > .iconfont {
	transform: scale(1.2, 0.8);
	display: inline-block;
}
.h-item .iconfont {
	position: relative;
	display: inline-block;
	margin-right: 7px;
	width: 13px;
	font-size: 13px;
}
.h-item .iconfont s {
	font-size: 12px;
	position: absolute;
	top: -30px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 3px;
	background: #f0f4fc;
	color: #333;
	display: none;
	left: 50%;
	margin-left: -23px;
	word-break: keep-all;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 0 5px rgba(9, 3, 7, 0.1);
}
.h-item .w3.iconfont s {
	margin-left: -29px;
}
.h-item .w4.iconfont s {
	margin-left: -35px;
}
.h-item .w5.iconfont s {
	margin-left: -41px;
}
.h-item .w6.iconfont s {
	margin-left: -47px;
}
.h-item .w7.iconfont s {
	margin-left: -53px;
}
.h-item .w8.iconfont s {
	margin-left: -59px;
}
.h-item .w9.iconfont s {
	margin-left: -65px;
}
.h-item .w10.iconfont s {
	margin-left: -71px;
}
.h-item .w11.iconfont s {
	margin-left: -77px;
}
.h-item .iconfont s:after {
	content: "";
	font-size: 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #f0f4fc;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.h-item .iconfont:hover s {
	display: block;
}
.h-item-p1, .h-item-p2 {
	/*border: 1px solid #f0f0f3;*/
    /*background: #f9f9f9;*/
	padding: 0 2px;
	font-size: 13px;
	letter-spacing: -0.5px;
}
.h-item-p2 {
	margin-left: 3px;
}
.team-teach {
	position: absolute;
	left: 110px;
	top: 17px;
	color: #4269c9;
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 3px;
	display: none;
}
.h-item-unit {
	margin-left: 10px;
}
.h-item-tab {
	border-bottom: 1px solid #eee;
	margin-top: 20px;
}
.tab-item {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.tab-item.t2 {
	margin-left: 15px;
}
.tab-item.on {
	color: #4269c9;
}
.tab-item.on:after {
	content: "";
	background: #4269c9;
	height: 2px;
	width: 56px;
	bottom: -1px;
	left: 0;
	position: absolute;
}
#mainTeamTeach_overlay .form_control .close {
	background: #4976e8;
}
#mainTeamTeach_overlay .item-content {
	line-height: 1.5em;
	color: #333;
}
#mainTeamTeach_overlay pre {
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
	white-space: pre-wrap;
	word-break: break-all;
	overflow-wrap: break-word;
	font-family: "Microsoft YaHei", Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, Ã¥Â®â€¹Ã¤Â½â€œ, Helvetica, "STHeiti STXihei", "Microsoft JhengHei", Arial !important;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	background: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
}
#evaluate .star-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-left: 70px;
	position: relative;
}
#evaluate .star-item.item3 {
	margin-right: 0;
}
#evaluate .star-title {
	margin-bottom: 5px;
	font-size: 14px;
}
p.score-title {
	color: #999;
	font-size: 12px;
}
span.score-num {
	font-size: 12px;
	float: right;
	line-height: 14px;
	padding: 3px 3px;
	background: #F59A23;
	color: #fff;
	border-radius: 3px;
}
.evaluate-btns {
	text-align: center;
	margin-top: 15px;
}
span.vote-btn, .more-vote-btn {
	background: #3271e1;
	cursor: pointer;
	margin-left: 5px;
	color: #fff;
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 3px;
}
.more-vote-btn:hover {
	background: #295cb6;
}
.more-vote-btn .iconfont {
	font-size: 12px;
	margin-left: 3px;
}
.score-tip-small {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.score-tip-small .red {
	color: #ff0000;
}
span.score-txt {
	position: absolute;
	left: 5px;
	font-size: 32px;
	color: #F59A23;
	font-weight: bold;
	top: 0;
}
#evaluate .star-title .iconfont {
	font-size: 20px;
	color: #eee;
	cursor: pointer;
	display: block;
	height: 20px;
}
#evaluate .star-title .iconfont.half {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
#evaluate .star-title .iconfont.on {
	color: #fa5023;
}
#evaluate .star-x {
	position: relative;
}
#evaluate .star-x s {
	text-decoration: unset;
	position: absolute;
	width: 300px;
	border-radius: 5px 0 5px 5px;
	padding: 10px;
	background: #f0f4fc;
	top: 30px;
	right: 0;
	display: none;
	z-index: 1;
	font-size: 13px;
}
#evaluate .star-x s:before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f0f4fc;
	top: -10px;
	right: 0;
}
#evaluate .star-x:hover s {
	display: block;
}
.problem-content {
	font-size: 13px;
	color: #333333;
	line-height: 2em;
	margin-top: 10px;
}
.problem-info {
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}
.problem-info .name {
	margin-right: 10px;
}
.discuss-container {
	padding: 0 15px;
}
.discuss-container textarea.form-control {
	width: 100%;
	margin: 20px 0 0;
}
.desc-tab {
	display: block;
	margin-bottom: 26px;
}
.desc-tab .desc-tab-item {
	display: inline-block;
	font-size: 14px;
	color: #555;
	margin-right: 19px;
	padding: 6px 0;
	cursor: pointer;
	position: relative;
}
.desc-tab .desc-tab-item:after {
	content: "";
	width: 1px;
	height: 14px;
	right: -10px;
	background: #d1d1d1;
	position: absolute;
	top: 9px;
}
.desc-tab .desc-tab-item:last-child:after {
	display: none;
}
.desc-tab .desc-tab-item:hover {
	color: #333;
}
.desc-tab .desc-tab-item.on {
	color: #4b5eb5;
}
.part-content-publish {
	color: #333;
	line-height: 2em;
}
.part-content.publish {
	padding: 0;
	border: 0;
}
.resource-box .resource-item {
	margin-top: 10px;
	background: #f9f9f9;
	border: 1px solid #f0f0f3;
	padding: 2px 10px;
}
.resource-box .resource-item a {
	color: #333;
	word-break: break-all;
}
.resource-box .resource-item.on {
	background: #4976e8;
	color: #fff;
}
.resource-box .resource-item.on a {
	color: #fff;
}
.nores {
	color: #999;
	text-align: center;
	padding-top: 50px;
}
#declareBtn, #scoreBtn, .details-page-info-btns .btn.details-page-info-course-btn {
	background: transparent;
	/*text-decoration: underline;*/
	padding: 0;
	margin: 16px 0 0 20px;
}
/*Ã¦Å¸Â¥Ã§Å“â€¹Ã¦Ë†ÂÃ§Â»Â©Ã§â€ºÂ¸Ã¥â€¦Â³*/
#c-panel {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	display: none;
}
#c-panel-health {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	display: none;
}
#c-panel-bg {
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.c-content {
	background: #f9f9f9 none repeat scroll 0 0;
	/*height: 450px;*/
	left: 50%;
	margin-left: -290px;
	margin-top: -300px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px 10px;
	position: absolute;
	top: 50%;
	width: 780px;
}
.c-content.c-learge {
	width: 800px;
	margin-left: -400px;
}
.c-content #search, .c-content #wSearch {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 20px 0;
	position: fixed;
	width: 770px;
}
.c-content.c-learge #search {
	width: 800px;
}
#search .s-text {
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	padding: 0 5px;
	border: 1px solid #ddd;
}
#search .s-panel-select {
	height: 34px;
	line-height: 34px;
	margin-right: 10px;
	padding: 0 5px;
	float: left;
	border: 1px solid #ddd;
}
#search .s-panel-select.noMargin {
	margin-right: -1px;
	float: left;
}
#search .s-btn1 {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	height: 32px;
	width: 60px;
	cursor: pointer;
	box-sizing: unset;
	display: inline-block;
	vertical-align: middle;
}
#search .close-cpanel {
	background: #FF8383 repeat scroll 0 0;
	color: #FF8383;
	cursor: pointer;
	float: right;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	font-size: 24px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
#search .close-cpanel:before {
	content: "Ãƒâ€”";
	font-family: "Ã¥Â®â€¹Ã¤Â½â€œ";
	/*position: absolute;
    left: 3px;*/
	color: #FFF;
}
#uList {
	padding-top: 80px;
	width: 100%;
}
#uList table .action {
	width: 90px;
}
#uList table {
	text-align: center;
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
#uList .l_header th {
	/*line-height: 44px;*/
	padding: 8px 1px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	font-weight: lighter;
}
#uList td {
	/*line-height: 44px;*/
	padding: 8px 1px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
#uList tr:hover {
	background: #F0F9F9;
}
#uList tr.l_header:hover {
	background: #F7F7F7;
}
#uList tr.l_header {
	border: 1px solid #D6D6D6;
	background: #F7F7F7;
	border: none;
}
#uList .set {
	color: #14b0e3;
}
#uList .set:hover {
	color: #266dc7;
}
#uList .other1 {
	color: #333333;
	text-decoration: underline;
	margin-right: 20px;
	cursor: pointer;
}
#uList .itemTitle > img {
	margin: 5px 0;
}
#uList .a-button {
	color: #266DC7;
	text-decoration: underline;
	margin: 0 10px;
	cursor: pointer;
}
.cN-pagination {
	margin: 20px 0;
	float: right;
	padding: 0.75em 0;
}
.c-content .add-btn {
	float: left;
	margin: 20px 0 0 0;
}
.details-page-hbox.details-page-container {
	padding-bottom: 20px;
}
span.title-tip-small {
	font-size: 12px;
	color: #999;
	float: right;
	line-height: 20px;
}
.title-tip-small .red {
	color: #ff0000;
}
.course-item {
	margin-top: 11px;
}
.course-item .img-box {
	float: left;
	width: 106px;
}
.course-item .info-box {
	float: left;
	margin-left: 8px;
	width: 156px;
}
.course-item .c-title {
	font-size: 14px;
	color: #4c4c4c;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	margin-bottom: 0;
	overflow: hidden;
	display: block;
}
.course-item .c-title:hover {
	color: #4976E8;
}
.course-item .c-info {
	font-size: 12px;
	color: #999;
	margin: 3px 0;
	word-break: break-all;
	white-space: nowrap;
}
.course-item .c-info span {
	font-size: 12px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.course-item .c-info span.iconfont {
	font-size: 16px;
	color: #4c4c4c;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.course-item .c-info .teacher {
	max-width: 70px;
	border-right: 1px solid #999;
	margin: 0 8px 0 0;
	padding-right: 8px;
}
.course-item .c-info .school {
	max-width: 70px;
}
.stat-title-more {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	float: right;
}
.stat-title-more .iconfont {
	font-size: 12px;
	margin-left: 2px;
}
/*2022-04-27*/
.details-page-header {
	min-height: 400px;
	background: url("/images/details-header-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
}
.details-page-info-school-logo > img {
	display: inline-block;
	width: auto;
	height: 34px;
	margin: 0 20px 15px 0;
	vertical-align: middle;/*filter: brightness(0) invert(1);*/
    /*-webkit-filter: brightness(0) invert(1);*/
}
.details-page-info-school-logo > span {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 15px 0 45px;
	margin-bottom: 15px;
	background-color: #ffae00;
	vertical-align: middle;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	position: relative;
}
.details-page-info-school-logo > span > i {
	font-size: 22px;
	position: absolute;

	left: 14px;
}
.details-page-info-tags > li {
	margin: 0 18px 0 0;
}
.details-page-info-subTitle {
	font-size: 16px;
}
.details-page-info-btns {
	margin: 30px 0 0 0;
}
.details-page-info-do-btn {
	padding: 0;
	width: 150px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	background-color: #4b5eb5;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.details-page-info-do-btn .iconfont {
	margin-right: 8px;
	font-size: 18px;
	position: relative;
	top: 1px;
}
a.details-page-info-do-btn .iconfont {
	font-size: 20px;
}
.details-page-info-do-btn:hover {
	background-color: #3d4d96;
}
.details-page-thumb {
	width: 400px;
	padding: 20px 10px 0 0;
	text-align: right;
	position: relative;
}
.details-page-thumb-frame {
	display: inline-block;
	width: 400px;
	height: 225px;
	position: relative;
	background-color: #000;
	background-image: url('/images/logo1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 193px auto;
	padding-top: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	overflow: hidden;
}
.videoTab {
	text-align: right;
	margin: 0 0 12px;
}
.videoType {
	float: none;
	display: inline-block;
	color: #fffefe;
	height: 30px;
	line-height: 30px;
	margin-left: 17px;
	position: relative;
}
.videoType.single {
	margin-left: 0;
}
.videoType.tab1:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 9px;
	height: 14px;
	width: 1px;
	background: #fffefe;
}
.videoType.tab1.single:after {
	display: none;
}
.videoType.on {
	font-weight: 700;
}
.details-page-btns {
	display: inline-block;
	margin-left: 50px;
	margin-top: 12px;
}
.details-page-btns > li {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	margin-right: 20px;
}
.details-page-btns > li:last-child {
	margin-right: 0;
}
#shareBtn {
	position: relative;
}
.details-page-btns > li > span {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}
.details-page-btns > li .on {
	display: none;
}
.details-page-btns > li.on >span {
	display: none;
}
.details-page-btns > li.on .on {
	display: inline-block;
}
.details-page-btns > li > s {
	text-decoration: none;
	vertical-align: middle;
}
.evaluate-container {
	margin: 20px auto;
	display: table;
	padding: 20px;
	box-sizing: border-box;
}
.evaluate-container, .discuss-top, .discuss-bottom, .details-page-stat-box, span.vote-btn {
	border: 0;
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
}
.evaluate-left {
	float: left;
	width: 235px;
}
.evaluate-left-wrap {
/*width: 790px;*/
    /*padding: 20px 30px;*/
    /*background-color: #fff;*/
}
.vote-info, .vote-list, .vote-btn-box {
	display: table-cell;
	vertical-align: middle;
}
.vote-info {
	width: 250px;
	/*border-right: 1px solid #f4f4f4;*/
	padding-right: 30px;
}
.vote-info > span {
	display: table-cell;
	vertical-align: middle;
	font-size: 38px;
	color: #e5441b;
	padding-right: 18px;
	position: relative;
}
.vote-info > span > a {
	color: #e5441b;
}
.vote-info > ul {
	display: table-cell;
	vertical-align: middle;
}
.vote-info > ul > li {
	color: #666;
	font-size: 13px;
	margin: 5px 0 10px;
}
.vote-info > ul > li > a {
	color: #666;
}
#evaluate .star-title .star {
	margin-right: 6px;
	position: relative;
	height: 20px;
	display: inline-block;
}
#evaluate .star-title .star:last-of-type {
	margin-right: 0;
}
.vote-list {
	width: 420px;
	display: none;
}
.vote-list > li {
	display: inline-block;
	width: 140px;
	text-align: center;
}
.vote-list > li > p {
	color: #666;
	margin-bottom: 14px;
}
.vote-list > li > span {
	font-size: 36px;
	color: #ff724c;
	font-weight: bold;
}
span.vote-btn {
	display: inline-block;
	font-size: 14px;
	color: #555;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
span.vote-btn .iconfont {
	font-size: 14px;
	margin-left: 5px;
}
.evaluate-right {
	/* width: 925px; */
	/* float: right; */
	position: relative;
}
.evaluate-share-box {
	/* padding-left: 30px; */
	padding-top: 0.5px;
	/* border-left: 1px solid #f2f2f2; */
}
.evaluate-page-stat-title {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	margin: 5px 0 15px;
	display: block;
	width: 300px;
}
.evaluate-page-stat-title span.title-tip-small {
	display: inline-block;
	float: none;
	margin-left: 15px;
}
.evaluate-page-stat-shared {
	position: relative;
	display: block;
	/* width: 575px; */
}
dd.share-left, dd.share-right {
	width: 210px;
	display: inline-block;
}
.evaluate-page-stat-shared li {
	display: inline-block;
	position: relative;
	margin-right: 28px;
	vertical-align: top;
}
.evaluate-page-stat-shared li:last-child {
	margin-right: 0;
}
.evaluate-page-stat-shared li .icon {
	font-size: 12px;
	color: #4b5eb5;
	margin-right: 3px;
	width: auto;
}
.evaluate-page-stat-shared li .label {
	border-radius: 3px;
	font-size: 12px;
	position: relative;
	color: #4b5eb5;
}
.evaluate-page-stat-shared li .label span {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.evaluate-page-stat-shared li .label.pass-ratio span {
	margin-top: 6px;/*text-align: left;*/
}
.evaluate-page-stat-shared li .label span font.line {
	display: block;
	font-size: 12px;
}
.evaluate-page-stat-shared li.first .icon {
	font-size: 10px;
	transform: scale(0.8);
	display: inline-block;
	margin-right: 0;
}
.evaluate-page-stat-shared-chart {
	width: 86px;
	height: 86px;
	background-color: #fafafa;
	border-radius: 41px;
	float: none;
	margin: 0 auto;
}
.evaluate-page-stat-shared .iconfont.tip-icon {
	font-size: 12px;
	position: absolute;
	top: -2px;
	margin-left: 3px;
	display: none;
}
.share-tip {
	position: absolute;
	z-index: 1;
	background: #f0f4fc;
	border-radius: 5px;
	padding: 10px;
	text-align: justify;
	border: 1px solid #cdd2dc;
	left: 0;
	width: 160px;
	font-size: 12px;
	color: #333;
	top: 65px;
	display: none;
}
.details-page-stat-grade > ul > li .share-tip {
	padding-bottom: 0;
	width: 60px;
	left: 0;
	top: 30px;
}
.details-page-stat-grade > ul > li.standard .share-tip {
	width: 80px;
}
.evaluate-page-stat-shared .share-tip .brown {
	color: #ff4646;
}
.evaluate-page-stat-shared li:hover .share-tip, .details-page-stat-grade li:hover .share-tip, .vote-info > span:hover .share-tip, .browser-item:hover .share-tip {
	display: block;
}
.share-tip:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 10px solid #cdd2dc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 20px;
	top: -10px;
}
.share-tip:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 9px solid #f0f4fc;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	left: 21px;
	top: -9px;
}
.evaluate-page-hbox {
	width: 240px;
	position: absolute;
	top: 5px;
	right: 0;
}
.evaluate-page-hbox:before {
	content: "";
	position: absolute;
	height: 96px;
	width: 1px;
	background: #f2f2f2;
	left: -40px;
}
.details-page-stat-grade {
	padding-left: 20px;
}
.stat-grade-tab span {
	font-size: 13px;
	border-bottom: 3px solid transparent;
	margin-right: 15px;
	cursor: pointer;
}
.stat-grade-tab span:last-child {
	margin-right: 0;
}
.stat-grade-tab {
	margin-bottom: 10px;
	margin-top: -5px;
}
.stat-grade-tab span.on {
	border-color: #4269c9;
	font-weight: 700;
}
.details-page-stat-grade, .evaluate-page-col.grade-chart {
	display: inline-block;
	vertical-align: middle;
}
.details-page-stat-grade > ul > li:before {
	content: "";
	position: absolute;
	float: left;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	border: 1px solid #fff;
	left: 0;
	/*top: 7px;*/
	top: 0;

}
.details-page-stat-grade > ul > li .line {
	display: block;
}
.details-page-stat-grade > ul > li {
	line-height: 16px;
	height: 14px;
	color: #8b8b8b;
	font-size: 12px;
	position: relative;
	padding-left: 25px;
}
.details-page-stat-grade > ul > li + li {
	margin-top: 5px;
}
.details-page-stat-grade > ul > li.good:before {
	background-color: #4269c9;
}
.details-page-stat-grade > ul > li.standard:before {
	background-color: #e5441b;
}
.details-page-stat-grade > ul > li.failed:before {
	background-color: #1d93d1;
}
.evaluate-incharge-head, .evaluate-incharge-info {
	display: table-cell;
	vertical-align: middle;
}
.evaluate-incharge-head {
	min-width: 50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.evaluate-incharge-head > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.evaluate-incharge-info {
	padding-left: 20px;
}
.evaluate-incharge-info > p {
	margin: 4px 0;
	color: #666;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.evaluate-incharge-info > p.incharge-title {
	margin-bottom: 0;
}
.evaluate-incharge-info > p .seprate {
	margin: 0 8px 0 9px;
	position: relative;
}
.evaluate-incharge-info > p .seprate:after {
	content: "";
	width: 1px;
	height: 13px;
	background: #999;
	position: absolute;
	right: 0;
	top: 3.5px;
}
.details-page-discuss {
	width: 850px;
	padding: 0;
	background-color: transparent;
	border: 0;
}
.discuss-top {
	background-color: #fff;
	padding: 20px 30px;
}
#tabNav {
	border-bottom: 1px solid #f2f2f2;
}
#tabNav > button {
	display: inline-block;
	font-size: 16px;
	padding: 0 0 10px;
	margin-right: 40px;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	position: relative;
}
#tabNav.publish > button {
	font-weight: bold;
}
#tabNav.declare > button {
	font-size: 14px;
	padding: 0 0 15px;
	margin-right: 0;
	width: 9%;
	text-align: center;
}
#tabNav > button.active {
	border-bottom: 4px solid #4269c9;
	margin-bottom: -1px;
}
#tabNav > button.hide {
	display: none;
}
#detailsPageInfo {
	width: 790px;
	display: table-cell;
}
.content-part {
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
}
.discuss-bottom {
	padding: 20px;
	margin-top: 20px;
}
.relevance-title {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 4px solid #4269c9;
}
.relevance-list ul {
	margin-top: 30px;
}
.relevance-list li {
	float: left;
	width: 192px;
	margin: 0 14px 0 0;
	position: relative;
	overflow: hidden;
}
.relevance-list li:last-of-type {
	margin: 0;
}
.relevance-list li a {
	display: block;
	height: 100%;
}
.relevance-list li .cbox {
	cursor: pointer;
	height: 100%;
	position: relative;
}
.relevance-list li .cbox .cbox-tip {
	color: #fff;
	font-size: 12px;
	padding: 4px 6px;
	background: #e48238;
	background: -moz-linear-gradient(left, #e48238 0%, #e47230 11%, #d94624 100%);
	background: -webkit-linear-gradient(left, #e48238 0%, #e47230 11%, #d94624 100%);
	background: linear-gradient(to right, #e48238 0%, #e47230 11%, #d94624 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48238', endColorstr='#d94624', GradientType=1);
	border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
	-moz-border-radius: 8px 0 8px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.relevance-list li .cbox .pic {
	overflow: hidden;
	height: 110px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
	background: #fff;
}
.relevance-list li .cbox .pic img {
	width: 100%;
	height: auto;
	margin-top: 0;
	transition: 0.5s;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.relevance-list li .cbox .text {
	margin-top: 6px;
	position: relative;
	padding: 0 0 0 30px;
}
.pro-type {
	color: #fff;
	font-size: 12px;
	background-color: #ff5910;
	padding: 1px 3px;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	position: absolute;
	left: 0;
	top: 2px;
}
.pro-type:before, .pro-type:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 2px 4px;
	border-style: solid;
	border-color: #ff5910 transparent transparent #ff5910;
	position: absolute;
	left: 0;
	top: 100%;
}
.pro-type:after {
	border-color: #ff5910 #ff5910 transparent transparent;
	left: auto;
	right: 0;
}
.relevance-list li .cbox .text .infor {
	float: left;
	width: 100%;
}
.relevance-list li .cbox .text .infor p.p1 {
	color: #444;
	max-height: 40px;
	overflow: hidden;
	word-break: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.relevance-list li .cbox .text .infor p.p2 {
	font-size: 13px;
	color: #999;
	line-height: 1.2;
	margin-top: 10px;
}
.relevance-list li .cbox .text .infor p.p2 span {
	display: inline-block;
	color: #999;
	font-weight: lighter;
	/*max-width:40%;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.relevance-list li .cbox .text .infor p.p2 span:last-of-type {
	font-weight: normal;
}
.relevance-list li .cbox .text .infor p.p2 span:nth-of-type(2) {
	margin-left: 10px;
	padding-left: 10px;
}
.relevance-list li .cbox .text .infor p.p2 span:nth-of-type(2):before {
	content: "";
	width: 1px;
	height: 1em;
	background-color: #999;
	position: absolute;
	left: 0;
	top: 1px;
}
.relevance-list li .cbox .text .infor p.p2 span>i {
	margin-left: 5px;
	font-size: 14px;
}
.details-page-stat, .resource-box-container {
	width: 350px;
	padding-left: 20px;
	height: auto;
}
.details-page-stat-title {
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: 0;
}
.details-page-stat-title:before {
	width: 4em;
	height: 4px;
	top: auto;
	bottom: 0;
	background-color: #4269c9;
}
.hotline-box .details-page-stat-title:before {
	width: 6em;
}
#stat .iconfont.tip-icon {
	font-size: 13px;
	position: static;
}
table td img {
	height: auto !important;
	max-width: 100%;
}
.record-status {
	color: #4976e8;
}
.school-incharge {
	font-size: 16px;
	margin-bottom: 15px;
}
.incharge-txt {
	position: relative;
	margin-right: 15px;
}
.incharge-txt:after, .publish-txt:before {
	content: "";
	width: 1px;
	height: 14px;
	right: -8px;
	background: #fff;
	position: absolute;
	top: 3px;
}
.publish-txt {
	position: relative;
	margin-left: 15px;
}
.publish-txt:before {
	right: auto;
	left: -8px;
}
#browser-box {
	padding-bottom: 10px;
}
.browser-item {
	display: inline-block;
	margin-right: 24px;
	height: 24px;
	vertical-align: middle;
	position: relative;
}
.browser-item .share-tip {
	width: 70px;
	text-align: center;
	top: 30px;
	left: -20px;
}
.browser-item .share-tip p {
	margin-bottom: 0;
}
.browser-box .details-page-stat-title:before {
	width: 9em;
}
#mobile-right-info {
	display: none;
}
/*Ã©Â¡Â¹Ã§â€ºÂ®Ã§ÂºÂ Ã©â€â„¢/Ã¤Â¸Â¾Ã¦Å Â¥Ã§â€ºÂ¸Ã¥â€¦Â³*/
.project-feedback-btn {
	display: inline-block;
	color: #fff;
	margin: 10px 0;
}
.project-feedback-btn > span {
	font-size: 14px;
	margin-right: 5px;
}
#tip_off_overlay .form_title:before {
	top: 4px;
}
#tip_off_overlay .form_content .k-container {
	width: 340px;
	float: left;
}
#tip_off_overlay .form_content .check-label {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
#tip_off_overlay .form_content .item input[type="radio"], #tip_off_overlay .form_content .item input[type="checkbox"] {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}
#tip_off_overlay .item-box {
	width: auto;
}
#tip_off_overlay input[name="imgs"] {
	width: 260px;
	padding: 7px 10px;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	border-right: 0;
	line-height: 1.4;
}
#tip_off_overlay #uploadImg {
	float: right;
	box-sizing: border-box;
	width: 75px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #f19830;
	border: 1px solid #f19830;
	text-align: center;
	cursor: pointer;
}
#tip_off_overlay .form-control {
	width: 340px;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 7px 10px;
}
#tip_off_overlay .form_control a {
	background: #4976e8;
}
#tip_off_overlay .form_control .close {
	background: #8f8f8f;
}
#tip_off_overlay .t-input {
	width: 340px;
	height: 42px;
	border-radius: 5px;
	outline: none;
}
#tip_off_overlay .t-input:focus {
	border-color: #2f7cee;
	color: #333;
}
#tip_off_overlay .short-ipt {
	display: inline-block;
	position: relative;
}
#tip_off_overlay .captcha-ctn {
	width: 110px;
	height: 40px;
	border-radius: 0 5px 5px 0;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
#tip_off_overlay .captcha-img {
	background: #e6e6e6;
	height: 100%;
	cursor: pointer;
}
#tip_off_overlay .captcha-img img {
	width: 100%;
	height: 100%;
}
#tip_off_overlay #reloadCaptcha {
	position: absolute;
	width: 110px;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	display: none;
}
#tip_off_overlay .captcha-ctn:hover #reloadCaptcha {
	display: block;
}
#tip_off_overlay .reload-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: #000;
	opacity: 0.3;
}
#tip_off_overlay .reload-txt {
	position: relative;
}
#tip_off_overlay .sendCode {
	width: 110px;
	height: 40px;
	line-height: 42px;
	color: #4269c9;
	text-align: center;
	background-color: #fafafa;
	border-radius: 0 5px 5px 0;
	border: 1px solid #dbdbdb;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
/*Ã¨â€¹Â±Ã¦â€“â€¡Ã§â€°Ë†*/

.en-lang .details-page-info-title {
	font-size: 20px;
	line-height: 1.2em;
	white-space: normal;
	word-break: break-word;
	margin-bottom: 10px;
}
.en-lang .publish-txt, .en-lang .details-page-info-tags > li:nth-child(n+2), .en-lang .details-page-info-course, .en-lang #declareBtn, .en-lang #scoreBtn, .en-lang .details-page-info-title .cbox-tip, .en-lang .project-feedback-btn, .en-lang .evaluate-page-stat-shared .second, .en-lang .evaluate-page-stat-shared .six, .en-lang .evaluate-page-stat-shared .third, .en-lang .evaluate-page-stat-title, .en-lang .stat-grade-tab, .en-lang .hotline-box, .en-lang .course-box, .en-lang .discuss-bottom, .en-lang .tab-item.t2 {
	display: none;
}
.en-lang .details-page-header {
	min-height: 370px;
}
.en-lang .evaluate-share-box {
	padding-top: 15px;
	padding-bottom: 15px;
}
.en-lang .evaluate-page-stat-shared li {
	margin-right: 80px;
}
.en-lang .evaluate-page-stat-shared li .label span {
	font-size: 24px;
}
.en-lang .evaluate-page-stat-shared li .label {
	font-size: 14px;
}
.evaluate-page-stat-shared li.first .icon {
	font-size: 14px;
}
.en-lang .details-page-stat-grade > ul > li {
	height: 20px;
	display: block;
	line-height: 15px;
}
.en-lang .browser-box .details-page-stat-title:before {
	width: 9.8em;
}
.en-lang .teachTeam-box .details-page-stat-title:before {
	width: 11.5em;
}
.en-lang .tab-item.on:after {
	width: 100%;
}
.en-lang .desc-tab .desc-tab-item {
	vertical-align: middle;
}
.en-lang .desc-tab .desc-tab-item:after {
	top: 50%;
	margin-top: -7px;
}
.en-lang .vote-info > span:hover .share-tip {
	display: none !important;
}

/*Ã¨â€¹Â±Ã¦â€“â€¡Ã§â€°Ë† end*/

@media screen and (max-width:640px) {
.discuss-top {
	padding: 20px 10px;
	min-height: 0 !important;
}
.content-part {
	padding: 10px;
}
.part-title {
	border: none;
	font-size: 18px;
}
.desc-tab {
	width: 100%;
	overflow-x: auto;
}
.desc-tab-container {
	width: 700px;
}
.desc-tab-container.dtc2 {
	width: 315px;
}
.part-title:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 1em;
	background: #4976E8;
	border-radius: 2px;
}
.header_container .nav {
	display: block;
}
.details-page-body {
	padding-bottom: 10px;
}
.details-page-body-btns {
	position: fixed;
	left: -160px;
	top: 0;
	height: 100%;
	width: 160px;
	background: none;
	padding-top: 130px;
	padding-bottom: 0;
	box-sizing: border-box;
	z-index: 999;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.details-page-body-btns .details-page-container {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 60px 0 20px;
	box-sizing: border-box;
}
.details-page-body-btns .btn + .btn {
	margin: 0;
}
.details-page-body-btns .details-page-container .btn {
	width: 100%;
	margin: 0;
	background: none;
	border: none;
	color: #fff;
	margin-bottom: 10px;
}
.details-page-body-btns .btn-default:hover, .details-page-body-btns .btn-default:active, .details-page-body-btns .btn-default.active {
	box-shadow: none;
	background: #4976e8;
	border-radius: 0;
}
.m-show-btn {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4976E8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.close-page-btns {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.details-page-thumb-frame {
	float: none;
	padding: 0;
	height: 200px;
	width: 100%;
}
.details-page-header {
/*background:none;*/
}
.details-page-info-score .num, .details-page-info-score .num em {
	color: #FE7E38;
}
.details-page-info-description {
	padding-bottom: 10px;
}
.details-page-header .light {
	display: none;
}
.details-page-container {
	width: 100%;
	display: block;
}
.details-page-hbox .details-page-col {
	width: 100%;
	display: block !important;
	background: #fff;
	color: #2A3634;
	margin-top: 10px;
	overflow: hidden;
	height: auto;
	border-right: none;
}
.details-page-info {
	border: 1px solid #E3E5EB;
	border-radius: 10px;
	padding: 20px;
}
.details-page-hbox .details-page-info-btns .btn {
	margin: 0;
	margin-right: 10px;
	border-radius: 21px;
	padding: 12px 10px;
}
.details-page-info-btns {
	margin: 0;
}
.details-page-info-do-btn {
	padding: 0 !important;
	background: #4766ed;
	color: #fff;
}
.details-page-info-tags {
	color: #A4A7AF;
}
.details-page-btns {
	display: none;
}
.details-page-info-title {
	margin-top: 0;
	word-break: break-all;
	white-space: unset;
}
.details-page-thumb {
	padding: 0;
	position: relative;
	border-radius: 10px;
}
.videoTab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.details-page-thumb .videoPlayer-dimensions {
	width: 100%;
	height: 100%;
}
.videoType {
	display: inline-block;
	float: none;/*background:#A3A6AC;*/
}
/*.videoType.on {*/
    /*        background:#33485B;*/
    /*    }*/
#detailsPageInfo {
	display: block !important;
	padding: 0;
	border-radius: 10px;
	width: 100%;
}
.incharge-info {
	min-height: 150px;
}
.part-table {
	display: none;
}
.mobile-part {
	display: block;
	padding: 10px;
	background: #F6F8FB;
	border-radius: 10px;
}
.mobile-part .m-item {
	padding: 20px 10px;
	border-radius: 6px;
	border: 1px solid #E3E5EC;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	color: #666;
	position: relative;
}
.mobile-part .m-item>p {
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 12px;
}
.part-table-responsive {
	border: none;
}
.mobile-part>h2 {
	font-size: 14px;
}
.m-num {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 5px;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	background: #616D97;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.mobile-stat-container>.details-page-col {
	width: 50%;
	float: left;
	min-height: auto;
}
.details-page-stat-shared-chart {
	width: 90px;
	height: 90px;
}
.details-page-stat-grade > ul {
	padding: 12px 0;
	text-align: left;
}
.details-page-stat-title {
	border: none;
	font-size: 18px;
	padding-left: 13px;
}
.details-page-stat-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 1em;
	background: #4976E8;
	border-radius: 2px;
}
.hotline-box .details-page-stat-title:before, .browser-box .details-page-stat-title:before {
	width: 4px;
}
.details-page-hbox {
	padding: 0 10px;
	box-sizing: border-box;
	display: block;
}
.details-page-hbox .details-page-discuss {
	border-radius: 10px;
	padding: 10px;
}
.details-page-hbox .details-page-stat {
	border: none;
	background: none;
	padding: 0;
	display: block !important;
}
.details-page-stat-box + .details-page-stat-box {
	margin-top: 10px;
}
.details-page-stat-box {
	border-radius: 10px;
}
.details-page-stat-shared > li .label {
	width: block;
	float: none;
	margin-left: 35px;
	max-width: 100%;
}
.details-page-stat-shared > li .icon {
	position: absolute;
	float: none;
}
.details-page-stat-evaluate {
	text-align: center;
	padding-top: 0;
}
.details-page-stat-evaluate>h5 {
	display: none;
}
.details-page-stat-evaluate .starbox {
	float: none;
	display: inline-block;
}
.details-page-stat-evaluate .starbox.left + .num {
	vertical-align: 4px;
	display: none;
}
.evaluate_tip {
	display: none;
}
.details-page-stat-evaluate .starbox .star {
	width: 40px;
	height: 40px;
}
.details-page-stat-evaluate .starbox .star i {
	font-size: 30px;
}
.details-page-stat-evaluate .starbox .star i.on {
	color: #F6B400;
}
.details-page-hbox.grade-box {
	position: relative;
}
.details-page-col.grade-chart {
	position: absolute;
	top: 0;
	width: 90px;
	right: 0;
}
#infoModal, #infoModalBackdrop {
	display: none !important;
}
.open-modal {
	padding: 0;
	overflow: auto;
}
.part-content {
	border-radius: 10px;
}
.details-page-info-course-btn {
	display: none;
}
.form_panel, .other_panel {
	width: 98%;
	max-width: 98%;
	min-width: 98%;
	box-sizing: border-box;
}
#relevanceList {
	width: 100%;
	overflow-x: auto;
}
/*.relevance-list ul {
        width: 810px;
    }*/
.relevance-list li {
	width: 100%;
}
.relevance-list li .cbox .pic {
	height: 120px;
}
#evaluate {
	box-sizing: border-box;
	margin: 20px 10px;
	width: auto;
}
.evaluate-left {
	width: 100%;
	box-sizing: border-box;
}
.vote-info {
	width: 100%;
	border-right: none;
	padding-right: 0;
	display: block;
}
.evaluate-right {
	width: 100%;
	display: block;
	margin-left: 0;
	box-sizing: border-box;
	margin-top: 20px;
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
}
.vote-info > span {
	padding-left: 40px;
}
.vote-list {
	display: none;
	width: 100%;
	margin-top: 20px;
}
.vote-list > li {
	width: 33.3%;
}
.vote-btn-box {
	display: block;
}
.details-page-col.details-page-thumb {
	margin-top: 30px;
	background: none;
	padding-top: 40px;
}
.discuss-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.evaluate-share-box {
	padding: 0 20px;
	border: none;
}
.evaluate-page-stat-title {
	position: static;
	margin-bottom: 20px;
}
.evaluate-page-stat-title:before {
	left: 20px;
}
dd.share-left, dd.share-right {
	display: block;
	width: 100%;
}
.evaluate-page-stat-shared {
	display: block;
	width: 100%;
}
dd.share-right {
	margin-top: 6px;
}
.evaluate-page-stat-shared li .label {
	width: auto;
	text-align: center;
}
.share-tip, .details-page-stat-grade > ul > li .share-tip, .details-page-stat-grade > ul > li.standard .share-tip {
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.share-tip:before, .share-tip:after {
	display: none;
}
.evaluate-page-hbox {
	position: static;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.evaluate-page-stat-shared li {
	margin: 0;
	width: 33.33%;
	margin-bottom: 20px;
	position: static;
}
.incharge-txt:after, .publish-txt:before {
	background: #d1d1d1;
}
.team-teach {
	left: 120px;
}
.incharge-box {
	display: flex;
	display: -webkit-flex;
}
.evaluate-incharge-info {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.evaluate-incharge-info > p {
	max-width: none;
}
#mobile-right-info {
	display: block;
}
#stat .browser-box, #stat .hotline-box, #stat .teachTeam-box {
	display: none;
}
#mobile-right-info .details-page-stat-box.teachTeam-box {
	margin-top: 20px;
}
.course-item .img-box {
	float: none;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 8px;
}
.course-item .img-box img {
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}
.course-item .info-box {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}
.course-item .c-info .school {
	max-width: 50%;
}
}
/*jiangmanÃ¦â€“Â°Ã¥Â¢Å¾*/
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	vertical-align: baseline;
}
.action-btn .iconfont {
	position: relative;
	display: inline-block;
}
.action-btn .iconfont s {
	font-size: 12px;
	position: absolute;
	top: -35px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 3px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: none;
	left: 50%;
	margin-left: -23px;
	word-break: keep-all;
	white-space: nowrap;
	text-decoration: none;
}
.action-btn .iconfont s:after {
	content: "";
	font-size: 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.action-btn .iconfont:hover s {
	z-index: 10;
	display: block;
}
/************************************/
.details-page-tab {
	display: table;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.details-page-tab .tabs-item {
	display: inline-block;
	padding: 12px 25px;
	background-color: #F6F6F5;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.details-page-tab .history {
	margin-left: 12px;
}
.details-page-tab .active {
	background-color: #FFFFFF;
}
.details-page-tab .label-tip {
	margin-left: 21px;
	display: inline-block;
	border: 0;
	color: #e5441b;
}
.text-current {
	color: #4B5EB5;
}
.text-history {
	color: #666666;
}
/*jiangmÃ¦â€“Â°Ã¥Â¢Å¾Ã¨Å½Â·Ã¥Ââ€“Ã©ÂªÅ’Ã¨Â¯ÂÃ§Â ÂÃ¥Â¼Â¹Ã¦Â¡â€ Ã¦Â Â·Ã¥Â¼Â*/
.form_overlay_reset2 > .form_panel .form_content .btn-code {
	padding: 6px 12px;
	/*background-color: #000;*/
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
	color: #666;
	border-radius: 0 3px 3px 0;
}
#sharedChart { background:url(images/2/04.jpg) no-repeat;}
.on2 .sudy-tab1 { height:0; overflow:hidden;}
.on2 .anniu3 {transform: scale(1.2, 0.8) rotateX(180deg);}
#tabNav > button.selected {
    border-bottom: 4px solid #4269c9;
    margin-bottom: -1px;
}
.tab-menu3 .selected {color: #4b5eb5;
}
.bttt1 { font-size:18px; font-weight:bold;}
