@import '../../../_static/style/common.css';
@import '../../../_static/style/header.css';
@import '../../../_static/style/footer.css';
@import '../../../_static/style/website.css?v=1.2';

.download {
  box-sizing: border-box;
  width: 56rem;
  margin: auto;
  white-space: nowrap;
}
.download-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 0 3rem;
}
.download-title-img {
  width: 7.5rem;
}
.download-title-plat {
  font-size: 0;
}
.download-title-plat span {
  display: inline-block;
  width: 8.125rem;
  text-align: center;
  font-size: 0.94rem;
}
.download-list {
  margin-bottom: 20px;
}
.download-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 29.4375rem;
  padding: 2rem 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download-li_active {
  transform: translateY(-1px);
  border-radius: 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
  border-bottom: none;
  background-color: white;
}
.download-li_active strong {
  color: #dda823;
  font-weight: bold !important;
}
.download-li:last-child {
  border-bottom: none;
}
.download-li-title {
  display: flex;
}
.download-li-title img {
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 1rem;
}
.download-li-title-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
}
.download-li-title-text strong {
  font-size: 1.2rem;
  font-weight: normal;
}
.download-li-title-name {
  display: flex;
  align-items: center;
}
.download-li-title_jzns .download-li-title-new {
  width: 2.4rem;
  height: auto;
  margin-left: 0.4rem;
  margin-right: 0;
  padding-top: 0.2rem;
}
.download-li-title-text em {
  margin-top: 0.32rem;
  font-size: 0.75rem;
}
.download-li-plat {
  display: flex;
  align-items: center;
}
.download-li-plat-item {
  position: relative;
  margin: 0 0.32rem;
}
.download-li-plat-item_app:hover::after,
.download-li-plat-item_applets:hover::after {
  content: '扫码下载';
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.download-li-plat-item_applets:hover::after {
  content: '扫码打开';
}
.download-li-plat-item-img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 12px;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 16px;
  }
  .download {
    width: 50rem;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
  .download {
    width: 48rem;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .download {
    width: 46rem;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 13px;
  }
}
