.home-trans {
  width: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}
.home-trans .container {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.12);
}
.home-trans__header {
  text-align: center;
  margin-bottom: 24px;
}
.home-trans__title {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-size: 26px;
  color: #000000;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.home-trans__sub-title {
  font-family: Adobe Heiti Std;
  font-size: 14px;
  color: #999999;
  font-style: normal;
  text-transform: none;
}
.home-trans__content {
  display: flex;
  justify-content: space-around;
}
.home-trans__item {
  width: 353px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-trans__item-header {
  padding: 16px;
}
.home-trans__item-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  flex: 1;
  height: 44px;
}
.home-trans__item-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 14px;
  background-color: #ff9800;
  margin-right: 8px;
}
.home-trans__item-body {
  padding: 20px 16px;
}
.home-trans__item-stats {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 16px;
}
.home-trans__item-stat {
  display: flex;
  flex-direction: column;
}
.home-trans__item-stat-value {
  font-size: 24px;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 4px;
}
.home-trans__item-stat-label {
  font-size: 14px;
  color: #757575;
}
.home-trans .item-button {
  width: 115px;
  height: 52px;
  color: #f57c00;
  font-size: 18px;
  font-weight: 500;
}
.home-trans .item-button:hover {
  background-color: #f57c00;
  color: white;
}
.home-trans :deep(.el-button) {
  background-color: transparent;
  color: #ff7200;
  border-color: #ff7200;
  line-height: 40px;
  margin: 0;
  border-radius: 4px;
}
.item-button {
  width: 115px;
  height: 52px;
  color: #f57c00;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ff7200;
  border-radius: 4px;
  line-height: 50px;
}

.item-button:hover {
  background-color: #f57c00;
  color: white;
}
.home-trans__item-time {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ccc;
  padding-left: 16px;
  background: rgba(177, 188, 205, 0.1);
}
