/* header */
.header-wrapper {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: linear-gradient(90deg, #0F62FE 0%, #206BEE 100%);
}

.header-head {
  max-width: 940px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-head .header-head__img {
  width: 76px;
  height: 42px;
  margin-right: 20px;
}

.header-head .header-head__img img {
  width: 100%;
  height: 100%;
}

.header-head .header-head__title {
  width: 80px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  text-align: center;
}

.header-head .header-head__title span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 32px;
}

/* content */
.content {
  background: #FFF;
  padding-bottom: 200px;
  padding-top: 80px;
}

.version-wrapper {
  max-width: 940px;
  margin: 60px auto 0;
}

.mobile-version.mobile-view {
  display: none;
}

.version-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.version-head .version-head__title {
  font-size: 24px;
  font-weight: 500;
}

.version-head .version-head__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #0F62FE;
  text-decoration: none;
}

.version-head .version-head__link:hover {
  color: #1D69F1;
  text-decoration: underline;
}

.version-head .version-head__img {
  width: 16px;
  height: 16px;
}

.version-block-wrapper {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.version-block-wrapper a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

.version-block {
  position: relative;
  box-sizing: border-box;
  width: 460px;
  padding: 28px 20px;
  background: #F2F2F2;
  border-radius: 8px;
}

.mobile-version .version-block {
  padding: 20px;
}

.pc-version .version-block{
  cursor: pointer;
}

.version-block .flex-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.version-block__logo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 10px;
}

.version-block__logo img {
  width: 100%;
  height: 100%;
}

.version-block__btn {
  width: 100px;
  height: 46px;
  flex-shrink: 0;
  background: #0F62FE;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.version-block__btn img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.version-block__btn span {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
}

.version-block__info {
  flex-grow: 1;
  width: 250px;
  font-size: 16px;
}

.version-block__info .version-info .version-name {
  font-size: 24px;
  margin-right: 8px;
  font-weight: 500;
  line-height: 36px;
}

.version-block__info .sub-version-info {
  width: 100%;
  color: #999999;
  line-height: 24px;
  letter-spacing: -1px;
  white-space: nowrap;
}

.version-block .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 25px;
  background: rgba(29, 105, 241, 0.1);
  border-radius: 0px 8px 0px 8px;
  font-size: 14px;
  color: #1D69F1;
  line-height: 25px;
  text-align: center;
}

/* qrcode */
.qrcode-wrapper {
  margin-top: 20px;
}

.qrcode-wrapper img {
  width: 158px;
  height: 158px;
  margin: 0 auto;
}

.qrcode-wrapper .label {
  margin: 16px auto 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* footer */
.footer {
  background: #1C3159;
  color: #ffffff;
  padding: 40px 25px 60px 25px;
}

.footer a {
  text-decoration: none;
}

.footer-wrapper {
  margin: 0 auto;
  max-width: 1030px;
}

.footer-line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #969799;
  margin: 0 20px;
}

.footer-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-link:hover {
  color: #fff;
}

.footer-content  {
  background: #1C3159;
  color: #ffffff;
}

.footer-contact-tel {
  font-size: 28px;
  margin-top: 8px;
}

.footer-contact-mobile-tel {
  display: none;
  font-size: 28px;
  margin-top: 8px;
}

.footer-contact-range {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}

.footer-about {
  display: flex;
  flex-direction: column;
}

.footer-about-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.footer-about-title {
  margin-right: 20px;
}

.footer-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 44px 0 39px 0;
}

.footer-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}

.footer-privacy {
  display: flex;
  align-items: center;
}

.footer-link-note {
  font-size: 12px;
}

.footer-link-note:hover {
  text-decoration: underline;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
}

.footer-company-title {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 940px) {
  .header-head__img {
    margin-left: 12px;
  }

  .version-block {
    width: 49%;
  }
}

@media screen and (max-width: 840px) {
  /* header */
  .header-head__img {
    margin-left: 20px;
  }
  
  /* content */
  .content {
    padding-bottom: 150px;
  }

  .version-wrapper {
    margin-top: 40px;
  }

  .mobile-version.mobile-view {
    display: block;
  }

  .mobile-version.pc-view {
    display: none;
  }

  .version-block {
    width: 100%;
    margin: 16px 16px 0;
  }

  .version-head {
    padding: 0 16px;
  }

  .version-block-wrapper {
    margin-top: 0;
  }

  .version-block__logo {
    width: 57px;
    height: 57px;
    margin-right: 10px;
  }

  .version-block__btn {
    width: 85px;
    height: 35px;
  }

  .version-block__btn img {
    width: 18px;
    height: 18px;
  }

  .version-block__btn span {
    font-size: 14px;
  }

  .pc-version .version-block__btn {
    display: none;
  }

  .version-block__info {
    width: 80px;
  }

  .version-block__info .version-info {
    font-size: 13px;
    line-height: 23px;
  }

  .version-block__info .version-info .version-name {
    font-size: 16px;
    margin-right: 5px;
  }

  .version-block__info .sub-version-info {
    font-size: 13px;
    line-height: 19px;
  }

  .version-block .tag {
    font-size: 14px;
  }

  /* footer */
  .footer-line {
    display: none;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact-tel {
    display: none;
  }

  .footer-contact-mobile-tel {
    display: block;
    color: #fff;
  }

  .footer-about {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-about-box {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .footer-about-title {
    margin-bottom: 24px;
  }

  .footer-about-box .footer-link {
    margin-bottom: 12px;
  }

  .footer-divider {
    display: none;
  }

  .footer-privacy {
    flex-direction: column;
  }

  .footer-link-privacy {
    display: none;
  }

  .footer-link-note {
    margin-top: 40px
  }

  .footer-copyright {
    margin-top: 12px;
  }
}

@media screen and (max-width: 420px) {
  .header-wrapper {
    height: 60px;
  }

  .header-head .header-head__img {
    width: 78px;
    height: 38px;
    margin-right: 10px;
  }

  .content {
    padding-top: 60px;
  }

  .version-wrapper {
    margin-top: 32px;
  }

  .version-head .version-head__title {
    font-size: 16px;
  }

  .version-head .version-head__link {
    font-size: 14px;
  }

  .version-block {
    padding: 16px;
  }

  .version-block__btn {
    margin-left: 0;
  }
}
