h1,
h2 {
  text-align: center;
}
h2 {
  font-size: 30px;
}
#newPage .html-area ul a {
  color: #4a4a4a;
}
#newPage .html-area ul a:hover {
  color: #239aef;
  font-weight: 500;
}

.tt-index .function-area {
  position: relative;
  background: none;
  overflow: hidden;
}
.tt-index .function-cover {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  width: 80%;
  height: 120%;
  margin: 0 auto;
  background: radial-gradient(
      37.18% 36.86% at 37.89% 101.97%,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      32.94% 86.06% at 38.58% 0%,
      #ffffff 55.36%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      50.81% 94.32% at 50% 50%,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 77.42%
    ),
    radial-gradient(
      46.02% 70.66% at 68.72% 20.09%,
      #ffa800 0%,
      rgba(255, 168, 0, 0) 100%
    ),
    radial-gradient(
      28.89% 84.24% at 60.15% 33.29%,
      rgba(255, 168, 0, 0.83) 0%,
      rgba(128, 0, 255, 0.83) 39.3%,
      #ff45a6 83.02%
    );
  background-position: center;
  background-repeat: no-repeat;
}

.tt-index .function-area .content .middle .fn-wrapper .icon {
  margin: 0 16px;
}

.tt-index
  #newPage
  .function-area
  .content
  .middle
  .fn-wrapper
  .btn-wrapper
  .btnDisabled {
  background: #ededed;
}
.tt-index #newPage .function-area .top,
.tt-index #newPage .function-area .bottom {
  display: none;
}
.featureIcon {
  display: none;
}
.featureIcon {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  text-align: center;
  max-width: 940px;
  margin: 40px auto;
  width: 100%;
  color: #4a4a4a;
}
.featureIcon .icons {
  display: flex;
  align-items: center;
}

.featureIcon .icon-feature {
  font-size: 32px;
  margin: 0 5px;
  background: linear-gradient(
    145.29deg,
    #cb5cff 15.35%,
    #ff9900 54.39%,
    #ffc700 85.43%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#newPage article {
  background: linear-gradient(#fffafe, #fffbf4, #f6faff);
}
#newPage .html-area,
.tt-index #newPage .intro-area .content .item {
  background: #fff;
}
.tt-index #newPage .step-area,
.tt-index #newPage .tools-area {
  background: unset;
}
#newPage .html-area li:before {
  z-index: 1;
}
.tt-index #newPage .step-area,
.tt-index #newPage .intro-area,
.tt-index #newPage .tools-area,
.tt-index #newPage .faq-area,
#newPage .schema-faq {
  padding: 60px 0;
}
.tt-index #newPage .step-area .content .step-item .step-content {
  flex: unset;
  width: 60%;
}
.tt-index #newPage .step-area .content .step-item img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.tt-index #newPage .step-area .content .step-item .step-content .step-title {
  flex-direction: column;
  align-items: flex-start;
}
.tt-index
  #newPage
  .step-area
  .content
  .step-item
  .step-content
  .step-title
  .dot {
  width: 100%;
  height: fit-content;
  margin: unset;
  position: unset;
  border-radius: unset;
  background: linear-gradient(
    91.79deg,
    #b823ff 2.15%,
    #ff9901 10.53%,
    #ffd600 19.19%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: unset;
}
.tt-index
  #newPage
  .rtl
  .step-area
  .content
  .step-item
  .step-content
  .step-title
  .dot {
  width: 100%;
  height: fit-content;
  margin: unset;
  position: unset;
  border-radius: unset;
  background: linear-gradient(
    270deg,
    #b823ff 2.15%,
    #ff9901 10.53%,
    #ffd600 19.19%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: unset;
}

.tt-index #newPage .step-area .content .step-item .step-content .step-title h3 {
  margin: 20px 0;
}
.tt-index #newPage .intro-area .content .item {
  padding: 30px 0;
}
.tt-index #newPage .intro-area .content .item img {
  margin: 0;
}
.tt-index #newPage .tools-area .content .item {
  max-width: 380px;
  width: 100%;
  height: 61px;
  line-height: 61px;
}
.tt-index #newPage .tools-area .content .item:hover {
  background-clip: padding-box, border-box;
  background-image: linear-gradient(90deg, #fff, #fff),
    linear-gradient(
      rgba(187, 39, 247, 1),
      rgba(255, 136, 0, 1),
      rgba(255, 210, 1, 1)
    );
  background-origin: padding-box, border-box;
  border: 4px solid transparent;
  transform: unset;
  transition: unset;
  font-weight: bold;
}
.tt-index #newPage .tools-area .desc {
  margin: 0 auto 60px;
}
.tt-index #newPage .tools-area .content .item a {
  font-weight: unset;
  height: 100%;
  font-size: 20px;
}
.tt-index #newPage .tools-area .content .item a:hover {
  background-color: #ebf7fe;
  color: #8000ff;
  border-radius: 5px;
  line-height: 53px;
}
.tt-index #newPage .faq-area .content .item .left {
  display: none;
}
.tt-index #newPage .faq-area .content .item .right .item-desc,
#newPage .schema-faq-answer {
  position: relative;
  background: #f9efff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 1.4;
  margin-top: 15px;
  color: #4a4a4a;
  font-size: 18px;
  font-family: Roboto;
}
.tt-index #newPage .faq-area .content .item .right .item-desc::before,
#newPage .schema-faq-answer::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #f9efff;
  width: 0;
}
.tt-index #newPage .rtl .faq-area .content .item .right .item-desc::before,
#newPage .rtl .schema-faq-answer::before {
  right: 30px;
  left: unset;
}
.tt-index #newPage .faq-area .content .item .right .item-desc,
#newPage .schema-faq-answer img {
  max-width: 100%;
}
/* schema-faq */
.schema-faq-section {
  width: 960px;
  margin: 0 auto 40px;
  text-align: initial;
}
.schema-faq-question {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 24px;
  font-family: Roboto;
}

.app-page-paso {
  width: 730px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px;
}

.app-page-paso span {
  display: none;
}

/* pc 特殊 */
@media screen and (min-width: 760px) {
  .featureIcon .icons,
  .featureIcon.rtl .icons:last-child {
    padding-right: 30px;
    border-right: 2px solid #fff;
  }
  .featureIcon .icons:last-child {
    padding: unset;
    border-right: unset;
  }
  .featureIcon.rtl .icons:first-child {
    padding: unset;
    border-right: unset;
  }
  .html-area ul {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .html-area ul li {
    width: 45%;
  }

  .app-page-paso .paso-m-image {
    display: none;
  }

  .app-page-paso .paso-pc-image {
    display: block;
  }
}

/* 移动端 */
@media screen and (max-width: 760px) {
  .app-page-paso {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .app-page-paso span {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
    color: #000000;
  }

  .app-page-paso .paso-m-image {
    display: block;
  }

  .app-page-paso .paso-pc-image {
    display: none;
  }

  h2 {
    font-size: 20px;
  }

  .tt-index .function-cover {
    width: 140%;
    height: 100%;
    left: -20%;
    top: 0;
  }

  .featureIcon {
    font-size: 10px;
    text-align: center;
    margin: 20px auto;
    width: 100%;
  }
  .featureIcon .icons {
    flex-direction: column;
  }
  .featureIcon img {
    margin: 0 0 5px 0;
  }
  .tt-index #newPage .step-area,
  .tt-index #newPage .intro-area,
  .tt-index #newPage .tools-area,
  .tt-index #newPage .faq-area,
  #newPage .schema-faq {
    padding: 30px 20px;
  }
  .tt-index #newPage .step-area .content .step-item {
    flex-direction: column;
  }
  .tt-index #newPage .step-area .content .step-item .step-content {
    width: 100%;
  }
  .tt-index
    #newPage
    .step-area
    .content
    .step-item
    .step-content
    .step-title
    h3 {
    margin: 12px 0;
  }
  .tt-index #newPage .step-area .content .step-item img {
    margin: 20px 0;
  }
  .tt-index #newPage .tools-area .content .item {
    height: 45px;
    line-height: 45px;
    margin: 0 auto 40px;
  }
  .tt-index #newPage .tools-area .desc {
    margin: 0 auto 40px;
  }
  .tt-index #newPage .tools-area .content .item a {
    font-size: 16px;
  }
  .tt-index #newPage .tools-area .content .item a:hover {
    line-height: 37px;
  }

  /* schema-faq */
  .schema-faq-section {
    width: 100%;
    margin: 0 auto 30px;
    text-align: initial;
  }
  .tt-index #newPage .faq-area .content .item .right .item-title,
  .schema-faq-question {
    font-size: 16px;
    line-height: 19px;
  }
  .tt-index #newPage .faq-area .content .item {
    margin-bottom: 30px;
  }
  .tt-index #newPage .faq-area .content .item .right .item-desc,
  #newPage .schema-faq-answer {
    padding: 10px;
    font-size: 14px;
  }
}
