/* download */

.download-content {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  color: #fff;
  background-image: url("../img/bj.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.download-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  padding: 2rem;
  margin: 2rem auto;
  background-image: url("../img/bj.png");
  background-size: 100% 100%;
}
.download-content-top {
  width: 11.25rem;
  height: 6.625rem;
}
.download-text {
  font-size: 24px;
  margin-bottom: 2rem;
}

.download-qrcode-title {
  font-size: 28px;
  font-weight: bold;
  margin: 1rem 0;
}
.download-qrcode-img {
  width: 13.5rem;
  height: 13.5rem;
}
.download-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.6rem;
  height: 2.4rem;
  margin-top: 1.5rem;
  border-radius: 1.2rem;
  border: 2px solid #d49073;
  box-shadow: 0 0 9px #4d3148;
  background-color: #4d3148;
  cursor: pointer;
}
.download-nav-icon {
  width: 1.2rem;
  margin-right: 0.5rem;
}
/* .download-item-list {} */
.download-item {
  width: 13.6rem;
  height: 13.6rem;
}
.download-item-platform {
  width: 50%;
}
.icon-panel {
    width: 5rem;
    height: 5rem;
    margin: 5px;
    background-size: cover;
}
.iphone-icon {
    background-image: url(../img/iphone.svg);
}
.mac-os-icon {
    background-image: url(../img/mac-os.svg);
}
.google-play-icon {
    background-image: url(../img/google-play.svg);
}
.android-icon {
    background-image: url(../img/android.svg);
}
.windows-icon {
    background-image: url(../img/windows.svg);
}
.goto-download-center-nav {
  width: 200px;
  height: 62px;
  margin-top: 30px;
  border-radius: 31px;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid #fff;
  background-color: #281723;
}
.platform-text {
  margin-top: 0.5rem;
  color: #e6a23c;
  cursor: pointer;
}
.platform-text img {
  width: 1rem;
}

@media only screen and (max-width: 767px) {
  .introduce-item {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-sm-and-up {
    display:none!important
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .hidden-sm-only {
    display:none!important
  }
}

@media only screen and (max-width: 991px) {
  .picture-item {
    width: 30%;
  }
  .home-local {
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .hidden-md-and-up {
    display:none!important
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .hidden-md-only {
    display:none!important
  }
}

@media only screen and (max-width: 1199px) {
  .hidden-md-and-down {
    display:none!important
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-lg-and-up {
    display:none!important
  }
}

@media only screen and (min-width: 1200px) and (max-width:1919px) {
  .hidden-lg-only {
    display:none!important
  }
}

@media only screen and (max-width: 1919px) {
  .hidden-lg-and-down {
    display:none!important
  }
}

@media only screen and (min-width: 1920px) {
  .hidden-xl-only {
    display:none!important
  }
}
