.tt-index .footer {
  overflow: hidden;
  background: #f9fafb;
}

.tt-index .footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  padding: 64px 0;
}

.tt-index .footer .line {
  width: 100%;
  height: 1px;
  background: #e2e5ed;
  margin-bottom: 32px;
}

.tt-index .footer .inner {
  display: flex;
  gap: 40px;
}

.tt-index .footer .inner .link-wrapper {
  display: grid;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2f2f2f;
  grid-template-columns: repeat(3, 1fr);
}

.tt-index .footer .inner .link-wrapper .item {
  flex: 1;
}

.tt-index .footer .inner .link-wrapper .item ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tt-index .footer .inner .link-wrapper .item .title {
  display: none;
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 24px;
  font-family: Roboto;
}

.tt-index .footer .inner .link-wrapper .item .link {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto;
  background: linear-gradient(#2f2f2f, #2f2f2f), #8c919e;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.tt-index .footer .inner .mlink-wrapper {
  display: none;
}

.tt-index .footer .inner .copyright-wrapper {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.tt-index .footer .inner .copyright-wrapper .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8c919e;
  white-space: nowrap;
}

.tt-index .footer .inner .copyright-wrapper .footnav {
  margin-left: auto;
}

.tt-index .footer .inner .copyright-wrapper .footnav .nav {
  display: inline-block;
  margin-right: 60px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 38px;
  font-family: Roboto;
  text-align: center;
}

.tt-index .footer .inner .copyright-wrapper .thirdparty .icon {
  margin-right: 20px;
}

.tt-index .footer .inner .copyright-wrapper .thirdparty .icon:last-child {
  margin-right: 0;
}

.tt-index .footer .inner .copyright-wrapper .thirdparty .icon img {
  width: 30px;
  height: 30px;
}

.tt-index .footer .inner .copyright-wrapper .mcopyright {
  display: none;
}
.apkBox,
.apkBox-top {
  display: none;
}

.error-scenario-box .apkBox-top {
  display: block;
}

.tt-index .error-scenario-box .apkDownload {
  margin: 12px auto;
}

.tt-index .error-scenario-box .apkDownload-top {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0px auto;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  background: linear-gradient(90deg, #b946dc 0%, #f24995 48%, #ff7b48 100%);
  box-sizing: border-box;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}
.error-scenario-box .apkDownload-top .icon-android {
  margin: 0 5px;
  color: inherit;
}

.error-scenario-box .apkTips {
  display: flex;
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 12px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.error-scenario-box .apkTips .icon-flash {
  margin: 0 3px;
  background: linear-gradient(145.29deg, #3adce8 30%, #580ecd 85.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 760px) {
  .tt-index .footer .footer-content {
    padding: 64px 20px;
  }

  .tt-index .footer {
    overflow: hidden;
    background: #fafbfc;
    /* padding-bottom: 80px; */
  }
  .tt-index .footer .inner {
    flex-direction: column;
    gap: 32px;
  }

  .tt-index .footer .inner .link-wrapper .item ul {
    gap: 32px;
  }

  .tt-index .footer .inner .link-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .tt-index .footer .inner .link-wrapper .item .title {
    font-size: 18px;
    padding: 20px 0;
    margin: 0;
  }
  .tt-index .footer .inner .link-wrapper .item .link {
    font-size: 14px;
    line-height: 20px;
  }
  .tt-index .footer .inner .mlink-wrapper {
    display: block;
  }
  .tt-index .footer .inner .mlink-wrapper .collapse {
    border-bottom: 1px solid #b4b4b5;
  }
  .tt-index
    .footer
    .inner
    .mlink-wrapper
    .collapse.active
    .collapse-header
    .icon {
    background: url("../images/close.png") no-repeat;
  }
  .tt-index .footer .inner .mlink-wrapper .collapse.active .collapse-content {
    display: block;
  }
  .tt-index .footer .inner .mlink-wrapper .collapse .collapse-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .tt-index .footer .inner .mlink-wrapper .collapse .collapse-header .title {
    color: #4a4a4a;
    font-size: 18px;
    font-family: Roboto;
  }
  .tt-index .footer .inner .mlink-wrapper .collapse .collapse-header .icon {
    width: 24px;
    height: 24px;
    background: url("../images/open.png") no-repeat;
    background-size: 100%;
  }
  .tt-index .footer .inner .mlink-wrapper .collapse .collapse-content {
    display: none;
  }
  .tt-index .footer .inner .mlink-wrapper .collapse .collapse-content .link {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Roboto;
    line-height: 120%;
  }
  .tt-index .footer .inner .copyright-wrapper {
    display: flex;
    flex-direction: column;
    align-items: revert;
    justify-content: revert;
    height: auto;
    border-top: none;
  }

  .tt-index .footer .inner .copyright-wrapper .footnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    border-bottom: 1px solid #b4b4b5;
  }
  .tt-index .footer .inner .copyright-wrapper .footnav .nav {
    margin-right: 0;
    padding: 20px 0;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Roboto;
    text-align: center;
  }
  .tt-index .footer .inner .copyright-wrapper .copyright {
    font-size: 14px;
  }
  /* apk */
  .apkBox {
    display: block;
    bottom: 0;
    position: static;
    width: 100%;
    z-index: 99;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(
        90deg,
        rgba(185, 70, 220, 0.08) 0%,
        rgba(242, 73, 149, 0.08) 48%,
        rgba(255, 123, 72, 0.08) 100%
      ),
      #fff;
    padding: 16px 20px;
    box-sizing: border-box;
    padding-bottom: constant(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-top);
  }
  .apkBox-top {
    display: block;
    margin: 10px auto;
  }

  .tt-index .apkDownload-top {
    margin: 20px auto 10px;
  }
  .tt-index .apkDownload {
    margin: 12px auto;
  }

  .tt-index .apkDownload-top,
  .tt-index .apkDownload {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0px auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    background: linear-gradient(90deg, #b946dc 0%, #f24995 48%, #ff7b48 100%);
    box-sizing: border-box;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  }
  .tt-index .error-scenario-box .apkDownload-top {
    max-width: 100%;
  }
  .apkDownload-top .icon-android,
  .apkDownload .icon-android {
    margin: 0 5px;
    color: inherit;
  }

  .apkDownloadDiversionCopy {
    color: #2f2f2f;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .apkDownloadbtn {
    margin-left: 10px;
  }
  .apkTips {
    display: flex;
    width: 100%;
    text-align: center;
    color: #555;
    font-size: 12px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
  }
  .apkTips .icon-flash {
    margin: 0 3px;
    background: linear-gradient(145.29deg, #3adce8 30%, #580ecd 85.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* apk */
}
