@charset "utf-8";

/* css document */

/*备课平台评论样式*/
 .comment {
	width: 886px;
	height: auto;
	background: #fff;
	float: left;
	margin-left: 10px;
	box-shadow: 0px 2px 7px #d0d0d0;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	/* display: none; */
}
 .comment i.sj {
	width: 13px;
	height: 8px;
	float: right;
	background: url(../../image/lesson/sj.png) no-repeat;
	margin-right: 40px;
	margin-top: -8px;
}
.comment .comment-main {
	margin: 0 20px 0 20px;
}

.comment .comment-main .qst{
	width: 120px;
	height: auto;
	float: left;
	margin: 70px 363px 50px 363px;
}

.comment .comment-main .qst p{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.comment .comment-main .pl-title {
	width: 100%;
	height: 40px;
	float: left;
}
.comment .comment-main .pl-title h4 {
	width: 560px;
	float: left;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	padding-top: 20px;
}
.comment .comment-main .pl-title h4 span {
	font-size: 16px;
	color: #222;
	font-weight: bold;
}
.comment .comment-main .pl-title button {
	width: 110px;
	height: 30px;
	float: right;
	background: #00af7e;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.comment .comment-main .pl-title button:hover {
	background: #039f73;
}
.comment .comment-main .pl-main {
	width: 100%;
	height: auto;
	float: left;
}
.comment .comment-main .pl-main .pl-main-list {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
	float: left;
	margin-top: 20px;
}
.comment .comment-main .pl-main .pl-main-list .pic {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #ccc;
	float: left;
	margin-right: 18px;
}
.comment .comment-main .pl-main .pl-main-list .pic img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.comment .comment-main .pl-main .pl-main-list .pl-content {
	width: 775px;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.comment .comment-main .pl-main .pl-main-list .pl-content dl {
	width: 675px;
	float: left;
	margin-bottom: 10px;
}
.comment .comment-main .pl-main .pl-main-list .pl-content dl dd {
	width: 210px;
	height: auto;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 15px;
	margin-bottom: 3px;
	cursor: pointer;
    font-size: 14px;
	/* font-family: "simsun"; */
}
.comment .comment-main .pl-main .pl-main-list .pl-content dl dd a {
	font-size: 12px;
	color: #666;
	font-family: "宋体";
	line-height:19px;
}
.comment .comment-main .pl-main .pl-main-list .pl-content dl dd a:hover {
	color: #00af7e;
	text-decoration: underline;
}
.comment .comment-main .pl-main .pl-main-list .pl-content dl dd i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 10px;

}
.comment .comment-main .pl-main .pl-main-list .pl-content h6 {
	width: 100%;
	font-size: 14px;
	color: #666;
	padding-bottom: 8px;
	float: left;
}
.comment .comment-main .pl-main .pl-main-list .pl-content h6 a {
	font-size: 14px;
	color: #666;
	float: left;
	padding: 0 5px;
}
.comment .comment-main .pl-main .pl-main-list .pl-content h6 span {
	float: left;
	font-size: 14px;
	color: #aaa;
	font-family: arial;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 0;
}
.comment .comment-main .pl-main .pl-main-list .pl-content h6 b {
	color: #00af7e;
	float: left;
}
.comment .comment-main .pl-main .pl-main-list .pl-content pre {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	float: left;
	padding-bottom: 12px;
	font-family: "Microsoft YaHei";
	white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */ 
word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate {
	float: right;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li {
	float: left;
	font-size: 14px;
	color: #aaa;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li.on {
	color: #00af7e;
	cursor: pointer;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li.on i{
	background: url(../../image/lesson/design-icon.png) -34px -214px no-repeat;
	margin-right: 3px;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li.line {
	width: 1px;
	height: 15px;
	background: #aaa;
	margin: 3px 10px 0 10px;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li.replay {
	color: #00af7e;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li i {
	width: 15px;
	height: 12px;
	float: left;
	background: url(../../image/lesson/design-icon.png) -69px -190px no-repeat;
	margin-top: 5px;
	margin-right: 4px;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li:hover {
	color: #00af7e;
	cursor: pointer;
}
.comment .comment-main .pl-main .pl-main-list .pl-content ul.pl-palate li:hover i {
	background: url(../../image/lesson/design-icon.png) -34px -214px no-repeat;
	margin-right: 3px;
}
.comment .comment-main #page {
	text-align: center;
}
.comment .comment-main ul.page {
	display: inline-block;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	margin: 30px auto;
	padding: 0;
}
.comment .comment-main ul.page li {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #6f7880;
	font-size: 14px;
	font-family: arial;
	float: left;
	margin-right: 5px;
}
.comment .comment-main ul.page li:hover {
	background: #ebfff9;
	border: 1px solid #00af7e;
	color: #00af7e;
	cursor: pointer;
}
.comment .comment-main ul.page li.active {
	border: 1px solid #00af7e;
	background: #00af7e;
	color: #fff;
}
.comment .comment-main ul.page li.ellipsis {
	border: none;
}
.comment .comment-main ul.page li.ellipsis:hover {
	background: none;
	cursor: auto;
	color: #6f7880;
}
.comment .comment-main ul.page li.pre {
	width: 36px;
	height: 36px;
	background: url(../../image/lesson/page.png) -10px -10px no-repeat;
	border: none;
}
.comment .comment-main ul.page li.pre:hover {
	background: url(../../image/lesson/page.png) -10px -80px no-repeat;
	border: none;
}
.comment .comment-main ul.page li.next {
	width: 36px;
	height: 36px;
	background: url(../../image/lesson/page.png) -10px -150px no-repeat;
	border: none;
}
.comment .comment-main ul.page li.next:hover {
	background: url(../../image/lesson/page.png) -10px -220px no-repeat;
	border: none;
}

.comments .comment{ width: 904px; display: block; margin-top: 10px; background: none; box-shadow: none; border: none;}
.comments .comment i.sj{ display: none;}

/*回复评论弹窗*/

.tc-reply {
	width: 800px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-reply .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-reply .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-reply .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/lesson/design-icon.png) -10px -350px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-reply .main-title i.close:hover {
	background: url(../../image/lesson/design-icon.png) -70px -350px no-repeat;
	cursor: pointer;
}

.tc-reply .main {
	width: 100%;
	float: left;
}

.tc-reply .main .main-content {
	width: 702px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.tc-reply .main .main-content textarea {
	width: 680px;
	height: 135px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	padding: 10px;
	text-indent: 10px;
	resize: none;
	overflow-y: auto;
	margin-bottom: 5px;
}

.tc-reply .main .main-content textarea a {
	color: #00af7e;
}

.tc-reply .main .main-content p {
	width: 100%;
	font-size: 14px;
	color: #222;
	padding-bottom: 20px;
}

.tc-reply .main .main-content p a {
	font-size: 14px;
	color: #222;
}

.tc-reply .main .main-content p a:hover {
	color: #00af7e;
	text-decoration: underline;
}

.tc-reply .main .main-content p span {
	color: #ff3c00;
	font-size: 12px;
	font-family: "宋体";
}

.tc-reply .main .main-content dl {
	width: 100%;
	float: left;
}

.tc-reply .main .main-content dl dd {
	width: 210px;
	height: auto;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 15px;
	margin-bottom: 10px;
}

.tc-reply .main .main-content dl dd a {
	font-size: 12px;
	color: #666;
	font-family: "宋体";
}

.tc-reply .main .main-content dl dd i {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 10px;
}


/*发表评论弹窗*/

.tc-publish {
	width: 800px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-publish .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-publish .main-top {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}

.tc-publish .main-top span{
	margin-left: 20px;
	height: auto;
	margin: 0 auto;
	font-size: 14px;
}

.tc-publish .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-publish .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/lesson/design-icon.png) -10px -350px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-publish .main-title i.close:hover {
	background: url(../../image/lesson/design-icon.png) -70px -350px no-repeat;
	cursor: pointer;
}

.tc-publish .main {
	width: 100%;
	float: left;
}

.tc-publish .main .main-content {
	width: 702px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.tc-publish .main .main-content textarea {
	width: 680px;
	height: 135px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	padding: 10px;
	text-indent: 10px;
	resize: none;
	overflow-y: auto;
	margin-bottom: 5px;
}

.tc-publish .main .main-content textarea a {
	color: #00af7e;
}

.tc-publish .main .main-content p {
	width: 100%;
	font-size: 14px;
	color: #222;
	padding-bottom: 20px;
}

.tc-publish .main .main-content p a {
	font-size: 14px;
	color: #222;
}

.tc-publish .main .main-content p a:hover {
	color: #00af7e;
	text-decoration: underline;
}

.tc-publish .main .main-content p span {
	color: #ff3c00;
	font-size: 12px;
	font-family: "宋体";
}

.tc-publish .main .main-content dl {
	width: 100%;
	float: left;
	max-height: 132px;
    overflow-y: auto;
}

.tc-publish .main .main-content dl dd {
	width: 255px;
	height: auto;
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
}

.tc-publish .main .main-content dl dd a {
	line-height: 18px;
	font-size: 12px;
	color: #666;
	font-family: "宋体";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	width:145px;
}

.tc-publish .main .main-content dl dd i {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 5px;
}
.tc-publish .main .main-content dl dd b{ 
	font-weight: normal; 
	font-size: 12px;
	color: #000;
	font-family: "宋体"; 
	padding-left:5px;
	line-height: 18px;
	float:left;
	}
.tc-publish .main .main-content dl dd a.cancel{
	color:#aaa;
	font-size:12px;
	float:right;
	font-family: "宋体";
	width: 25px;
	margin-left:15px;
	cursor: pointer;
}
	

.btn {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.btn button {
	width: 130px;
	height: 35px;
	font-size: 14px;
	border-radius: 2px;
}

.btn button.pl {
	background: #00C177;
	color: #fff;
}

.btn button.pl:hover {
	background: #01B26E;
	color: #fff;
}

.btn button.qx:hover {
	background: #01B26E;
	color: #fff;
}

.btn button.qx {
	border: 1px solid #00C177;
	color: #00C177;
	margin-left: 20px;
	background: #fff;
}

.main-content .file-btn{
    background: none !important;
    border: none !important;
    color: #333 !important;
    text-shadow: none !important;
    line-height:15px !important;
    width:100px !important;
    font-size:14px !important;
    font-family: "微软雅黑" !important;
    }
.main-content .file-btn span {
	width:100px !important;
   color: #01B26E !important;
  font-size:14px !important;
    font-family: "微软雅黑" !important;
}

.main-content .uploadify:hover {
	color: #01B26E !important;
	text-decoration:underline;
}

/*举报弹窗*/
.tc-report {
	width: 400px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	padding: 0 10px 0 20px;
	display: none;
}
.tc-report .close {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../../image/preparingContest/close.png) no-repeat;
	margin: 12px 0px 0 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.tc-report .close:hover {
	background: url(../../image/preparingContest/close-hover.png) no-repeat;
}
.tc-report h1 {
	width: 360px;
	padding-left: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	color: #00A39C;
	float: left;
	line-height: 80px;
	margin-top: -30px;
}
.tc-report ul {
	float: left;
	margin-top: 20px;
	width: 390px;
}
.tc-report ul li {
	font-size: 14px;
	color: #474e5d;
	line-height: 40px;
	padding-left: 20px;
}
.tc-report ul li.tips{    color: #1cb177;
    line-height: 24px;
    padding-top: 20px;}
.tc-report ul li input {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	cursor: pointer;
}
.tc-report ul li font {
	cursor: pointer;
}
.tc-report ul li font:hover {
	color: #019891;
}
.tc-report .reportBtn {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.tc-report .reportBtn .btn {
	width: 66%;
	height: 30px;
	margin-top: 30px;
	margin: 0 17%;
}
.tc-report .reportBtn .btn button {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	float: left;
}
.tc-report .reportBtn .btn button.tj {
	background: #00a39c;
	color: #fff;
	margin-right: 20px;
}
.tc-report .reportBtn .btn button.qx {
	background: #fff;
	border: 1px solid #00a39c;
	color: #00a39c;
	margin-right: 20px;
}
.tc-report .reportBtn .btn button:hover {
	background: #019891;
	color: #fff;
	cursor: pointer;
}
