.t_top{
  position: fixed;
  z-index: 1000;
  top:0;
  width:100%;
  background-color: #f2f5fb;
  height:30px;
}
.t_top .t_title{
  display: block;
  padding:5px 0 10px 20px;
  color: #84858d;
}
.t_main{
  display: block;
  min-height:720px;
  margin:40px 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #e5e5e5;
}
.t_head{
  background-color: #f2f5fb;
  height:40px;
}
.t_head .t_title{
  display: block;
  padding:10px 0 10px 20px;
  color: #84858d;
}
.t_search{
  display: flow;
  min-height:15%;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.t_search .t_a1{
  display: inline-flex;
  margin:20px 10px 20px 20px;
}
.t_search .t_btns{
  display: flex;
  margin:5px 0px 20px 20px;
}
.t_search .t_btns .t_left{
  float:left;
  width:90%;
}
.t_search .t_btns .t_right{
  float:right;
}
.t_btn{
  width: 70px !important;
  height: 30px;
  color: #ffffff;
  margin-top: 4px;
  margin-right:10px;
  border-radius: 4px;
  border:0px;
  opacity: 1;
  background: rgba(50,144,250,1);
}
.t_reset{
  margin-left:10px;
  padding-top: 14px;
  position: absolute;
}
.t_reset a{
  opacity: 1;
  color: rgba(0,0,0,0.5);
  font-size: 13px;
}
.t_reset img {
  margin-right:2px;
  margin-top:-5px;
}
.t_reflesh{
  margin-right:10px;
}
.t_reflesh img{
  width:26px;
}

.t_content{
  display: flow;
  position: relative;
  min-height:45%;
  background-color: #ffffff;
}
.t_content .t_table{
  margin:10px 10px 20px 20px;
}
.t_content .t_table_dis{
  margin:40px 10px 20px 20px;
}
.t_table .table-bordered {
  border: 0px;
}
.t_table .pagination{
  margin:10px 10px 10px 0px;
}
.t_table th,.t_table td{
  text-align: center;
  vertical-align: middle!important;
  height:40px;
}
.t_table th{
  color: #767373;
  background-color: #f2f5fb;
  background-image:none!important;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.t_table td{
  color:#000000;
  border-left: 0px ;
  border-right: 0px ;
}
.t_table .label{
  padding: 4px 8px;
}

.t_content  .note {
  position: absolute;
  top: -30px;
  left: 1%;
  font-size: 12px;
  color: #a3a1a1;
}
.t_search input[disabled] {
  cursor: auto;
  background-color: #b8b2b2;
}
