body {
  width: 100%;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(../images/bg.png);
  background-color: #fff;
  padding-bottom: 40px;
  position: relative;
}

.container {
  width: 90%;
  margin: 10vh auto 15px;
  /*height: 733px;*/
  border-radius: 20px 20px 0px 0px;
  padding: 37px 49px 32px;
  background: url(../images/container_bg.png) no-repeat;
  background-size: 100% 100%;
}

.container .fh_index a {
  display: flex;
  align-items: center;
}

.container .fh_index a img {
  width: 18px;
}

.container .fh_index a p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 44px;
  margin-left: 9px;
  line-height: 1;
}

.container .search {
  height: 40px;
  margin-top: 22px;
  display: flex;
}

.container .search input,
.container .search select {
  height: 100%;
  border: 1px solid #F6B254;
  border-radius: 6px;
  background: none;
  margin-right: 19px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding-left: 12px;
}

.container .search input::placeholder {
  color: #999999;
}

.container .search input {
  width: 301px;
}

.container .search select {
  width: 185px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/select_xl.png") no-repeat scroll right center;
  background-size: 16px;
  background-position: 158px;
}

.container .search select.state {
  width: 204px;
  background-position: 176px;
}

.container .search button {
  width: 68px;
  height: 40px;
  background: #E86800;
  border-radius: 6px;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
  margin-right: 20px;
  cursor: pointer;
}

.container .search button.eliminate {
  width: 164px;
  font-size: 16px;
}

.container table {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
  border: 1px solid #E86800;
}

.container table th {
  height: 44px;
  background-color: #E86800;
  border: 0;
  font-size: 20px;
  color: #FFFFFF;
}

.container table .one {
  padding-left: 10px;
  text-align: left;
}

.container table td {
  height: 44px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border-right: 1px solid #E86800;
  font-weight: bold;
}

.container table td.xj {
  color: #999999 !important;
}

.container table tr:nth-child(2n+1) {
  background-color: #fff3ea;
}

.container table tr td:nth-child(3),
.container table tr td:nth-child(2),
.container table tr td:nth-child(4) {
  color: #E86800;
}

.container .paging {
  /*width: 488px;*/
  display: table;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 46px;
}

.container .paging ul {
  display: flex;
}

.container .paging ul li a {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-right: 17px;
}

.container .paging ul li a:hover {
  color: #E86800;
}

.container .paging ul li p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.container .paging .Jump_paging {
  display: flex;
  align-items: center;
}

.container .paging .Jump_paging .jump {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.container .paging .Jump_paging .jump input {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  width: 40px;
  height: 26px;
  border: 1px solid #F6B254;
  margin: 0 7px;
  text-align: center;
}

.container .paging .Jump_paging button {
  width: 51px;
  height: 25px;
  background: #E86800;
  margin-left: 13px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}

.copyright {
  width: 100%;
  height: 40px;
  background: url(../images/copyright.png) no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  position: fixed;
  left: 0;
  bottom: 0;
}
