@charset "UTF-8";
.sift_box {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sift_box span {
  display: inline-block;
  width: 80px;
  height: 35px;
  line-height: 35px;
  margin: 10px 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sift_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sift_box > div input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.sift_box > div label {
  width: 90px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background-color: white;
  color: black;
  margin: 10px 29px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sift_box > div input:checked + label {
  background-color: #63a2e8;
  color: white;
}
.label_active {
    background-color: #63a2e8;
    color: white;
}

.sift_box > div #sheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#serch {
  width: 1200px;
  height: 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#serch input {
  width: 150px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding-left: 10px;
}

#serch button {
  width: 80px;
  height: 30px;
  color: white;
  border: none;
  outline: none;
  background-color: #65beba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#serch img {
  width: 16px;
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layui-table th,
td {
  /*表头内容居中显示*/
  text-align: center;
}

.layui-table td {
  height: 150px;
}

.layui-table td > div {
  height: 150px;
  line-height: 150px;
}
/*# sourceMappingURL=index.css.map */