/*登录 注册 选择考试类别通用样式*/
.logo{
	display: inline-block;
	margin-top: 40px;
	margin-left: 120px;
}
.logo div{
	float: left;
}
.logo-descrip{
	color: white;
	margin-left: 20px;
}
.logo-descrip span:first-child{
	font-size: 27px;
}
.head-nav{
	height: 50px;
	margin-top: 20px;
	background: rgba(243, 243, 243, 0.55);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fF3F3F3,endColorstr=#7fF3F3F3);
}
.head-nav>div{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	max-width: 1000px;
}
.head-nav ul{
	list-style: none;
	height: 50px;
	padding: 0;
}
.head-nav ul li{
	float: left;
	margin-left: 80px;
	text-align: center;
	color: #9B9B9B;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
}
/*.head-nav ul li:first-child{
	color: #007aff;
	border-bottom: 3px solid #007aff;
}*/
.glyphicon-log-out{
	position: relative;
	top: 2px;
	margin-left: 500px;
}
.head-nav span{
	color: #4A90E2;
}
/*通用CSS*/
body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
input{
	border: 1px solid #99C0EF;
	border-radius: 5px;
	background: transparent;
}
select{
	border:1px solid #99C0EF;
	border-radius: 5px;
	width: 200px;
	/*height: 25px;*/
	background: transparent;
	/*color: black;*/
}
.content-fluid{
	min-height: calc(100vh - 136px);
	height: auto !important;
	background-image: url(../../img/background.png);
	background-size: cover;
	min-width: 1000px;
	padding-left: 0;
	padding-right: 0;
}
ul{
	margin-bottom: 0;
}
/*底部*/
.footer{
	background: #585756;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	min-width: 1000px;
}
.container-fluid{
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	max-width: 1000px;
}
.footer ul{
	list-style: none;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #888;
	padding: 0 0;
	text-align: center;
}
.footer ul li{
	float: left;
	margin-left: 4.3%;
	cursor: pointer;
}
.caret{
	border-top: none;
	border-bottom:4px dashed #0088CC;
}
.footer .footer-sec li{
	margin-left: 4%;
}
.footer .footer-sec{
	border-bottom: none;
}
.footer .container-fluid{
	background: #585756;
}
.text-left{
	float: left;
	color: #b6b5b5;
	font-size: 13px;
	margin-left: 20px;
}
.text-rightWord{
	color: #b6b5b5;
	font-size: 13px;
	float: left;
}
.text-rightWord div{
	display: inline-block;
}
.text-rightWord div:nth-child(3){
	position: relative;
	top: 20px;
}
.glyphicon-earphone{
	font-size: 30px;
}
.stepImg{
	/*min-width: 900px;*/
	height: 80px;
	background: #B92C28;
}
.fixed-warn{
	margin-bottom: 0;
	color: #FF4400;
}
.hide{
	display: none;
	font-size: 12px;
}
.regular-warn{
	display: none;
	color: #ff4400;
}
.redline{
	border:1px solid #ff4400;
}
.redline:focus{
	outline: none;
	border:1px solid #ff4400;
	box-shadow: 0 0 5px rgba(207,220,0,0.4);
	border-radius:5px;
}
/*针对IE9*/
#password1,#password-once1,#new_pwd1,#old_pwd1{
	margin-top: 20px;
}
.head-nav li a{
	color: rgb(155, 155, 155);
	text-decoration:none;
}

/** 针对 p 和 div 标签, 首行缩进 2 个空格, 如果是 span 标签, 需要加 display:block 属性 */
.content-indent {
	text-indent: 2em;
	margin: 0 0 5px;
}