﻿@charset "utf-8";
body{ margin:0; padding:0; font:normal 14px -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif!important; font:normal 14px "Microsoft YaHei",BlinkMacSystemFont,Helvetica Neue,PingFang SC,arial,\5b8b\4f53,sans-serif\9\0; }
/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	body{margin:0; padding:0; font:normal 14px "Microsoft YaHei",arial,\5b8b\4f53,sans-serif;}
}
div,table,th,tr,td,ul,li,dl,dt,dd,ol,form,label,p,img,a{ margin:0; padding:0; border:0;}
h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:normal; margin:0; padding:0;}
input,textarea,select{ font-size:12px; vertical-align:middle; margin:0; padding:0;}
ul,dl,ol{ list-style:none;}

/*IE6-7去除焦点点状线*/
a:active,a:focus{-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
/*去除IE67下按钮的黑边框*/
input[type=submit],
input[type=reset],
input[type=button]{
  filter:chroma(color=#000000);
}

input,textarea{-webkit-appearance:none;  -webkit-border-radius:0; }
a:link,a:visited{ color:#296FE4; text-decoration:none;}
a:hover{ color:#296FE4; text-decoration:underline;}

/*取消高亮外边框*/
input,button,select,textarea{outline:none;}
::-moz-focus-inner{border:0px;}

.f13{ font-size:13px;}
.f14{ font-size:14px;}
.f15{ font-size:15px;}
.f16{ font-size:16px;}
.gray{ color:#747474; font-size:14px; text-align:center;}
.red{ color:#ff0000; font-size:14px; text-align:center; font-weight:bold; }


.c{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.bold{ font-weight:600;}
.hide{ font-size:0; line-height:0; overflow:hidden; text-indent:-9999px;}

.preloader{ position:fixed; top:0; left:0; width:100%; height:100vh;  z-index:99999; background:#fff;}

.clearfloat{zoom:1}
.clearfloat:after{display:block; clear:both; content:""; visibility:hidden; height:0}
.load_l{ width:108px; height:42px; line-height:42px; text-indent:43px; border-radius:4px; background:rgba(0,0,0,0.6) url(../images/loading.gif) no-repeat 15px center;  position:absolute; left:50%; top:50%; margin:-21px 0 0 -54px; z-index:999999999;  display:none; color:#fff; background-size:22px 22px;}
.load_r{ width:108px; height:42px; line-height:42px; text-indent:43px; border-radius:4px; background:rgba(0,0,0,0.6) url(../images/loading.gif) no-repeat 15px center;  position:absolute; left:50%; top:50%; margin:-21px 0 0 -54px; z-index:999999999;  display:none; color:#fff; background-size:22px 22px;}
/*为了修改 select textarea option  公共*/
.edit-text-area {
    margin: 0px;
    height: 91px;
    font-size: 15px;
    padding: 5px;
    background: #fff;
}
.edit-text-select {
    width: 232px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}
.edit-text-option {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}
#listForm {
    min-height: 600px;
}


body table#table1 tr td {
    border:none !important;
}
body table#table1 thead tr ,body table#table2 thead tr{
    /*border-bottom:1px #E8E8E8 solid;*/
    /*border-radius: 5px 5px 50px 0;*/
    background:#FAFAFA !important;
    /*border-bottom:1px #979797 solid;*/
    /*opacity:0.8;*/
    /*filter:alpha(opacity=80);*/
}

body table#table1 thead tr th,body table#table1 tr th,body table#table2 thead tr th{
    /*border: 5px solid red !important;*/
    /*background:blue !important;*/
    border: 1px solid #e8e8e8 !important;
    background:#FAFAFA !important;
}
/*表头左右两个圆角*/
body table#table1 tr:first-child th:first-child {
    /*border-radius:4px 4px 4px 4px;*/
}
body table#table1 tr:first-child th:last-child {
    /*border-radius:0 4px 0 0 !important;*/
}


/*body table#table1 tr:first-child th {*/
    /*border:1px solid #FAFAFA;*/
    /*background:#FAFAFA;*/
/*}*/
body table#table1 tr {
    border-bottom:1px solid #E8E8E8;
}


/*查询按钮颜色*/
div .screenBox input.btn_poss {
    background: #1890FF !important;
}
/*强写颜色*/
#table1 tr td a {
    color: #1890FF !important;
}