/*个人中心头部返回样式*/
.bl_fahui_icon{
	background: url('../static/picture/bl_zuo.png') no-repeat center;
	width: 25px;
	height: 28px;
	display: inline-block;
	background-size: contain;
	margin-left: 10px;
}
.bl_fahui_icon:hover{
	background-color: #D4D4D4;
}
.aui-center-title{
	margin-left: -30px;
}
.fanhui a{
	padding: 0px!important;
}
/*公共头部样式*/
.aui-navBar{
	position: fixed!important;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}
.aui-flexView{
	padding-top: 38px!important;
}
/*我的信息样式*/
.bl_xinxi{
	position: relative;
    display: inline-block;
    padding: 1px 6px;
    font-size: 12px;
    text-align: center;
    background-color: #ef0000;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
}
.bl_logo{
	float: left;
	width: 75%;
}
.bl_logo img{
	width: 100%;
}
.bl_layui-icon {
    font-size: 24px!important;
}
/*信息详情样式*/
.jsshuoming{
	width: 100%!important;
}
.bl_xxxq h1{
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	padding: 0px 10px;
}
.bl_xxxq h4{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.bl_xxxq p:nth-child(1){
	border-top: none;
}
.bl_xxxq p{
	padding: 0 5%;
	background-color: #fff;
	border-top: 10px solid #f7f7f7;
}
.bl_xxxq p span{
	font-weight: bold;
	margin-right: 10px;
}
.bl_xxxq p i{
	font-style: normal;
}
.bl_xxxq p em{
	font-style: normal;
	display: inline-block;
	padding: 2px 10px 2px 5px;
	line-height: 28px;
	min-width: 22%;
	text-align: center;
	background: url(/Public/bl_xitong/layer_mobile/ico_checkon.svg) no-repeat right bottom;
	border: 1px solid #00a4ff;
	background-size: 21px 21px;
	color: #00a4ff;
	margin: 2% 1%;
	border-radius: 4px;
}
.aui-panel{margin-top: 10px;}
.bl_btn_out{background-color: #009966!important; border-color: #009966!important;}
.data-show-box{line-height:30px;}
.date-tiem-span,.date-s-span{display: inline-block;font-size:18px; width:36px; height:30px;line-height:30px; text-align: center; color:#fff; border-radius:5px;}
.date-tiem-span{ background:#333;}
.date-s-span{ background:#f00;}
.date-select-a{margin-right:5px;}
.bl_xx_daojishi{
	font-weight: bold;
	margin-right: 10px;
}
.countDown{
	padding: 10px 5%;
	border-top: 10px solid #f7f7f7;
}
/*信息列表 样式*/
.aui-card-list .aui-panel-cell:before{ border-bottom: 1px solid #fff; }
.bl_badge{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #ef0000;
	position: absolute;
	margin-top: 6px;
	margin-left: -10px;
}
/*审批*/
#bl_xx_state{
	width: 96%;
	height: 38px;
	line-height: 1.3;
	line-height: 38px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	border-color: #e6e6e6;
	padding: 0px 2%;
}
#bl_xx_des{
	width: 100%;
	margin-top: 20px;
}
/*弹窗标题*/
.layui-m-layercont >h4{font-size: 16px; font-weight: bold;}
/*暂无信息*/
.bl_xx_wu{
	text-align: center;
	margin: 15px 0px;
}
/*晋升记录*/
.bl_jilu{
	position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #339933;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
}
.bl_jilu_1{background-color: #FF0033}
.bl_jilu_2{background-color: #009966}
.bl_jilu_3{background-color: #FF9900}
.bl_jilu_4{background-color: #009966}
.bl_jilu_5{background-color: #FF9900}
/*评分记录*/
.bl_pj{
	text-align: center;
	margin-top: 20px;
	padding: 10px 0px;
	margin-bottom: 20px;
	color: #000;
	background-color: rgb(227, 227, 227);
}
/*考试页面 input label 美化*/
.radio-check {
	position: relative;
	min-height: 35px;
}
.radio-check > input {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	opacity: 0;
}
.radio-check > label {
	position: absolute;
	left: 30px;
	line-height: 20px;
	top: 0px;
}
.radio-check > label:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.radio-check > label:after {
	content: '';
	position: absolute;
	left: -30px;
	top: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 6px;
	margin-left: 6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.radio-check input[type='radio']:checked + label:before {
	border-color: #4cd764;
}
.radio-check input[type='radio']:checked + label:after {
	background: #4cd764;
}
/*静态选择样式*/
.radio-check >.active:before{
	border-color: #4cd764;
}
.radio-check >.active:after{
	background: #4cd764;
}
/*静态选择样式*/
.radio-check >.active_1:before{
	border-color: #d81e06;
}
.radio-check >.active_1:after{
	background: #d81e06;
}
.choose .active,.choose .active_1{
	background-color: #D8D7D7;
}
.scores h3{font-weight: normal; }
.aui-flexView{font-size: 16px;background-color: #F0EFEF;}
.aui-navBar{
	font-size: 16px;
	align-items: center;
	height: 35px;
	width: 100%;
	line-height: 35px;
	background-color: rgb(227, 227, 227);
}
.fanhui a {
	float: left;
	display: block;
}
.aui-center-title {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #5e5e5e;
}
.bl_fahui_icon{
	margin-top: 7px;
}
.bl_ks_jl_1 p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 15px;
}
.bl_ks_jl_2{
	width: 50px;
	height: 40px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	margin-top: -40px;    
	margin-left: -25px;
	right: 0;
}
.bl_cuo{
	background-image: url('../static/picture/bl_cuo.png');
}
.bl_dui{
	background-image: url('../static/picture/bl_dui.png');
}
.bl_jl_bjs{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.bl_ks_jl_3 p{
	margin: 0 auto;
	padding: 3px;
}
.bl_ks_jl_3 p:nth-child(1){
	color: #009999;
}
.bl_ks_jl_3 p:nth-child(2){
	color: #990066;
}
/*考试页面样式*/
.bl_ks_con pre{
	font-family: '微软雅黑'!important;
	line-height: 0.5rem;
	font-size: 0.24rem!important;
	text-align: justify;
	letter-spacing: 0.1em;
}
.bl_radio{
	width: .3rem;
	height: .23rem;
}
.layui-input, .layui-textarea{
	width: 98%!important;
}
.bl_list_st p{
	text-align: left!important;
	border-left: 5px solid #009688;
	margin-left: 5px;
	padding-left: 10px;
	border-radius: 5px;
}
/*考试上一题下一题*/
.bl_ks_fd{
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 20px;
}
.bl_ks_fl{
	float: left;
}
.bl_ks_fr{
	float: right;
}
/*考试记录*/
.bl_input_bor{
	border: 1px solid #D8D7D7;
	padding: 5px 10px;
}
.aui-btn-out {
	background: #004aba;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	border: 1px solid #004aba;
	height: 43px;
	line-height: 43px;
}
.aui-btn-out a{
	color: #fff;
	text-decoration:none;
}
.bl_defen{
	position: relative;
	margin-bottom: -100px;
}
.bl_defen >i{
	width: 93%;
	display: inline-block;
	font-size: 50px;
	height: 98px;
	font-weight: bold;
	text-align: right;
	color: #d81e06;
	background: url('../static/picture/bl_dengyu.png') no-repeat right 45px;
}
