*{
	margin:0;
	padding:0;
}
body {
	background-color:#EFEFEF; 
}
a {
	text-decoration: none;
	color: #fff;
}
/*头部标签*/
.head {
	width: 100%;
	height: 50px;
	background-color: #3476C5;
}

.head_log {
	display: inline-block;
	float: left;
	margin-left: 50px;
	padding-top: 8px;

	height: 50px;

	font-size: 20px;
	color: white;
	
}

.my_fifle {
	display: inline-block;
	float: left;
	margin-left: 50px;
	padding-top: 15px;

	height: 50px;

	color: white;
}



/*页面主题*/
.compile_body {
	margin: 40px auto;
	width: 800px;
	box-sizing: border-box;

	background-color: white;
	border-radius: 2px;
	box-shadow: 0 2px 5px 2px #BBBBBB;
}

.create_question_body {
	margin: 0 auto;
	position: relative;
	width: 600px;
	height: 400px;

	background-color: white;
}

.create_question_body button {
	position: absolute;

	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;

	width:100px;
	height: 50px;

	background-color: #3476C5;
	color: white;
	border-style: none;
	cursor: pointer;
}

.compile_from_title {
	background-color: #EFEFEF;
	height: 46px;
	line-height: 42px;
}
.compile_body_span_title {
	display: inline-block;
	margin-left: 50px;

	width:200px;
}

.compile_body_span_time {
	display: inline-block;
	margin-left: 10px;

	width:150px;
}

.compile_body_span_state {
	display: inline-block;
	margin-left: 10px;

	width:70px;
}

.compile_body_span_button {
	margin-left: 140px;

	height: 28px;
	width: 70px;

	border-radius: 3px;
	background-color: #3476C5;
	color: white;
	border-style: none;
	cursor: pointer;
}

.all_form_area_div {
	padding: 20px 20px;

	border-bottom: 1px solid #BABABA;
}

.all_form_area_title {
	display: inline-block;
	width: 200px
}
.all_form_area_time {
	display: inline-block;
	margin-left: 10px;

	width:150px;
}

.all_from_area_state {
	display: inline-block;
	margin-left: 10px;

	width:150px;
}
.all_from_area_button_delete,
.all_from_area_button_look_from,
.all_from_area_button_look_date {
	margin-left: 10px;

	border-style: none;
	
	border-bottom: 1px solid #3476C5;
	background-color:  #FFF;
	color: #3476C5;
	cursor: pointer;

}

/*最下方的全选按钮区域*/
.all_select_area { 
	padding:18px 20px;
	height: 24px;
}
.all_select_area input{
	margin-right: 12px;
}
.all_select_area button {
	margin-left: 40px;

	width: 60px;
	height: 24px;

	border-radius: 4px;
	border:1px solid #000;
	background-color: white;
	cursor: pointer;
}