.content {
  width: 1400px;
  margin: 100px auto;
}
.content .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: solid 1px #e1e1e1;
}
.content .box-top .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #972d2d;
}
.content .tab-box {
  width: 100%;
  margin-top: 30px;
}
.content .tab-box table {
  width: 100%;
  font-size: 16px;
  position: relative;
}
.content .tab-box table tr th,
.content .tab-box table tr td {
  width: 155px;
  border: 1px solid #eee;
}
.content .tab-box table thead {
  position: sticky;
  top: 0;
  color: #fff;
  border-collapse: collapse;
  background-color: #972d2d;
}
.content .tab-box table thead th {
  height: 80px;
  vertical-align: middle;
}
.content .tab-box table thead th div {
  margin-top: 12px;
  font-size: 14px;
}
.content .tab-box table tbody tr {
  background-color: #fff;
}
.content .tab-box table tbody tr:nth-child(2n) {
  background-color: #fbfbfb;
}
.content .tab-box table tbody tr td {
  padding-top: 10px;
  padding-left: 22px;
  padding-bottom: 10px;
}
.content .tab-box table tbody tr td a {
  display: block;
  margin-bottom: 10px;
  color: #333;
}
.content .tab-box table tbody tr td a:hover {
  color: #972d2d;
  text-decoration: underline;
}
.content .tab-box table tbody tr td:last-child {
  /*display: flex;*/
}
.content .tab-box table tbody tr td:last-child .btn {
  width: 100px;
  height: 40px;
  background-color: #9d3939;
  border-radius: 5px;
  margin: 0 5px;
}
.content .tab-box table tbody tr td:last-child .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.content .tab-box table tbody tr td:last-child .btn2 {
  width: 100px;
  height: 40px;
  background-color: #a0a0a0;
  border-radius: 5px;
  margin: 0 5px;
}
.content .tab-box table tbody tr td:last-child .btn2 a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1560px) {
  .content {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .content .tab-box {
    overflow-x: auto;
  }
  .content .tab-box table {
    width: 1120px;
  }
}
