.descBox {
  height: 466px;
}
.desc {
  font-size: 16px;
  margin-top: 20px;
  height: 64px;
  display: flex;
  align-items: center;
}

.download_btn {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 94px;
  border-radius: 10px;
  border: none;
  background-color: #000;
  font-size: 36px;
  color: #fff;
}
.download_btn:hover {
  text-decoration: none;
  color: #fff;
}
.download_btn .icon {
  color: #FF8E00;
  font-size: 36px;
}
.download p {
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
}
.hits {
  color: #FF8E00;
}

.baseInfo {
  height: 276px;
}
.baseInfo dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 0;
}
.baseInfo dt .icon {
  font-size: 24px;
}
.baseInfo dt span {
  line-height: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-bottom;
}
.baseInfo dd {
  padding: 14px 0;
}
.baseInfo dd span {
  display: inline-block;
  font-size: 14px;
}
.baseInfo_label {
  width: 86px;
}

.historyHeader {
  color: #333;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}
.historyList {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.historyList thead {
  border-radius: 10px 0;
  background-color: #e5e5e5;
}
.historyList th {
  padding: 14px 20px;
}
.historyList td {
  font-size: 16px;
  padding: 12px 20px;
}

.historyAccordion {
  display: none;
}
.historyAccordion .card-body > div:not(:last-of-type) {
  margin-bottom: 16px;
}
.historyAccordion .card-body > div:last-of-type {
  text-align: center;
}
.historyInfo_label {
  display: inline-block;
  width: 86px;
}
.historyAccordion .card-header {
  background-color: #efefef;
}

.history_btn {
  background-color: #51BBE5;
  color: #fff;
  width: 120px;
  height: 36px;
}
.history_btn:hover {
  color: #fff;
}
.history_btn + .history_btn {
  margin-left: 20px;
}
.history_btn a {
  color: #fff !important;
}
@media (max-width: 576px) {
  .descBox {
    height: unset;
  }
  .desc {
    height: unset;
  }
  .historyList {
    display: none;
  }
  .historyAccordion {
    display: block;
  }
}