@media only screen and (max-width: 992px) {
  .container-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }

  .guide {
    margin: 0px 7px !important;
  }

  .download-text {
    margin-bottom: 0rem !important;
    font-size: 1.625rem !important;
  }

  .icon {
    height: 12.5rem !important;
  }

  .method-item {
    margin-top: 0 !important;
    width: 217px !important;
    height: 190px !important;
  }

  .download-line {
    margin-bottom: 0rem !important;
  }

  .icon-text {
    margin-top: 1.5rem !important;
  }

  .a-hover:hover .menu {
    display: none !important;
  }

  .menu {
    display: none !important;
  }
}

html {
  overflow-y: scroll
}

#nav {
  height: 3.375rem;
  background-color: transparent;
  z-index: 20000;
}

.nav-ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 8.6%;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-top: 2.25rem;
  box-sizing: border-box;
}

.head {
  margin-top: 1rem !important;
}

#navbarCollapse {
  margin-right: 10%;
}

.nav-li {
  list-style: none;
  margin: 0 2.5rem;
}

a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: PingFang SC-Semibold, PingFang SC;
  line-height: 1.25rem;
}

.nav-tick {
  width: 2.875rem;
  height: 0.375rem;
  background-color: transparent;
  margin: 0.5rem auto 0 auto;
  box-sizing: border-box;
}

#navbar-text-logo {
  min-height: 2.875rem;
  width: 8.6rem;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/header/textLogo.png') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

#navbar-logo {
  margin-left: 1rem;
  min-height: 1.875rem;
  min-width: 1.875rem;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/header/logo.png') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

#title {
  color: #00000099;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  padding-left: 2px;
  box-sizing: border-box;
  cursor: pointer;
}

.a-hover:hover .menu {
  display: block;
  margin-top: 1rem;
  width: 10rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 10%);
  margin-left: -3rem;
  background-color: transparent;
}

.menu {
  border: none;
  min-width: 0;
}

.style-s:hover {
  color: #15BE71;
}

.style-f:hover {
  color: #15BE71;
}

.navbar-toggler {
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 0;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.icon {
  width: 100%;
  height: 295px;
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.iconCh {
  float:left;
  height: 20px;
  width: 20px;
  background: url('../img/footer/filing-icon.png') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.download-line {
  margin-bottom: 1.5rem;
}

.text {
  margin-top: 6rem;
}

.download-text {
  font-size: 3.75rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 4.375rem;
  margin: 0 2.375rem;
}

.bar-1 {
  width: 5.25rem;
  height: 0.25rem;
  background: linear-gradient(90deg, rgba(21, 190, 113, 0) 0%, #15BE71 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: auto;
}

.bar-2 {
  width: 5.25rem;
  height: 0.25rem;
  background: linear-gradient(90deg, #15BE71 0%, rgba(21, 190, 113, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: auto;
}

.guide {
  font-size: 0.875rem;
  font-family: PingFang SC-中等, PingFang SC;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-weight: normal;
  line-height: 16px;
  margin: 0 30px;
}

.method-item {
  width: 278px;
  height: 225px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  cursor: pointer;
}

.method-item:hover {
  border: 1px solid #15BE71;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
}

.method-item:hover .weixin,
.method-item:hover .tdCode,
.method-item:hover .android,
.method-item:hover .ios {
  width: 7.5rem;
  height: 7.5rem;
}

.footer-body {
  background: #2E3133;
  width: 100%;
}

.heading {
  font-size: 1rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.125rem;
  margin-top: 3.875rem;
}

.list-unstyled>li {
  margin-top: 1rem;
}

.list-unstyled>li>a {
  font-size: 0.875rem;
  font-family: PingFang SC-中等, PingFang SC;
  text-decoration: none;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1rem;
}

.footer-top-left {
  width: 40%;
  display: flex;
  justify-content: space-around;
}

.footer-p {
  font-size: 1.125rem;
  font-family: PingFang SC-中等, PingFang SC;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.25rem;
}

footer>div>ul>li>a:hover {
  text-decoration: underline;
}

.nav-link {
  font-size: 0.875rem;
  font-family: PingFang SC-中等, PingFang SC;
  font-weight: normal;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1rem;
}

.footer-footer {
  font-size: 0.875rem;
  font-family: PingFang SC-中等, PingFang SC;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1rem;
  text-align: center;
}

.my-4 {
  margin: 1.5rem auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.vr {
  color: #d8d8d8;
  align-self: center;
  height: 1.125rem;
  width: 1px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.row {
  margin: 0;
}

.tdArea {
  display: flex;
  justify-content: right !important;
}

.col {
  flex: none;
}

.headbar {
  background-color: #FFFFFF;
  margin-right: 0 !important;
}

.nav-line {
  padding-bottom: 1rem;
}

.weixin {
  height: 5.625rem;
  width: 5.625rem;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/download/wx.png') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.tdCode {
  height: 5.625rem;
  width: 5.625rem;
  margin-top: 0;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/footer/tdCode.jpg') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.android {
  height: 5.625rem;
  width: 5.625rem;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/download/android.png') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ios {
  height: 5.625rem;
  width: 5.625rem;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/download/ios.png') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.footer-tdCode {
  min-height: 8.75rem;
  width: 8.75rem;
  margin: 4.375rem auto 0 auto;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/footer/tdCode.jpg') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.footer-logo {
  margin-top: 3.875rem;
  height: 4.125rem;
  width: 4.125rem;
  padding: 0;
  font-family: sans-serif;
  background: url('../img/footer/logo-circle.png') no-repeat center 0px;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}