﻿.download {
  margin: 1em 2%;
  width: 359px;
  background: inherit;
  background-color: rgba(242, 242, 242, 1);
}
.download .download-tit {
  font-size: 1.78rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.download .download-content {
  font-size: 0.26rem;
  font-weight: 400;
  text-decoration: underline;
  line-height: 0.5rem;
  margin-bottom: 0.34rem;
}

.download .download-content div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download .download-content img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.download .download-content span{
  font-size: 14px;
}
