/*本页面单独css*/
.filter_tab {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
}
.filter_tab .line {
  width: 1px;
  height: 20px;
  background: #999999;
  margin-top: 1px;
}
.filter_tab .filter_tab_bottom {
  height: 16px;
}
.filter_tab .filter_tab_bottom img {
  height: 10px;
  display: none;
}
.filter_tab .tab_box:first-child img {
  display: inline-block;
}
.filter_tab .filter_tab_top {
  margin-top: 6px;
  height: 22px;
  width: 204px;
  line-height: 26px;
  cursor: pointer;
}
.filter_tab .tab_box:last-child .filter_tab_top {
  border-right: 0px;
}
.form_box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  min-height: 380px;
  overflow: hidden;
}
.form_container {
  width: 820px;
  margin: 0 auto;
}
.form_container:nth-child(2) .form_list:nth-of-type(2) {
  margin-left: 63px;
}
.form_container:nth-child(2) .form_list:nth-child(1) {
  margin-left: 46px;
}
.form_list:nth-child(1),
.form_list:nth-child(2) {
  margin-left: 32px;
}
.form_list {
  height: 40px;
  margin-top: 40px;
}
.form_list .red {
  color: red;
  margin-right: 5px;
}
.form_list input {
  width: 360px;
  height: 40px;
  border: 1px solid #b7b7b7;
  padding: 0 5px;
  margin-left: 14px;
  margin-right: 14px;
  color: #999999;
}
.form_list span {
  color: #999999;
}
.form_container:nth-child(2) .form_list2:nth-of-type(2) {
  margin-left: 63px;
}
.form_container:nth-child(2) .form_list2:nth-child(1) {
  margin-left: 46px;
}
.form_list2:nth-child(1),
.form_list2:nth-child(2) {
  margin-left: 48px;
}
.form_list2 {
  height: 40px;
  margin-top: 40px;
  margin-left: -16px;
}
.form_list2 .red {
  color: red;
  margin-right: 5px;
}
.form_list2 input {
  width: 360px;
  height: 40px;
  border: 1px solid #b7b7b7;
  padding: 0 5px;
  margin-left: 14px;
  margin-right: 14px;
  color: #999999;
}
.form_list2 span {
  color: #999999;
}


label {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
}
.user_button {
  width: 200px;
  height: 50px;
  background: #4990e2;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  border: 0px;
  margin-left: 180px;
}
.password_button {
  width: 200px;
  height: 50px;
  background: #4990e2;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  border: 0px;
  margin-left: 170px;
}
.form_list .form_tip {
  color: #f00;
}
.form_list .form_tip span {
  color: #f00;
}
.form_container2 {
  width: auto;
  padding: 16px;
}
.form_container .input_text {
  overflow: hidden;
}
.filter_input_box {
  width: 1050px;
  height: 30px;
  float: left;
  position: relative;
  clear: both;
}
.filter_input_box input {
  width: 100%;
  height: 100%;
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #999999;
  font-family: "微软雅黑";
  border-bottom: 1px solid #CFCFCF;
  outline: none;
}
.filter_input_box input:focus {
  border-top: none!important;
}
.filter_input_box .filter_x {
  position: absolute;
  right: 3px;
  top: 0px;
  cursor: pointer;
}
.filter_button {
  width: 100px;
  height: 32px;
  cursor: pointer;
  background: #084062;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background: #139EED;
  float: left;
  margin-left: 18px;
}



.filter-table {
  margin-top: 20px;
}
.bootstrap-table .fixed-table-loading {
  top: 41px !important;
}
.bootstrap-table .th-inner {
  color: #333333;
  text-align: center;
}
.bootstrap-table .fixed-table-container {
  border-radius: 0px;
}
.bootstrap-table .pagination-detail {
  color: #999999;
}
.bootstrap-table .page-list .btn {
  padding: 0px 8px;
  color: #666666;
  border-radius: 0px;
}
.bootstrap-table .page-list .btn .page-size {
  color: #666666!important;
}
.bootstrap-table .table {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.bootstrap-table .table thead tr th {
  background-color: #f6f8fa;
  height: 40px;
  padding: 8px;
  vertical-align: middle;
}
.bootstrap-table .table thead tr th .th-inner {
  padding: 0;
  line-height: normal;
}
.bootstrap-table .table tbody tr td {
  height: 40px !important;
  vertical-align: middle;
}
.bootstrap-table .fixed-table-container {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
.bootstrap-table .fixed-table-pagination .pull-right {
  margin-top: 20px!important;
}
.bootstrap-table .fixed-table-pagination .pull-right a {
  padding: 4px 9px;
  border-radius: 0px;
}
.modal-dialog {  
    margin: 300px auto;  
}  
.filter_input_box .filter_one{
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.filter_input_box .filter_one .filter_content
 {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.filter_input_box .filter_one .filter_content .filter_lists{
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.filter_input_box .filter_one .filter_content .filter_lists .list {
  padding: 6px 10px;
  color: #999999;
  text-align: center;
  cursor: pointer;
}
.filter_input_box .filter_one .filter_content .filter_one_all {
  width: 60px;
  display: block;
  padding: 5px 5px;
  background: #11A0EC;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.filter_input_box .active {
  display: block;
  padding: 5px 5px;
  background: #11A0EC;
  color: #fff!important;
  text-align: center;
}
.filter_data_button {
  width: 100px;
  height: 32px;
  cursor: pointer;
  background: #084062;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background: #139EED;
  float: right;
  margin-left: 10px;
}
.filter_diy_button {
  width: 100px;
  height: 32px;
  cursor: pointer;
  background: #084062;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background: #139EED;
 float: right;
  margin-left: 26px;
}