.box[data-v-6c4282a2] {
  background-image: linear-gradient(#ededed, #fff, #fff);
  padding-top: 0.6rem;
}
.container[data-v-6c4282a2] {
  width: 12rem;
  margin: auto;
}
.section[data-v-6c4282a2] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 0.01rem solid lightgray;
  margin-bottom: 0.4rem;
}
.section[data-v-6c4282a2]:nth-last-of-type(1) {
  border-bottom: none;
}
.section .logo[data-v-6c4282a2] {
  width: 20%;
}
.section .logo img[data-v-6c4282a2] {
  width: 90%;
}
.section .desc[data-v-6c4282a2] {
  width: 78%;
  margin-bottom: 0.4rem;
}
.section .desc .title[data-v-6c4282a2] {
  line-height: 0.5rem;
  font-size: 0.22rem;
  font-weight: normal;
  color: #363636;
}
.section .desc .title sup[data-v-6c4282a2] {
  font-size: 70%;
  color: #ff9900;
}
.section .desc p[data-v-6c4282a2] {
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.section .desc .dld[data-v-6c4282a2] {
  font-size: 0.16rem;
}
.section .desc .updatePackage[data-v-6c4282a2] {
  font-weight: normal;
  color: #6ebe00;
  font-size: 0.18rem;
  margin-bottom: 0.24rem;
}
.section .desc .mirror[data-v-6c4282a2] {
  color: #e87f00;
  text-decoration: underline;
  margin-right: 0.1rem;
}
.section .desc .mirror[data-v-6c4282a2]:hover {
  color: #333;
  text-decoration: none;
}
