.download-view-header{
  /* background: url(../image-new/Download_background_01.png); */
  width: 100%;
}

.download-view-container {
  padding-top: 80px;
}
.download-container {
  /* width: 340px; */
  margin-top: -18px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 60px 20px;
}
.hot-download {
  z-index: 1;
  /* transform: translate(50%, 50%) */
}
.download-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align:center;
  font-family: sans-serif;
}
.download-info {
  font-family: Verdana, serif;
  font-size: 14px;
  color: #555;
  text-align:center;
}

.download-product-title {
  text-align: center;
  font-size: 34px;
  color: #000;
  font-weight: bold;
}
.product-box {
  padding-right: 25px;
}
.product-container {
  border:1px solid #ebebeb;
  border-radius: 20px;
  padding: 0;
}
.product-title {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}
.product-info {
  text-align: center;
  font-family: Verdana, serif;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
.product-main {
  position: relative;
  padding: 40px 40px;
}
.product-footer {
  width: 100%;
  background-color:#f4f4f4;
  border-top: 1px solid #eee;
  border-radius: 0 0 20px 20px;
}
.product-key {
  text-align: center;
  font-family: Verdana, serif;
  font-weight:bold;
  font-size: 14px;
  color: #000;
}
a{
  color:#219aea;
}
@media (max-width: 992px){
  .download-card + .download-card {
    margin-top: 40px;
  }
  .product-box + .product-box {
    margin-top: 40px;
  }

}

