.download-main {
    width: 14.86rem;
    height: auto;
    margin: 0 auto;
    padding-top: 3.1rem;
    padding-bottom: 1rem;
}

.download-logo {
    background: url(/images/download-pic.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    width: 1.9rem;
    height: 1.12rem;
    left: 2.59rem;
    top: 1.44rem;
    z-index: 10;
}

.download-pic-item {
    width: 4.84rem;
    height: 4.84rem;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 0.17rem;
    margin-bottom: 0.7rem;
}

    .download-pic-item img {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
    }

    .download-pic-item:nth-child(3n+1) {
        margin-left: 0;
    }

.download-down {
  margin-bottom: 1.01rem;
}
.download-pic01,
.download-pic02 {
  display: block;
  width: 4.85rem;
  height: 4.92rem;
  background-color: #cbcbcb;
  float: left;
  margin: 0 8px;
  margin-bottom: 0.98rem;
  cursor: pointer;
  position: relative;
}
.download-pic01 img {
  width: 2.83rem;
  height: 3.13rem;
  position: relative;
  left: 1.01rem;
  top: 0.88rem;
}
.download-pic02 img {
  width: 2.34rem;
  height: 3.13rem;
  position: relative;
  left: 1.255rem;
  top: 0.88rem;
}
.download-pic-bottom {
  margin-bottom: 2.47rem;
}
.download-item-show {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2rem;
  top: 2.26rem;
  z-index: 29;
  text-align: center;
  color: #fff;
}
.download-item-show .list-des-title {
  font-size: 0.17rem;
}
.download-item-show .list-download-icon {
  margin-top: 0.2rem;
  height: 0.26rem;
  background: url('/images/download-icon.png') center center no-repeat;
  background-size: contain;
}