/*=========================通用样式表=========================*/
/*@font-face {
  font-family: PingFang;
  src:url('../fonts/PingFangSC-Regular.ttf');
}*/


/********************字体*****************/
/*字体标题_粗体*/
.font_bold_title{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; border-radius: 10px;margin-bottom: 20px;padding: 20px}
.list_area{background-color: #ffffff; border-radius: 10px;padding: 20px}


/********************表格*****************/
.table_sy{margin-top: 6px}
/*表格表头*/
.table_sy thead tr th{background-color: #eaf5ff!important;color: #666666 !important;font-family: PingFang !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: 15px!important;font-family: PingFang!important;}
/*表格主体_偶数行*/
.table_sy 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_sy 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;}


//报表样式
//报表头部
.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; }


/*=========================特殊样式表=========================*/

/*分辨率@1920*1080*/
@media screen and (max-width: 1920px) {

  /********************按钮*****************/

  .font_normal_body{font-size: 16px!important;    line-height: 42px;}
  .font_bold_body{font-size: 16px!important;    line-height: 42px;}
  .font_bold_title{font-size: 16px!important;    line-height: 42px;}
  .table_sy 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: #999999;    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: 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: 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: #999999;    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: 14px!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: 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: #999999;    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;}

}
