
.fxts {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 30px;
}
.fxts-header {
  height: 50px;
  margin-bottom: 30px;
}
.fxts-header-search {
  float: left;
  width: 30%;
  max-width: 300px;
}
.fxts-header-date {
  float: left;
  width: 160px;
  margin-left: 20px;
}
.fxts-header-submit {
  float: right;
}
.fxts-table {
  min-height: 350px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.fxts-table table {
  width: 100%;
}
.fxts-table table thead {
  height: 60px;
  background-color: #ededed;
}
.fxts-table table tr {
  height: 60px;
}
.fxts-table table tr:nth-child(even) {
  background-color: rgba(237, 237, 237, 0.5);
}
.fxts-table table th {
  text-align: left;
  padding: 0 20px;
}
.fxts-table table th:nth-child(3) {
  text-align: center;
}
.fxts-table table td {
  text-align: left;
  padding: 0 20px;
}
.fxts-table table td:nth-child(3) {
  text-align: center;
}
.layui-btn-search {
  background-color: #4c2d82;
  padding: 0 36px;
  border-radius: 4px;
}
.layui-input-search,
.layui-input-date {
  border-radius: 5px;
  font-size: 14px;
  padding: 9px 32px 9px 16px;
  color: #666;
}
.layui-input-search:focus,
.layui-input-date:focus {
  border-color: #d2d2d2 !important;
}
.hx-pagination {
  text-align: center;
  margin-top: 20px;
}
.hx-pagination .layui-laypage a,
.hx-pagination .layui-laypage span {
  font-size: 14px;
  margin-right: 10px;
  color: #533687;
}
.hx-pagination .layui-laypage a {
  border-radius: 5px;
}
.hx-pagination .layui-laypage-curr .layui-laypage-em {
  background-color: #533687;
  border-radius: 5px;
}
.hx-pagination .layui-laypage .layui-laypage-prev,
.hx-pagination .layui-laypage .layui-laypage-next {
  padding: 0 30px;
  border: 1px solid #533687;
  border-radius: 8px;
}
.hx-pagination .layui-laypage .layui-disabled,
.hx-pagination .layui-laypage .layui-disabled:hover {
  border: 1px solid #ccc;
}
.hx-pagination .layui-laypage .layui-laypage-skip {
  color: #533687;
}
.hx-pagination .layui-laypage .layui-laypage-skip .layui-input {
  color: #533687;
}
.hx-pagination .layui-laypage .layui-laypage-skip input:focus {
  border-color: #533687 !important;
}
.hx-pagination .layui-laypage .layui-laypage-skip .layui-laypage-btn {
  color: #533687;
}
@media (max-width: 1200px) {
  .fxts {
    padding: 10px;
  }
  .fxts table th {
    padding: 0 10px;
  }
  .fxts table th:nth-child(1) {
    width: 110px;
  }
  .fxts table th:nth-child(2) {
    width: calc(100% - 220px);
  }
  .fxts table th:nth-child(3) {
    width: 110px;
  }
  .fxts table td {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .fxts {
    padding: 10px;
  }
  .fxts-header {
    height: 35px;
    margin-bottom: 20px;
  }
  .fxts table th {
    padding: 0 5px;
    text-align: center;
  }
  .fxts table th:nth-child(1) {
    width: 110px;
    text-align: center;
  }
  .fxts table th:nth-child(2) {
    width: calc(100% - 200px);
  }
  .fxts table th:nth-child(3) {
    width: 90px;
  }
  .fxts table td {
    padding: 5px;
    text-align: center;
  }
  .fxts table td:nth-child(2) {
    font-size: 12px;
  }
  .layui-input-search,
  .layui-input-date {
    font-size: 12px;
    padding: 4px 6px 4px 6px;
    line-height: 1;
  }
  .fxts-header-search {
    width: calc(100% - 150px);
  }
  .fxts-header-date {
    width: 130px;
  }
  .fxts-header-date .layui-input-date {
    padding-right: 10px;
  }
  .fxts-header-submit {
    display: none;
  }
}
