
	span.andisk_blue {
	  color: rgb(0, 112, 192);
	}
	
	span.andisk_logo_text {
	  font-family: impact;
	}
	span.andisk_gray {
	  color: gray;
	}
	
	span.andisk_yellow {
	  color: rgb(255, 192, 0);
	}
	
	span.andisk_logo_smaller {
	  font-size: 16px;
	}
	
	span.andisk_logo_smallest {
	  font-size: 12px;
	}
	
	img.p_blank {
	  border: 1px solid #ddd;
	}
	
	.newslist{
		float:left;
	}
	
	
	.home-list {
	  list-style: none;
	  padding-left: 30px;
	  background-repeat: no-repeat;
	  background-size: 18px 18px;
	  background-position: 0px 5px;
	  margin-bottom: 10px;
	  line-height: 26px;
	}
	
	.pop-category li {
	  border-bottom: #ced4da 1px solid;
	  background: url(../images/i_viewall.png) 93% center no-repeat;
	  list-style:none;
	}
	
	.work-category li {
	  border-bottom: #ced4da 1px solid;
	  list-style:none;
	}
	
	.pop-comments li{
	  	border-bottom: #ced4da 1px solid;
  		padding-bottom: 5px;
  		list-style: none;
		padding-left: 20px;
		padding-right:10px;
	}
	
	.pop-comments li.selected {
	  background: #eee;
	}
	
	.pop-comments li:hover {
	  background: #eee;
	}
	
		.andbook_exam_paper_preview {
    float: left;
    width: 100%;
    min-height: 200px;
    margin-left: 5px;
    border: 1px solid #DDDDDD;
    border-left-width: 0px;
    border-right-width: 0px;
    overflow: scroll;
    margin-top: 5px;
    background: white;
}

.paper_type {
    font-size: smaller;
}

.paper_title {
    text-align: center;
    font-weight: bolder;
    font-family: 微软雅黑;
    font-size: 20px;
}

.paper_score {
    text-align: right;
    margin-right: 10px;
    float: right;
}

.paper_memo {
    font-size: smaller;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.paper_check_info {
    min-height: 12px;
    text-align: right;
    margin-right: 10px;
    height: auto;
    font-weight: bolder;
    color: red;
    float: left;
    overflow: visible;
    width: 100%;
}

.paper_check_info .checklist {
    max-width: 100%;
    height: auto;
    float: left;
    min-width: 200px;
    overflow: visible;
}

.paper_check_info .checklist li {
    float: left;
    width: 50px;
    height: 70px;
    border: 1px solid #eee;
    cursor: pointer;
}

li {
    list-style-type: none;
}


.paper_check_info div.check_no {
    text-align: center;
    border-bottom: 1px solid #eee;
    height: 20px;
    line-height: 20px;
    color: black;
}

.andbook_pop_alert_success{
	background-image: url(../../images/checkstate/OK48.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
	
}

#andbook_pop_alert_content {
    color: #575757;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
	
	
.andbook_pop_alert_error{
	background-image: url(../../images/checkstate/Delete48.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.dialog {
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: white;
    position:absolute;
    z-Index:999999;
    left:30%;
    top:30%;
}

#andbook_password_YES:hover{
	background:blue;
}

.rlf-btn-gray, .rlf-btn-blue {
		display:inline-block;
		color: #7e878c;
		font-size: 14px;
		background-color: #d0d6d9;
		height: 40px;
		line-height: 40px;
		width: 120px;
		cursor: pointer;
		text-align: center;
		transition: background-color 0.2s;
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		-o-transition: background-color 0.2s;
		border: 0px;
	}
	.rlf-btn-gray:hover {
		background-color: #2ea7e0;/*bbc0c3;*/
		color:white;
	}
	.rlf-btn-blue:hover {
		background-color: #2ea7e0;
		color: white;
	}
	.rlf-btn-blue {
		color: #fff;
		background-color: #58b9e6;
	}	
	
	

	
.paper_check_info div.check_details {
    height: 50px;
    line-height: 50px;
}
.paper_check_info .qt_status_error {
    background-image: url(../../images/checkstate/qt_status_error.png);
}

.paper_check_info .qt_status_correct {
    background-image: url(../../images/checkstate/qt_status_correct.png);
}

.paper_check_info .checkscore {
    float: right;
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.qt_check_state {
    display: inline-block;
    vertical-align: bottom;
}

.qt_check_area .qt_status_error {
    background-image: url(../../images/checkstate/Delete48.png);
    width: 50px;
    height: 50px;
    float: right;
    background-repeat: no-repeat;
}

.qt_check_area .qt_status_correct {
    background-image: url(../../images/checkstate/OK48.png);
    width: 50px;
    height: 50px;
    float: right;
    background-repeat: no-repeat;
}

ul.pp_questions {
    font-size: 14px;
    font-family: 微软雅黑;
}

.pp_question {
    margin-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
}

.pp_question img{
	max-width: 90%;
}

.pp_question iframe{
	max-width:  90%;
}

.pp_question textarea{
	width:  90%;
    border: 1px solid;
    height: 100px;
}

.pp_question .video-js{
	max-width:  90%;
}

.selectitem{
	background: #ffffffff;
	border-color: #1fae52;
	line-height: 2.25;
	display: inline-block;
	height: 46px;
	width: 110px;
	color: black;
	font-size: 1.2rem;
	border-radius: 2px;
	text-align: center;
	cursor:pointer;
	padding-left: 10px;
    padding-right: 10px;
}

.selectitem img{
	display:inline;
}

.sel-enable{
	background: #2686AE url(../../scripts/igjs2/css/themes/infragistics/images/gradient_2.png);
    border: 1px solid #2788B1;
    color: white;
}



.qt_content_panel {
    overflow: visible;
    width: 100%;
    margin-bottom: 10px;
}

.andbook_attach_title{
	text-align:center;
}

.andbook_attach_title img{
	display:inline;
}

.qt_no {
    margin-right: 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 40px;
    font-weight: bolder;
}

.qt_content {
    width: 80%;
    margin-right: 5px;
    WORD-WRAP: break-word;
        display: inline-block;
}

.qt_check_area {
    margin-left: 30px;
    width: 90%;
    min-width: 150px;
    max-height: 110px;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}

.andbook_answer_display {
    text-align: right;
    margin-right: 30px;
    font-weight: bolder;
    color: red;
}

.qt_check_info {
    font-weight: bold;
    color: red;
    width: 90%;
    max-height: 110px;
    cursor: pointer;
    overflow: hidden;
}

.qt_attach_display {
    margin-left: 20px;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.qt_option_list {
    clear: both;
    margin-left: 30px;
    margin-top: 10px;
}

.qt_option_list li {
    margin-top: 10px;
}


.paper_check_info_small {
    position: fixed;
    height: auto;
    right: 22px;
    top: 53%;
    z-index: 9000;
    background: #eee;
    max-width: 60px;
    border-radius: 2px;
}

.paper_check_info_small .checklist {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.paper_check_info_small .checklist li {
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
}

.paper_check_info_small div.check_details {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    margin: auto;
}

.paper_check_info_small .qt_status_correct {
    background: green;
}

.paper_check_info .qt_status_answer {
    background-image: url(../../images/state/state2.png);
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}

.paper_check_info .qt_status_comment {
    background-image: url(../../images/state/state5.png);
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}

.paper_check_info .qt_status_not_answer{
	background-image:url(../../images/state/state0.png);
	background-repeat: no-repeat;
	background-position-x: 8px;
	background-position-y: 8px;
}




	
	
	.comment_desc {
	  display: block;
	  width:100%;
	}
	
	span.comment_desc div {
	  height: 30px;
	  width:50%;
	  display:inline-block;
	}
	
	.qt_status_uncommit{
		background-color:#CE0000;
		width: 16px;
	 	height: 16px;
	 	border-radius:8px;
	  	border:1px solid #eee;
	  	display: inline-block;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	
	.qt_status_commit{
		background-color:transparent;
		width: 16px;
	 	height: 16px;
	  	border-radius:8px;
	  	border:1px solid #eee;
	  	display: inline-block;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	
	.qt_status_reply{
		background-color:rgb(211, 231, 149);
		width: 16px;
	 	height: 16px;
	  	border-radius:8px;
	  	border:1px solid #eee;
	  	display: inline-block;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	
	.qt_check_area .qt_status_answer{
		background-image:url(../../images/checkstate/qt_status_answer.png);
		width: 50px;
	  height: 50px;
	}
	
	.qt_check_area .qt_status_not_answer{
		background-image:url(../../images/checkstate/qt_status_not_answer.png);
		width: 50px;
	  height: 50px;
	}
	
	
	.roundedOne {
	    width: 28px;
	    height: 28px;
	    position: relative;
	    margin: 20px auto;
	    background: #fcfff4;
	    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	   	display:inline-block;
	}
	
	.roundedText{
		display:inline-block;
		margin: 20px auto;
    	margin-left: 10px;
    	width: 70%;
    	line-height:28px;
	}
	
	.roundedOne input[type=checkbox] {
	    visibility: hidden;
	}
	
	
	.roundedOne label {
	    width: 20px;
	    height: 20px;
	    cursor: pointer;
	    position: absolute;
	    left: 4px;
	    top: 4px;
	    background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
	}
	
	.roundedOne input[type=checkbox]:checked + label:after {
	    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	    opacity: 1;
	}
	
	.roundedSection{
		cursor:pointer;
	}
		
	.roundedOne label:after {
	    content: '';
	    width: 16px;
	    height: 16px;
	    position: absolute;
	    top: 2px;
	    left: 2px;
	    background: #00bf00;
	    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	    background: linear-gradient(to bottom, #00bf00 0%, #009400 100%);
	    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	    opacity: 0;
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	}
	
	a.comment_up {
	  display: inline-block;
	  width: 40%;
	  line-height: 25px;
	  cursor:pointer;
	}
	
	.comment_desc_down em {
	  font-style: normal;
	  margin-left: 10px;
	}
	
	a.comment_down {
	  display: inline-block;
	  line-height: 25px;
	  width: 40%;
	  cursor:pointer;
	}
		
	.comment_content{
		display:block;
		width:100%;
		line-height:30px;
		word-break: break-word;
	}
	
	.pop-category li a {
	  display: inline-block;
	  padding: 15px 18px 15px 5px;
	}
	
	.work-category li a {
	  display: inline-block;
	  padding: 15px 18px 15px 5px;
	}
	
	.pop-category li span {
	    padding: 15px 18px 15px 5px;
	    float: right;
	    margin-right: 20px;
	    color: #3498db;
	}
	
	.work-category li span {
	    padding: 15px 18px 15px 5px;
	    float: right;
	    color: #3498db;
	}
	
	.pop-category li.level.selected {
	  background: #eee;
	}
	
	.work-category li.level.selected {
	  background: #eee;
	}
	
	li.level {
	  	margin-bottom: 0px;
	}
		
	li.level:hover{
		background: #eee;
	}

	body,h2,h3{
		font-family:"微软雅黑";
	}
	
	.list_d {
	  padding-top: 10px;
	  border-top: 1px dotted #eee;
	}
	
	.list_l {
	  float: left;
	}
	
	.list_lt {
	  float: left;
	  margin-left: 10px;
	}
	
	span.list_s.list_sg {
	  float: right;
	}
	.nav li {
	  text-align: center;
	  float:left;
	  margin-left:10px;
	}
	
	.more-menu i.fa {
	  margin-right: 10px;
	}
	
	.more-menu{
	  position: absolute;
	  z-index: 9999999;
	  right: 50px;
	  top: 80px;
	  width: 200px;
	  display: none; 
	  background: white;
	}
	
	.input-menu{
	  position: absolute;
	  z-index: 9999999;
	  right: 20%;
	  bottom: 65px;
	  width: 200px;
	  display:none;
	  background: white;
	}
	 
	.open-input{
	  display: inline-block;
	  width: 50px;
	  height: 50px;
	  text-align: center;
	  float: right;
	  margin-right: 10px;
	}
	  
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	.p_title {
	  position: relative;
	  top: -140px;
	  font-weight: bold;
	  font-size: 24px;
	  left: 30px;
	  width: 120px;
	  line-height: 24px;
	  font-family: 微软雅黑;
	}
	
	span.andisk_logo_small {
	  font-size: 32px;
	}
	
	.back{
		height:54px;
		width:100px;
	}
	
	button.send_comment {
	  float: right;
	  margin-right: 10px;
	  background: white;
	  color: black;
	  width: 100px;
	  vertical-align:top;
	}
	
	button.send_comment:hover {
	  background: #eee;
	}
	
	i.fa-menu {
	  width: 50px;
	  height: 50px;
	  float: right;
	  margin-right: 10px;
	  background: white;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	  border-radius: 50px;
	  cursor:pointer;
	  display:inline-block;
	}
	
	i.fa-menu:hover {
	  background:#eee;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	}
	
	.show-middle-sidebar {
	  margin:auto;
	  margin-left: 50px;
 	  margin-right: 50px;
  	  height: 50px;
	  color: #FFFFFF;
	  background:white;
	  line-height: 50px;
	  font-size: 14px;
	  z-index: 999999;
	  bottom: 30px;
	  box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-transform: scale(1,1);
	  transform: scale(1,1);
	  transition: all 350ms ease-in-out;
	  padding-left:10px;
	}
	
	.input_comment {
	  width: 70%;
	  display: inline-block;
	  color: black;
	  padding-left: 10px;
	  padding-right: 10px;
	  line-height: 50px;
  	  height: 50px;
	}
	
	span.comment_autor {
	  width: 100px;
	  display: inline-block;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	span.comment_time {
	  display: inline-block;
	  width: 100px;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	.pop-comments{
		height:500px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
}

@media screen and (max-width:640px) {
	.p_title {
	  position: relative;
	  top: -80px;
	  font-weight: bold;
	  font-size: 16px;
	  left: 20px;
	  width: 50px;
	  line-height: 24px;
	  font-family: 微软雅黑;
	  overflow:hidden;
	}
		
	span.andisk_logo_small {
	  font-size: 16px;
	}
	
	.back{
		height:26px;
		width:42px;
	}
	
	button.send_comment {
	  float: right;
	  margin-right: 10px;
	  background: white;
	  color: black;
	  width: 40px;
	  vertical-align:top;
	}
	
	button.send_comment:hover {
	  background: #eee;
	}
	
	i.fa-menu {
	  width: 50px;
	  height: 50px;
	  float: right;
	  margin-right: 10px;
	  background: white;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	  border-radius: 50px;
	  cursor:pointer;
	  display:inline-block;
	}
	
	i.fa-menu:hover {
	  background:#eee;
	  background-image: url(../ke01_img/plus.png);
	  background-repeat: no-repeat;
	  background-position-x: 13px;
	  background-position-y: 13px;
	}
	
	.show-middle-sidebar {
	  margin:auto;
	  margin-left: 10px;
 	  margin-right: 10px;
	  height: 50px;
	  color: #FFFFFF;
	  background:white;
	  line-height: 50px;
	  font-size: 14px;
	  z-index: 999999;
	  bottom: 30px;
	  box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	  -webkit-transform: scale(1,1);
	  transform: scale(1,1);
	  transition: all 350ms ease-in-out;
	  padding-left:10px;
	}
	
	
	.input_comment {
	  width: 48%;
	  display: inline-block;
	  color: black;
	  padding-left: 10px;
	  padding-right: 10px;
	  line-height: 40px;
	  height: 40px;
	  vertical-align: middle;
	}
	
	span.comment_autor {
	  width: 50px;
	  display: inline-block;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	span.comment_time {
	  display: inline-block;
	  width: 80px;
	  overflow: hidden;
	  line-height: 25px;
	}
	
	.pop-comments{
		height:300px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	
	

.loginbox{
	position:fixed;
	display:block;
	width:280px;
	height:260px;
	top:50%;
	margin-top:-195px;
	left:50%;
	margin-left:-140px;	
	background-color:rgba(255,255,255,0.9);	
	z-index:1042;
	border-radius:5px;
	border: 2px solid #eee;
}
.loginbox h2{
	padding-top:20px;
	padding-bottom:0px;
	padding-left:30px;
	padding-right:30px;	
	font-weight:600;
}
.loginbox h4{
	font-weight:400;	
	font-size:12px;
	margin-bottom:25px;
	padding-left:0px;
}

.loginbox .logintitle{
	font-weight:normal;	
	font-size:14px;
	margin-bottom:25px;
    color: #323232;

}

.center-text {
    text-align: center;
}

.loginbox-username{
	margin-bottom:20px;
	height:40px;
	width:85%;
	border:solid 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.5);
	padding-left:20px;	
	transition:all 400ms ease;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.loginbox-username:focus{
	border:solid 2px #188EEE;/*#27ae60; Green*/
	transition:all 400ms ease;	
}

.loginbox-password{
	margin-bottom:30px;
	height:40px;
	width:85%;
	border:solid 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.5);
	padding-left:20px;	
	transition:all 400ms ease;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.loginbox-password:focus{
	border:solid 2px #27ae60;/*Green*/
	transition:all 400ms ease;	
}
.loginbox .button{
	width:40%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#FFFFFF;
	cursor:pointer;
}
.loginbox em{
	margin-top:20px;
	display:block;
	text-align:center;
	font-style:normal;
	font-size:10px;
}
.loginbox .close-loginbox{
	width:100%;
	margin-top:15px;
	height:50px;
	border-top:solid 1px rgba(0,0,0,0.1);
	color:#1f1f1f;	
	font-size:12px;
	line-height:45px;
	text-align:center;
	display:block;
}

.button{
    font-weight:500;
	display:inline-block;
	padding:10px 20px;
    transition:all 200ms ease;
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    cursor:pointer;
    border-radius: 4px;
    text-align:center;
}

.button i{
	margin-right:10px;	
	font-size:12px;
	width:12px;
	text-align:center;
	margin-left:-5px;
}
.button:hover{
	color:#FFFFFF!important;
}

.button-green{		/*	background-color:#27ae60;*/ color:#FFFFFF;background-color:#0D96EC;}
.button-orange{
	  background: #fa7821;
	  border: 1px solid #e36d1f;
	  color: #fff;
	}
	
.button-orange:hover{	background-color:rgba(250, 120, 33, 0.77);}
.button-green:hover{	/*background-color:#2ecc71; */ background-color:#3498db;}
.blue-3d{				border-bottom:solid 4px #194e70;}
.button-blue{			background-color:#1E9FFF; color:#FFFFFF;}
.button-blue:hover{		background-color:#3498db;}
.button-gray{			background-color:rgb(192,192,192); color:#FFFFFF;}
.button-gray:hover{		background-color:rgb(172,172,172);}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.modal-backdrop {
	opacity: 0.5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;		
}




















}
	