
/*=========================通用样式表=========================*/
@font-face {
  //font-family: PingFang;
}

.table-striped thead tr th {
  background-color: #DFEDFB !important;
  color: #666 !important;
}

.table-striped thead tr th:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.table-striped thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.table-striped {
  border: 0 !important;
}
.col-sm-1-5{
  position: relative;
  min-height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  width: 20%;
  float: left;
}

.form-control{
  padding: 6px;
}
#stair{
  margin: 0 !important;
}
.datepicker-input{
  padding: 7px 12px !important;
  font-size: 1.3rem !important;
}
.pager{
  margin-bottom: 0 !important;
  margin-top: -10px;
}
input::-webkit-input-placeholder,.btn-placeholder{
  font-size: 1.3rem !important;
}

label._zoom1,label._zoom2,label._zoom3,label._zoom4{
  text-align: center !important;
  padding: 0;
}
.tab-pane+.fadein-transition{
  overflow: scroll;
}
.table{
  margin-bottom: 10px !important;
}

div.list-flex.flex span+div{
  overflow: scroll;
}
.row.auto .flex ul+.span {
  overflow-y:visible ;
}
div.span{
  overflow: visible;
}
._zoom1{
  width: 10% !important;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
._zoom15{
  width: 15% !important;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
._zoom2{
  width: 20% !important;
}
._zoom3{
  width: 30% !important;
}
._zoom5 {
  width: 50% !important;
}
._zoom4{
  width: 40% !important;
}
._zoom6{
  width: 60% !important;
}
._zoom7{
  width: 70% !important;
}
._zoom9{
  width: 90% !important;
}
._btnclitest{
  margin-top: 10px;
}
._btnclitested{
  margin-top: -8px;
}
.datapanel {
  border: 1px solid #c7c7c7 !important;
  color: #111;
  background-color: white;
  box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px ;
  padding: 10px 10px 10px 10px;
  border-radius:15px;
}
input.datepicker-input.with-reset-button {
  padding:5px 10px;
}
//.control-label{
//  margin-left: -25px;
//}
//.font_normal_body{
//  margin:5px 0 5px -14px;
//}
.form-fix-width{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:flex;
}
/********************字体*****************/
/*字体标题_粗体*/
.font_bold_title{font-family: PingFang; font-weight: bold; color: #333333;text-align: right;vertical-align: middle;}
/*字体正文_粗体*/
.font_bold_body{ font-family: PingFang; font-weight: bold;color: #666666;text-align: right;vertical-align: middle; }
/*字体_粗体*/
.font_bold_title1{ font-family: PingFang; font-weight: bold;color: #999999;text-align: right;vertical-align: middle;}
/*字体按钮_粗体*/
.font_bold_button{ font-family: PingFang; font-weight: bold;color: #ffffff;text-align: right;vertical-align: middle;}
/*字体蓝色_粗体*/
.font_bold_blue{ font-family: PingFang; font-weight: bold;color: #6aa6e2;text-align: right;vertical-align: middle;}

/*字体标题_正常*/
.font_normal_title{ font-family: PingFang; font-weight: normal;color: #333333!important;text-align: right;vertical-align: middle;}
/*字体正文_正常*/
.font_normal_body{ font-family: PingFang; font-weight: normal !important;color: #333!important;text-align: right;vertical-align: middle;}
/*字体_正常*/
.font_normal_title1{ font-family: PingFang;font-weight: normal;font-size:1.7rem !important;color: #999999!important;text-align: right;vertical-align: middle;}
/*字体按钮_正常*/
.font_normal_button{ font-family: PingFang;font-weight: normal;color: #ffffff!important;text-align: right;vertical-align: middle;}
/*字体蓝色_正常*/
.font_normal_blue{ font-family: PingFang;font-weight: normal;color: #6aa6e2!important;text-align: right;vertical-align: middle;}

.search_area{background-color: #ffffff; border-radius: 10px;margin-bottom: 20px;padding: 20px}
.list_area{background-color: #ffffff; border-radius: 10px;padding: 20px}


/********************表格*****************/
/*表格表头*/
table thead tr th{}
/*表格主体_奇数行*/
table tbody tr:nth-child(odd){background-color: #ffffff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
/*表格主体_偶数行*/
table tbody tr:nth-child(even){background-color: #f6fbff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
/*表格主体_移动行*/
table tbody tr:hover{	background-color: #ecf6ff!important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
/*表格底部*/
.pager{background-color: #eaf5ff !important;}
/*表格主体_点击行*/
.success td{background-color: #ecf6ff !important;}

.foot{font-family: PingFang !important;}

/*下拉列表滑动变色*/
.select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}

/*弹窗*/
.pop_windows{background-color: #d9e9f8;border-radius: 16px 16px 0px 0px;}
/*标签*/
.tab_color{border-bottom: 1px solid #6aa6e2; color: #6aa6e2; font-family: PingFang;}

/*按钮间隔*/
.button_spacing{margin: 0px  0px 0px 10px;}

/*=========================特殊样式表=========================*/

/*分辨率@1920*1080*/
@media screen and (max-width: 1920px) {

  /********************按钮*****************/

  .font_normal_body{font-size: 1.7rem!important;     line-height: 42px;}
  table thead tr th{font-size: 16px !important;}
  .foot .pager{ font-size: 16px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager a{ font-size: 16px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager li{ font-size: 16px!important;	color: #666666!important;font-weight: normal!important;}


  /*按钮查询*/
  .button_search{width: 75px; height: 40px; background-color: #6aa6e2; border-radius: 4px;	border:none; font-family: PingFang; font-size: 16px; 	color: #ffffff;}
  .button_search:hover{	background-color: #3592ef;}

  /*按钮清空*/
  .button_clear{width: 75px; height: 40px;  background-color: #5ac0d9; border-radius: 4px;border:none;	font-family: PingFang; font-size: 16px; 	color: #ffffff;}
  .button_clear:hover{	background-color: #27c4eb;}

  /*按钮新建*/
  .button_new{width: 75px; height: 40px;  background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 16px; color: #6aa6e2;}
  .button_new:hover{background-color: #f0f8ff;}

  /*按钮导出*/
  .button_export {width: 110px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 16px; color: #6aa6e2;}
  .button_export:hover{background-color: #f0f8ff;}
  .button_export button{width: 110px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 16px; color: #6aa6e2;}
  .button_export button:hover{background-color: #f0f8ff;}

  /*查询输入框*/
  .input_search{	width: 270px;height: 40px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 16px;font-family: PingFang;}
  .input_search .datepicker .datepicker-input input{	width: 270px!important;height: 42px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333;	font-size: 16px;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #333333;	font-size: 16px;padding-left:15px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}


  /*下拉框*/
  .select  button{width: 270px!important;height: 40px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666;	font-size: 16px;font-family: PingFang;font-weight: normal!important;}
  .select  button:focus{	border: solid 1px #6aa6e2!important;}

}

/*分辨率@1600*900*/
@media screen and (max-width: 1600px) {

  /********************按钮*****************/
  /*按钮间隔*/
  /*.button_spacing{margin: 0px  0px 0px 20px;}*/
  .font_normal_body{font-size: 1.7rem!important;     line-height: 38px; }
  table thead tr th{font-size: 15px !important;}
  .foot .pager{ font-size: 15px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager a{ font-size: 15px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager li{ font-size: 15px!important;	color: #666666!important;font-weight: normal!important;}

  /*按钮查询*/
  .button_search{width: 70px; height: 36px; background-color: #6aa6e2; border-radius: 4px;	border:none; font-family: PingFang; font-size: 15px; 	color: #ffffff;}
  .button_search:hover{	background-color: #3592ef;}

  /*按钮清空*/
  .button_clear{width: 70px; height: 36px; background-color: #5ac0d9; border-radius: 4px;border:none;	font-family: PingFang; font-size: 15px; 	color: #ffffff;}
  .button_clear:hover{	background-color: #27c4eb;}

  /*按钮新建*/
  .button_new{width: 70px; height: 36px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 15px; color: #6aa6e2;}
  .button_new:hover{background-color: #f0f8ff;}

  /*按钮导出*/
  .button_export {width: 110px; height: 36px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 15px; color: #6aa6e2;}
  .button_export:hover{background-color: #f0f8ff;}
  .button_export button{width: 120px; height: 32px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 15px; color: #6aa6e2;}
  .button_export button:hover{background-color: #f0f8ff;}

  /*查询输入框*/
  .input_search{	width: 200px;height: 36px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7!important;color: #333333!important;	font-size: 15px!important;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #333333;	font-size: 14px;padding-left:15px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}

  /*下拉框*/
  .select  button{width: 200px!important;height: 36px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important;	font-size: 15px!important;font-family: PingFang;font-weight: normal!important;}
  .select  button:focus{	border: solid 1px #6aa6e2!important;}
}

/*分辨率@1366*768*/
@media screen and (max-width: 1366px) {

  /********************按钮*****************/
  /*按钮间隔*/
  /*.button_spacing{margin: 0px  0px 0px 20px;}*/
  .font_normal_body{font-size: 1.7rem!important;    line-height: 36px; }
  table thead tr th{font-size: 14px !important;}
  .foot .pager{ font-size: 14px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager a{ font-size: 14px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager li{ font-size: 14px!important;	color: #666666!important;font-weight: normal!important;}

  /*按钮查询*/
  .button_search{width: 60px; height: 34px; background-color: #6aa6e2; border-radius: 4px;	border:none; font-family: PingFang; font-size: 14px; 	color: #ffffff;}
  .button_search:hover{	background-color: #3592ef;}

  /*按钮清空*/
  .button_clear{width: 60px; height: 34px; background-color: #5ac0d9; border-radius: 4px;border:none;	font-family: PingFang; font-size: 14px; 	color: #ffffff;}
  .button_clear:hover{	background-color: #27c4eb;}

  /*按钮新建*/
  .button_new{width: 60px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 14px; color: #6aa6e2;}
  .button_new:hover{background-color: #f0f8ff;}

  /*按钮导出*/
  .button_export {width: 110px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 14px; color: #6aa6e2;}
  .button_export:hover{background-color: #f0f8ff;}
  .button_export button{width: 110px !important; height: 34px!important; background-color: #ffffff!important;border-radius: 4px!important;border: solid 1px #6aa6e2!important;	font-family: PingFang; font-size: 14px!important; color: #6aa6e2!important;}
  .button_export button:hover{background-color: #f0f8ff;}

  /*查询输入框*/
  .input_search{	width: 180px;height: 34px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 14px;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #333333;	font-size: 14px;padding-left:15px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}

  /*下拉框*/
  .select  button{width: 180px!important;height: 34px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important;	font-size: 14px!important;font-family: PingFang;font-weight: normal!important;}
  .select  button:focus{	border: solid 1px #6aa6e2!important;}
}
.tab-content.span {
  overflow: auto !important;
}
