.ffak-header {
  padding: 25px 0;
  background: linear-gradient(0deg, #336cd0 0%, #1c54b3 100%);
}

.ffak-logo-1 {
  width: 77px;
  margin-right: 10px;
}

.ffak-logo-2 {
  width: 230px;
}

.ffak-logo-link {
  margin-right: 35px;
}

.ffak-title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}

.breadcrumb-border {
  border-bottom: 1px solid #dcdcdc;
}

.breadcrumb {
  background: transparent;
  font-size: 16px;
  color: #737373;
  padding: 15px 0;
  margin-bottom: 0;
}

.breadcrumb > li + li:before {
  color: #737373;
  font: normal normal normal 12px/1 LineAwesome;
  content: "\f112";
  padding: 0 5px;
}

.breadcrumb li a {
  font-size: 16px;
  color: #737373;
}

.breadcrumb > li:nth-last-of-type(1) a {
  color: #2d5cc9;
}

.fh-img img {
  width: 25px;
}

/*  */
.ffak-content {
  padding: 35px 0;
}

.ffak-name {
  font-weight: 700;
  font-size: 32px;
  color: #2d5cc9;
  margin-bottom: 25px;
}

.ffak-input-list {
  width: 30%;
}

.ffak-label {
  font-size: 14px;
  color: #404040;
  min-width: 90px;
  text-align: right;
  margin-bottom: 0;
}

.ffak-input {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  font-size: 14px;
  outline: 0;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  color: #606266;
  transition: all 0.3s ease;
}

.ffak-input::placeholder {
  color: #aaa;
}

input.ffak-input:focus {
  border: 1px solid #336cd0;
}

.ffak-input input:not(.form-control) {
  border: 0;
  outline: 0;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}

.ffak-search-box {
  grid-gap: 20px;
}

.ffak-btn-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
}

.ffak-btn-box .chaxun-btn {
  background: #0047bb;
  color: #fff;
  margin-right: 20px;
}

.ffak-btn-box .chaxun-btn:hover {
  background: #3d7eea;
}

.ffak-btn-box .chongzhi-btn {
  background: #ededf3;
  color: #707070;
}

.ffak-btn-box .chongzhi-btn:hover {
  background: #f00;
  color: #fff;
}

/*  */

.ffak-table {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.ffak-table thead th {
  background: #eaeef9;
  font-weight: 700;
  font-size: 15px;
  color: #557ad9;
  border: 0;
  white-space: nowrap;
  border-bottom: 2px solid #0047bb;
}

.ffak-table tbody td {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
}

.ffak-table tbody tr {
  transition: all 0.3s ease;
}

.ffak-table tbody tr:nth-child(even) {
  background: #e1e6f080;
}

.ffak-table tbody tr:hover {
  background: #eaeef9;
}

.ffak-table tbody td .ffak-one-color {
  color: #ff0000;
}

.ffak-table tbody td .ffak-two-color {
  color: #eb6100;
}

.ffak-table tbody td .ffak-three-color {
  color: #4082fa;
}

@media screen and (max-width: 1023px) {
  .ffak-input-list {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .ffak-logo-1 {
    width: 55px;
    margin-right: 0;
  }

  .ffak-logo-2 {
    width: 180px;
  }

  .ffak-title {
    font-size: 26px;
  }

  .ffak-logo-link {
    margin-right: 20px;
  }

  .ffak-content {
    padding: 15px 0;
  }

  .ffak-name {
    font-size: 24px;
  }

  .ffak-search-box {
    grid-gap: 10px;
  }
}

@media screen and (max-width: 550px) {
  .ffak-head {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ffak-logo-link {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .breadcrumb {
    padding: 8px 0;
  }

  .breadcrumb li a {
    font-size: 13px;
  }

  .ffak-input-list {
    width: 100%;
  }
}
