/*弹窗模板样式*/
.f-cl-white{color: #fff;}
.f-cl-green{color: #30be8e;}
.f-cl-orange{color: #f97050;}
.f-cl-blue{color:#0595dd}
.f-cl-black{color: #000;}
.f-fs16{font-size: 16px;}
.bor-green{border-color: #30be8e;}
.bor-orange{border-color: #f97050;}
.bor-blue{border-color:#0595dd}
.f-bg-orange{background: #f97050;}
.f-bg-green{background: #30be8e;}
.f-bg-body{background: #f5f0da}
.f-bg-white{background: #fff;}

.haha{
	direction: inherit;
}
/*弹窗模板样式*/
.bgtempl{
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 3;
}
.firminp{min-height: 160px;}
.bgcon{
	min-width: 220px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    padding: 30px;
}
.bgcon span.bgdelecon{
	width: 14px;
    height: 22px;
	background: url(./closeicon.png) no-repeat 5px 10px;
    background-size: 69%;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top:2px;
}

/*删除弹窗*/
.bgcon p{text-align: center;width: 100%;}
.bgcon p.shcdele{color:#ee7779;margin:10px 0 20px 0;font-size: 0.8rem;}
.bgcon p.shcdelms{color:#666;}
.btnqrqx{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top:1px solid #ddd;
}
.btnqrqx input{
	float: left;
	width: 50%;
	text-align: center;
	border:0;
	border-right: 1px solid #ddd;
	color: #999;
	height: 100%;
	background: #fff;
	font-size: 0.8rem;
	border-bottom-left-radius: 5px;
	cursor: pointer;
}
.btnqrqx input:last-child{
	border-right: 0;
	color:#0595dd;
	border-bottom-right-radius: 5px;
}

/*保存/保存失败/网络故障*/
.baocsave{
	text-align: center;
	margin:45px 0 50px 0;
	color:#ee7779;
	font-size: 0.8rem;
	line-height: 26px;
}
.onebtn{
	
}
.onebtn input.inptsys{
    border: 0;
    padding: 8px 25px;
    background: #0595dd;
    color: #fff;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

/*msg提示语*/
.ysypop{font-size: 0.7rem;font-size: 14px;}

/*不合适英语弹框*/
.bhsyylist h3,.msyqlist h3{font-weight: normal;font-size: 0.7rem;}
.bhsyylist ul{max-width:320px;overflow: hidden;}
.bhsyylist ul li{
	float:left;
	margin-top:10px;
	margin-left: 20px;
	font-size: 0.6rem;
}
.bhsyylist ul li:nth-child(2n+1){
	margin-left: 0;
}
.bhsyylist ul li span.radxz{
	border:1px solid #ddd;
	width:12px;
	height: 12px;
	border-radius: 50%;
}
.xzsy{
	margin-top: 3px;
    margin-right: 6px;
}
.shixyq{
	position: absolute;
	top:4px;
	left:4px;
	background:#aaa;
	width:5px;
	height: 5px;
	border-radius: 50%;
}
.bhsyylist ul li span.txt{
	width:130px;
}
/*面试邀请*/
.msyqlist h3{text-align: center;width: 100%;}
.msyqlist ul li{margin-top:20px;}
.msyqlist ul li label{margin-right: 10px;}
.msyqlist ul li input[type="text"]{
	border:1px solid #ddd;
	line-height: 24px;
	padding-left: 10px;
}
.msyqlist ul li input.mstime{width:70%}
.msyqlist ul li input.msaddress{width:220px}
.qdms{
	background: #029ee9;
	color: #fff;
	display:block;
	padding:6px 20px;
	margin:30px auto 20px auto;
	border:0
}
.chebx{margin-top: 12px;margin-left: 20px;}
.qxlist{margin-top: 11px;margin-left: 10px;}


.bgcon-lg {
	position: fixed;
	top:70px;
	max-height: 88%;
	height: 88%;
	z-index: 99;
}

.bgcon-lg .bor-box {
	height: 100%;
}

.bgcon-lg {
	border-left: 1px solid #ccc;
	pointer-events: auto;
}

.bgtemplopacty {
	background-color: transparent;
	pointer-events: none;
}

.bgcon-lg{
	padding: 13px;
}

.bgcon-lg span.bgdelecon{
	top: 10px;
}

.bgcon-lg .tepmlcon {
	height: 100%;
	background-color: #fff;
}
