/** {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  font: 14px/1 arial,'Pingfang sc',"Microsoft yahei",sans-serif;
}*/
html{
	background-color: #fff!important;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  min-width:1100px ;
  background-color: #f9f9f9!important;
}
ul,
li {
  list-style: none;
}
a,
a:hover{
	text-decoration: none;
}
/*滚动条*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  height: 4px;
  background-color: #d1d4db;
  border-radius: 5px;
}
/*圆角*/
.r-2 {
  border-radius: 2px;
}
.r-3 {
  border-radius: 3px;
}
.r-4 {
  border-radius: 4px;
}
.r-5 {
  border-radius: 5px;
}
.r-10 {
  border-radius: 10px;
}
.r-half {
  border-radius: 50%;
}
/*文本流*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
/* 页面公共样式 */
.container {
  width: 1000px;
  margin: 0 auto;

}
button{
	border: none;
}
/*浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear{
	 clear: both;
}
/*清除浮动*/
.clearfixed:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}
.clearfixed {
  zoom: 1;
}
/*
 * 页面公共代码
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align {
      -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}
.justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*背景色*/
.bg-f {
  background-color: #fff;
}
.bg-f9 {
  background-color: #f9f9f9;
}
.bg-f4 {
  background-color: #f4f4f4;
}
/*下内边距*/
.pb2 {
  padding-bottom: 2px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
/*左内边距*/
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
/*右内边距*/
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
/*上内边距*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt30 {
  padding-top: 30px;
}
/*
 * 四边内间距
 */
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
/*上边距*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
/*下边距*/
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
/*左边距*/
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml26 {
  margin-left: 26px;
}
/*左右距*/
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
/*
*头部
*/
.header {
  -webkit-box-shadow: 0 1px 3px 0 #e9eaeb;
          box-shadow: 0 1px 3px 0 #e9eaeb;
}
.header .company,
.header .user {
  margin: 0 100px 0 0;
  color: #4e5359;
  letter-spacing: -0.15px;
}
.header .company{
	font-size: 16px;
	font-weight: bold;
	line-height: 64px;
	font-family: 'Microsoft YaHei';
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.header .company span,
.header .company img, 
.header .user span,
.header .user img {
  width: auto;
  height: 36px;
}
.header .company span {
  margin-right: 12px;
}
.header .nav-list {
  position: relative;
}
.header .nav-list li {
  float: left;
}
.header .nav-list a {
  display: block;
  padding: 0 15px;
  line-height: 64px;
  text-align: center;
  color: #4e5359;
  font-size: 14px;
  letter-spacing: -0.15px;
}
.header .nav-list a.active,
.header .nav-list a:hover {
  color: #618feb;
  border-top: 3px solid #618feb;
  line-height: 58px;
}
.header .user-box {
  height: 45px;
  position: relative;top:14px;
}
.header .sel-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 120px;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 12px 0 #c2c5c8;
  box-shadow: 0 2px 12px 0 #c2c5c8;
  border-radius: 3px;
  z-index: 10;
}
.header .sel-list span {
  position: relative;
}
.header .sel-list i {
  position: absolute;
  right: -8px;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef6060;
}
.header .sel-list .m-arr {
  position: absolute;
  top: -17px;
  left: 55px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #fff;
}
.header .sel-list a {
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #a1a7ab;
  letter-spacing: 0.47px;
}
.header .sel-list a:hover {
  background: #f4f4f4;
  color: #4e5359;
}
.header .user-box:hover .sel-list {
  display: block;
}
.header .user {
  margin-right: 0;
  font-size: 14px;
}
.header .user span {
  margin-left: 12px;
  background-color: #eeeef0;
}
/*
 *弹框确定按钮
 */
.modal_sure_btn{
display: inline-block;
width:122px;
height:40px;
line-height: 40px;
background:#387DFF;
border-radius:3px;
color: #fff;
font-size:14px;
text-align: center;
cursor: pointer;
}
.modal_cancel_btn{
display: inline-block;
width:122px;
height:40px;
line-height: 40px;
background:#F4F4F4;
border-radius:3px;
color: #697180;
font-size:14px;
text-align: center;
cursor: pointer;
}
.tc{
	text-align: center;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.dis_none{
	display: none;
}
.dib{
	display: inline-block;
}
/*意见反馈和滚动到顶部*/
.fixedBtn_box>div{
	  width: 34px;
    height: 34px;
    text-align: center;
    margin-top: 8px;
    border-radius: 5px;
    cursor: pointer;
}
.fixedBtn_position{
  bottom: 50px;
  margin-left: 1015px;
}    
.common_totop{
	background: url('../../image/common/common_totop.png');
}
.common_totop:hover{
	background: url('../../image/common/common_totop_hover.png');
}
.common_feedback{
		background: url('../../image/common/common_feedback.png');
}
.common_feedback:hover{
		background: url('../../image/common/common_feedback_hover.png');
}
.common_contact{
  background: url('../../image/common/common_concact.png');
}
.common_contact:hover{
  background: url('../../image/common/common_concact_hover.png');
}
.feedback-title{
	color: rgb(26, 160, 249);
    font: 20px 微软雅黑;
}
.feedback_error{
	display: none;
	color: rgb(234, 105, 72)
}
/*分页插件样式*/
.pagination {
    font-size: 80%;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 0.6em 0.8em;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #e5e5e5;
}
.current {
    background-color: #387DFF;
    color: #FFFFFF;
}
.prev {
    border: solid 1px #e5e5e5;
    color: #909090;
    background-color: #FFFFFF;
    color: #909090;
}
.next {
    border: solid 1px #e5e5e5;
    color: #909090;
    background-color: #FFFFFF;
    color: #909090;
}
.ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*layui 调整分页样式*/
.layui-laypage a,.layui-laypage span{
			margin: 0 3px;
			padding: 0px 10px;
		}
/* 职位 头部过滤 下拉 */
.drop-filter {
  width: 20%;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  font-size: 13px;
  color: #697180;
  letter-spacing: 0.43px;
  border: 1px solid #e9eaeb;
  border-right: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  margin-right: 10px;
}
.drop-filter span.taptitle{
    line-height: 42px;
    font-size: 13px;
    color: #697180;
}
.drop-filter .arr {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url(../../image/common/drop.svg) center center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.drop-filter:last-child {
  border-right: 1px solid #e9eaeb;
}
/*.drop-filter:hover .dropdownList {
  display: block;
}*/
.dropdownList {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 12px 0 #c2c5c8;
          box-shadow: 0 2px 12px 0 #c2c5c8;
  border-radius: 3px;
  z-index: 10;
}
.dropdownList > ul {
  width: 100%;
  padding: 6px 0;
}
.dropdownList ul li {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #697180;
  letter-spacing: 0.43px;
  border-radius: 3px;
}
.dropdownList ul li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #697180;
}
.dropdownList > ul li {
  padding-left: 26px;
}
.dropdownList ul li:hover,
.dropdownList ul li.active {
  color: #697180;
  background: #f4f4f4;
}
.dropdownList ul li:hover a,
.dropdownList ul li.active a{
    color: #697180;
    background: #f4f4f4;
}
.dropdownList .date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdownList .date-container span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  color: #697180;
  letter-spacing: 0.43px;
}
.dropdownList .row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 360px;
  overflow-y: auto;
}
.dropdownList .row li {
  text-align: center;
}
em.error{
	color: #F0614F;
}
[v-cloak] {
		display: none;
}
#web-title-list a:hover{
  color:#387DFF;
}
.foot-text{
  background-color: #fff;
  height:60px;
  color:#B3B8BB;
  font-weight: 400;
  font-size: 14px;
  margin-top:33px;
  clear: both;
}
.foot-text a{
  color:#B3B8BB;
}
.foot-text a:hover{
  color: #387dff!important;
}
.foot-text .foot-div{
  padding-top: 21px;
}
.foot-text .foot-span{
  margin:0px 20px;
}
.nav-list em.new {
  width: 26px;
  height: 12px;
  background: url(../../image/icon_new.png) 0 center no-repeat;
  display: block;
  position: absolute;
  top: 12px;
  margin-left: 55px;
}
.layui-laydate-footer span,
.layui-laydate-footer span:hover{
  color: #387DFF!important;
}
.layui-layer-dialog{
  color: #4E5359;
}
.layui-layer-dialog .layui-layer-content {
  text-align: center;
  font-size: 16px!important;
}
.layui-layer-btn {
  text-align: center !important;
  padding: 0 15px 35px!important;
}
.layui-layer-btn a{
  height: 40px!important;
  line-height: 40px!important;
  padding: 0 46px!important;
}
.layui-layer-btn .layui-layer-btn0{
  border-color: #387DFF!important;
  background-color: #387DFF!important;
}
.layui-layer-setwin{
  right: 35px!important;
  top: 35px!important;
}
.header .second-box {
  background-color: #EFF5FF;
  border: 1px solid #E2EDFF;
  border-radius: 4px;
  margin-top: 3px;
  color: #387DFF;
}
.header .second-box img {
  width: 17px;
  margin-top: -2px;
}
.header .second-box span {
  color: #387DFF;
  font-size: 13px;
}
.header .second-box a {
  display: inline-block;
  width: 100%;
  padding: 2px 5px;
}