.dowmload-detail {
  padding: 20px;
}

.dowmload-detail .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 30px;
}

.detail-info {
  display: flex;
  justify-content: flex-start;
  height: 50px;
  background-color: #f2f2f2;
  padding-left: 20px;
  margin-bottom: 20px;
}

.detail-info .item {
  font-size: 16px;
  color: #333;
  line-height: 50px;
  padding-right: 20px;
}

.download-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}

.download-wrap .download-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.download-wrap .download-icon img {
  width: 100%;
  height: 100%;
}

.download-wrap .download-link {
  color: blue;
}

.download-desc {
  font-size: 16px;
  line-height: 32px;
}