.h5-content-download {
  text-align: center;
}
.h5-content-download .title-container {
  padding-top: 2.5rem;
  height: 2.5rem;
  background: url("/imgs/m/download/bg.png") no-repeat;
}
.h5-content-download .title-container .title {
  font-size: 0.48rem;
  font-weight: 700;
  text-align: center;
  color: #444558;
}
.h5-content-download .title-container .desc {
  font-size: 0.24rem;
  margin-top: 0.3rem;
  font-weight: 400;
  color: #444558;
}
.h5-content-download .download-type {
  display: flex;
  padding: 0.6rem 0.4rem;
  justify-content: space-between;
}
.h5-content-download .download-type li {
  font-size: 0.26rem;
  width: 3.2rem;
  height: 3.62rem;
  opacity: 1;
  background: #ffffff;
  border-radius: 0.32rem;
  box-shadow: 0 0.02rem 0.32rem 0 rgba(58, 120, 246, 0.12);
  position: relative;
  top: -1.4rem;
}
.h5-content-download .download-type li .logo {
  position: relative;
  top: 0.8rem;
  width: 0.62rem;
}
.h5-content-download .download-type li .type-name {
  position: relative;
  top: 0.85rem;
  font-size: 0.24rem;
  color: #444558;
  font-weight: 700;
}
.h5-content-download .download-type li .down {
  position: relative;
  top: 1.1rem;
  width: 0.36rem;
}
.h5-content-download .download-type li:nth-child(2) .logo {
  top: 0.8rem;
}
.h5-content-download .download-type li:nth-child(2) .type-name {
  top: 1.05rem;
}
.h5-content-download .download-type li:nth-child(2) .down {
  top: 1.3rem;
}
.h5-content-download .download-type li:nth-child(1) .logo {
  top: 0.6rem;
  width: 1.1rem;
}
.h5-content-download .download-type li:nth-child(1) .type-name {
  top: 0.58rem;
}
.h5-content-download .download-type li:nth-child(1) .down {
  top: 0.83rem;
}
.h5-content-download .demo {
  position: relative;
  top: -1.1rem;
  width: 6.71rem;
}
