body{
	font-family: "microsoft yahei";
	margin: 0;
	font-size: 16px;
}
ul,li{
	list-style: none;
}
p,h1,h2,h3,h4,h5,h6,ul,li{
	margin: 0;
	padding: 0;
}
em,i,b,h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-style: normal;
}
a{
	text-decoration: none;
}
input{
	outline: none;
}
/*清除浮动1*/
.clear { clear:both;height:0;overflow:hidden;clear:both!important;}
.clear.both {height:10px;}

/*清除浮动2*/
.clearfix:after{ visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}  
.clearfix { display: inline-block; }  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }

.correct{
	width: 826px;
	padding: 10px;
	box-shadow: 3px 3px 15px rgba(127,127,127,0.15);
	border-radius: 10px;
	margin: 0 auto;
	/*
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	left: 0;
	right: 0;
	*/
}
.correct .title{
	/*
	height: 30px;
	line-height: 30px;
	padding: 0 10px
	*/
	font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.correct .title span{
	float: left;
	color: #666;
}
.correct .title em{
	float: right;
	width: 12px;
	height: 12px;
	background: url(../images/close_03.png) no-repeat;
	margin-top: 9px;
	cursor: pointer;
	transition: .2s;
}
.correct .title em:hover{
	transform: rotate(360deg);
}
.cw-tips{
	margin-top: 4px;
	padding: 0 10px;	
}
.cw-tips li{
	float: left;
	height: 19px;
	line-height: 19px;
	margin-right: 10px;
}
.cw-tips li span{
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-top: 4px;
	margin-right: 5px;
}
.cw-tips li:nth-of-type(1) span{
	background: #d61717;
}
.cw-tips li:nth-of-type(2) span{
	background: #ff16ff;
}
.cw-tips li:nth-of-type(3) span{
	background: #509f50;
}
.cw-tips li em{
	font-size: 14px;
	color: #666;
}
.cw-wrap{
	margin-top: 8px;
}
.cw-text{
	position: relative;
	clear: left;
	float: left;
	border: 1px solid #dddddd;
	padding: 14px;
	width: 445px;
	line-height: 26px;
	color: #666;
	height: 370px;
	overflow-y: auto;
	margin-top: 10px;
}
.cw-title{
	float: left;
    border: 1px solid #dddddd;
    padding: 0 14px;
    width: 445px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    height: 40px;
    overflow-y: auto;
}
.cw-bj{
	margin-top: -40px;
	width: 325px;
	float: right;
	border-right: none;
	height: 420px;
    overflow-y: auto;
}
/* .cw-text span{
	color: #d61717;
} */
.cw-bj table a{color: #2a99fb;}
.cw-bj table{
	width: 100%;
	border: 1px solid #dddddd;
}
.cw-bj table thead tr{
	background: #efefef;
}
.cw-bj table tr{
	height: 33px;
}
.cw-bj table tr:hover{background: #e6e6e6;}

.cw-bj table th{
	border-right: 1px solid #ddd;
	font-weight: normal;
	color: #333;
}
.cw-bj table th:nth-of-type(2){
	color: #d61717;
}
.cw-bj table td{
	border-right: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align: center;
}
.cw-bj table tr:last-child td{
	border-bottom: none;
}
.cw-bj table tbody tr:nth-child(even){
	background: #f6f6f6;
}
.cw-bj table tbody tr td.zqword{
	text-align: left;
	text-indent: 5px;
}
.cw-bj table td .kxg{
	width: 135px;
	height: 22px;
	border: 1px solid #ddd;
	text-indent: 5px;
	font-size: 14px;
}
.cw-bj table td span{
	display: inline-block;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.cw-bj table td span i{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
}
.cw-bj table td span .red{
	background: #d61717;
}
.cw-bj table td span .purple{
	background: #ff16ff;
}
.cw-bj table td span .green{
	background: #509f50;
}
.btn-3{
	margin-top: 24px;
	text-align: center;
}
.btn-3 a{
	display: inline-block;
	width: 58px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #1d1b1b;
	margin: 0 6px;
	color: #333;
}
span.sb{
	position:absolute;
	color:red;
	z-index: 99;
	font-size: 1.2em;
	background-color: black;
	width: 1em;
	height: 1em;
	left : 80%;
	top : -12px;
	text-align: center;
	-webkit-border-radius: 2.75em;
	border-radius: 2.75em;
}

.badge{border-radius: 10px;color: #fff;font-size: 12px;height: 18px;line-height: 18px;padding: 0 6px;text-align: center;white-space: nowrap;vertical-align:super;}
.c-danger{background-color: #d61717;}
.c-warning{background-color: #ff16ff;}
.c-success{background-color: #509f50;}
.cw-bj table td span.s-danger{
	color: #d61717;
    vertical-align: super;
    font-weight: bold;
}
.cw-bj table td span.s-warning{
	color: #ff16ff;
    vertical-align: super;
    font-weight: bold;
}
.cw-bj table td span.s-success{
	color: #509f50;
    vertical-align: super;
    font-weight: bold;
}
