
/*=========================通用样式表=========================*/


.fonttitle (@i,@type,@colortype) when (@i > 10) {
  .font_@{type}_@{colortype}_@{i} when (@colortype="title"){
    font-weight: @type;
    color: #333333;
    text-align: right;
    vertical-align: middle;
    font-size: @i px;
  }
  .font_@{type}_@{colortype}_@{i} when (@colortype="body"){
    font-weight: @type;
    color: #666666;
    text-align: right;
    vertical-align: middle;
    font-size: @i px;
  }
  .font_@{type}_@{colortype}_@{i} when (@colortype="title1"){
    font-weight: @type;
    color: #999999;
    text-align: right;
    vertical-align: middle;
    font-size: @i px;
  }
  .font_@{type}_@{colortype}_@{i} when (@colortype="button"){
    font-weight: @type;
    color: #ffffff;
    text-align: right;
    vertical-align: middle;
    font-size: @i px;
  }
  .font_@{type}_@{colortype}_@{i} when (@colortype="blue"){
    font-weight: @type;
    color: #6aa6e2;
    text-align: right;
    vertical-align: middle;
    font-size: @i px;
  }
  .fonttitle(@i - 1,@type,@colortype);
}

.fonttitle(40,'bold','title');
.fonttitle(40,'bold','body');
.fonttitle(40,'bold','title1');
.fonttitle(40,'bold','button');
.fonttitle(40,bold,blue);
.fonttitle(40,normal,title);
.fonttitle(40,normal,body);
.fonttitle(40,normal,title1);
.fonttitle(40,normal,button);
.fonttitle(40,normal,blue);


/********************字体*****************/
/*字体标题_粗体*/
.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: #666666!important;text-align: right;vertical-align: middle;}
/*字体_正常*/
.font_normal_title1{ font-family: PingFang;font-weight: normal;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; padding: 10px 10px 0 10px}
.list_area{background-color: #ffffff;padding: 0 10px 10px 10px}


/********************表格*****************/
/*表格表头*/
.table_sy thead tr th{background-color: #dfedfb!important;color: #666666 !important;font-family: PINGFANG-BOLD !important;font-weight: normal!important;}
/*表格主体_奇数行*/
.table_sy tbody tr:nth-child(odd){background-color: #ffffff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.2rem!important;font-family: pingfang-medium!important;}
/*表格主体_偶数行*/
.table_sy tbody tr:nth-child(even){background-color: #ecf6ff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.2rem!important;font-family: pingfang-medium!important;}
/*表格主体_移动行*/
.table_sy tbody tr:hover{	background-color: #cbeaf1!important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.2rem!important;font-family: pingfang-medium!important;}
/*表格底部*/
.pager{background-color: #eaf5ff !important;}
/*表格主体_点击行*/
.success td{background-color: #cbeaf1 !important;}

.foot{font-family: PingFang !important;}

/*下拉列表滑动变色*/
.select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}
.select_list button .caret{
  margin: 5%;
  float: right;
}

/*弹窗*/
.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;}


//报表样式
//报表头部
.report-head{ background-color: #b3dff7;border: solid 1px #999999;}
//头部字体
.head-font{color: #333333;font-size: 18px; }
//报表左侧
.report-left{background-color: #dff0f9;border: solid 1px #999999;}
//报表主体
.report-main {background-color: #ffffff; border: solid 1px #999999;}
//报表主体字体
.main-font{font-size: 18px;color: #1b1b1b; }

.stretch{
  line-height: 40px;
  background-color: white;
  border: none;
  font-size: 1.4rem;
  font-family: PINGFANG-BOLD;
  color: #6aa6e2;
}

.stretch:hover{
  border: none;
}

.stretch:active{
  border: none;
}
/*分辨率@1920*1080*/
@media screen and (min-width: 1920px) {

  /********************按钮*****************/

  .font_normal_body{font-size: 1.4rem!important;    line-height: 42px;}
  .font_bold_body{font-size: 1.4rem!important;    line-height: 42px;}
  .font_bold_title{font-size: 1.4rem!important;    line-height: 42px;}
  .table_sy thead tr th{font-size: 1.4rem !important;}
  .foot .pager{ font-size: 1.4rem!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager a{ font-size: 1.4rem!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager li{ font-size: 1.4rem!important;	color: #666666!important;font-weight: normal!important;}


  /*按钮查询*/
  .button_search{width: 75px; height: 35px; background-color: #6aa6e2; border-radius: 4px;	border:none; font-family: PingFang; font-size: 1.4rem; 	color: #ffffff;}
  .button_search:hover{	background-color: #3592ef;}

  /*按钮清空*/
  .button_clear{width: 75px; height: 35px;  background-color: #5ac0d9; border-radius: 4px;border:none;	font-family: PingFang; font-size: 1.4rem; 	color: #ffffff;}
  .button_clear:hover{	background-color: #27c4eb;}

  /*按钮新建*/
  .button_new{width: 75px; height: 35px;  background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_new:hover{background-color: #f0f8ff;}

  /*按钮导出*/
  .button_export {width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_export:hover{background-color: #f0f8ff;}
  .button_export button{width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_export button:hover{background-color: #f0f8ff;}

  //查询条件伸展
  .button_stretch {width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch:hover{background-color: #f0f8ff;}
  .button_stretch button{width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch button:hover{background-color: #f0f8ff;}

  //左右伸缩按钮
  .button_shrink {width: 35px; height: 35px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink:hover{background-color: #f0f8ff;}
  .button_shrink button{width: 35px; height: 35px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink button:hover{background-color: #f0f8ff;}

  /*查询输入框*/
  .input_search{	width: 270px;height: 35px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 1.4rem;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: 1.4rem;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #999999;	font-size: 1.4rem;padding-left:6px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}
  /*查询输入域*/
  .input_textarea{	width: 270px;height: 120px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea .datepicker .datepicker-input input{	width: 270px!important;height: 120px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea::-webkit-input-placeholder{color: #999999;	font-size: 1.4rem;padding-left:6px;font-family: PingFang;}
  .input_textarea:focus{	border: solid 1px #6aa6e2;}


  /*下拉框*/
  .select  button{width: 270px!important;height: 35px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666;	font-size: 1.4rem;font-family: PingFang;font-weight: normal!important;}
  .select  button:focus{	border: solid 1px #6aa6e2!important;}

}

/*=========================特殊样式表=========================*/

/*分辨率@1920*1080*/
@media screen and (max-width: 1920px) {

  /********************按钮*****************/

  .font_normal_body{font-size: 1.4rem!important;    line-height: 42px;}
  .font_bold_body{font-size: 1.4rem!important;    line-height: 42px;}
  .font_bold_title{font-size: 1.4rem!important;    line-height: 42px;}
  .table_sy thead tr th{font-size: 1.4rem !important;}
  .foot .pager{ font-size: 1.4rem!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager a{ font-size: 1.4rem!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager li{ font-size: 1.4rem!important;	color: #666666!important;font-weight: normal!important;}


  /*按钮查询*/
  .button_search{width: 75px; height: 35px; background-color: #6aa6e2; border-radius: 4px;	border:none; font-family: PingFang; font-size: 1.4rem; 	color: #ffffff;}
  .button_search:hover{	background-color: #3592ef;}

  /*按钮清空*/
  .button_clear{width: 75px; height: 35px;  background-color: #5ac0d9; border-radius: 4px;border:none;	font-family: PingFang; font-size: 1.4rem; 	color: #ffffff;}
  .button_clear:hover{	background-color: #27c4eb;}

  /*按钮新建*/
  .button_new{width: 75px; height: 35px;  background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_new:hover{background-color: #f0f8ff;}

  /*按钮导出*/
  .button_export {width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_export:hover{background-color: #f0f8ff;}
  .button_export button{width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_export button:hover{background-color: #f0f8ff;}
  //查询条件伸展
  .button_stretch {width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch:hover{background-color: #f0f8ff;}
  .button_stretch button{width: 110px; height: 35px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch button:hover{background-color: #f0f8ff;}

  //左右伸缩按钮
  .button_shrink {width: 35px; height: 35px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink:hover{background-color: #f0f8ff;}
  .button_shrink button{width: 35px; height: 35px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink button:hover{background-color: #f0f8ff;}

  /*查询输入框*/
  .input_search{	width: 270px;height: 35px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 1.4rem;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: 1.4rem;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #999999;	font-size: 1.4rem;padding-left:6px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}
  /*查询输入域*/
  .input_textarea{	width: 270px;height: 120px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea .datepicker .datepicker-input input{	width: 270px!important;height: 120px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea::-webkit-input-placeholder{color: #999999;	font-size: 1.4rem;padding-left:6px;font-family: PingFang;}
  .input_textarea:focus{	border: solid 1px #6aa6e2;}


  /*下拉框*/
  .select  button{width: 270px!important;height: 35px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666;	font-size: 1.4rem;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: 15px!important;    line-height: 38px; }
  .font_bold_body{font-size: 15px!important;    line-height: 38px; }
  .font_bold_title{font-size: 15px!important;    line-height: 38px; }
  .table_sy 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: 34px; 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: 34px; 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: 34px; 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: 34px; 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;}
  //查询条件伸展
  .button_stretch {width: 110px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch:hover{background-color: #f0f8ff;}
  .button_stretch button{width: 110px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch button:hover{background-color: #f0f8ff;}

  //左右伸缩按钮
  .button_shrink {width: 34px; height: 34px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink:hover{background-color: #f0f8ff;}
  .button_shrink button{width: 34px; height: 34px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink button:hover{background-color: #f0f8ff;}

  /*查询输入框*/
  .input_search{	width: 200px;height: 34px;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: #999999;	font-size: 14px;padding-left:6px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}

  /*查询输入域*/
  .input_textarea{	width: 200px;height: 110px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea .datepicker .datepicker-input input{	width: 200px!important;height: 110px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea::-webkit-input-placeholder{color: #999999;	font-size: 1.4rem;padding-left:6px;font-family: PingFang;}
  .input_textarea:focus{	border: solid 1px #6aa6e2;}

  /*下拉框*/
  .select  button{width: 200px!important;height: 34px!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: 13px!important;    line-height: 36px; }
  .font_bold_body{font-size: 14px!important;    line-height: 36px; }
  .font_bold_title{font-size: 14px!important;    line-height: 36px; }
  .table_sy 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: 32px; 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: 32px; 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: 32px; 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: 32px; 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: 32px!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;}
  //查询条件伸展
  .button_stretch {width: 110px; height: 32px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch:hover{background-color: #f0f8ff;}
  .button_stretch button{width: 110px; height: 32px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch button:hover{background-color: #f0f8ff;}

  //左右伸缩按钮
  .button_shrink {width: 32px; height: 32px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink:hover{background-color: #f0f8ff;}
  .button_shrink button{width: 32px; height: 32px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink button:hover{background-color: #f0f8ff;}
  /*查询输入框*/
  .input_search{	width: 180px;height: 32px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 14px;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #999999;	font-size: 14px;padding-left:6px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}

  /*查询输入域*/
  .input_textarea{	width: 180px;height: 100px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea .datepicker .datepicker-input input{	width: 180px!important;height: 100px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333;	font-size: 1.4rem;font-family: PingFang;}
  .input_textarea::-webkit-input-placeholder{color: #999999;	font-size: 1.4rem;padding-left:6px;font-family: PingFang;}
  .input_textarea:focus{	border: solid 1px #6aa6e2;}

  /*下拉框*/
  .select  button{width: 180px!important;height: 32px!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;}

}

/*分辨率@1366*768*/
@media screen and (max-width: 1280px) {

  /********************按钮*****************/
  /*按钮间隔*/
  /*.button_spacing{margin: 0px  0px 0px 20px;}*/
  .font_normal_body{font-size: 12px!important;    line-height: 34px; }
  .font_bold_body{font-size: 12px!important;    line-height: 34px; }
  .font_bold_title{font-size: 12px!important;    line-height: 34px; }
  .table_sy thead tr th{font-size: 12px !important;}
  .foot .pager{ font-size: 12px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager a{ font-size: 12px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager li{ font-size: 12px!important;	color: #666666!important;font-weight: normal!important;}

  /*按钮查询*/
  .button_search{width: 60px; height: 30px; background-color: #6aa6e2; border-radius: 4px;	border:none; font-family: PingFang; font-size: 12px; 	color: #ffffff;}
  .button_search:hover{	background-color: #3592ef;}

  /*按钮清空*/
  .button_clear{width: 60px; height: 30px; background-color: #5ac0d9; border-radius: 4px;border:none;	font-family: PingFang; font-size: 12px; 	color: #ffffff;}
  .button_clear:hover{	background-color: #27c4eb;}

  /*按钮新建*/
  .button_new{width: 60px; height: 30px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 12px; color: #6aa6e2;}
  .button_new:hover{background-color: #f0f8ff;}

  /*按钮导出*/
  .button_export {width: 110px; height: 30px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 12px; color: #6aa6e2;}
  .button_export:hover{background-color: #f0f8ff;}
  .button_export button{width: 110px !important; height: 30px!important; background-color: #ffffff!important;border-radius: 4px!important;border: solid 1px #6aa6e2!important;	font-family: PingFang; font-size: 12px!important; color: #6aa6e2!important;}
  .button_export button:hover{background-color: #f0f8ff;}
  //查询条件伸展
  .button_stretch {width: 110px; height: 30px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch:hover{background-color: #f0f8ff;}
  .button_stretch button{width: 110px; height: 30px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch button:hover{background-color: #f0f8ff;}

  //左右伸缩按钮
  .button_shrink {width: 30px; height: 30px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink:hover{background-color: #f0f8ff;}
  .button_shrink button{width: 30px; height: 30px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink button:hover{background-color: #f0f8ff;}
  /*查询输入框*/
  .input_search{	width: 180px;height: 30px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 12px;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #999999;	font-size: 12px;padding-left:6px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}

  /*查询输入域*/
  .input_textarea{	width: 180px;height: 100px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 14px;font-family: PingFang;}
  .input_textarea .datepicker .datepicker-input input{	width: 180px!important;height: 100px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333;	font-size: 14px;font-family: PingFang;}
  .input_textarea::-webkit-input-placeholder{color: #999999;	font-size: 14px;padding-left:6px;font-family: PingFang;}
  .input_textarea:focus{	border: solid 1px #6aa6e2;}

  /*下拉框*/
  .select  button{width: 180px!important;height: 30px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important;	font-size: 12px!important;font-family: PingFang;font-weight: normal!important;}
  .select  button:focus{	border: solid 1px #6aa6e2!important;}

}

/*分辨率@1366*768*/
@media screen and (max-width: 800px) {

  /********************按钮*****************/
  /*按钮间隔*/
  /*.button_spacing{margin: 0px  0px 0px 20px;}*/
  .font_normal_body{font-size: 12px!important;    line-height: 32px; }
  .font_bold_body{font-size: 12px!important;    line-height: 32px; }
  .font_bold_title{font-size: 12px!important;    line-height: 32px; }
  .table_sy thead tr th{font-size: 12px !important;}
  .foot .pager{ font-size: 12px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager a{ font-size: 12px!important;	color: #666666!important;font-weight: normal!important;}
  .foot .pager li{ font-size: 12px!important;	color: #666666!important;font-weight: normal!important;}

  /*按钮查询*/
  .button_search{width: 55px; height: 28px; 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: 55px; height: 28px; background-color: #5ac0d9; border-radius: 4px;border:none;	font-family: PingFang; font-size: 12px; 	color: #ffffff;}
  .button_clear:hover{	background-color: #27c4eb;}

  /*按钮新建*/
  .button_new{width: 55px; height: 28px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 12px; color: #6aa6e2;}
  .button_new:hover{background-color: #f0f8ff;}

  /*按钮导出*/
  .button_export {width: 100px; height: 28px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 12px; color: #6aa6e2;}
  .button_export:hover{background-color: #f0f8ff;}
  .button_export button{width: 100px !important; height: 34px!important; background-color: #ffffff!important;border-radius: 4px!important;border: solid 1px #6aa6e2!important;	font-family: PingFang; font-size: 12px!important; color: #6aa6e2!important;}
  .button_export button:hover{background-color: #f0f8ff;}
  //查询条件伸展
  .button_stretch {width: 110px; height: 28px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch:hover{background-color: #f0f8ff;}
  .button_stretch button{width: 110px; height: 28px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_stretch button:hover{background-color: #f0f8ff;}

  //左右伸缩按钮
  .button_shrink {width: 28px; height: 28px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink:hover{background-color: #f0f8ff;}
  .button_shrink button{width: 28px; height: 28px; background-color: #ffffff;border: solid 1px #6aa6e2;	font-family: PingFang; font-size: 1.4rem; color: #6aa6e2;}
  .button_shrink button:hover{background-color: #f0f8ff;}
  /*查询输入框*/
  .input_search{	width: 160px;height: 28px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 12px;font-family: PingFang;}
  .input_search::-webkit-input-placeholder{color: #999999;	font-size: 12px;padding-left:6px;font-family: PingFang;}
  .input_search:focus{	border: solid 1px #6aa6e2;}

  /*查询输入域*/
  .input_textarea{	width: 160px;height: 90px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333;	font-size: 12px;font-family: PingFang;}
  .input_textarea .datepicker .datepicker-input input{	width: 160px!important;height: 90px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333;	font-size: 14px;font-family: PingFang;}
  .input_textarea::-webkit-input-placeholder{color: #999999;	font-size: 14px;padding-left:4px;font-family: PingFang;}
  .input_textarea:focus{	border: solid 1px #6aa6e2;}

  /*下拉框*/
  .select  button{width: 160px!important;height: 28px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important;	font-size: 12px!important;font-family: PingFang;font-weight: normal!important;}
  .select  button:focus{	border: solid 1px #6aa6e2!important;}

}
