@charset "UTF-8";

.aiapp-page {
  --color-primary: #685bff;
  --color-primary-dark: #4839ea;
  --color-block-drak: #2a3048;
  --color-block-darker: #000;
  --color-white: #fff;
  --color-white-lighter: #fff;
  --color-purple-light: #f6f4ff;
  --color-gray: #d4d6da;
  --color-red: #fb2420;
  --color-primary-weak: #e1e2ff;
  --scroll-padding-top: 80px;
  --color-orange-light: #ff9314;
}

.aiapp-page h1,
.aiapp-page h2,
.aiapp-page h3,
.aiapp-page h4,
.aiapp-page h5,
.aiapp-page h6 {
  font-weight: 700;
  line-height: 1.5;
}
.aiapp-page p {
  font-size: 16px;
  line-height: 1.5;
}
.aiapp-page article,
.aiapp-page aside,
.aiapp-page footer,
.aiapp-page header,
.aiapp-page menu,
.aiapp-page nav,
.aiapp-page section {
  display: block;
}
.aiapp-page ul,
.aiapp-page ol {
  list-style: none;
}
.aiapp-page table {
  border-collapse: collapse;
}
.aiapp-page a {
  text-decoration: none;
  transition: all linear 0.2s;
  color: inherit;
  line-height: 1.5;
}
.aiapp-page a:hover {
  outline: none;
  color: var(--color-primary);
}
.aiapp-page picture {
  font-size: 0;
  display: block;
}
.aiapp-page img,
.aiapp-page svg {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}
.aiapp-page textarea {
  resize: vertical;
}
.aiapp-page button,
.aiapp-page input,
.aiapp-page select,
.aiapp-page textarea {
  font-family: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.aiapp-page input:focus:invalid,
.aiapp-page textarea:focus:invalid,
.aiapp-page select:focus:invalid {
  border-color: #ff572e;
}
.aiapp-page input {
  border: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
.aiapp-page input[type="submit"] {
  text-align: center;
}
.aiapp-page :active,
.aiapp-page :focus {
  outline: none;
}
.aiapp-page ::-moz-placeholder,
.aiapp-page ::-webkit-input-placeholder,
.aiapp-page :-ms-input-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.aiapp-page .base-flex {
  display: flex;
}
.aiapp-page .base-maxwidth {
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1500px) {
  .aiapp-page .base-maxwidth {
    padding: 0 14px;
  }
}
@media (max-width: 1024px) {
  .aiapp-page {
    --scroll-padding-top: 60px;
  }
}
.aiapp-page .subscriptions-dialog,
.aiapp-page .diamonds-guide-dialog {
  display: none;
}
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon {
  cursor: pointer !important;
  pointer-events: all !important;
}
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="ios"],
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="android"] {
  position: relative;
  z-index: 1;
}
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="ios"]::before,
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="android"]::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-white)
    url(https://images.imyfone.com/chatartweben/assets/common/chatart-trust.png)
    no-repeat center/156px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
  width: 168px;
  height: 168px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
}
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="android"]::before {
  background-image: url(https://images.imyfone.com/chatartweben/assets/common/chatart_android.png);
}
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="ios"]::after,
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="android"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 30px 14px 15px 14px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="ios"]:hover::before,
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="android"]:hover::before,
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="ios"]:hover::after,
.aiapp-page .amt-utils[data-pid="100333"] .amt-switch-icon[name="android"]:hover::after {
  opacity: 1;
  pointer-events: all;
}

/* index */
.aiapp-page {
  background: var(--color-block-darker);
  color: var(--color-white);
}
.aiapp-page .color {
  background: linear-gradient(
    106deg,
    #ea5929 15.52%,
    #ce3fd0 35.75%,
    #a02dff 46.05%,
    #532dff 62.31%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aiapp-page .base-maxwidth {
  max-width: 1520px;
  padding: 0 14px;
}
.aiapp-page h2 {
  font-size: 48px;
  text-align: center;
}
.aiapp-page img,
.aiapp-page video {
  height: auto;
}
.aiapp-page .base-switching-button {
  display: flex;
  flex-direction: column;
}
.aiapp-page .base-switching-button .button {
  min-width: 212px;
  height: 60px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white-lighter);
  white-space: nowrap;
  border-radius: 30px;
  background: linear-gradient(
    95deg,
    #ea5929 26.48%,
    #ce3fd0 58.29%,
    #a02dff 74.49%,
    #532dff 100.05%
  );
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.aiapp-page .base-switching-button .button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #a18cd1, #fbc2eb);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
  background: linear-gradient(
    95deg,
    #532dff 0%,
    #a02dff 25.56%,
    #ce3fd0 41.76%,
    #ea5929 73.57%
  );
  border-radius: inherit;
}
.aiapp-page .base-switching-button .button:hover::before {
  opacity: 1;
}
.aiapp-page .base-switching-button .button > span {
  position: relative;
  z-index: 1;
}
.aiapp-page .base-switching-button .button svg {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}
.aiapp-page .base-version-switching {
  align-items: center;
  margin-top: 12px;
}
.aiapp-page .base-version-switching .version-switching-icon {
  display: flex;
  margin-left: 12px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.aiapp-page .base-version-switching .version-switching-icon.active,
.aiapp-page .base-version-switching .version-switching-icon:hover {
  color: var(--color-white);
}
.aiapp-page .base-version-switching > p {
  color: var(--color-white);
}
.aiapp-page .base-version-switching .version-switching-icon {
  position: relative;
}
.aiapp-page .base-version-switching .version-switching-icon svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.aiapp-page .base-version-switching .version-switching-icon .version-qr-box {
  position: absolute;
  top: 146%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-white);
  filter: drop-shadow(0 2px 30px rgba(0, 0, 0, 0.08));
  width: 130px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  padding: 6px;
  transition: all 0.2s;
  z-index: 5;
}
.aiapp-page .base-version-switching .version-switching-icon .version-qr-box img {
  width: 100%;
  height: auto;
  margin: 0;
}
.aiapp-page .base-version-switching .version-switching-icon .version-qr-box::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 6px 8px 6px;
  border-color: transparent transparent var(--color-white) transparent;
  cursor: default;
}
.aiapp-page .base-version-switching .version-switching-icon:hover .version-qr-box {
  opacity: 1;
  pointer-events: all;
}
.aiapp-page .tabs-box {
  margin-bottom: 46px;
}
.aiapp-page .tabs-box .tab-header {
  border-radius: 32px;
  background: #24222d;
  height: 48px;
  max-width: 328px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.aiapp-page .tabs-box .tab-item {
  width: calc(50% - 6px);
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.aiapp-page .tabs-box .tab-item.active {
  color: var(--color-white);
  background: linear-gradient(90deg, #c721ff 0%, #ff3466 100%);
  border-radius: 32px;
}
.aiapp-page .tabs-box .tab-pane {
  display: none;
  opacity: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.aiapp-page .tabs-box .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  display: flex;
}
.aiapp-page .top-banner {
  padding: 126px 0 177px;
  position: relative;
  overflow: hidden;
}
.aiapp-page .top-banner .base-maxwidth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.aiapp-page .top-banner .text {
  max-width: 680px;
}
.aiapp-page .top-banner h1 {
  font-size: 48px;
  line-height: 1.25;
}
.aiapp-page .top-banner .desc {
  margin: 20px 0 36px;
  color: rgba(255, 255, 255, 0.9);
}
.aiapp-page .top-banner .qr-item {
  background: var(--color-white);
  border-radius: 12px;
  padding: 12px;
  margin-right: 20px;
}
.aiapp-page .top-banner .qr-item:last-child {
  margin: 0;
}
.aiapp-page .top-banner .qr-content {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.aiapp-page .top-banner .qr-content > svg {
  color: var(--color-block-darker);
}
.aiapp-page .top-banner .qr-text {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}
.aiapp-page .top-banner .qr-tip {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: rgba(0, 0, 0, 0.67);
}
.aiapp-page .top-banner .qr-name {
  font-size: 12px;
  color: rgba(20, 22, 25, 0.9);
  font-weight: 600;
  line-height: 1;
}
.aiapp-page .top-banner .circle-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.aiapp-page .top-banner .circle-box span {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
}
.aiapp-page .top-banner .circle-box span:nth-child(1) {
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  width: 604px;
  height: 606px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(112, 45, 255, 0.8) 0%,
    rgba(112, 45, 255, 0) 100%
  );
}
.aiapp-page .top-banner .circle-box span:nth-child(2) {
  top: 22px;
  left: 0;
  transform: translateX(-30%);
  width: 486px;
  height: 486px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(226, 82, 87, 0.4) 0%,
    rgba(226, 82, 87, 0) 100%
  );
}
.aiapp-page .top-banner .circle-box span:nth-child(3) {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  width: 564px;
  height: 564px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(112, 45, 255, 0.8) 0%,
    rgba(112, 45, 255, 0) 100%
  );
}

/* 轮播Banner样式 */
.aiapp-page .swiper-container {
  display: flex;
  width: 100%;
  max-width: 600px;
}
.aiapp-page .swiper-slide {
  --ap-frame: var(--ap-frame-default);
  position: relative;
  width: auto;
  padding: 64px 0;
  opacity: 0.7;
}
.aiapp-page .swiper-slide-active {
  --ap-frame: var(--ap-frame-active);
  opacity: 1;
  transform: scale(1.2);
  transition: transform 0.2s ease-in-out;
  z-index: 1;
}

.aiapp-page .video-container {
  position: relative;
  --ap-frame-w: 110px;
  --ap-frame-h: 192px;
  --ap-screen-inset-x: 6.68%;
  --ap-screen-inset-y: 0%;
  --ap-screen-radius: 9.25%;
  width: var(--ap-frame-w);
  height: var(--ap-frame-h);
}

@media (min-width: 640px) {
  .aiapp-page .video-container {
    --ap-frame-w: 176px;
    --ap-frame-h: 290px;
    --ap-screen-inset-x: 10.58%;
    --ap-screen-inset-y: 0.3%;
    --ap-screen-radius: 6.95%;
  }
}
@media (min-width: 1024px) {
  .aiapp-page .video-container {
    --ap-frame-w: 200px;
    --ap-frame-h: 406px;
    --ap-screen-inset-x: 3.38%;
    --ap-screen-inset-y: 3.7%;
    --ap-screen-radius: 6.65%;
  }
}
.aiapp-page .video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.aiapp-page .video-wrapper video,
.aiapp-page .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(
    var(--ap-screen-inset-y)
    var(--ap-screen-inset-x)
    round var(--ap-screen-radius)
  );
  display: block;
}
.aiapp-page .video-container::after {
  content: '';
  position: absolute;
  display: block;
  inset: 0;
  background: var(--ap-frame) no-repeat center/100% 100%;
  z-index: 2;
  pointer-events: none;
}

/* Most Use */
.aiapp-page .most-use {
  padding-bottom: 80px;
  position: relative;
  margin-top: -177px;
  z-index: 1;
}
.aiapp-page .most-use h2 {
  margin-bottom: 74px;
}
.aiapp-page .most-use .content-box {
  position: relative;
  z-index: 10;
}
.aiapp-page .most-use .content-item {
  background: #211d3b;
  padding: 280px 0;
  border-radius: 40px;
  box-shadow: 0 -20px 60px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  transition: transform 0.3s ease;
}
.aiapp-page .most-use .content-item:last-child {
  margin-bottom: 0;
}
.aiapp-page .most-use .base-maxwidth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.aiapp-page .most-use .content-item:nth-child(even) {
  background: #141222;
}
.aiapp-page .most-use .content-item .text {
  max-width: 540px;
}
.aiapp-page .most-use .content-item h3 {
  font-size: 40px;
}
.aiapp-page .most-use .content-item .desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  margin: 24px 0 40px;
}
.aiapp-page .most-use .content-item .img {
  max-width: 768px;
  width: 60%;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.aiapp-page .most-use .use-video {
  background-size: cover;
  background-position: center;
}
.aiapp-page .most-use .content-item .img video {
  border-radius: 24px;
  width: 100%;
}
.aiapp-page .most-use .content-item.img-and-video {
  padding: 276px 0;
}
.aiapp-page .most-use .content-item.img-and-video .img {
  max-width: 796px;
}
.aiapp-page .most-use .content-item.img-and-video .img picture,
.aiapp-page .most-use .content-item.img-and-video .img video {
  max-width: 386px;
  width: calc(50% - 10px);
}
.aiapp-page .most-use .content-item.img-and-video .img .arrow {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}
.aiapp-page .most-effect {
  padding-bottom: 160px;
  text-align: center;
}
.aiapp-page .most-effect .effect-count {
  font-size: 160px;
  font-weight: 800;
  background-image: linear-gradient(
    106deg,
    #ea5929 45.52%,
    #ce3fd0 53.75%,
    #a02dff 57.05%,
    #532dff 64.31%
  );
}
.aiapp-page .most-effect .desc {
  margin: 20px auto 60px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 730px;
}
.aiapp-page .most-effect .effect-item {
  max-width: 356px;
  width: calc(25% - 7px);
  margin: 0 0 14px;
  position: relative;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.aiapp-page .most-effect .effect-item.fill {
  margin: 0;
  height: 0;
}
.aiapp-page .most-effect .effect-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 0;
  border-radius: 28px;
  transition: all 0.2s;
}
.aiapp-page .most-effect .effect-item .effect-video {
  object-fit: cover;
  position: relative;
  z-index: 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  aspect-ratio: 178 / 237;
}
.aiapp-page .most-effect .effect-item .effect-title {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 8px);
  min-height: 68px;
  padding: 4px 18px;
  z-index: 2;
  background: rgba(19, 10, 48, 0.2)
    linear-gradient(180deg, rgba(19, 10, 48, 0) 0%, #130a30 100%);
  backdrop-filter: blur(10px);
  border-radius: 0 0 26px 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: var(--color-white);
  text-align: left;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.aiapp-page .most-effect .base-switching-button,
.aiapp-page .most-explore .base-switching-button {
  align-items: center;
}
.aiapp-page .most-effect .base-switching-button .button,
.aiapp-page .most-explore .base-switching-button .button {
  width: 268px;
}
.aiapp-page .most-effect .base-version-switching,
.aiapp-page .most-explore .base-version-switching {
  margin-top: 20px;
}
.aiapp-page .most-explore .base-maxwidth {
  max-width: 1690px;
}
.aiapp-page .most-explore .tabs-box .tab-pane.active {
  display: inline-block;
}
.aiapp-page .most-explore h2 {
  margin-bottom: 60px;
}
.aiapp-page .most-explore .tab-content {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.aiapp-page .most-explore .tab-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.aiapp-page .most-explore .tab-pane {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.aiapp-page .most-explore .explore-item {
  break-inside: avoid;
  max-width: 320px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
}
.aiapp-page .most-explore .explore-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 0;
  border-radius: 20px;
  transition: all 0.2s;
}
.aiapp-page .most-effect .effect-item::before,
.aiapp-page .most-explore .explore-item::before {
  --aiapp-video-item-before-bg: linear-gradient(
    135deg,
    #ff512f,
    #dd2476,
    #3eecac,
    #48b1f3
  );
}
.aiapp-page .most-effect .effect-item.is-before-visible::before,
.aiapp-page .most-explore .explore-item.is-before-visible::before {
  background: var(--aiapp-video-item-before-bg);
}
.aiapp-page .most-explore .explore-item .explore-video {
  width: calc(100% - 8px);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .aiapp-page .most-use .content-item {
    padding: 120px 0;
  }
  .aiapp-page .most-explore .tab-content {
    max-height: 400px;
  }
}
@media (max-width: 1100px) {
  .aiapp-page h2 {
    font-size: 36px;
  }
  .aiapp-page .top-banner {
    padding: 110px 0 140px;
  }
  .aiapp-page .top-banner h1 {
    font-size: 36px;
  }
  .aiapp-page .most-use {
    margin-top: -140px;
  }
  .aiapp-page .most-use h2 {
    margin-bottom: 40px;
  }
  .aiapp-page .most-use .base-maxwidth {
    padding: 40px;
  }
  .aiapp-page .most-use .content-item,
  .aiapp-page .most-use .content-item.img-and-video {
    padding: 100px 0;
    border-radius: 30px;
  }
  .aiapp-page .most-use .content-item h3 {
    font-size: 28px;
  }
  .aiapp-page .most-use .content-item .text {
    width: 50%;
  }
  .aiapp-page .most-use .content-item .desc {
    font-size: 16px;
    margin: 14px 0 20px;
  }
  .aiapp-page .most-effect .effect-count {
    font-size: 100px;
  }
  .aiapp-page .most-effect .effect-item {
    width: calc(25% - 6px);
    margin: 0 0 12px;
    border-radius: 14px;
  }
  .aiapp-page .most-effect .effect-item::before,
  .aiapp-page .most-explore .explore-item::before {
    border-radius: 14px;
  }
  .aiapp-page .most-effect .effect-item .effect-video,
  .aiapp-page .most-explore .explore-item .explore-video {
    border-radius: 14px;
  }
  .aiapp-page .most-effect .effect-item .effect-title {
    border-radius: 0 0 12px 12px;
  }
  .aiapp-page .most-explore .explore-item {
    border-radius: 14px;
  }
  .aiapp-page .most-explore .tab-content {
    max-height: 500px;
  }
  .aiapp-page .most-explore .tab-pane {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .aiapp-page .most-explore .explore-item .explore-video {
    border-radius: 14px;
  }
}
@media (max-width: 998px) {
  .aiapp-page h2 {
    font-size: 28px;
  }
  .aiapp-page .tabs-box {
    margin-bottom: 20px;
  }
  .aiapp-page .base-switching-button .button {
    height: 48px;
  }
  .aiapp-page .tabs-box .tab-header {
    margin: 0 auto 32px;
  }
  .aiapp-page .top-banner .base-maxwidth {
    flex-wrap: wrap;
    justify-content: center;
  }
  .aiapp-page .top-banner {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .aiapp-page .top-banner .text {
    margin: 0 auto 30px;
  }
  .aiapp-page .top-banner h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    max-width: 560px;
    margin: 0 auto;
  }
  .aiapp-page .top-banner .desc {
    text-align: center;
    margin: 8px auto 24px;
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
  }
  .aiapp-page .top-banner .qr-box {
    justify-content: center;
  }
  .aiapp-page .top-banner .qr-item {
    width: 210px;
    height: 60px;
    padding: 12px 22px;
    border-radius: 16px;
  }
  .aiapp-page .top-banner .qr-code {
    display: none;
  }
  .aiapp-page .top-banner .qr-content {
    margin-top: 0;
    height: 100%;
  }
  .aiapp-page .top-banner .qr-content > svg {
    width: 36px;
    height: 36px;
  }
  .aiapp-page .top-banner .qr-tip {
    font-size: 14px;
    font-weight: 700;
  }
  .aiapp-page .top-banner .qr-name {
    font-size: 18px;
    font-weight: 700;
  }
  .aiapp-page .top-banner .base-switching-button > .base-flex,
  .aiapp-page .top-banner .base-version-switching {
    justify-content: center;
  }
  .aiapp-page .top-banner .video {
    margin-left: 0;
    width: 70%;
    max-width: 500px;
  }
  .aiapp-page .top-banner .circle-box span {
    filter: blur(75px);
  }
  .aiapp-page .top-banner .circle-box span:nth-child(1) {
    width: 356px;
    height: 356px;
  }
  .aiapp-page .top-banner .circle-box span:nth-child(2) {
    width: 286px;
    height: 286px;
  }
  .aiapp-page .top-banner .circle-box span:nth-child(3) {
    transform: translate(30%, 0%);
    width: 282px;
    height: 282px;
  }
  .aiapp-page .most-use {
    padding-bottom: 60px;
    margin-top: 0;
  }
  .aiapp-page .most-use .base-maxwidth {
    flex-wrap: wrap;
    padding: 0 14px;
  }
  .aiapp-page .most-use .content-item .text {
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
  }
  .aiapp-page .most-use .content-item .img {
    margin: 0 auto 20px;
    order: -1;
    width: 100%;
  }
  .aiapp-page .most-use .content-item,
  .aiapp-page .most-use .content-item.img-and-video {
    padding: 60px 0;
    border-radius: 20px;
  }
  .aiapp-page .most-use .content-item h3 {
    font-size: 20px;
  }
  .aiapp-page .most-use .content-item .desc {
    font-size: 14px;
    margin: 12px 0 20px;
  }
  .aiapp-page .most-use .content-item .img video {
    border-radius: 10px;
  }
  .aiapp-page .most-use .base-version-switching {
    display: none;
  }
  .aiapp-page .most-effect {
    padding-bottom: 60px;
  }
  .aiapp-page .most-effect .effect-item {
    width: calc(100% / 3 - 6px);
  }
  .aiapp-page .most-effect .effect-count {
    font-size: 80px;
  }
  .aiapp-page .most-effect h2 {
    margin-top: 8px;
  }
  .aiapp-page .most-effect .desc {
    margin: 8px auto 24px;
    font-size: 14px;
  }
  .aiapp-page .most-effect .effect-item .effect-title {
    padding: 2px 8px;
    font-size: 13px;
    min-height: 44px;
    line-height: 1.2;
  }
  .aiapp-page .most-effect .base-switching-button .button,
  .aiapp-page .most-explore .base-switching-button .button {
    width: 212px;
  }
  .aiapp-page .most-effect .base-version-switching,
  .aiapp-page .most-explore .base-version-switching {
    display: none;
  }
  .aiapp-page .most-explore h2 {
    margin-bottom: 24px;
  }
  .aiapp-page .most-explore .tab-content {
    max-height: 700px;
  }
  .aiapp-page .most-explore .tab-pane {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 567px) {
  .aiapp-page .top-banner .text {
    margin-bottom: 0;
  }
  .aiapp-page .top-banner .qr-box {
    flex-wrap: wrap;
  }
  .aiapp-page .top-banner .qr-item {
    margin: 0 0 12px;
  }
  .aiapp-page .top-banner .video {
    width: 100%;
    max-width: 340px;
  }
  .aiapp-page .top-banner .video-content video {
    width: 100px;
  }
  .aiapp-page .top-banner .video-content::before {
    width: calc(100% + 6px);
    left: -3px;
  }
  .aiapp-page .top-banner .play-btn {
    width: 32px;
    height: 32px;
  }
  .aiapp-page .most-use h2 {
    margin-bottom: 20px;
  }
  .aiapp-page .most-use .content-item,
  .aiapp-page .most-use .content-item.img-and-video {
    padding: 24px 0;
  }
  .aiapp-page .most-use .content-item {
    position: static;
  }
  .aiapp-page .most-use .content-item .text {
    padding: 0;
    text-align: center;
  }
  .aiapp-page .most-use .base-switching-button {
    align-items: center;
  }
  .aiapp-page .most-use .content-item.img-and-video .img .arrow {
    width: 46px;
  }
  .aiapp-page .most-effect .effect-item {
    width: calc(50% - 2px);
  }
  .aiapp-page .most-effect .effect-item .effect-video {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .aiapp-page .most-effect .effect-item .effect-title {
    bottom: 2px;
    left: 2px;
    width: calc(100% - 4px);
  }
  .aiapp-page .most-explore .explore-item {
    padding: 2px 0;
    margin-bottom: 8px;
  }
  .aiapp-page .most-explore .tab-content {
    max-height: 900px;
  }
  .aiapp-page .most-explore .tab-pane {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .aiapp-page .most-explore .explore-item .explore-video {
    width: calc(100% - 4px);
  }
}