.iconfont {
  font-size: 28px;
}
#breadcrumbs {
  width: 100%;
  margin: 30px auto 0;
  max-width: 1000px;
}

.tt-index .function-area .top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-index .function-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10vh 3vw 5vh;
  box-sizing: border-box;
  background: linear-gradient(89.86deg, #5940f1 8.6%, #ce00ff 99.86%);
  color: #fff;
}
.tt-index .function-area .bg_container{
  padding: 0 10px;
}
.tt-index .function-area .content {
  width: 100%;
}
.tt-index .function-area .content .left {
  width: 5.21vw;
  max-width: 100px;
  display: flex;
  flex-direction: column;
}

.tt-index .function-area .title {
  width: 1000px;
  margin: 0 auto 40px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.tt-index .function-area .st-block {
  margin-top: 40px;
  color: #333 !important;
}

.tt-index .function-area .st-block .apkDownload-top {
  color: #000 !important;
  text-decoration: none;
}

.tt-index .function-area .fn-wrapper {
  margin: 0 auto 22.5px;
}

.tt-index .function-area .fn-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.tt-index .function-area .fn-wrapper .btn-wrapper .link {
  box-sizing: border-box;
  width: 600px;
  height: 60px;
  margin-right: 10px;
  padding: 0 50px 0 15px;
  color: #6d6c6c;
  font-size: 20px;
  line-height: 60px;
  background: #fff;
  border: 3px solid #5940f1;
  border-radius: 10px;
}
.tt-index .function-area .fn-wrapper .btn-wrapper .link.rtl {
  margin-left: 10px;
  padding-right: 16px;
}

.tt-index .function-area .fn-wrapper .btn-wrapper .btn {
  width: 180px;
  height: 60px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  background: #5940f1;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 18px 40px -16px rgb(89 64 241 / 80%);
}

.apkDownload-top {
  display: block;
  max-width: 320px;
  background: #f8cd4e;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 12px auto;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 6px 2px rgb(0 0 0 / 16%), 0 1px 4px -1px rgb(0 0 0 / 4%);
}

/* toast */
.tt-index .function-area .fn-wrapper .toast {
  display: flex;
  align-items: center;
  margin: 36px auto 0;
  width: 790px;
  background: #fff;
  border: 2px solid #7ed214;
  box-sizing: border-box;
  padding: 10px 88px;
  border-radius: 4px;
}
.tt-index .function-area .fn-wrapper .icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.tt-index .function-area .fn-wrapper .text {
  color: #ac183e;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
}
/* toast */

.function-area .fn-wrapper .icon-close {
  font-size: 20px;
  position: absolute;
  right: 15vw;
  color: #fff;
  background: rgb(255 105 0);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.tt-index .download-area {
  box-sizing: border-box;
  padding: 30px 0;
  overflow: hidden;
  background: url("../images/download-bg.png") no-repeat;
  background-position: center top;
}

.tt-index .download-area .title {
  margin: 0 auto 40px;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.tt-index .download-area .desc {
  width: 960px;
  margin: 0 auto 40px;
  color: #4a4a4a;
  font-size: 18px;

  text-align: center;
}

.tt-index .download-area .btn {
  display: block;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.tt-index .st-area {
  padding: 30px 0;
  overflow: hidden;
  background: #fafbfc;
}

.tt-index .st-area .title {
  margin: 0 auto 40px;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 30px;

  text-align: center;
}

.tt-index .st-area .desc {
  width: 960px;
  margin: 0 auto 40px;
  color: #4a4a4a;
  font-size: 18px;

  text-align: center;
}

.tt-index .st-area .btn {
  display: block;
  width: 320px;
  height: 60px;
  margin: 0 auto 72px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.tt-index .st-area .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

.tt-index .st-area .content .videoWrapper {
  position: relative;
  width: 596px;
  height: 336px;
}

.tt-index .st-area .content .videoWrapper .video {
  width: 596px;
  height: 336px;
  border-radius: 12px;
}

.tt-index .st-area .content .videoWrapper .play-mask {
  position: absolute;
  width: 596px;
  height: 336px;
  left: 0;
  top: 0;
  z-index: 3;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.tt-index .st-area .content .videoWrapper .play-icon {
  position: absolute;
  width: 62px;
  height: 62px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.tt-index .st-area .content .intro .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.tt-index .st-area .content .intro .item:last-child {
  margin-bottom: 0;
}

.tt-index .st-area .content .intro .item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.tt-index .st-area .content .intro .item .text {
  width: 530px;
  color: #333;
  font-size: 18px;
}

.tt-index .tools-area .content {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  justify-content: space-between;
}

.tt-index .tools-area .content .item {
  height: 60px;
  line-height: 60px;
  border: 2px solid #4a4a4a;
  border-radius: 8px;
  margin: 0 0 20px;
  padding: 0 10px;
}
.tt-index .tools-area .content .item:hover {
  background: #fff;
}

.tt-index .tools-area .content .item:nth-child(3n) {
  margin-right: 0;
}

.tt-index .tools-area .content .item a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

/*html-area pc start */

/*html-area pc end */

/* 轮播图  pc start */
.carousel-area {
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0;
  overflow: hidden;
}
.carousel-area .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;

  /* identical to box height, or 48px */

  color: #4a4a4a;
  margin-bottom: 50px;
}
.carousel-area .swiper {
  width: 1120px;
  height: 300px;
}
.carousel-area .swiper .swiper-pagination {
  bottom: 0;
}
.carousel-area .swiper-pagination-bullet-active {
  background: #02b3ff;
}
.carousel-area .swiper-slide,
.carousel-area .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
}
.carousel-area .swiper-slide img {
  width: 300px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 25px;
  border-radius: 15px;
}
.carousel-area .swiper-slide a br {
  display: none;
}
/* 轮播图  pc end */
/* back to top */
#btn_top {
  display: none;
  position: fixed;
  background-color: #000;
  bottom: 80px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.icon-forward {
  color: #fff;
  font-size: 25px;
  transform: rotate(270deg);
  font-weight: 700;
}
/* back to top end */

/* faq */
article .faq-area .item {
  background: #fff;
  width: 100%;
  padding: 0;
  text-align: unset;
}
.faq-area .content .item .left {
  display: none;
}
.schema-faq-section {
  margin: 0 auto 40px;
}

.faq-area .content .item .right .item-desc,
.schema-faq-answer {
  position: relative;
  background: #a5adf026;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 18px;
}
.faq-area .content .item .right .item-desc::before,
.schema-faq-answer::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #a5adf026;
  width: 0;
}
.rtl .faq-area .content .item .right .item-desc::before,
.rtl .schema-faq-answer::before {
  right: 30px;
  left: unset;
}

/* faq end */
@media screen and (min-width: 1000px) {
  /* 轮播图 web padding */
  .carousel-area {
    padding: 30px 10%;
  }
}
@media screen and (max-width: 760px) {
  #breadcrumbs {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .iconfont {
    font-size: 22px;
  }
  .tt-index h3 {
    font-size: 18px;
  }
  .tt-index .function-area {
    padding: 0;
  }

  .tt-index .function-area .top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .videoContainer {
    max-width: 200px;
    margin: 0 auto;
  }
  .tt-index .function-area .content .left {
    width: 10px;
    max-width: 10px;
  }

  .tt-index .function-area .title {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }

  .tt-index .function-area .fn-wrapper {
    margin: unset;
  }
  .tt-index .function-area .fn-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 auto 20px;
  }
  .tt-index .function-area .fn-wrapper .btn-wrapper .link {
    width: 72%;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 15px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
  }
  .tt-index .function-area .fn-wrapper .btn-wrapper .link.rtl {
    margin-left: 0px;
    padding-right: 11px;
  }
  .tt-index .function-area .fn-wrapper .btn-wrapper .btn {
    width: 25%;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-radius: 0px 10px 10px 0;
  }
  /* loading */
  .tt-index .function-area .fn-wrapper .loading {
    margin: 15px auto;
    display: block;
    animation: spin 1.3s linear infinite;
    width: 48px;
    height: 48px;
  }
  /* loading */
  .function-area .fn-wrapper .icon-close {
    font-size: 16px;
    right: 28vw;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  /* toast */
  .tt-index .function-area .fn-wrapper .toast {
    display: flex;
    align-items: center;
    margin: 15px auto;
    width: 320px;
    box-sizing: border-box;
    padding: 8px 30px;
    border-radius: 4px;
  }
  .tt-index .function-area .fn-wrapper .icon {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }
  .tt-index .function-area .fn-wrapper .text {
    color: #ac183e;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  /* toast */

  .tt-index .download-area {
    padding: 10px 20px;
    overflow: hidden;
    background: url("../images/mdownload-bg.png") no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .tt-index .download-area .title {
    width: 100%;
    margin: 0 auto 20px;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 20px;

    line-height: 24px;
    text-align: center;
  }
  .tt-index .download-area .desc {
    width: 100%;
    margin: 0 auto 40px;
    color: #4a4a4a;
    font-size: 16px;

    line-height: 19px;
    text-align: center;
  }
  .tt-index .download-area .btn {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
  }

  .tt-index .st-area {
    padding: 20px;
    overflow: hidden;
    background: #fafbfc;
  }
  .tt-index .st-area .title {
    width: 100%;
    margin: 0 auto 20px;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 20px;

    line-height: 24px;
    text-align: center;
  }
  .tt-index .st-area .desc {
    width: 100%;
    margin: 0 auto 20px;
    color: #4a4a4a;
    font-size: 16px;

    line-height: 19px;
    text-align: center;
  }
  .tt-index .st-area .btn {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto 40px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
  }
  .tt-index .st-area .content {
    display: block;
    align-items: revert;
    justify-content: revert;
    width: 100%;
    margin: 0 auto;
  }
  .tt-index .st-area .content .videoWrapper {
    position: relative;
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }
  .tt-index .st-area .content .videoWrapper .video {
    width: 100%;
    height: 50vw;
    border-radius: 6px;
  }
  .tt-index .st-area .content .videoWrapper .play-mask {
    position: absolute;
    width: 100%;
    height: 50vw;
    left: 0;
    top: 0;
    z-index: 3;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .tt-index .st-area .content .videoWrapper .play-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
  }
  .tt-index .st-area .content .intro .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .tt-index .st-area .content .intro .item:last-child {
    margin-bottom: 0;
  }
  .tt-index .st-area .content .intro .item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .tt-index .st-area .content .intro .item .text {
    width: auto;
    color: #333;
    font-size: 14px;

    line-height: 17px;
  }

  /*html-area mobile start */

  /*html-area mobile end */

  /* 轮播图  mobile start */
  .carousel-area {
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
  }
  .carousel-area .title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;

    color: #4a4a4a;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px 30px;
  }
  .carousel-area .swiper {
    width: 100%;
  }
  .carousel-area .swiper .swiper-pagination {
    bottom: 0;
  }
  .carousel-area .swiper-pagination-bullet-active {
    background: #02b3ff;
  }
  .carousel-area .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    height: calc((100% - 30px) / 3) !important;
    padding: 0 10px;
  }
  .carousel-area .swiper-slide,
  .carousel-area .swiper-slide a {
    font-size: 14px;
    text-align: left;
  }
  .carousel-area .swiper-slide > a {
    display: flex;
  }
  .carousel-area .swiper-slide > a p {
  }
  .carousel-area .swiper-slide a {
    flex-direction: row;
    padding: 0;
  }
  .rtl .carousel-area .swiper-slide img {
    margin: 0 0 0 10px;
  }
  .carousel-area .swiper-slide img {
    max-width: 120px;
    height: 68px;
    border-radius: 10px;
    margin: 0 10px 0 0;
  }
  /* 轮播图  mobile end */
  /* faq */
  .faq-area .content .item .right .item-desc,
  .schema-faq-answer {
    font-size: 16px;
  }
  /* faq end*/
}
.a-href {
  text-decoration: underline !important;
}
