@charset "UTF-8";
/* CSS Document */
#tips_pop_cover{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9990;
	background:url(../images/dark_bg.png) repeat ;
	left:0;
	top:0;
	z-index:9998;
	display:none;	
}
/*pop整体*/
#tips_pop_cover #course_tips_pop{
	width:800px; 
	height:600px; 
	background:#FFF;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	position:absolute;
	z-index:9999;
	}
/*poptitle*/
#tips_pop_cover #course_tips_pop #tips_pop_title {
	width:100%; 
	height:40px; 
	background:#1696ea; 
	border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	position:relative;
	cursor:move;
	}
#tips_pop_cover #course_tips_pop #tips_pop_title #tips_pop_title_name{
	font-size:14px; 
	line-height:40px; 
	padding-left:20px; 
	color:#fff; 
	letter-spacing:1px;
	}
#tips_pop_cover #course_tips_pop #tips_pop_title #time{
	font-size:14px; 
	line-height:40px; 
	padding-left:10px; 
	color:#fff; 
	letter-spacing:1px;
	}
#tips_pop_cover #course_tips_pop #tips_pop_title #tips_pop_close{
	position:absolute; 
	right:10px; 
	line-height:40px;
	color:#fff;
	font-size:14px; 
	cursor:pointer;
	}
/*pop正文*/
#tips_pop_cover #course_tips_pop .tips_pop_conetent{
	width:100%;
	height:auto;
	}
#add_question_box{
	display:none;
	overflow-y:auto;

}
/*pop设置问题*/
.tips_pop_conetent #add_question_content{
	height:auto;
	width:780px;
	padding:5px 5px;
	margin:auto;
	margin-top:5px;
	overflow:auto;
}
#add_question_content #add_question_title{
	width:100%;
	margin:auto;
	height:40px;
	position:relative;
}
#add_question_content #add_question_title_text{
	width:715px;
	padding-left:65px;
	height:40px;
	border:none;
	box-shadow:0px 0px 2px #abb6bb inset;
}
#question_title_name{
	display:block;
	width:60px;
	height:40px;
	text-align:center;
	font-size:0.9em;
	background:#d1dde1;
	position:absolute;
	left:0px;
	color:#83969f;
	line-height:40px;
	
}
#add_question_content #add_question_tigan{
	width:100%;
	margin:auto;
}
#add_question_tigan #add_question_tigan_text {
    display: block;
    width: 770px;
    padding: 0px 5px;
    height: auto;
    resize: none;
    border: 1px solid #ccc;
    margin-top: 10px;
    line-height: 30px;
}
/*添加附件*/
#add_answer_fujian{
	margin-top:10px;
	display:none;
}
.tip_add {
    font-size: 68px;
    line-height: 68px;
}
#add_image {
    display: inline-block;
    margin-top: 5px;
    width: 108px;
    height: 108px;
    border: 2px dashed #fff;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
#add_image:hover{
	border:2px dashed #1696ea;
	color:#1696ea;
	cursor:pointer;
}
#answer_image{
	display:none;
	position:relative;
	width:188px;
}
#answer_image img {
    width: 188px;
}
#answer_image img:hover{
	cursor:pointer;
}
#del_image {
    display: none;
    background: url(../images/download_close_03.png) no-repeat center;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0px;
    top: -2px;
}
#del_image:hover{
 cursor:pointer;
}
#anwer_fujian_tupian{
	display:none;
}
#add_lianjie{
	display:inline-block;
	height:28px;
	width:50px;
	background:#58b300;
	position:absolute;
	right:20px;
	text-align:center;
	font-size:0.8em;
	line-height:28px;
	color:#FFF;
	cursor:pointer;
	
}
#answer_link{
	height:50px;
}
#answer_link_content{
	height:50px;
	display:none;
}
#answer_link span {
    font-size: 12px;
    line-height: 50px;
    color: #888888;
}
#link_content{
    font-size:12px;
	line-height:50px;
	color:#888888;
	text-decoration:none;
}
#link_content:hover{
	color:#1c9ec9;
	text-decoration:underline;
}
#link_edit{
	display:inline-block;
	background:url(../images/edit_pen_03.png) no-repeat;
	width:12px;
	height:12px;
	margin-left:5px;
	cursor:pointer;
}
.add_answer_fujian_title {
    width: 100%;
    height: 30px;
}
.add_answer_fujian_title a{
	display:inline-block;
	font-size:12px;
	line-height:30px;
	color:#888888;	
}
.add_answer_fujian_title a:hover{
	cursor:pointer;
}
.add_answer_fujian_title .add_selected {
    color: #666;
}
.add_fujian_block{
	height:60px;
}
.anwer_add_box{
	background:#f4f8f8;
	width:200px;
	height:48px;
	margin-left:40%;
	float:left;
	border-radius:10px;
	margin-top:30px;
}
#add_answer_lianjie_block{
	background:#f4f8f8;
	width:580px;
	padding:10px;
	border-radius:0px;
	float:left;
	margin-top:5px;
	position:relative;
}
#add_answer_lianjie_block span{
	font-size:0.8em;
	line-height:28px;
	color:#888888;
	padding-right:2px;
}
#answer_fujian_lianjie{
 width:460px;
 padding:5px 10px;
 font-size:0.8em;
 height:18px;
 border:#f8f8f8;
}
/*添加笔记*/
#add_note_box{
	display:none;
}
.tips_pop_conetent #add_note_content {
    height: 460px;
    width: 100%;
    margin: auto;
    z-index: auto;
}
#add_note_content #add_note_tigan{
	width:100%;
	margin:auto;
	height:150px;
}


/*pop底部*/
#tips_pop_cover #course_tips_pop .pop_content_complete{
	width:100%;
	text-align:center;
	height:40px;
	margin-top:0px;
	}
	#tips_pop_cover #course_tips_pop .pop_content_complete .tips_conetent_complete {
    
    border: none;
    width: 100px;
    height: 38px;
    margin-top: 0px;
    border-radius: 3px;
    color: #fff;
    font-size: 0.9em;
}
#tips_pop_cover #course_tips_pop .pop_content_complete .tips_conetent_complete{ 
	background: #ff8140;
	border:none;
	width:100px;
	height:38px;
	margin-top:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#fff;
	font-size:12px;
	}
#tips_pop_cover #course_tips_pop .pop_content_complete .tips_conetent_complete:hover{
	cursor:pointer;
	background:#eb7350;
}
#add_notecontent_text{
    width: 758px;
    padding: 10px;
    resize: none;
    border: 1px solid #ccc;
    margin: auto;
    display: block;
    height: 200px;
    margin-top: 10px;
}
/*弹出问题样式*/
#exam_pop_cover{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9990;
	background:rgba(0,0,0,0.6);
	left:0;
	top:0;
	display:none;	
}
#exam_content_box{
	width:1000px;
	height:100%;
	background:#eff7f9;
	margin:auto;
	position:relative;
	overflow:hidden;	
}
#exam_console_list_box {
    width: 1000px;
    height: 100%;
    position:absolute;
	left:0px;
    z-index: 9998;
	display:none;
    
}
#exam_console_list {
    padding: 10px;
    width: 700px;
    float: right;
    background: #fff;
	overflow-y: auto;
	position: absolute;
	height:100%;
	right: -720px;
	top:0px;
}
#console_list_cover{
	width:1000px;
	height:100%;
}
.exam_analysis_item .exam_type {
    height: 42px;
    line-height: 42px;
}
.exam_analysis_item .exam_type span {
    font-size: 14px;
    color: #333;
}
.analysisrightbox {
    margin-top: 20px;
}
.exam_analysis_title {
    line-height: 40px;
    background: #f8f8f8;
    padding: 0px 10px;
}
.exam_analysis_right {
    line-height: 50px;
    padding: 0px 10px;
}
.analysis_ana_box {
    padding: 20px 10px 10px 10px;
}
#exam_content_box #exam_content_title {
    position: relative;
    height: 50px;
    width: 100%;
    background: #1696ea;
}
#exam_content_box #exam_content_title span {
    line-height: 50px;
    padding-left: 20px;
    font-size: 1.1em;
    color: #fff;
}
#exam_content_box #exam_content_title #close{
	position:absolute;
	right:10px;
	cursor:pointer;
}
#exam_content_box #exam_content_bottom{
	width:100%;
	height:65px;
	position:absolute;
	bottom:0px;
}
#exam_content_box #exam_content_bottom .button_add_240{
	margin:auto;
}
#exam_content_box #exam_content_list_box{
	width:100%;
	height:auto;
	}
#exam_content_box #exam_content_list_box #exam_content_list{
	width:100%;
}
#exam_content_box #exam_content_list_box #exam_content_list .exam_content_item {
    width: 94%;
    display: none;
    margin: auto;
    background: #fff;
    margin-top: 20px;
    padding: 10px;
}
#exam_content_box #exam_content_list_box #exam_content_list .exam_content_item:first-child{
	display:block;
	}

.exam_content_item .exam_type {
    width: 100%;
    margin: auto;
    height: 30px;
}
.exam_content_item .exam_type span{
	font-size:14px;
	line-height:30px;
	color:#5d767c;	
}
.exam_content_item .exam_tigan{
	width:100%;
	margin:auto;	
    max-height:350px;
    overflow:auto;
}
.exam_content_item .exam_xuanxiang {
    width: 100%;
    margin: auto;
    height: 60px;
    margin-top: 20px;
}
.exam_xuanxiang span {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    width: 60px;
    height: 60px;
}
.exam_xuanxiang span a{
	font-size:1.1em;
	line-height:24px;
	padding:0px 3px;
	display:inline-block;
	position:absolute;
	left:0px;
	bottom:0px
}
.exam_xuanxiang span .danxuan {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #F6F6F6;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    font-size: 16px;
}
.exam_xuanxiang span .danxuan:hover {
    background: #ddd;
    cursor: pointer;
    color: #333;
}
.exam_xuanxiang span .danxuan_slected{
	display: inline-block;
    width: 60px;
    height: 60px;
    background: #1696ea;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    font-size: 16px;
	color:#fff;
	cursor:pointer;
}
.exam_xuanxiang span .duoxuan{
	display: inline-block;
    width: 60px;
    height: 60px;
    background: #F6F6F6;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    font-size: 16px;
}
.exam_xuanxiang span .duoxuan:hover {
    background: #ddd;
    cursor: pointer;
    color: #333;
}
.exam_xuanxiang span .duoxuan_slected{
	display: inline-block;
    width: 60px;
    height: 60px;
    background: #1696ea;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    font-size: 16px;
	color:#fff;
	cursor:pointer;
}
.exam_xuanxiang span input{
	display:none;
}
/*题目统计*/
.exam_content_item #tongji_box{
	width:100%;
	height:auto;
	margin:auto;

}
#tongji_box #tongji_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
#tongji_box .tongji_box_item {
    width: 100%;
    height: 50px;
    text-align: left;
    position: relative;
    background: #f8f8f8;
    margin-bottom: 5px;
}
.ollist {
    display: inline-block;
    width: 36px;
    text-align: center;
    background: #eee;
}
.my_answer a {
    padding: 0px 10px;
    color: #rrr;
    font-size: 14px;
}
.right_answer a{
	padding: 0px 10px;
    color: #rrr;
    font-size: 14px;
}
#tongji_box .tongji_box_item span{
	line-height:50px;
	padding:0px 5px;
}
#tongji_box .tongji_box_item .a_right {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    background: url(../images/right_03.png) no-repeat center;
    top: 5px;
}
#tongji_box .tongji_box_item .a_wrong{
	display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
	top: 5px;
	background:url(../images/wrong_03.png) no-repeat center;
}
.show_examdetail {
    font-size: 12px;
    color: #1696ea;
    cursor: pointer;
}
.show_examdetail:hover{
	color:#077fce;

}
.button_add_240 {
    display: block;
    width: 240px;
    height: 50px;
    background: #1696ea;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    margin-top: 8px;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.button_add_240:hover{
	background:#0a88da;

}
