:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  /* border-color: #646cff; */
  border: none;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

/* 兼容火狐浏览器的滚动条宽度 */
@supports (-moz-appearance:none) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
  }

}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar:hover {
  display: block;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
  background: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #999;
}
.video[data-v-b23ad7f7] {
  width: 100%;
  height: 100%;
  position: relative;
  background: #F5F5F5;
  border-radius: 8px;
}
.video video[data-v-b23ad7f7] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video .play[data-v-b23ad7f7] {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video .play .stop[data-v-b23ad7f7] {
  line-height: 22px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5.5px;
}
.video .play img[data-v-b23ad7f7] {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.video .failed[data-v-b23ad7f7] {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 19px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 13px;
  z-index: 999;
}
.video .failed img[data-v-b23ad7f7] {
  width: 90px;
  height: 72px;
}
.video .failed .tips[data-v-b23ad7f7] {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.video .failed .btn[data-v-b23ad7f7] {
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  background: #EA6B1C;
  border-radius: 8px;
  cursor: pointer;
  padding: 17px 41px;
}
.video .circle-loading[data-v-b23ad7f7] {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 13px;
  z-index: 1000;
}
.video .circle-loading .info[data-v-b23ad7f7] {
  color: #ffffff;
  font-size: 16px;
  margin-top: 12px;
}
.video .circle-loading .loading1[data-v-b23ad7f7] {
  width: 60px !important;
  height: 60px;
  border: 6px solid #6864ED;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle-b23ad7f7 infinite 0.75s linear;
}
@keyframes circle-b23ad7f7 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.video .more[data-v-b23ad7f7] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  z-index: 1000;
}
.video .more:hover .toggle[data-v-b23ad7f7] {
  display: block;
}
.video .more .toggle[data-v-b23ad7f7] {
  display: none;
  width: fit-content;
  background: #FFFFFF;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  transform: translate(-80%);
  position: relative;
  margin-top: 10px;
}
.video .more .toggle .item[data-v-b23ad7f7] {
  padding: 14px 46px;
  cursor: pointer;
  white-space: nowrap;
}
.video .more .toggle .item[data-v-b23ad7f7]:hover {
  background: #F0F9FF;
  border-radius: 8px;
}
.video .more .toggle[data-v-b23ad7f7]::after {
  content: " ";
  height: 20px;
  width: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: -20px;
}
@media (max-width: 639px) {
.video .failed[data-v-b23ad7f7] {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.2rem;
    z-index: 999;
}
.video .failed img[data-v-b23ad7f7] {
    width: 0.9rem;
    height: 0.72rem;
}
.video .failed .tips[data-v-b23ad7f7] {
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
    text-align: center;
}
.video .failed .btn[data-v-b23ad7f7] {
    font-weight: 600;
    font-size: 0.2rem;
    color: #FFFFFF;
    background: #EA6B1C;
    border-radius: 0.15rem;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
}
}
.main-container[data-v-3fe1c68c] {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.main-container .title-bar[data-v-3fe1c68c] {
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.main-container .title-bar .title[data-v-3fe1c68c] {
  font-weight: 500;
  font-size: 0.45rem;
  color: #222222;
  line-height: 0.45rem;
  text-align: center;
  font-style: normal;
}
.main-container .title-bar .back-div[data-v-3fe1c68c] {
  position: absolute;
  left: 20px;
}
.main-container .title-bar .back-div img[data-v-3fe1c68c] {
  width: 70px;
  height: 70px;
}
.main-container .title-bar .close-div[data-v-3fe1c68c] {
  position: absolute;
  right: 20px;
}
.main-container .title-bar .close-div img[data-v-3fe1c68c] {
  width: 70px;
  height: 70px;
}
.main-container .video-list[data-v-3fe1c68c] {
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  /* 隐藏滚动条 - Chrome, Safari, Edge */
  /* 隐藏滚动条 - Firefox */
  scrollbar-width: none;
  /* 隐藏滚动条 - IE, Edge */
  -ms-overflow-style: none;
}
.main-container .video-list[data-v-3fe1c68c]::-webkit-scrollbar {
  display: none;
}
.main-container .video-list .item[data-v-3fe1c68c] {
  width: calc((100% - 20px) / 2);
  aspect-ratio: 1/1;
  position: relative;
}
.main-container .video-detail[data-v-3fe1c68c] {
  margin-top: 0.3rem;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
}
.main-container .video-detail .preview-box[data-v-3fe1c68c] {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-container .video-detail .preview-box .video-container[data-v-3fe1c68c] {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-container .video-detail .preview-box .video-container .video[data-v-3fe1c68c] {
  max-width: 100%;
  /* 防止视频超出容器 */
  max-height: 100%;
}
.main-container .video-detail .preview-box .video-container .play[data-v-3fe1c68c] {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-container .video-detail .preview-box .video-container .play .stop[data-v-3fe1c68c] {
  line-height: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 7px;
}
.main-container .video-detail .preview-box .video-container .play img[data-v-3fe1c68c] {
  width: 35px;
  height: 35px;
  margin-left: 7px;
}
.main-container .video-detail .function-box[data-v-3fe1c68c] {
  width: 100%;
  height: 340px;
  background: #FFFFFF;
  box-shadow: 0 -2px 36px 0 rgba(51, 51, 51, 0.15);
  border-radius: 40px 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-container .video-detail .function-box .download-btn[data-v-3fe1c68c] {
  width: 90%;
  height: 100px;
  margin-top: 80px;
  background: #FE8B1C;
  border-radius: 20px;
  font-weight: 500;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  font-style: normal;
}
.main-container .video-detail .function-box .delete-btn[data-v-3fe1c68c] {
  width: 90%;
  height: 100px;
  margin-top: 20px;
  background: #FFF7E5;
  border-radius: 20px;
  font-weight: 500;
  font-size: 40px;
  color: #FF1A1B;
  line-height: 40px;
  text-align: center;
  font-style: normal;
}
@media (max-width: 639px) {
.main-container[data-v-3fe1c68c] {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.main-container .title-bar[data-v-3fe1c68c] {
    display: flex;
    height: 1.2rem;
    flex-shrink: 0;
    /* 防止由于 Flex 布局导致的高度被压缩 */
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.main-container .title-bar .title[data-v-3fe1c68c] {
    font-weight: 500;
    font-size: 0.35rem;
    color: #222222;
    line-height: 0.45rem;
    text-align: center;
    font-style: normal;
}
.main-container .title-bar .back-div[data-v-3fe1c68c] {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.main-container .title-bar .back-div img[data-v-3fe1c68c] {
    width: 0.52rem;
    height: 0.52rem;
}
.main-container .title-bar .close-div[data-v-3fe1c68c] {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.main-container .title-bar .close-div img[data-v-3fe1c68c] {
    width: 0.52rem;
    height: 0.52rem;
}
.main-container .video-list[data-v-3fe1c68c] {
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    /* 隐藏滚动条 - Chrome, Safari, Edge */
    /* 隐藏滚动条 - Firefox */
    scrollbar-width: none;
    /* 隐藏滚动条 - IE, Edge */
    -ms-overflow-style: none;
}
.main-container .video-list[data-v-3fe1c68c]::-webkit-scrollbar {
    display: none;
}
.main-container .video-list .item[data-v-3fe1c68c] {
    width: calc((100% - 0.2rem) / 2);
    aspect-ratio: 1/1;
    position: relative;
}
.main-container .video-detail[data-v-3fe1c68c] {
    margin-top: 0;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
}
.main-container .video-detail .preview-box[data-v-3fe1c68c] {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-container .video-detail .preview-box .video-container[data-v-3fe1c68c] {
    position: relative;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-container .video-detail .preview-box .video-container .video[data-v-3fe1c68c] {
    max-width: 100%;
    /* 防止视频超出容器 */
    max-height: 100%;
}
.main-container .video-detail .preview-box .video-container .play[data-v-3fe1c68c] {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 0.2rem;
    bottom: 0.2rem;
    border-radius: 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main-container .video-detail .preview-box .video-container .play .stop[data-v-3fe1c68c] {
    line-height: 0.3rem;
    color: #ffffff;
    font-size: 0.25rem;
    font-weight: 900;
    margin-bottom: 0.07rem;
}
.main-container .video-detail .preview-box .video-container .play img[data-v-3fe1c68c] {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.07rem;
}
.main-container .video-detail .preview-box .video-container .preview[data-v-3fe1c68c] {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    border-radius: 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main-container .video-detail .preview-box .video-container .preview img[data-v-3fe1c68c] {
    width: 0.26rem;
    height: 0.26rem;
}
.main-container .video-detail .function-box[data-v-3fe1c68c] {
    width: 100%;
    height: 2.88rem;
    background: #FFFFFF;
    box-shadow: 0 -0.02rem 0.36rem 0 rgba(51, 51, 51, 0.15);
    border-radius: 0.36rem 0.36rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-container .video-detail .function-box .download-btn[data-v-3fe1c68c] {
    width: 90%;
    height: 0.8rem;
    margin-top: 0.8rem;
    background: #646cff;
    border-radius: 0.1rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
}
.main-container .video-detail .function-box .delete-btn[data-v-3fe1c68c] {
    width: 90%;
    height: 0.8rem;
    margin-top: 0.2rem;
    background: #E5E4FF;
    border-radius: 0.1rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #FF1A1B;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
}
.btn-icon[data-v-3fe1c68c] {
    width: 0.3rem;
}
}
.logo[data-v-880027f0] {
  width: 365px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.logo .logo-img[data-v-880027f0] {
  width: 45px;
  height: 45px;
}
.logo .logo-title[data-v-880027f0] {
  width: 188px;
  height: 19px;
}
@media (max-width: 1200px) {
.logo-title[data-v-880027f0] {
    display: none;
}
}
@media (max-width: 639px) {
.logo[data-v-880027f0] {
    width: 3.07rem;
    height: 0.45rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.16rem;
    cursor: pointer;
}
.logo .logo-img[data-v-880027f0] {
    width: 0.7rem;
    height: 0.7rem;
}
.logo .logo-title[data-v-880027f0] {
    display: none;
    width: 0.246rem;
    height: 0.37rem;
}
}
.drop-down-menu[data-v-88f13db0] {
  position: relative;
}
.avatar[data-v-88f13db0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  background-color: #EEEEEE;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}
.avatar .vip-icon[data-v-88f13db0] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -6px;
}
.avatar .vip-icon img[data-v-88f13db0] {
  width: 18px;
  height: 18px;
}
.avatar img[data-v-88f13db0] {
  width: 100%;
  border-radius: 100%;
}
.drop-down-menu:hover .modal[data-v-88f13db0] {
  /* overflow: visible; */
  display: block;
  max-height: 600%;
}
.modal[data-v-88f13db0] {
  z-index: 1005;
  /* overflow: hidden; */
  display: none;
  min-width: 180px;
  max-height: 0;
  position: absolute;
  top: calc(100% + 12px);
  right: 0%;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 8px;
  /* transition: max-height 0.25s; */
}
.modal[data-v-88f13db0]::before {
  content: ' ';
  display: block;
  width: 50px;
  height: 20px;
  background: transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.modal[data-v-88f13db0]::after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #FFFFFF;
  border-width: 7px;
  position: absolute;
  top: -14px;
  right: 13px;
}
.menu[data-v-88f13db0] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
}
.menu > li[data-v-88f13db0] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
  list-style: none;
  transition: filter 0.5s;
}
.menu > li img[data-v-88f13db0] {
  transform: translateX(-6px);
}
.menu > li[data-v-88f13db0]:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.menu > li[data-v-88f13db0]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.menu > li[data-v-88f13db0]:hover {
  /* filter: brightness(0.9); */
  background: #F0F9FF;
}
.menu > li[data-v-88f13db0]:first-child:hover {
  background: none;
}
.menu > li.disabled[data-v-88f13db0] {
  border-bottom: 1px solid #E6E7EB50;
}
.menu > li.disabled[data-v-88f13db0]:hover {
  filter: brightness(1);
}
.signout[data-v-88f13db0] {
  color: #F23031;
}
@media (max-width: 639px) {
.drop-down-menu[data-v-88f13db0] {
    position: relative;
}
.avatar[data-v-88f13db0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    font-weight: 600;
    font-size: 0.18rem;
    color: #222222;
    background-color: #EEEEEE;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}
.avatar .vip-icon[data-v-88f13db0] {
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    top: 0px;
    right: -0.06rem;
}
.avatar .vip-icon img[data-v-88f13db0] {
    width: 0.18rem;
    height: 0.18rem;
}
.avatar img[data-v-88f13db0] {
    width: 100%;
    border-radius: 100%;
}
.drop-down-menu:hover .modal[data-v-88f13db0] {
    /* overflow: visible; */
    display: block;
    max-height: 600%;
}
.modal[data-v-88f13db0] {
    z-index: 1005;
    /* overflow: hidden; */
    display: none;
    min-width: 2rem;
    max-height: 0;
    position: absolute;
    top: calc(100% + 0.12rem);
    right: 0%;
    box-shadow: 0px 0.05rem 0.12rem 0.04rem rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;
    border-radius: 0.08rem;
    /* transition: max-height 0.25s; */
}
.modal[data-v-88f13db0]::before {
    content: ' ';
    display: block;
    width: 0.5rem;
    height: 0.2rem;
    background: transparent;
    position: absolute;
    bottom: 100%;
    right: 0;
}
.modal[data-v-88f13db0]::after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #FFFFFF;
    border-width: 0.07rem;
    position: absolute;
    top: -0.14rem;
    right: 0.13rem;
}
.menu[data-v-88f13db0] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 0.22rem;
    margin-top: 0.1rem;
}
.menu > li[data-v-88f13db0] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0.3rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #FFFFFF;
    cursor: pointer;
    list-style: none;
    transition: filter 0.5s;
}
.menu > li img[data-v-88f13db0] {
    transform: translateX(-0.06rem);
}
.menu > li[data-v-88f13db0]:first-child {
    border-top-right-radius: 0.08rem;
    border-top-left-radius: 0.08rem;
}
.menu > li[data-v-88f13db0]:last-child {
    border-bottom-right-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem;
}
.menu > li[data-v-88f13db0]:hover {
    /* filter: brightness(0.9); */
    background: #F0F9FF;
}
.menu > li[data-v-88f13db0]:first-child:hover {
    background: none;
}
.menu > li.disabled[data-v-88f13db0] {
    border-bottom: 0.01rem solid #E6E7EB50;
}
.menu > li.disabled[data-v-88f13db0]:hover {
    filter: brightness(1);
}
.signout[data-v-88f13db0] {
    color: #F23031;
}
}
.credit-drop-down-menu[data-v-5318e959] {
  position: relative;
}
.credit-drop-down-menu .credit[data-v-5318e959] {
  width: fit-content;
  height: 45px;
  padding: 0px 12px;
  background: #FFF8EC;
  border: 2px solid #FFDFA8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
  box-sizing: border-box;
}
.credit-drop-down-menu .credit .icon1[data-v-5318e959] {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.credit-drop-down-menu .credit .icon2[data-v-5318e959] {
  width: 18px;
  height: auto;
  margin-left: 8px;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-5318e959] {
  display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-5318e959]::after {
  content: " ";
  background: #000;
  opacity: 0;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0px;
}
.credit-drop-down-menu .credit-drop-down[data-v-5318e959] {
  z-index: 1005;
  min-width: 247px;
  position: absolute;
  top: calc(100% + 12px);
  right: 0%;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 28px 18px 18px 18px;
  display: none;
}
.credit-drop-down-menu .credit-drop-down .title[data-v-5318e959] {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.credit-drop-down-menu .credit-drop-down .title div[data-v-5318e959] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-5318e959] {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #F8F8F8;
  margin: 18px auto 6px auto;
}
.credit-drop-down-menu .credit-drop-down .detail .item[data-v-5318e959] {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
.credit-drop-down-menu .credit-drop-down .detail .item .item-box[data-v-5318e959] {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 13px;
  color: #222222;
}
.credit-drop-down-menu .credit-drop-down .detail .item .item-box .time[data-v-5318e959] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points[data-v-5318e959] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points1[data-v-5318e959] {
  font-weight: 400;
  font-size: 12px;
  color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-5318e959] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}
.credit-drop-down-menu .credit-drop-down .credit-add-btn[data-v-5318e959] {
  width: 100%;
  height: 36px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FB844B 0%, #F92B26 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  cursor: pointer;
}
.credit-drop-down-menu .credit-drop-down .invite-btn[data-v-5318e959] {
  width: 100%;
  height: 36px;
  font-weight: bold;
  font-size: 15px;
  color: #FA4A33;
  line-height: 18px;
  border-radius: 8px;
  background: #FFF8EC;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  border: 1px solid #FFDFA8;
  cursor: pointer;
}
@media (max-width: 639px) {
.credit-drop-down-menu[data-v-5318e959] {
    position: relative;
}
.credit-drop-down-menu .credit[data-v-5318e959] {
    width: fit-content;
    height: 0.7rem;
    padding: 0px 0.2rem;
    background: #FFF8EC;
    border: 0.02rem solid #FFDFA8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.03rem;
    border-radius: 0.4rem;
    font-weight: 600;
    font-size: 0.2rem;
    color: #222222;
    box-sizing: border-box;
}
.credit-drop-down-menu .credit .icon1[data-v-5318e959] {
    width: 0.2rem;
    height: auto;
    margin-right: 0.03rem;
}
.credit-drop-down-menu .credit .icon2[data-v-5318e959] {
    width: 0.2rem;
    height: auto;
    margin-left: 0.08rem;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-5318e959] {
    display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-5318e959]::after {
    content: " ";
    background: #000;
    opacity: 0;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    top: -0.2rem;
    left: 0px;
}
.credit-drop-down-menu .credit-drop-down[data-v-5318e959] {
    z-index: 1005;
    min-width: 3.2rem;
    position: absolute;
    top: calc(100% + 0.12rem);
    right: -10%;
    box-shadow: 0px 0.05rem 0.12rem 0.04rem rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border-radius: 0.08rem;
    padding: 0.28rem 0.18rem 0.18rem 0.18rem;
    display: none;
}
.credit-drop-down-menu .credit-drop-down .title[data-v-5318e959] {
    font-weight: 600;
    font-size: 0.2rem;
    color: #222222;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.credit-drop-down-menu .credit-drop-down .title div[data-v-5318e959] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.03rem;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-5318e959] {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    background: #F8F8F8;
    margin: 0.18rem auto 0.06rem auto;
}
.credit-drop-down-menu .credit-drop-down .detail .item[data-v-5318e959] {
    width: 100%;
    height: 0.6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0.15rem;
}
.credit-drop-down-menu .credit-drop-down .detail .item .item-box[data-v-5318e959] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 0.18rem;
    color: #222222;
}
.credit-drop-down-menu .credit-drop-down .detail .item .item-box .time[data-v-5318e959] {
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-top: 0.06rem;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points[data-v-5318e959] {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points1[data-v-5318e959] {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-5318e959] {
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.15rem;
    text-align: center;
    cursor: pointer;
}
.credit-drop-down-menu .credit-drop-down .credit-add-btn[data-v-5318e959] {
    width: 100%;
    height: 0.56rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    border-radius: 0.1rem;
    background: linear-gradient(90deg, #FB844B 0%, #F92B26 100%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.18rem;
    cursor: pointer;
}
.credit-drop-down-menu .credit-drop-down .invite-btn[data-v-5318e959] {
    width: 100%;
    height: 0.36rem;
    font-weight: bold;
    font-size: 0.15rem;
    color: #FA4A33;
    line-height: 0.18rem;
    border-radius: 0.08rem;
    background: #FFF8EC;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.09rem;
    border: 0.01rem solid #FFDFA8;
    cursor: pointer;
}
}
.header-202509091411[data-v-eb489c5f] {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #6A59ED;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 39px;
  padding-left: 39px;
}
.header-202509091411 .section-mb[data-v-eb489c5f] {
  /* 默认仅在 PC 端隐藏，避免覆盖小屏样式 */
}
@media (min-width: 1201px) {
.header-202509091411 .section-mb[data-v-eb489c5f] {
    display: none !important;
}
}
.header-202509091411 .more-box[data-v-eb489c5f] {
  display: none;
}
.header-202509091411 .more[data-v-eb489c5f] {
  display: none;
}
.header-202509091411 .section[data-v-eb489c5f] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 55px;
}
.header-202509091411 .section a[data-v-eb489c5f] {
  font-size: 18px;
  color: #222222;
  line-height: 15px;
  font-weight: 500;
}
.header-202509091411 .section a[data-v-eb489c5f]:hover {
  color: #6864ED;
}
.header-202509091411 .section .others[data-v-eb489c5f] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-202509091411 .section .others .btn[data-v-eb489c5f] {
  width: fit-content;
  height: 45px;
  border-radius: 9px;
  font-weight: bold;
  font-size: 16px;
  line-height: 45px;
  padding: 0px 16px;
  cursor: pointer;
}
.header-202509091411 .section .others .bt_login[data-v-eb489c5f] {
  border-radius: 9px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.header-202509091411 .section .others .orange[data-v-eb489c5f] {
  background: #FFFFFF;
  color: #6864ED;
}
.header-202509091411 .tools-wrapper[data-v-eb489c5f] {
  position: relative;
  display: inline-block;
}
.header-202509091411 .tools-trigger[data-v-eb489c5f] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  color: #666;
}
.header-202509091411 .tools-text[data-v-eb489c5f] {
  font-size: 18px;
  color: #FFFFFF;
}
.header-202509091411 .tools-text[data-v-eb489c5f]:focus {
  color: #89F3FF;
}
.header-202509091411 .icon-r[data-v-eb489c5f] {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 4px;
}
.header-202509091411 .tools-dropdown[data-v-eb489c5f] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  padding: 0px 0;
  z-index: 1000;
  display: none;
}
.header-202509091411 .tools-wrapper:hover .tools-dropdown[data-v-eb489c5f] {
  display: block;
}
.header-202509091411 .tools-wrapper:hover .tools-trigger .tools-text[data-v-eb489c5f] {
  color: #89F3FF;
}
.header-202509091411 .tools-wrapper:hover .tools-trigger .icon-r[data-v-eb489c5f] {
  border-color: #89F3FF;
}
.header-202509091411 .tools-list[data-v-eb489c5f] {
  display: flex;
  flex-direction: column;
}
.header-202509091411 .tool-item[data-v-eb489c5f] {
  display: flex;
  align-items: center;
  height: 45px;
  gap: 12px;
  padding: 8px 23px;
  text-decoration: none;
  color: #333;
  /*font-size: 15px;*/
}
.header-202509091411 .tool-item .item-name[data-v-eb489c5f] {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}
.header-202509091411 .tool-item[data-v-eb489c5f]:hover {
  background: #F0EFFF;
  background-color: #F0EFFF;
}
.header-202509091411 .tool-item[data-v-eb489c5f]:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.header-202509091411 .tool-item[data-v-eb489c5f]:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.header-202509091411 .tool-item[data-v-eb489c5f]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.header-202509091411 .tool-icon[data-v-eb489c5f] {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header-202509091411 .tool-item[data-v-eb489c5f]:focus {
  background: #F0EFFF;
  color: #333;
}
@media (max-width: 1200px) {
.header-202509091411[data-v-eb489c5f] {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
}
.header-202509091411.menu-expanded[data-v-eb489c5f] {
    background: #FFFFFF !important;
}
.header-202509091411.menu-expanded .more-box .btn[data-v-eb489c5f] {
    color: #6864ED;
    border-color: #6864ED;
}
.header-202509091411.menu-expanded .more-box .orange[data-v-eb489c5f] {
    background: #6864ED;
    color: #FFFFFF;
}
.header-202509091411.menu-expanded .more[data-v-eb489c5f] {
    filter: invert(1);
    filter: none;
}
.header-202509091411 .more-box[data-v-eb489c5f] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.header-202509091411 .more-box .btn[data-v-eb489c5f] {
    width: fit-content;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    padding: 0 16px;
    cursor: pointer;
    display: block;
}
.header-202509091411 .more-box .orange[data-v-eb489c5f] {
    background: #FFFFFF;
    color: #6864ED;
}
.header-202509091411 .more[data-v-eb489c5f] {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.header-202509091411 .section[data-v-eb489c5f] {
    display: none;
}
.header-202509091411 .section-mb[data-v-eb489c5f] {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 80px);
    background: #FFFFFF !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 1000000;
    padding: 30px 40px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    /* 重置 a 标签样式 */
    /* 覆盖 hover 效果 */
    /* 移除 PC 端对 list item 圆角的特殊处理 */
}
.header-202509091411 .section-mb a[data-v-eb489c5f] {
    text-decoration: none;
}
.header-202509091411 .section-mb .tools-wrapper[data-v-eb489c5f] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
}
.header-202509091411 .section-mb .tools-trigger[data-v-eb489c5f] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    pointer-events: none;
}
.header-202509091411 .section-mb .tools-text[data-v-eb489c5f] {
    color: #6864ED;
    font-weight: 700;
    font-size: 24px;
}
.header-202509091411 .section-mb .icon-r[data-v-eb489c5f] {
    display: none;
}
.header-202509091411 .section-mb .tools-dropdown[data-v-eb489c5f] {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    min-width: unset;
    padding: 0;
    z-index: auto;
    display: block;
    background: transparent;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-dropdown[data-v-eb489c5f] {
    display: block;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-trigger .tools-text[data-v-eb489c5f] {
    color: #6864ED;
}
.header-202509091411 .section-mb .tools-list[data-v-eb489c5f] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 0 10px;
}
.header-202509091411 .section-mb .tool-item[data-v-eb489c5f] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    /* 移除 padding */
    text-decoration: none;
    color: #333;
    border-radius: 0;
    height: auto;
}
.header-202509091411 .section-mb .tool-item .item-name[data-v-eb489c5f] {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.header-202509091411 .section-mb .tool-item[data-v-eb489c5f]:hover {
    background: transparent !important;
}
.header-202509091411 .section-mb .tool-item[data-v-eb489c5f]:first-child,
  .header-202509091411 .section-mb .tool-item[data-v-eb489c5f]:last-child {
    border-radius: 0;
}
.header-202509091411 .section-mb .tool-icon[data-v-eb489c5f] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.header-202509091411 .section-mb .line[data-v-eb489c5f] {
    display: none;
}
.header-202509091411 .section-mb .priceLink[data-v-eb489c5f] {
    color: #222222;
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
    display: block;
}
.header-202509091411 .section-mb .priceLink[data-v-eb489c5f]:hover {
    color: #6864ED;
}
.header-202509091411 .section-mb .phone_login[data-v-eb489c5f] {
    display: none;
}
}
@media (max-width: 1201px) {
.header-202509091411[data-v-eb489c5f] {
    padding-right: 20px;
    padding-left: 20px;
}
}
@media (max-width: 639px) {
.header-202509091411[data-v-eb489c5f] {
    width: 100%;
    height: 1.2rem;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    position: fixed;
}
.header-202509091411.menu-expanded[data-v-eb489c5f] {
    background: #FFFFFF !important;
}
.header-202509091411.menu-expanded .more-box .btn[data-v-eb489c5f] {
    color: #6864ED;
    border-color: #6864ED;
}
.header-202509091411.menu-expanded .more-box .orange[data-v-eb489c5f] {
    background: #6864ED;
    color: #FFFFFF;
}
.header-202509091411.menu-expanded .more[data-v-eb489c5f] {
    filter: none;
}
.header-202509091411 .more-box[data-v-eb489c5f] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
}
.header-202509091411 .more-box .btn[data-v-eb489c5f] {
    width: fit-content;
    height: 0.45rem;
    background: #F7F8F9;
    border-radius: 1rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #222222;
    line-height: 0.45rem;
    padding: 0px 0.16rem;
    cursor: pointer;
}
.header-202509091411 .more-box .pc_log[data-v-eb489c5f] {
    display: none;
}
.header-202509091411 .more[data-v-eb489c5f] {
    width: 0.49rem;
    height: 0.49rem;
    display: block;
}
.header-202509091411 .section[data-v-eb489c5f] {
    display: none;
}
.header-202509091411 .section-mb[data-v-eb489c5f] {
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    position: fixed;
    top: 1.2rem;
    left: 0px;
    padding: 0.3rem 0;
    box-sizing: border-box;
}
.header-202509091411 .section-mb a[data-v-eb489c5f] {
    font-size: 0.18rem;
    color: #222222;
    line-height: 0.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header-202509091411 .section-mb a img[data-v-eb489c5f] {
    display: block;
    width: 0.39rem;
    height: 0.39rem;
}
.header-202509091411 .section-mb a[data-v-eb489c5f]:hover {
    color: #6864ed;
}
.header-202509091411 .section-mb .phone_login[data-v-eb489c5f] {
    position: fixed;
    bottom: 0.2rem;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}
.header-202509091411 .section-mb .phone_login .btn[data-v-eb489c5f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 0.82rem;
    background: #FFF7E0;
    border-radius: 0.1rem;
    font-size: 0.29rem;
    line-height: 0.45rem;
    padding: 0px 0.16rem;
    cursor: pointer;
}
.header-202509091411 .section-mb .phone_login .sign-up[data-v-eb489c5f] {
    color: #6864ED;
    background: #E5E4FF;
}
.header-202509091411 .section-mb .phone_login .orange[data-v-eb489c5f] {
    background: #6864ed;
    color: #FFFFFF;
}
.header-202509091411 .section-mb .tools-wrapper[data-v-eb489c5f] {
    position: relative;
    display: inline-block;
    margin-left: 0.3rem;
}
.header-202509091411 .section-mb .tools-trigger[data-v-eb489c5f] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0rem;
    margin: 0.05rem;
    font-weight: 500;
    cursor: pointer;
    color: #666;
}
.header-202509091411 .section-mb .tools-text[data-v-eb489c5f] {
    font-size: 0.3rem;
    font-weight: 600;
    color: #222222;
}
.header-202509091411 .section-mb .icon-r[data-v-eb489c5f] {
    width: 0.1rem;
    height: 0.1rem;
    border-bottom: 0.05rem solid #666;
    border-right: 0.05rem solid #666;
    transform: rotate(45deg) translateY(-0.5rem);
    margin-left: 0.025rem;
}
.header-202509091411 .section-mb .tools-dropdown[data-v-eb489c5f] {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0.75rem;
    box-shadow: none;
    /* min-width: 280rem;*/
    padding: 0.1rem 0;
    z-index: 1000;
    display: block;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-dropdown[data-v-eb489c5f] {
    display: block;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-trigger .tools-text[data-v-eb489c5f] {
    color: #89F3FF;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-trigger .icon-r[data-v-eb489c5f] {
    border-color: #89F3FF;
}
.header-202509091411 .section-mb .tools-list[data-v-eb489c5f] {
    display: flex;
    flex-direction: column;
    padding: 0 0.1rem;
}
.header-202509091411 .section-mb .tool-item[data-v-eb489c5f] {
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.075rem 0.1rem;
    text-decoration: none;
    color: #333;
    border-radius: 0.5rem;
}
.header-202509091411 .section-mb .tool-item .item-name[data-v-eb489c5f] {
    font-size: 0.24rem;
    font-weight: 500;
}
.header-202509091411 .section-mb .tool-icon[data-v-eb489c5f] {
    /*      width: 4rem;
              height: 4rem;*/
    object-fit: contain;
}
.header-202509091411 .section-mb .tool-item[data-v-eb489c5f]:hover {
    background-color: #ffffff;
    color: #333;
}
.header-202509091411 .section-mb .priceLink[data-v-eb489c5f] {
    margin: 0.2rem 0 0.2rem 0.3rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #222222;
}
.header-202509091411 .section-mb .line[data-v-eb489c5f] {
    display: none;
}
.header-202509091411 .section-mb .tool-icon[data-v-eb489c5f] {
    width: 0.39rem;
    height: 0.39rem;
    object-fit: contain;
}
}
.footer2025[data-v-cba39b2f] {
  width: 100%;
  height: 357px;
  background: #161139;
}
.footer2025 .container[data-v-cba39b2f] {
  width: 1174px;
  height: 262px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 76px;
  border-bottom: 1px solid #292B39;
  box-sizing: border-box;
}
.footer2025 .container .logo[data-v-cba39b2f] {
  width: 386px;
  margin-right: 90px;
}
.footer2025 .container .logo .logo-tips[data-v-cba39b2f] {
  width: 386px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 16px;
}
.footer2025 .container .title[data-v-cba39b2f] {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 15px;
}
.footer2025 .container .tools[data-v-cba39b2f] {
  margin-right: 50px;
}
.footer2025 .container .tools .list[data-v-cba39b2f] {
  display: flex;
  padding-top: 12px;
  flex-wrap: wrap;
}
.footer2025 .container .tools .list .item[data-v-cba39b2f] {
  width: 160px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-cba39b2f] {
  padding-top: 12px;
}
.footer2025 .container .contact .list .item[data-v-cba39b2f] {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  cursor: pointer;
}
.footer2025 .bottom[data-v-cba39b2f] {
  justify-content: space-between;
  width: 1174px;
  height: calc(100% - 262px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
}
.footer2025 .bottom .copyright[data-v-cba39b2f] {
  gap: 35px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 15px;
}
.footer2025 .bottom .others[data-v-cba39b2f] {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer2025 .bottom .others a[data-v-cba39b2f] {
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 15px;
}
@media (max-width: 1200px) {
.footer2025[data-v-cba39b2f] {
    width: 100%;
    height: auto;
    background: #161139;
    padding-bottom: 76px;
}
.footer2025 .container[data-v-cba39b2f] {
    width: 474px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 76px;
    padding-bottom: 30px;
    gap: 30px;
    border-bottom: 1px solid #292B39;
    box-sizing: border-box;
}
.footer2025 .container .logo[data-v-cba39b2f] {
    margin-right: 119px;
}
.footer2025 .container .logo .logo-tips[data-v-cba39b2f] {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 16px;
    white-space: nowrap;
}
.footer2025 .container .title[data-v-cba39b2f] {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 15px;
}
.footer2025 .container .tools[data-v-cba39b2f] {
    margin-right: 60px;
}
.footer2025 .container .tools .list[data-v-cba39b2f] {
    padding-top: 12px;
}
.footer2025 .container .tools .list .item[data-v-cba39b2f] {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
    margin-right: 51px;
    white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-cba39b2f] {
    padding-top: 12px;
}
.footer2025 .container .contact .list .item[data-v-cba39b2f] {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
    margin-right: 51px;
    cursor: pointer;
    white-space: nowrap;
}
.footer2025 .bottom[data-v-cba39b2f] {
    width: 474px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    gap: 30px;
    margin: auto;
}
.footer2025 .bottom .copyright[data-v-cba39b2f] {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
}
.footer2025 .bottom .others[data-v-cba39b2f] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer2025 .bottom .others a[data-v-cba39b2f] {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
}
}
@media (max-width: 639px) {
.footer2025[data-v-cba39b2f] {
    width: 100%;
    height: auto;
    background: #161139;
    padding-bottom: 0.8rem;
}
.footer2025 .container[data-v-cba39b2f] {
    width: 5.03rem;
    margin: 0 auto;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0rem;
    padding-bottom: 0.3rem;
    gap: 0.3rem;
    border-bottom: 1px solid #292B39;
    box-sizing: border-box;
}
.footer2025 .container .logo[data-v-cba39b2f] {
    width: 100%;
    margin-right: 0.8rem;
}
.footer2025 .container .logo img[data-v-cba39b2f] {
    width: 2rem;
    height: auto;
}
.footer2025 .container .logo .logo-tips[data-v-cba39b2f] {
    margin-top: 0;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    white-space: normal;
    width: 100%;
}
.footer2025 .container .title[data-v-cba39b2f] {
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}
.footer2025 .container .tools[data-v-cba39b2f] {
    margin: 0.1rem 0rem;
}
.footer2025 .container .tools .list[data-v-cba39b2f] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.footer2025 .container .tools .list .item[data-v-cba39b2f] {
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    margin-right: 0.51rem;
    white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-cba39b2f] {
    padding: 0.2rem 0;
}
.footer2025 .container .contact .list .item[data-v-cba39b2f] {
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    cursor: pointer;
    white-space: nowrap;
}
.footer2025 .bottom[data-v-cba39b2f] {
    font-family: AlibabaPuHuiTiB;
    width: 5.03rem;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.5rem;
    gap: 0.3rem;
    margin: auto;
}
.footer2025 .bottom .copyright[data-v-cba39b2f] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    align-items: flex-start;
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}
.footer2025 .bottom .others[data-v-cba39b2f] {
    display: flex;
    flex-direction: column;
}
.footer2025 .bottom .others a[data-v-cba39b2f] {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}
}
.app[data-v-650d78a3] {
  height: 100vh;
}
.navigtion[data-v-650d78a3] {
  z-index: 9;
}
.content[data-v-650d78a3] {
  width: 100%;
  height: calc(100% - 80px);
  overflow-y: auto;
  position: fixed;
  top: 80px;
  left: 0px;
  box-sizing: border-box;
}
@media (max-width: 639px) {
.content[data-v-650d78a3] {
    height: calc(100% - 1.2rem);
    top: 1.2rem;
}
}
.upload[data-v-54c50429] {
  cursor: pointer;
}
.slot[data-v-54c50429] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 21px;
}
.content[data-v-54c50429] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashed_box[data-v-54c50429] {
  border-radius: 15px;
  border: 1px dashed #D4D6FF;
  height: 94%;
  width: 94%;
}
.content1[data-v-54c50429] {
  margin-top: 42px;
  width: 332px;
  height: 69px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
.example_img_wrapper[data-v-54c50429] {
  margin-bottom: 31px;
  min-height: 50px;
}
.img-item-wrapper[data-v-54c50429] {
  position: relative;
  /* 确保子元素能以它为基准进行绝对定位 */
  display: inline-block;
  /* 或者根据你的布局需求选择合适的display属性 */
}
.tips[data-v-54c50429] {
  margin-top: 15px;
  width: 305px;
  font-weight: 400;
  font-size: 13px;
  color: #808FBC;
  line-height: 22px;
  text-align: center;
}
.content2[data-v-54c50429] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-54c50429] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-54c50429]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-54c50429]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-54c50429] {
  margin-top: 45px;
  z-index: 1;
  /* padding: 16px; */
  width: 290px;
  height: 60px;
  background: url("https://www.aiupscaler.ai/images/img/icon/upload-bg.webp") center;
  border-radius: 45px;
  opacity: 0.89;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btm[data-v-54c50429] {
  margin-top: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-54c50429] {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-54c50429] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.btm .otherimg img[data-v-54c50429] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}
.btm .otherimg .play-icon[data-v-54c50429] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-54c50429]:active {
  filter: brightness(0.9);
}
.upload-icon[data-v-54c50429] {
  margin-right: 10px;
}
@media (max-width: 1200px) {
.slot[data-v-54c50429] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.content1[data-v-54c50429] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-54c50429] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.16rem;
    height: 4.26rem !important;
    min-height: 4.26rem !important;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
}
.content[data-v-54c50429] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-54c50429] {
    width: 4.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.08rem;
    font-weight: 500;
    font-size: 0.26rem;
    text-align: center;
}
.example_img_wrapper[data-v-54c50429] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-54c50429] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-54c50429] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-54c50429] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
}
.content3[data-v-54c50429]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content3[data-v-54c50429]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content4[data-v-54c50429] {
    z-index: 1;
    /* padding: 16px; */
    margin-top: 0.1rem;
    width: 2.9rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-54c50429] {
    margin-top: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-54c50429] {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-54c50429] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.btm .otherimg img[data-v-54c50429] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-54c50429] {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.35rem;
    bottom: 0.16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  /* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-54c50429]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-54c50429] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.dashed_box[data-v-54c50429] {
    height: auto;
    width: auto;
}
}
.upload[data-v-e5637334] {
  cursor: pointer;
}
.slot[data-v-e5637334] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 21px;
}
.content[data-v-e5637334] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashed_box[data-v-e5637334] {
  border-radius: 15px;
  border: 1px dashed #D4D6FF;
  height: 94%;
  width: 94%;
}
.content1[data-v-e5637334] {
  margin-top: 42px;
  width: 332px;
  height: 69px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
.example_img_wrapper[data-v-e5637334] {
  margin-bottom: 31px;
  min-height: 50px;
}
.img-item-wrapper[data-v-e5637334] {
  position: relative;
  /* 确保子元素能以它为基准进行绝对定位 */
  display: inline-block;
  /* 或者根据你的布局需求选择合适的display属性 */
}
.tips[data-v-e5637334] {
  margin-top: 25px;
  width: 305px;
  font-weight: 400;
  font-size: 13px;
  color: #808FBC;
  line-height: 22px;
  text-align: center;
}
.content2[data-v-e5637334] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-e5637334] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-e5637334]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-e5637334]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-e5637334] {
  margin-top: 55px;
  z-index: 1;
  /* padding: 16px; */
  width: 290px;
  height: 60px;
  background: url("https://www.aiupscaler.ai/images/img/icon/upload-bg.webp") center;
  border-radius: 45px;
  opacity: 0.89;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btm[data-v-e5637334] {
  margin-top: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-e5637334] {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-e5637334] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.btm .otherimg img[data-v-e5637334] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}
.btm .otherimg .play-icon[data-v-e5637334] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-e5637334]:active {
  filter: brightness(0.9);
}
.upload-icon[data-v-e5637334] {
  margin-right: 10px;
}
@media (max-width: 1200px) {
.content1[data-v-e5637334] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-e5637334] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.16rem;
    height: 4.26rem !important;
    min-height: 4.26rem !important;
}
.content[data-v-e5637334] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-e5637334] {
    width: 4.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.08rem;
    font-weight: 500;
    font-size: 0.26rem;
    text-align: center;
}
.example_img_wrapper[data-v-e5637334] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-e5637334] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-e5637334] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-e5637334] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
}
.content3[data-v-e5637334]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content3[data-v-e5637334]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content4[data-v-e5637334] {
    z-index: 1;
    /* padding: 16px; */
    margin-top: 0.1rem;
    width: 2.9rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-e5637334] {
    margin-top: 0.23rem;
    margin-bottom: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-e5637334] {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-e5637334] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.btm .otherimg img[data-v-e5637334] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-e5637334] {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.35rem;
    bottom: 0.16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  /* .content4:hover {
      background: #3e95f1;
  } */
.content4[data-v-e5637334]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-e5637334] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.dashed_box[data-v-e5637334] {
    height: auto;
    width: auto;
}
}
.upload[data-v-c7ab3f57] {
  cursor: pointer;
}
.slot[data-v-c7ab3f57] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 21px;
}
.content[data-v-c7ab3f57] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashed_box[data-v-c7ab3f57] {
  border-radius: 15px;
  border: 1px dashed #D4D6FF;
  height: 94%;
  width: 94%;
}
.content1[data-v-c7ab3f57] {
  margin-top: 42px;
  width: 332px;
  height: 69px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
.example_img_wrapper[data-v-c7ab3f57] {
  margin-bottom: 31px;
  min-height: 50px;
}
.img-item-wrapper[data-v-c7ab3f57] {
  position: relative;
  /* 确保子元素能以它为基准进行绝对定位 */
  display: inline-block;
  /* 或者根据你的布局需求选择合适的display属性 */
}
.tips[data-v-c7ab3f57] {
  margin-top: 25px;
  width: 305px;
  font-weight: 400;
  font-size: 13px;
  color: #808FBC;
  line-height: 22px;
  text-align: center;
}
.content2[data-v-c7ab3f57] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-c7ab3f57] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-c7ab3f57]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-c7ab3f57]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-c7ab3f57] {
  margin-top: 55px;
  z-index: 1;
  /* padding: 16px; */
  width: 290px;
  height: 60px;
  background: url("https://www.aiupscaler.ai/images/img/icon/upload-bg.webp") center;
  border-radius: 45px;
  opacity: 0.89;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btm[data-v-c7ab3f57] {
  margin-top: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-c7ab3f57] {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-c7ab3f57] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.btm .otherimg img[data-v-c7ab3f57] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: block;
}
.btm .otherimg .play-icon[data-v-c7ab3f57] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-c7ab3f57]:active {
  filter: brightness(0.9);
}
.upload-icon[data-v-c7ab3f57] {
  margin-right: 10px;
}
@media (max-width: 1200px) {
.content1[data-v-c7ab3f57] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-c7ab3f57] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.16rem;
    height: 4.26rem !important;
    min-height: 4.26rem !important;
}
.content[data-v-c7ab3f57] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-c7ab3f57] {
    width: 4.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.08rem;
    font-weight: 500;
    font-size: 0.26rem;
    text-align: center;
}
.example_img_wrapper[data-v-c7ab3f57] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-c7ab3f57] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-c7ab3f57] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-c7ab3f57] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
}
.content3[data-v-c7ab3f57]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content3[data-v-c7ab3f57]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content4[data-v-c7ab3f57] {
    z-index: 1;
    /* padding: 16px; */
    margin-top: 0.1rem;
    width: 2.9rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-c7ab3f57] {
    margin-top: 0.23rem;
    margin-bottom: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-c7ab3f57] {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-c7ab3f57] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.btm .otherimg img[data-v-c7ab3f57] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-c7ab3f57] {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.35rem;
    bottom: 0.16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  /* .content4:hover {
      background: #3e95f1;
  } */
.content4[data-v-c7ab3f57]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-c7ab3f57] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.dashed_box[data-v-c7ab3f57] {
    height: auto;
    width: auto;
}
}
.upload[data-v-c5794b8c] {
  cursor: pointer;
}
.slot[data-v-c5794b8c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 21px;
}
.content[data-v-c5794b8c] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashed_box[data-v-c5794b8c] {
  border-radius: 15px;
  border: 1px dashed #D4D6FF;
  height: 94%;
  width: 94%;
}
.content1[data-v-c5794b8c] {
  margin-top: 42px;
  width: 332px;
  height: 69px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
.example_img_wrapper[data-v-c5794b8c] {
  margin-bottom: 31px;
  min-height: 50px;
}
.img-item-wrapper[data-v-c5794b8c] {
  position: relative;
  /* 确保子元素能以它为基准进行绝对定位 */
  display: inline-block;
  /* 或者根据你的布局需求选择合适的display属性 */
}
.tips[data-v-c5794b8c] {
  margin-top: 25px;
  width: 305px;
  font-weight: 400;
  font-size: 13px;
  color: #808FBC;
  line-height: 22px;
  text-align: center;
}
.content2[data-v-c5794b8c] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-c5794b8c] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-c5794b8c]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-c5794b8c]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-c5794b8c] {
  margin-top: 55px;
  z-index: 1;
  /* padding: 16px; */
  width: 290px;
  height: 60px;
  background: url("https://www.aiupscaler.ai/images/img/icon/upload-bg.webp") center;
  border-radius: 45px;
  opacity: 0.89;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btm[data-v-c5794b8c] {
  margin-top: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-c5794b8c] {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-c5794b8c] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.btm .otherimg img[data-v-c5794b8c] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: block;
}
.btm .otherimg .play-icon[data-v-c5794b8c] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-c5794b8c]:active {
  filter: brightness(0.9);
}
.upload-icon[data-v-c5794b8c] {
  margin-right: 10px;
}
@media (max-width: 1200px) {
.content1[data-v-c5794b8c] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-c5794b8c] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.16rem;
    height: 4.26rem !important;
    min-height: 4.26rem !important;
}
.content[data-v-c5794b8c] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-c5794b8c] {
    width: 4.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.08rem;
    font-weight: 500;
    font-size: 0.26rem;
    text-align: center;
}
.example_img_wrapper[data-v-c5794b8c] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-c5794b8c] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-c5794b8c] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-c5794b8c] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
}
.content3[data-v-c5794b8c]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content3[data-v-c5794b8c]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content4[data-v-c5794b8c] {
    z-index: 1;
    /* padding: 16px; */
    margin-top: 0.1rem;
    width: 2.9rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-c5794b8c] {
    margin-top: 0.23rem;
    margin-bottom: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-c5794b8c] {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-c5794b8c] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.btm .otherimg img[data-v-c5794b8c] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-c5794b8c] {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.35rem;
    bottom: 0.16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  /* .content4:hover {
      background: #3e95f1;
  } */
.content4[data-v-c5794b8c]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-c5794b8c] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.dashed_box[data-v-c5794b8c] {
    height: auto;
    width: auto;
}
}
.config[data-v-a340d64e] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slot[data-v-a340d64e] {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 16px;
}
.content[data-v-a340d64e] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 60px;
}
.content .close-btn[data-v-a340d64e] {
  position: absolute;
  top: 35px;
  right: 0px;
  width: 30px;
  height: 35px;
  background-image: url("https://www.aiupscaler.ai/images/close.svg");
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.title[data-v-a340d64e],
.title-1[data-v-a340d64e] {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  position: absolute;
  top: 40px;
}
.title-1[data-v-a340d64e] {
  position: static;
  text-align: left;
}
.configList[data-v-a340d64e] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* 列表项之间的间距 */
  width: 100%;
  margin-top: 40px;
}
.resolution-item[data-v-a340d64e] {
  position: relative;
  display: flex;
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  /* 默认灰色边框 */
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  /* 悬停效果 */
  /* 选中状态 */
}
.resolution-item[data-v-a340d64e]:hover {
  border-color: #7e2fe9;
}
.resolution-item.active[data-v-a340d64e] {
  border-color: #7e2fe9;
  /* 紫蓝色边框 */
  background-color: rgba(126, 47, 233, 0.04);
  /* 淡淡的紫色背景 */
}
.resolution-item.active .radio-icon[data-v-a340d64e] {
  border-color: #7e2fe9;
}
.resolution-item.active .radio-icon[data-v-a340d64e]::after {
  transform: translate(-50%, -50%) scale(1);
  /* 显示中间的小圆点 */
}
.radio-icon[data-v-a340d64e] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1.5px solid #999;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 2px;
}
.radio-icon .sel[data-v-a340d64e] {
  width: 100%;
  height: 100%;
  background-image: url("https://www.aiupscaler.ai/images/img/pricing_modal/active.svg");
  background-position: center;
  border-radius: 50%;
  opacity: 0;
}
.radio-icon[data-v-a340d64e] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #999;
  border-radius: 50%;
  margin-right: 14px;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  /* 选中时的图片 */
}
.radio-icon[data-v-a340d64e]::after {
  content: "";
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("https://www.aiupscaler.ai/images/img/pricing_modal/active.svg");
  background-size: cover;
  background-position: center;
  transform: scale(0);
  transition: transform 0.2s ease;
  border-radius: 50%;
}
.resolution-item.active[data-v-a340d64e] {
  border-color: #7e2fe9;
  background-color: rgba(126, 47, 233, 0.04);
}
.resolution-item.active .radio-icon[data-v-a340d64e] {
  border-color: transparent;
}
.resolution-item.active .radio-icon[data-v-a340d64e]::after {
  transform: scale(1);
}
.text-group[data-v-a340d64e] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* 移动端如果太窄可以换行 */
}
.text-group img[data-v-a340d64e] {
  position: absolute;
  right: 15px;
  width: 32px;
  height: 16px;
}
.resolution-text[data-v-a340d64e] {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
  min-width: 30px;
}
.description-text[data-v-a340d64e] {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
  font-weight: normal;
}
.generateList[data-v-a340d64e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 40px;
}
.btn1[data-v-a340d64e],
.btn2[data-v-a340d64e] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #6561e6;
  height: 48px;
  background-color: #e5e4ff;
}
.btn1 .points-wrapper[data-v-a340d64e],
.btn2 .points-wrapper[data-v-a340d64e] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.btn1 .points-wrapper img[data-v-a340d64e],
.btn2 .points-wrapper img[data-v-a340d64e] {
  width: 16px;
  height: 16px;
  display: block;
}
.btn1 .points-wrapper span[data-v-a340d64e],
.btn2 .points-wrapper span[data-v-a340d64e] {
  font-weight: 500;
}
.btn2[data-v-a340d64e] {
  background-color: #6864ed;
  color: #ffffff;
}
.enhanceFace[data-v-a340d64e] {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.enhance-header[data-v-a340d64e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.title-1[data-v-a340d64e] {
  position: static;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  width: auto;
}
.switch[data-v-a340d64e] {
  width: 44px;
  height: 24px;
  background-color: #e5e5e5;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.switch.active[data-v-a340d64e] {
  background-color: #6864ed;
}
.switch-handle[data-v-a340d64e] {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.switch.active .switch-handle[data-v-a340d64e] {
  transform: translateX(20px);
}
.is-processing[data-v-a340d64e] {
  font-size: #e6e7eb;
}
.is-processing .content[data-v-a340d64e] {
  opacity: 0.4;
  filter: grayscale(100%);
  pointer-events: none;
  user-select: none;
  transition: all 0.3s ease;
}
.tooltip-wrapper[data-v-a340d64e] {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: help;
}
.tooltip-wrapper .tooltip[data-v-a340d64e] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateX(0) translateY(-8px);
  width: 210px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  z-index: 1000;
  transition: opacity 0.3s, visibility 0.3s;
  white-space: normal;
  pointer-events: none;
}
.tooltip-wrapper .tooltip[data-v-a340d64e]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
}
.tooltip-wrapper:hover .tooltip[data-v-a340d64e] {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1200px) {
.content1[data-v-a340d64e] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-a340d64e] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.16rem;
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 0.2rem;
}
.config[data-v-a340d64e] {
    height: auto;
}
.title[data-v-a340d64e] {
    position: static;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #000000;
    width: 100%;
    text-align: left;
}
.title-1[data-v-a340d64e] {
    font-size: 0.24rem;
}
.content[data-v-a340d64e] {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    flex-direction: column;
}
.content .close-btn[data-v-a340d64e] {
    top: 0.24rem;
    right: 0px;
    width: 0.3rem;
    height: 0.36rem;
    background-image: url("https://www.aiupscaler.ai/images/close.svg");
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.configList[data-v-a340d64e] {
    margin: 0.2rem;
}
.resolution-item[data-v-a340d64e] {
    position: relative;
    display: flex;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    height: 0.4rem;
    /* 默认灰色边框 */
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    align-items: center;
}
.resolution-text[data-v-a340d64e] {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
.content1[data-v-a340d64e] {
    width: 4.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.08rem;
    font-weight: 500;
    font-size: 0.26rem;
    text-align: center;
}
.example_img_wrapper[data-v-a340d64e] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-a340d64e] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-a340d64e] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-a340d64e] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
}
.content3[data-v-a340d64e]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content3[data-v-a340d64e]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content4[data-v-a340d64e] {
    z-index: 1;
    /* padding: 16px; */
    width: 2.9rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-a340d64e] {
    margin-top: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-a340d64e] {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-a340d64e] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.btm .otherimg img[data-v-a340d64e] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-a340d64e] {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.35rem;
    bottom: 0.16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  /* .content4:hover {
    background: #3e95f1;
} */
.description-text[data-v-a340d64e] {
    font-size: 0.16rem;
    color: #666;
}
.content4[data-v-a340d64e]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-a340d64e] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.dashed_box[data-v-a340d64e] {
    height: auto;
    width: auto;
}
.is-processing[data-v-a340d64e] {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(50%);
    user-select: none;
}
.generateList[data-v-a340d64e] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    margin-top: 0.2rem;
    position: static;
}
.btn1[data-v-a340d64e],
  .btn2[data-v-a340d64e] {
    font-size: 0.18rem;
    line-height: 0.18rem;
    height: 0.6rem;
    background-color: #e5e4ff;
}
.btn1 .points-wrapper[data-v-a340d64e],
  .btn2 .points-wrapper[data-v-a340d64e] {
    display: flex;
    align-items: center;
}
.btn1 .points-wrapper img[data-v-a340d64e],
  .btn2 .points-wrapper img[data-v-a340d64e] {
    width: 0.16rem;
    height: 0.16rem;
    display: block;
}
.btn2[data-v-a340d64e] {
    background-color: #6864ed;
    color: #ffffff;
}
}
.upload[data-v-7adde4f0] {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-btn[data-v-7adde4f0] {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-image: url("https://www.aiupscaler.ai/images/close.svg");
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.slot[data-v-7adde4f0] {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.content[data-v-7adde4f0] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
.title[data-v-7adde4f0],
.title-1[data-v-7adde4f0] {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  position: absolute;
  top: 40px;
}
.title-1[data-v-7adde4f0] {
  position: static;
  text-align: left;
}
.configList[data-v-7adde4f0] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* 列表项之间的间距 */
  width: 100%;
  margin-top: 15px;
}
.resolution-item[data-v-7adde4f0] {
  display: flex;
  margin-top: 40px;
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  /* 默认灰色边框 */
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  /* 悬停效果 */
  /* 选中状态 */
}
.resolution-item[data-v-7adde4f0]:hover {
  border-color: #7E2FE9;
}
.resolution-item.active[data-v-7adde4f0] {
  border-color: #7E2FE9;
  /* 紫蓝色边框 */
  background-color: rgba(126, 47, 233, 0.04);
  /* 淡淡的紫色背景 */
}
.resolution-item.active .radio-icon[data-v-7adde4f0] {
  border-color: #7E2FE9;
}
.resolution-item.active .radio-icon[data-v-7adde4f0]::after {
  transform: translate(-50%, -50%) scale(1);
  /* 显示中间的小圆点 */
}
.radio-icon[data-v-7adde4f0] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1.5px solid #999;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 2px;
}
.radio-icon .sel[data-v-7adde4f0] {
  width: 100%;
  height: 100%;
  background-image: url('./images/img/pricing_modal/active.svg');
  background-position: center;
  border-radius: 50%;
  opacity: 0;
}
.radio-icon[data-v-7adde4f0] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #999;
  border-radius: 50%;
  margin-right: 14px;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  /* 选中时的图片 */
}
.radio-icon[data-v-7adde4f0]::after {
  content: '';
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('https://www.aiupscaler.ai/images/img/pricing_modal/active.svg');
  background-size: cover;
  background-position: center;
  transform: scale(0);
  transition: transform 0.2s ease;
  border-radius: 50%;
}
.resolution-item.active[data-v-7adde4f0] {
  border-color: #7E2FE9;
  background-color: rgba(126, 47, 233, 0.04);
}
.resolution-item.active .radio-icon[data-v-7adde4f0] {
  border-color: transparent;
}
.resolution-item.active .radio-icon[data-v-7adde4f0]::after {
  transform: scale(1);
}
.text-group[data-v-7adde4f0] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* 移动端如果太窄可以换行 */
}
.resolution-text[data-v-7adde4f0] {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
  min-width: 30px;
}
.description-text[data-v-7adde4f0] {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.downloadList[data-v-7adde4f0] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
button[data-v-7adde4f0] {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}
button[data-v-7adde4f0]:hover {
  opacity: 0.9;
}
.btn1[data-v-7adde4f0],
.btn2[data-v-7adde4f0] {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #6561E6;
  height: 48px;
  background-color: #E5E4FF;
}
.btn2[data-v-7adde4f0] {
  background-color: #6864ED;
  color: #FFFFFF;
}
.btn-icon[data-v-7adde4f0] {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.btn-icon-svg[data-v-7adde4f0] {
  width: 20px;
  height: 20px;
  color: #6864ED;
}
.show-comparison[data-v-7adde4f0] {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.show-comparison .checkbox-icon[data-v-7adde4f0] {
  width: 18px;
  height: 18px;
  border: 1.5px solid #999;
  border-radius: 9px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease;
}
.show-comparison .checkbox-icon.active[data-v-7adde4f0] {
  border-color: #6864ed;
  background-color: #6864ed;
}
.show-comparison .checkbox-icon.active[data-v-7adde4f0]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}
.show-comparison p[data-v-7adde4f0] {
  font-size: 14px;
  color: #666;
  margin: 0;
  user-select: none;
}
.fotmat[data-v-7adde4f0] {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enhance-header[data-v-7adde4f0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.title-1[data-v-7adde4f0] {
  position: static;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  width: auto;
}
.switch[data-v-7adde4f0] {
  display: flex;
  gap: 20px;
  width: 150px;
  height: 24px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.switch .format-options[data-v-7adde4f0] {
  display: flex;
  gap: 20px;
}
.switch .format-item[data-v-7adde4f0] {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0px;
}
.switch .format-item span[data-v-7adde4f0] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.switch .format-item .radio-icon.active[data-v-7adde4f0] {
  border: none;
}
.switch .format-item .radio-icon.active[data-v-7adde4f0]::after {
  transform: scale(1);
}
.switch-handle[data-v-7adde4f0] {
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.switch.active .switch-handle[data-v-7adde4f0] {
  transform: translateX(20px);
}
.compare[data-v-7adde4f0] {
  position: absolute;
  bottom: 0px;
  width: fit-content;
  height: 20px;
  text-align: right;
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}
.compare .circle[data-v-7adde4f0] {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #999999;
  margin-right: 6px;
}
.compare img[data-v-7adde4f0] {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
@media (max-width: 1200px) {
.content1[data-v-7adde4f0] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.upload[data-v-7adde4f0] {
    height: auto !important;
}
.slot[data-v-7adde4f0] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.16rem;
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 0.2rem;
}
.title[data-v-7adde4f0] {
    position: static;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #000000;
    width: 100%;
    text-align: left;
}
.title-1[data-v-7adde4f0] {
    font-size: 0.24rem;
}
.content[data-v-7adde4f0] {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    flex-direction: column;
}
.content .close-btn[data-v-7adde4f0] {
    top: 0.24rem;
    right: 0px;
    width: 0.3rem;
    height: 0.36rem;
    background-image: url("https://www.aiupscaler.ai/images/close.svg");
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.configList[data-v-7adde4f0] {
    margin-top: 0.2rem;
}
.resolution-item[data-v-7adde4f0] {
    margin-top: 0;
    position: relative;
    display: flex;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    height: 0.4rem;
    /* 默认灰色边框 */
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    align-items: center;
}
.resolution-text[data-v-7adde4f0] {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
    margin-top: 0;
}
.content1[data-v-7adde4f0] {
    width: 4.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.08rem;
    font-weight: 500;
    font-size: 0.26rem;
    text-align: center;
}
.example_img_wrapper[data-v-7adde4f0] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-7adde4f0] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-7adde4f0] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-7adde4f0] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
}
.content3[data-v-7adde4f0]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content3[data-v-7adde4f0]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
}
.content4[data-v-7adde4f0] {
    z-index: 1;
    /* padding: 16px; */
    width: 2.9rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-7adde4f0] {
    margin-top: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-7adde4f0] {
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-7adde4f0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.btm .otherimg img[data-v-7adde4f0] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-7adde4f0] {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.35rem;
    bottom: 0.16rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  /* .content4:hover {
    background: #3e95f1;
} */
.description-text[data-v-7adde4f0] {
    font-size: 0.16rem;
    color: #666;
}
.content4[data-v-7adde4f0]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-7adde4f0] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.dashed_box[data-v-7adde4f0] {
    height: auto;
    width: auto;
}
.downloadList[data-v-7adde4f0] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    margin-top: 0.2rem;
    position: static;
}
.btn1[data-v-7adde4f0],
  .btn2[data-v-7adde4f0] {
    font-size: 0.18rem;
    line-height: 0.18rem;
    height: 0.6rem;
    background-color: #e5e4ff;
}
.btn1 .points-wrapper[data-v-7adde4f0],
  .btn2 .points-wrapper[data-v-7adde4f0] {
    display: flex;
    align-items: center;
}
.btn1 .points-wrapper img[data-v-7adde4f0],
  .btn2 .points-wrapper img[data-v-7adde4f0] {
    width: 0.16rem;
    height: 0.16rem;
    display: block;
}
.btn2[data-v-7adde4f0] {
    background-color: #6864ed;
    color: #ffffff;
}
.show-comparison[data-v-7adde4f0] {
    width: 100%;
    margin-top: 0.24rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 0.3rem;
    gap: 0.05rem;
    align-items: center;
}
.show-comparison .checkbox-icon[data-v-7adde4f0] {
    width: 0.2rem;
    height: 0.2rem;
    border: 1.5px solid #999;
    /* 默认灰色边框(未选中) */
    border-radius: 0.1rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 0.05rem;
}
.show-comparison .checkbox-icon.active[data-v-7adde4f0] {
    border-color: #6864ed;
    background-color: #6864ed;
    /* 勾选图标 */
}
.show-comparison .checkbox-icon.active[data-v-7adde4f0]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.show-comparison img[data-v-7adde4f0] {
    width: 0.24rem;
    height: 0.24rem;
    display: none;
    /* 隐藏以前的 img */
}
.show-comparison p[data-v-7adde4f0] {
    font-size: 0.18rem;
    height: 0.18rem;
    line-height: 0.18rem;
    color: #666666;
}
}
.wh100[data-v-0b84ebb5] {
  width: 100%;
  height: 100%;
}
.radius img[data-v-0b84ebb5] {
  border-radius: 16px;
}
.slide_back[data-v-0b84ebb5] {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #e8f1ff 0%, #dce2eb 100%);
  background-size: 400% 400%;
  border-radius: 20px;
  animation: gradientBackground 3s ease infinite;
}
.slide_box[data-v-0b84ebb5] {
  box-sizing: border-box;
}
.slide_box .photo[data-v-0b84ebb5] {
  border-radius: 18px;
  overflow: hidden;
}
.slide_box .photo[data-v-0b84ebb5],
.slide_box img[data-v-0b84ebb5] {
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slide_box .photo .i-box[data-v-0b84ebb5],
.slide_box img .i-box[data-v-0b84ebb5] {
  position: relative;
  overflow: hidden;
}
.slide_box .photo .img1[data-v-0b84ebb5],
.slide_box img .img1[data-v-0b84ebb5] {
  z-index: 2;
}
.slide_box[data-v-0b84ebb5]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
}
.hovering-box[data-v-0b84ebb5] {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.46);
  width: 86px;
  height: 38px;
  position: absolute;
  border-radius: 21px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hovering-box .hovering-text[data-v-0b84ebb5] {
  color: #FFFFFF;
  font-size: 18px;
  opacity: 1;
}
.div1[data-v-0b84ebb5],
.div2[data-v-0b84ebb5] {
  width: 2px;
  height: calc(calc(100% - 40px) / 2);
  background: #fff;
  position: absolute;
  z-index: 9;
  transform: translateX(-50%);
}
.div1[data-v-0b84ebb5] {
  top: 0;
}
.div2[data-v-0b84ebb5] {
  bottom: 0;
}
.slide[data-v-0b84ebb5] {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 3;
}
.slide .img[data-v-0b84ebb5],
.slide img[data-v-0b84ebb5] {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 639px) {
.div1[data-v-0b84ebb5],
  .div2[data-v-0b84ebb5] {
    width: 0.025rem;
    height: calc(calc(100% - 0.5rem) / 2);
}
.slide_box .photo[data-v-0b84ebb5] {
    border-radius: 0.38rem;
}
.slide_box[data-v-0b84ebb5]::after {
    display: none;
}
.slide .img[data-v-0b84ebb5],
  .slide img[data-v-0b84ebb5] {
    width: 0.5rem;
    height: 0.5rem;
}
.radius img[data-v-0b84ebb5] {
    border-radius: 1.6px;
}
.img1[data-v-0b84ebb5] {
    object-fit: cover;
}
.img2[data-v-0b84ebb5] {
    object-fit: cover;
}
}
.radius video[data-v-cf76d405] {
  border-radius: 6px;
}
.slide_back[data-v-cf76d405] {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #E8F1FF 0%, #dce2eb 100%);
  background-size: 400% 400%;
  border-radius: 20px;
  animation: gradientBackground 3s ease infinite;
}
.slide_box[data-v-cf76d405] {
  box-sizing: border-box;
  pointer-events: auto;
}
.slide_box .hovering-box[data-v-cf76d405] {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.46);
  width: fit-content;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.27);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
}
.slide_box .hovering-box .hovering-text[data-v-cf76d405] {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
}
.slide_box .video[data-v-cf76d405] {
  overflow: hidden;
  position: relative;
  background: #EDEDED;
  border-radius: 8px;
}
.slide_box .video[data-v-cf76d405],
.slide_box video[data-v-cf76d405] {
  border-radius: 0px;
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slide_box .video .i-box[data-v-cf76d405],
.slide_box video .i-box[data-v-cf76d405] {
  position: relative;
  overflow: hidden;
}
.slide_box .video .img1[data-v-cf76d405],
.slide_box video .img1[data-v-cf76d405] {
  z-index: 2;
}
.slide_box video[data-v-cf76d405] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.slide_box[data-v-cf76d405]::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
}
.slide[data-v-cf76d405] {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 3;
}
.slide .line[data-v-cf76d405] {
  height: calc(50% - 25px);
  width: 2px;
  background: #ffffff;
}
.slide .img[data-v-cf76d405],
.slide img[data-v-cf76d405] {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slide .line1[data-v-cf76d405] {
  height: calc(50% - 25px);
  width: 2px;
  background: #ffffff;
  margin-top: 50px;
}
.play[data-v-cf76d405] {
  left: 19px;
  bottom: 19px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  left: 9px;
  border-radius: 25px;
  bottom: 9px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play .stop[data-v-cf76d405] {
  line-height: 22px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5.5px;
}
.play img[data-v-cf76d405] {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.preview[data-v-cf76d405] {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  right: 9px;
  border-radius: 25px;
  bottom: 9px;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.preview img[data-v-cf76d405] {
  width: 22px;
  height: 22px;
}
.wh100[data-v-e1119dd0] {
  width: 100%;
  height: 100%;
}
.wh100[data-v-e1119dd0] {
  width: 100%;
  height: 100%;
}
.radius img[data-v-e1119dd0] {
  border-radius: 16px;
}
.slide_back[data-v-e1119dd0] {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #E8F1FF 0%, #dce2eb 100%);
  background-size: 400% 400%;
  border-radius: 20px;
  animation: gradientBackground 3s ease infinite;
}
.slide_box[data-v-e1119dd0] {
  box-sizing: border-box;
  pointer-events: auto;
}
.slide_box .photo[data-v-e1119dd0] {
  border-radius: 38px;
  overflow: hidden;
}
.slide_box .photo[data-v-e1119dd0],
.slide_box img[data-v-e1119dd0] {
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slide_box .photo .i-box[data-v-e1119dd0],
.slide_box img .i-box[data-v-e1119dd0] {
  position: relative;
  overflow: hidden;
}
.slide_box .photo .img1[data-v-e1119dd0],
.slide_box img .img1[data-v-e1119dd0] {
  z-index: 2;
}
.slide_box[data-v-e1119dd0]::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
}
.div1[data-v-e1119dd0],
.div2[data-v-e1119dd0] {
  width: 4px;
  background: #fff;
  position: absolute;
  z-index: 9;
  transform: translateX(-50%);
}
.div1[data-v-e1119dd0] {
  top: 0;
}
.div2[data-v-e1119dd0] {
  bottom: 0;
}
.slide[data-v-e1119dd0] {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 3;
}
.slide .img[data-v-e1119dd0],
.slide img[data-v-e1119dd0] {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image3[data-v-e1119dd0],
.image4[data-v-e1119dd0],
.white-cir[data-v-e1119dd0] {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.white-cir[data-v-e1119dd0] {
  z-index: 4;
  background-color: #fff;
}
.image4[data-v-e1119dd0] {
  z-index: 8;
}
.hovering-box[data-v-e1119dd0] {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.46);
  width: 86px;
  height: 38px;
  position: absolute;
  border-radius: 21px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hovering-box .hovering-text[data-v-e1119dd0] {
  color: #FFFFFF;
  font-size: 18px;
  opacity: 1;
}
@media (max-width: 639px) {
.div1[data-v-e1119dd0],
  .div2[data-v-e1119dd0] {
    width: 0.4rem;
    height: calc(calc(100% - 6.8rem) / 2);
}
.slide_box .photo[data-v-e1119dd0] {
    border-radius: 3.8rem;
}
.slide_box[data-v-e1119dd0]::after {
    display: none;
}
.slide .img[data-v-e1119dd0],
  .slide img[data-v-e1119dd0] {
    width: 7rem;
    height: 7rem;
}
.radius img[data-v-e1119dd0] {
    border-radius: 1.6rem;
}
}
.circle-loading-cover[data-v-efeacca3] {
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1001;
  border-radius: 16px;
  /* 保持圆角 */
}
.circle-loading-cover .info[data-v-efeacca3] {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
  gap: 5px;
}
.circle-loading-cover .video-info[data-v-efeacca3] {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 0 0;
  gap: 20px;
  box-sizing: border-box;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.circle-loading-cover .video-info p[data-v-efeacca3] {
  padding-left: 50px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  background: transparent;
}
.circle-loading-cover .video-info .btn[data-v-efeacca3] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  background: #ebebeb;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
}
.circle-loading-cover .video-info .btn[data-v-efeacca3]:hover {
  background: #fff;
}
.circle-loading-cover .loading1[data-v-efeacca3] {
  width: 60px !important;
  height: 60px;
  border: 6px solid #6864ED;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle-efeacca3 infinite 0.75s linear;
}
@keyframes circle-efeacca3 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.banner[data-v-efeacca3] {
  width: 100%;
  background: linear-gradient(to bottom, #6a59ed, #ffffff);
  padding-top: 79px;
  position: relative;
  box-sizing: border-box;
}
.banner .bg_point_box[data-v-efeacca3] {
  width: 1182px;
  height: 252px;
  position: absolute;
  left: 24.5%;
}
.banner .bg_point_box .left_point[data-v-efeacca3] {
  background: url("https://www.aiupscaler.ai/images/bg_pointer_left.webp");
  width: 113px;
  height: 173px;
  position: absolute;
  bottom: 40px;
}
.banner .bg_point_box .right_point[data-v-efeacca3] {
  background: url("https://www.aiupscaler.ai/images/bg_pointer_right.webp");
  width: 161px;
  height: 60px;
  position: absolute;
  right: 0;
  top: -40px;
}
.banner .content[data-v-efeacca3] {
  width: 1176px;
  margin: auto;
  position: relative;
}
.banner .content .title1[data-v-efeacca3] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #ffffff;
  line-height: 78px;
  display: block;
}
.banner .content .title1-1[data-v-efeacca3] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #ffffff;
  line-height: 72px;
  display: none;
}
.banner .content .tips[data-v-efeacca3] {
  width: 1069px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  margin: 30px auto 0 auto;
}
.banner .content .red_star[data-v-efeacca3] {
  position: absolute;
  top: -30px;
  right: 60px;
}
.banner .content .list[data-v-efeacca3] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 68px;
  box-sizing: border-box;
}
.banner .content .list .left[data-v-efeacca3] {
  width: 749px;
  height: 505px;
  padding: 21px, 0;
  border-radius: 21px 0 0 21px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner .content .list .left > div[data-v-efeacca3] {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}
.banner .content .list .left img[data-v-efeacca3] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .content .list .left video[data-v-efeacca3] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .content .list .left .video-wrapper[data-v-efeacca3] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner .content .list .left .video-wrapper video[data-v-efeacca3] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  border-radius: 0;
}
.banner .content .list .left .video-wrapper .play[data-v-efeacca3] {
  position: absolute;
  left: 9px;
  bottom: 9px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.banner .content .list .left .video-wrapper .play .stop[data-v-efeacca3] {
  line-height: 22px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5.5px;
}
.banner .content .list .left .video-wrapper .play img[data-v-efeacca3] {
  width: 22px !important;
  height: 22px !important;
  margin-left: 5px;
  object-fit: contain;
  border-radius: 0;
}
.banner .content .list .left .video-wrapper .preview[data-v-efeacca3] {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  right: 9px;
  border-radius: 25px;
  bottom: 9px;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner .content .list .left .video-wrapper .preview img[data-v-efeacca3] {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
  border-radius: 0;
}
.banner .content .list .right[data-v-efeacca3] {
  width: 425px;
  height: 505px;
  background: #ffffff;
  border-radius: 0 21px 21px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.processing-mask[data-v-efeacca3] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  z-index: 10;
  /* 确保在图片之上 */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px 0 0 21px;
  /* 保持圆角一致 */
}
.spinner[data-v-efeacca3] {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
.video-resolution-tag[data-v-efeacca3] {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  z-index: 10;
}
.videoParent[data-v-efeacca3] {
  position: relative;
}
.videoInfo[data-v-efeacca3] {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  z-index: 10;
}
.hovering-box[data-v-efeacca3] {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.46);
  width: fit-content;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.27);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
}
.hovering-box .hovering-text[data-v-efeacca3] {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}
@media (max-width: 1200px) {
.banner[data-v-efeacca3] {
    width: 100%;
    margin-top: 0px;
    padding-top: 50px;
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
}
.banner .bg_point_box[data-v-efeacca3] {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .bg_point_box .left_point[data-v-efeacca3] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_left_m.webp");
    width: 103px;
    height: 97px;
    position: absolute;
    top: -20px;
    left: 180px;
}
.banner .bg_point_box .right_point[data-v-efeacca3] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_right_m.webp");
    width: 103px;
    height: 83px;
    position: absolute;
    right: 380px;
    top: 120px;
}
.banner .content[data-v-efeacca3] {
    width: 474px;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-efeacca3] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #ffffff;
    line-height: 80px;
    display: block;
}
.banner .content .title1-1[data-v-efeacca3] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #ffffff;
    line-height: 72px;
    display: none;
}
.banner .content .tips[data-v-efeacca3] {
    width: 474px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 26px;
}
.banner .content .red_star[data-v-efeacca3] {
    position: absolute;
    top: -30px;
    right: 60px;
}
.banner .content .list[data-v-efeacca3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 66px;
}
.banner .content .list .left[data-v-efeacca3] {
    width: 474px;
    height: 303px;
    border-radius: 21px;
    box-shadow: unset;
}
.banner .content .list .left img[data-v-efeacca3] {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    object-fit: cover;
}
.banner .content .list .left video[data-v-efeacca3] {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    object-fit: cover;
}
.banner .content .list .right[data-v-efeacca3] {
    width: 474px;
    border-radius: 21px;
    margin-bottom: 20px;
}
}
@media (max-width: 639px) {
.banner[data-v-efeacca3] {
    width: 100%;
    margin-top: 0;
    padding: 0.9rem 0 1.5rem;
    position: relative;
    box-sizing: content-box;
}
.banner .bg_point_box[data-v-efeacca3] {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.banner .bg_point_box .left_point[data-v-efeacca3] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_left_m.webp") no-repeat;
    background-size: cover;
    position: absolute;
    width: 103px;
    height: 97px;
    left: 0;
}
.banner .bg_point_box .right_point[data-v-efeacca3] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_right_m.webp") no-repeat;
    position: absolute;
    width: 103px;
    height: 83px;
    right: 0;
    top: 1.1rem;
}
.banner .content[data-v-efeacca3] {
    width: 5.03rem;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-efeacca3] {
    text-align: center;
    font-weight: 900;
    font-size: 0.55rem;
    color: #ffffff;
    line-height: 0.6rem;
    display: block;
}
.banner .content .title1-1[data-v-efeacca3] {
    text-align: center;
    font-weight: 900;
    font-size: 0.55rem;
    color: #ffffff;
    line-height: 0.6rem;
    display: none;
}
.banner .content .tips[data-v-efeacca3] {
    width: 80vw;
    text-align: center;
    font-weight: 400;
    font-size: 0.22rem;
    color: #ffffff;
    line-height: 0.36rem;
    margin-top: 0.1rem;
}
.banner .content .red_star[data-v-efeacca3] {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
}
.banner .content .list[data-v-efeacca3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.38rem;
    align-items: center;
}
.banner .content .list .left[data-v-efeacca3] {
    width: 5.03rem;
    height: 3.3909rem;
    border-radius: 0.16rem;
    box-shadow: unset;
}
.banner .content .list .left.has-file[data-v-efeacca3] {
    height: 5.03rem;
}
.banner .content .list .left img[data-v-efeacca3] {
    width: 100%;
    height: 100%;
    border-radius: 0.16rem;
    object-fit: contain;
}
.banner .content .list .left video[data-v-efeacca3] {
    width: 100%;
    height: 100%;
    border-radius: 0.16rem;
    object-fit: contain;
}
.banner .content .list .right[data-v-efeacca3] {
    width: 5.03rem;
    height: auto;
    border-radius: 0.16rem;
}
}
.upload-loading[data-v-efeacca3] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1002;
  border-radius: 21px 0 0 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  gap: 15px;
}
.upload-loading .progress[data-v-efeacca3] {
  width: 60%;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.upload-loading .progress[data-v-efeacca3]::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.upload-loading .progress[data-v-efeacca3]::-webkit-progress-value {
  background-color: #6864ed;
  border-radius: 4px;
  transition: width 0.2s ease;
}
.upload-loading .progress[data-v-efeacca3]::-moz-progress-bar {
  background-color: #6864ed;
  border-radius: 4px;
}
.upload-loading .progress-text[data-v-efeacca3] {
  font-size: 14px;
  opacity: 0.9;
}
@media (max-width: 1200px) {
.upload-loading[data-v-efeacca3] {
    border-radius: 21px;
}
}
[data-v-71109bf3] {
  box-sizing: border-box;
}
.cookie-modal[data-v-71109bf3] {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
  width: 850px;
  background-color: #fff;
  box-shadow: 0 4px 10px 3px #00000017;
  border-radius: 8px;
  padding: 25px 30px;
  z-index: 1002;
}
.cookie-modal .close-icon[data-v-71109bf3] {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
}
.cookie-modal .content-box[data-v-71109bf3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.cookie-modal .content-box .span-box[data-v-71109bf3] {
  font-size: 13px;
  line-height: 21px;
  color: #222222;
  font-weight: 400;
}
.cookie-modal .content-box .span-box .route-link[data-v-71109bf3] {
  color: #047AFC;
}
.cookie-modal .content-box .accept-btn[data-v-71109bf3] {
  background: #6864ED;
  color: #fff;
  border-radius: 8px;
  border: none;
  width: 130px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 1200px) {
.cookie-modal[data-v-71109bf3] {
    width: 90%;
}
.cookie-modal .content-box[data-v-71109bf3] {
    gap: 10px;
}
}
@media (max-width: 639px) {
.cookie-modal[data-v-71109bf3] {
    width: 90%;
}
.cookie-modal .content-box[data-v-71109bf3] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    align-items: flex-end;
}
.cookie-modal .content-box .span-box[data-v-71109bf3] {
    font-size: 0.2rem;
    line-height: 0.28rem;
}
.cookie-modal .content-box .accept-btn[data-v-71109bf3] {
    font-size: 0.2rem;
    line-height: 0.25rem;
    width: 1.4rem;
    height: 0.5rem;
}
}
.container[data-v-5d060ec6] {
  width: 1174px;
  margin: 206px auto 177px auto;
}
.container .tips-1[data-v-5d060ec6] {
  margin: 27px auto 0 auto;
  width: 1049px;
}
.list-wrapper[data-v-5d060ec6] {
  width: 1174px;
  margin: 104px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}
.list-wrapper .item[data-v-5d060ec6] {
  display: flex;
  gap: 32px;
  align-items: center;
}
.list-wrapper .item .img-box[data-v-5d060ec6] {
  width: 232px;
  height: 232px;
}
.list-wrapper .item .text-box[data-v-5d060ec6] {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.list-wrapper .item .text-box .title[data-v-5d060ec6] {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  text-align: left;
  font-style: normal;
}
.list-wrapper .item .text-box .tips[data-v-5d060ec6] {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
@media (max-width: 1200px) {
.container[data-v-5d060ec6] {
    width: 80%;
}
.container .tips-1[data-v-5d060ec6] {
    width: 80%;
}
.list-wrapper[data-v-5d060ec6] {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-wrapper .item[data-v-5d060ec6] {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-wrapper .item .text-box[data-v-5d060ec6] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-wrapper .item .text-box .title[data-v-5d060ec6] {
    text-align: center;
}
.list-wrapper .item .text-box .tips[data-v-5d060ec6] {
    text-align: center;
}
}
@media (max-width: 639px) {
.container[data-v-5d060ec6] {
    width: 80vw;
    margin: 1rem auto 2rem auto;
}
.container .title-box .title-1[data-v-5d060ec6] {
    font-size: 0.48rem !important;
    line-height: 0.5rem;
}
.container .title-box .tips-1[data-v-5d060ec6] {
    margin: 0.2rem auto 0 auto;
    width: 80vw;
    font-size: 0.22rem;
    line-height: 0.28rem;
}
.list-wrapper[data-v-5d060ec6] {
    width: 80vw;
    margin: 1rem auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.list-wrapper .item[data-v-5d060ec6] {
    width: 70vw;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    align-items: center;
}
.list-wrapper .item .img-box img[data-v-5d060ec6] {
    width: 100%;
    height: 100%;
}
.list-wrapper .item .text-box[data-v-5d060ec6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}
.list-wrapper .item .text-box .title[data-v-5d060ec6] {
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-align: center;
}
.list-wrapper .item .text-box .tips[data-v-5d060ec6] {
    font-size: 0.2rem;
    line-height: 0.33rem;
    text-align: center;
}
}
.container[data-v-2144c533] {
  width: 1174px;
}
.title-1[data-v-2144c533] {
  margin: 206px auto 0;
}
.title_1[data-v-2144c533] {
  display: none;
}
.span.tips-1[data-v-2144c533] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
}
.boxPC[data-v-2144c533] {
  display: flex;
}
.boxMobile[data-v-2144c533] {
  display: none;
}
.list[data-v-2144c533] {
  width: 1176px;
  margin: 0px auto;
}
.list .item[data-v-2144c533] {
  width: 100%;
  height: 355px;
  margin-top: 116px;
}
.list .item .box[data-v-2144c533] {
  width: 531px;
}
.list .item .box.isHome[data-v-2144c533] {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.list .item .box.isHome .title[data-v-2144c533] {
  margin-top: 0;
}
.list .item .box.isHome .tips[data-v-2144c533] {
  font-size: 15px;
  max-width: 400px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.list .item .box.isHome .arry-item[data-v-2144c533] {
  font-size: 16px;
  color: #222;
  line-height: 34px;
  font-weight: 600;
}
.list .item .box.isHome .arry-item img[data-v-2144c533] {
  width: 17px;
  height: 13px;
  margin-right: 11px;
}
.list .item .box.isHome button[data-v-2144c533] {
  margin-top: 30px;
}
.list .item .box.isHome button[data-v-2144c533]:hover {
  background: #3e95f1;
}
.list .item .box.isHome button[data-v-2144c533]:active {
  filter: brightness(0.9);
}
.list .item .box .title[data-v-2144c533] {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
}
.list .item .box .tips[data-v-2144c533] {
  font-size: 18px;
  line-height: 21px;
  margin-top: 22px;
  font-weight: 400;
}
.list .item .box .tips1[data-v-2144c533] {
  font-size: 15px;
  margin-top: 6px;
  line-height: 41px;
  font-weight: 400;
}
.list .item .box button[data-v-2144c533] {
  padding: 0px 22px;
  height: 42px;
  border: none;
  background: #6864ED;
  border-radius: 7px;
  font-size: 16px;
  margin-top: 14px;
  font-weight: 600;
}
.list .item .edit .title[data-v-2144c533] {
  margin-top: 0;
}
.list .item .edit .tips[data-v-2144c533] {
  margin-top: 22px;
}
.list .item[data-v-2144c533]:nth-child(odd) {
  flex-direction: row-reverse;
}
.list .item[data-v-2144c533]:last-child {
  margin-bottom: 0px;
}
.try-now[data-v-2144c533] {
  color: #6864ED;
  margin-top: 38px;
  font-size: 22px;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.try-now .try-now-icon[data-v-2144c533] {
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
.container[data-v-2144c533] {
    width: 474px;
}
.title-1[data-v-2144c533] {
    width: 464px;
}
.span.tips-1[data-v-2144c533] {
    width: 474px;
    margin: 30px auto;
}
.boxPC[data-v-2144c533] {
    display: none;
}
.boxMobile[data-v-2144c533] {
    display: flex;
}
.detail-font[data-v-2144c533] {
    font-size: 21px;
}
.tips-mobile[data-v-2144c533] {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 26px;
    font-family: ArialMT;
    font-weight: 400;
}
.list[data-v-2144c533] {
    width: 474px;
    margin: 106px auto 0;
}
.list .item[data-v-2144c533],
  .list .item[data-v-2144c533]:nth-child(odd) {
    flex-direction: column;
}
.list .item[data-v-2144c533] {
    width: 100%;
    height: auto;
    margin-bottom: 93px;
    text-align: center;
}
.list .item .box[data-v-2144c533] {
    width: 100%;
    height: auto;
}
.list .item .box.isHome .tips[data-v-2144c533] {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 22px;
    line-height: 25px;
}
.list .item .box.isHome .arry-item[data-v-2144c533] {
    display: none;
}
.list .item .box .tips1[data-v-2144c533],
  .list .item .box .istips[data-v-2144c533] {
    display: none;
}
.list .item .box .title[data-v-2144c533] {
    margin: 0;
}
.list .item .box button[data-v-2144c533] {
    margin-top: 30px;
}
.list .item .two[data-v-2144c533] {
    margin-top: 49px;
}
.try-now[data-v-2144c533] {
    color: #6864ED;
    margin-top: 38px;
    font-size: 22px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.try-now .try-now-icon[data-v-2144c533] {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 639px) {
.container[data-v-2144c533] {
    width: 5.03rem;
    height: auto;
}
.title-1[data-v-2144c533] {
    display: none;
}
.title_1[data-v-2144c533] {
    height: auto;
    margin: 0rem auto 0.063rem;
    padding: 0;
    font-size: 0.48rem;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    text-align: center;
    line-height: 1.2;
}
.span.tips-1[data-v-2144c533] {
    width: 5.03rem;
    margin: 0.2rem auto;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.detail-font[data-v-2144c533] {
    font-size: 0.26rem;
}
.tips-mobile[data-v-2144c533] {
    font-size: 0.24rem;
    margin: 0.3rem auto;
}
.list[data-v-2144c533] {
    width: 5.03rem;
    margin: 1rem auto 1.5rem;
}
.list .item[data-v-2144c533] {
    height: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.list .item .box .title[data-v-2144c533],
  .list .item .box.isHome .title[data-v-2144c533] {
    font-size: 0.4rem;
    line-height: 0.41rem;
}
.list .item .box .tips[data-v-2144c533],
  .list .item .box.isHome .tips[data-v-2144c533] {
    margin-top: 0.18rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    width: 100%;
}
.list .item .box .tips1[data-v-2144c533],
  .list .item .box.isHome .tips1[data-v-2144c533] {
    font-size: 0.15rem;
    line-height: 0.41rem;
    margin-top: 0.6rem;
}
.list .item .box button[data-v-2144c533],
  .list .item .box.isHome button[data-v-2144c533] {
    padding: 0 0.22rem;
    height: 0.6rem;
    font-size: 0.22rem;
    border-radius: 0.12rem;
    margin-top: 0.35rem;
    letter-spacing: 0.01rem;
}
.list .item .one[data-v-2144c533] {
    margin-bottom: 0;
}
.list .item .two[data-v-2144c533] {
    margin-top: 0.57rem;
}
.try-now[data-v-2144c533] {
    color: #6864ED;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    font-weight: 500;
    height: 0.26rem;
    line-height: 0.26rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
.try-now .try-now-icon[data-v-2144c533] {
    width: 0.26rem;
    height: 0.26rem;
}
}
.container[data-v-9b775768] {
  width: 1174px;
}
.title-1[data-v-9b775768] {
  margin: 206px auto 0;
}
.title_1[data-v-9b775768] {
  display: none;
}
.span.tips-1[data-v-9b775768] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.boxPC[data-v-9b775768] {
  display: flex;
}
.boxMobile[data-v-9b775768] {
  display: none;
}
.list[data-v-9b775768] {
  width: 1176px;
  margin: 86px auto 0;
}
.list .item[data-v-9b775768] {
  width: 100%;
}
.list .item .box .step[data-v-9b775768] {
  display: flex;
  flex-direction: row;
  position: relative;
}
.list .item .box .step .step-img[data-v-9b775768] {
  width: 30px;
  height: 375px;
  margin-right: 19px;
  object-fit: contain;
}
.list .item .box .step .step-box[data-v-9b775768] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.list .item .box .step .step-box .tips-box[data-v-9b775768] {
  width: 474px;
  height: calc(100% / 3);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-left: 1px dashed #6864ED;
  position: relative;
  padding-bottom: 40px;
}
.list .item .box .step .step-box .tips-box .step-icon[data-v-9b775768] {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -10px;
  left: -18px;
}
.list .item .box .step .step-box .tips-box .step-title[data-v-9b775768] {
  font-weight: 400;
  font-size: 18px;
  color: #6864ED;
  line-height: 20px;
  padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-title1[data-v-9b775768] {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 29px;
  padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-tips[data-v-9b775768] {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 20px;
}
.list .item .box .title[data-v-9b775768] {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  color: #222;
}
.list .item .box .tips[data-v-9b775768] {
  font-size: 18px;
  line-height: 21px;
  margin-top: 22px;
  color: #666;
  font-weight: 400;
}
.list .item .box .tips1[data-v-9b775768] {
  font-size: 15px;
  color: #666;
  margin-top: 6px;
  line-height: 41px;
  font-weight: 400;
}
.list .item .box button[data-v-9b775768] {
  padding: 0px 22px;
  height: 42px;
  border: none;
  background: #047AFC;
  border-radius: 7px;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 14px;
  font-weight: 600;
}
.list .item .edit .title[data-v-9b775768] {
  margin-top: 0;
}
.list .item .edit .tips[data-v-9b775768] {
  margin-top: 22px;
  color: #666;
}
.list .item[data-v-9b775768]:nth-child(even) {
  flex-direction: row-reverse;
}
.list .item[data-v-9b775768]:last-child {
  margin-bottom: 0px;
}
.list .item .two[data-v-9b775768] {
  width: 637px;
  height: 451px;
}
.btn-wrapper[data-v-9b775768] {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 208px;
}
.btn-wrapper button[data-v-9b775768] {
  color: #FFFFFF;
  background: #6864ED;
  border-radius: 24px;
}
@media (max-width: 1200px) {
.container[data-v-9b775768] {
    width: 474px;
}
.title-1[data-v-9b775768] {
    width: 464px;
}
.span.tips-1[data-v-9b775768] {
    width: 474px;
    margin: 30px auto;
}
.boxPC[data-v-9b775768] {
    display: none;
}
.boxMobile[data-v-9b775768] {
    display: flex;
}
.detail-font[data-v-9b775768] {
    font-size: 21px;
}
.tips-mobile[data-v-9b775768] {
    color: #666666;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 26px;
    font-family: ArialMT;
    font-weight: 400;
}
.list[data-v-9b775768] {
    width: 474px;
    margin: 60px auto 0;
}
.list .item[data-v-9b775768],
  .list .item[data-v-9b775768]:nth-child(even) {
    flex-direction: column;
}
.list .item[data-v-9b775768] {
    width: 100%;
    height: auto;
    margin-bottom: 93px;
    text-align: center;
}
.list .item .box[data-v-9b775768] {
    width: 100%;
    height: auto;
}
.list .item .box .step[data-v-9b775768] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 474px;
    margin-top: 40px;
}
.list .item .box .step .step-img[data-v-9b775768] {
    width: 30px;
    height: 375px;
    margin-right: 10px;
    object-fit: contain;
}
.list .item .box .step .step-box[data-v-9b775768] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.list .item .box .step .step-box .tips-box[data-v-9b775768] {
    width: 464px;
    height: calc(100% / 3);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-left: 1px dashed #6864ED;
    position: relative;
    padding-bottom: 20px;
}
.list .item .box .step .step-box .tips-box .step-icon[data-v-9b775768] {
    width: 34px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: -18px;
}
.list .item .box .step .step-box .tips-box .step-title[data-v-9b775768] {
    font-weight: 400;
    font-size: 18px;
    color: #6864ED;
    line-height: 20px;
    padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-title1[data-v-9b775768] {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 29px;
    padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-tips[data-v-9b775768] {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 20px;
}
.list .item .two[data-v-9b775768] {
    margin-top: 49px;
}
}
@media (max-width: 639px) {
.container[data-v-9b775768] {
    width: 80%;
}
.title-1[data-v-9b775768] {
    display: none;
}
.title_1[data-v-9b775768] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 2rem auto 0rem;
    margin-bottom: 0rem;
    font-size: 0.48rem;
    line-height: 0.58rem;
}
.span.tips-1[data-v-9b775768] {
    width: 100%;
    font-size: 0.25rem;
    margin: 0.5rem auto 0.5rem;
    line-height: 0.4rem;
}
.detail-font[data-v-9b775768] {
    font-size: 2.6rem;
}
.boxPC[data-v-9b775768] {
    display: none;
}
.boxMobile[data-v-9b775768] {
    display: flex;
    flex-direction: column;
}
.tips-mobile[data-v-9b775768] {
    font-size: 2.4rem;
    margin-top: 13px;
}
.list[data-v-9b775768] {
    width: 80%;
    margin: 1rem auto 0;
}
.list .item[data-v-9b775768] {
    height: auto;
    margin-bottom: 1rem;
}
.list .item .box .step[data-v-9b775768],
  .list .item .box.isHome .step[data-v-9b775768] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 5.6rem;
}
.list .item .box .step .step-img[data-v-9b775768],
  .list .item .box.isHome .step .step-img[data-v-9b775768] {
    width: 0.3rem;
    height: 0.375rem;
}
.list .item .box .step .step-box[data-v-9b775768],
  .list .item .box.isHome .step .step-box[data-v-9b775768] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.list .item .box .step .step-box .tips-box[data-v-9b775768],
  .list .item .box.isHome .step .step-box .tips-box[data-v-9b775768] {
    width: 100%;
    height: calc(100% / 3);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-left: 1px dashed #6864ED;
    position: relative;
}
.list .item .box .step .step-box .tips-box .step-icon[data-v-9b775768],
  .list .item .box.isHome .step .step-box .tips-box .step-icon[data-v-9b775768] {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
}
.list .item .box .step .step-box .tips-box .step-title[data-v-9b775768],
  .list .item .box.isHome .step .step-box .tips-box .step-title[data-v-9b775768] {
    font-weight: 400;
    font-size: 0.3rem;
    color: #6864ED;
    line-height: 0.3rem;
    padding-bottom: 0.2rem;
}
.list .item .box .step .step-box .tips-box .step-title1[data-v-9b775768],
  .list .item .box.isHome .step .step-box .tips-box .step-title1[data-v-9b775768] {
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.3rem;
    padding-bottom: 0.1rem;
}
.list .item .box .step .step-box .tips-box .step-tips[data-v-9b775768],
  .list .item .box.isHome .step .step-box .tips-box .step-tips[data-v-9b775768] {
    width: 90%;
    font-weight: 400;
    font-size: 0.2rem;
    color: #555555;
    line-height: 0.25rem;
    padding-bottom: 0.3rem;
}
.list .item .box .title[data-v-9b775768],
  .list .item .box.isHome .title[data-v-9b775768] {
    font-size: 4rem;
    line-height: 4.1rem;
}
.list .item .box .tips[data-v-9b775768],
  .list .item .box.isHome .tips[data-v-9b775768] {
    margin-top: 1.8rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem;
    width: 100%;
}
.list .item .box .tips1[data-v-9b775768],
  .list .item .box.isHome .tips1[data-v-9b775768] {
    font-size: 1.5rem;
    line-height: 4.1rem;
    margin-top: 0.6rem;
}
.list .item .box button[data-v-9b775768],
  .list .item .box.isHome button[data-v-9b775768] {
    padding: 0 2.2rem;
    height: 6rem;
    font-size: 2.2rem;
    border-radius: 1.2rem;
    margin-top: 3.5rem;
    letter-spacing: 0.1rem;
}
.list .item .one[data-v-9b775768] {
    margin-bottom: 0;
}
.list .item .two[data-v-9b775768] {
    margin-top: 5.7rem;
}
.btn-wrapper[data-v-9b775768] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.btn-wrapper button[data-v-9b775768] {
    font-size: 0.3rem;
    color: #FFFFFF;
    background: #6864ED;
    border-radius: 1rem;
}
}
.container[data-v-c6b781bd] {
  width: 1174px;
}
.bg-left[data-v-c6b781bd] {
  display: none;
  width: 320px;
  height: 100%;
  bottom: 140px;
  left: 0;
  background: url("https://www.aiupscaler.ai/images/list/list-bg-left@2x.webp") no-repeat left;
  background-size: 320px 100%;
  position: absolute;
}
.bg-right[data-v-c6b781bd] {
  display: none;
  width: 350px;
  height: 100%;
  top: 200px;
  right: 0;
  background: url("https://www.aiupscaler.ai/images/list/list-bg-right@2x.webp") no-repeat left;
  background-size: 350px 100%;
  position: absolute;
}
.title-1[data-v-c6b781bd] {
  margin: 206px auto 0;
  color: #000000;
}
.title_1[data-v-c6b781bd] {
  display: none;
}
.span.tips-1[data-v-c6b781bd] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #555555;
}
.boxPC[data-v-c6b781bd] {
  display: flex;
}
.boxMobile[data-v-c6b781bd] {
  display: none;
}
.list[data-v-c6b781bd] {
  width: 1176px;
  margin: 0px auto;
}
.list .item[data-v-c6b781bd] {
  width: 100%;
  height: 384px;
  margin-top: 153px;
}
.list .item .box[data-v-c6b781bd] {
  width: 531px;
  height: 384px;
  position: relative;
}
.list .item .box.isHome[data-v-c6b781bd] {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.list .item .box.isHome .title[data-v-c6b781bd] {
  margin-top: 0;
  color: #000000;
}
.list .item .box.isHome .tips[data-v-c6b781bd] {
  font-size: 15px;
  color: #555555;
  max-width: 400px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.list .item .box.isHome .arry-item[data-v-c6b781bd] {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 18px;
  color: #000000;
  line-height: 34px;
  font-weight: 400;
}
.list .item .box.isHome .arry-item img[data-v-c6b781bd] {
  width: 28px;
  height: 28px;
}
.list .item .box.isHome button[data-v-c6b781bd] {
  margin-top: 30px;
}
.list .item .box.isHome button[data-v-c6b781bd]:hover {
  background: #3e95f1;
}
.list .item .box.isHome button[data-v-c6b781bd]:active {
  filter: brightness(0.9);
}
.list .item .box .title[data-v-c6b781bd] {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
}
.list .item .box .tips[data-v-c6b781bd] {
  font-size: 18px;
  line-height: 21px;
  margin-top: 22px;
  color: #666666;
  font-weight: 400;
}
.list .item .box .tips1[data-v-c6b781bd] {
  font-size: 15px;
  color: #FFFFFF;
  margin-top: 6px;
  line-height: 41px;
  font-weight: 400;
}
.list .item .box button[data-v-c6b781bd] {
  padding: 0px 22px;
  height: 42px;
  border: none;
  border-radius: 21px;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 14px;
  font-weight: 600;
}
.list .item .edit .title[data-v-c6b781bd] {
  margin-top: 0;
}
.list .item .edit .tips[data-v-c6b781bd] {
  margin-top: 22px;
  color: #666;
}
.list .item[data-v-c6b781bd]:nth-child(odd) {
  flex-direction: row-reverse;
}
.list .item[data-v-c6b781bd]:last-child {
  margin-bottom: 0px;
}
.list .con[data-v-c6b781bd] {
  width: 575px;
  height: 384px;
}
.try-now[data-v-c6b781bd] {
  color: #FFFFFF;
  margin-top: 28px;
  font-size: 22px;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.try-now button[data-v-c6b781bd] {
  background: #6864ED;
}
.try-now2[data-v-c6b781bd] {
  color: #6864ED;
  margin-top: 38px;
  font-size: 22px;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.try-now2 .try-now-icon[data-v-c6b781bd] {
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
.container[data-v-c6b781bd] {
    width: 474px;
}
.bg-left[data-v-c6b781bd] {
    display: block;
    width: 200px;
    height: 75%;
    top: 0;
    left: 0;
    background-size: contain;
    background: url("https://www.aiupscaler.ai/images/list/list-bg-left.webp") no-repeat right;
    position: absolute;
}
.bg-right[data-v-c6b781bd] {
    display: block;
    width: 200px;
    bottom: 0;
    right: 0;
    top: 25%;
    background-size: contain;
    background: url("https://www.aiupscaler.ai/images/list/list-bg-right.webp") no-repeat left;
    position: absolute;
}
.title-1[data-v-c6b781bd] {
    margin-top: 186px;
    width: 464px;
}
.span.tips-1[data-v-c6b781bd] {
    width: 474px;
    margin: 30px auto;
}
.boxPC[data-v-c6b781bd] {
    display: none;
}
.boxMobile[data-v-c6b781bd] {
    display: flex;
}
.detail-font[data-v-c6b781bd] {
    font-size: 21px;
}
.tips-mobile[data-v-c6b781bd] {
    color: #555555;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 26px;
    font-family: ArialMT;
    font-weight: 400;
}
.list[data-v-c6b781bd] {
    width: 474px;
    margin: 106px auto 0;
}
.list .item[data-v-c6b781bd],
  .list .item[data-v-c6b781bd]:nth-child(odd) {
    flex-direction: column;
}
.list .item[data-v-c6b781bd] {
    width: 100%;
    height: auto;
    margin-bottom: 93px;
    text-align: center;
}
.list .item .one[data-v-c6b781bd] {
    margin-top: 30px;
}
.list .item .box[data-v-c6b781bd] {
    width: 100%;
    height: 350px;
    text-align: left;
}
.list .item .box.isHome .tips[data-v-c6b781bd] {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 22px;
    line-height: 25px;
}
.list .item .box.isHome .arry-item[data-v-c6b781bd] {
    display: none;
}
.list .item .box .tips1[data-v-c6b781bd],
  .list .item .box .istips[data-v-c6b781bd] {
    display: none;
}
.list .item .box .title[data-v-c6b781bd] {
    margin: 0;
}
.list .item .box .arry-item[data-v-c6b781bd] {
    display: flex;
    gap: 11px;
    align-items: center;
    font-size: 18px;
    color: #000000;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}
.list .item .box .arry-item img[data-v-c6b781bd] {
    width: 28px;
    height: 28px;
}
.list .item .box button[data-v-c6b781bd] {
    margin-top: 30px;
}
.list .item .two[data-v-c6b781bd] {
    margin-top: 49px;
}
.try-now[data-v-c6b781bd] {
    margin-top: 38px;
    font-size: 22px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    display: flex;
    justify-content: center;
}
.try-now .try-now-icon[data-v-c6b781bd] {
    width: 20px;
    height: 20px;
}
.try-now2[data-v-c6b781bd] {
    color: #6864ED;
    margin-top: 38px;
    font-size: 22px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.try-now2 .try-now-icon[data-v-c6b781bd] {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 639px) {
.container[data-v-c6b781bd] {
    width: 5.03rem;
    height: auto;
}
.title-1[data-v-c6b781bd] {
    display: none;
}
.title_1[data-v-c6b781bd] {
    height: auto;
    margin: 0rem auto 0.063rem;
    padding: 0;
    font-size: 0.48rem;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    text-align: center;
    line-height: 1.2;
}
.span.tips-1[data-v-c6b781bd] {
    width: 5.03rem;
    margin: 0.2rem auto;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.detail-font[data-v-c6b781bd] {
    font-size: 0.26rem;
    line-height: 1.2;
}
.tips-mobile[data-v-c6b781bd] {
    font-size: 0.24rem;
    margin: 0.3rem auto;
}
.list[data-v-c6b781bd] {
    width: 5.03rem;
    margin: 1rem auto 1.5rem;
}
.list .item[data-v-c6b781bd] {
    height: auto;
    margin-top: 1rem;
}
.list .item .box[data-v-c6b781bd],
  .list .item .box.isHome[data-v-c6b781bd] {
    font-size: 0.18rem;
    line-height: 1.2;
}
.list .item .box .title[data-v-c6b781bd],
  .list .item .box.isHome .title[data-v-c6b781bd] {
    margin-top: 0.5rem;
    font-size: 0.4rem;
    line-height: 0.41rem;
}
.list .item .box .tips[data-v-c6b781bd],
  .list .item .box.isHome .tips[data-v-c6b781bd] {
    margin-top: 0.18rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    width: 100%;
}
.list .item .box .tips1[data-v-c6b781bd],
  .list .item .box.isHome .tips1[data-v-c6b781bd] {
    font-size: 0.15rem;
    line-height: 0.41rem;
    margin-top: 0.6rem;
}
.list .item .box button[data-v-c6b781bd],
  .list .item .box.isHome button[data-v-c6b781bd] {
    padding: 0 0.22rem;
    height: 0.6rem;
    font-size: 0.22rem;
    border-radius: 0.12rem;
    margin-top: 0.4rem;
    letter-spacing: 0.01rem;
}
.list .item .box .arry-item[data-v-c6b781bd],
  .list .item .box.isHome .arry-item[data-v-c6b781bd] {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    text-align: left;
}
.list .item .box .arry-item img[data-v-c6b781bd],
  .list .item .box.isHome .arry-item img[data-v-c6b781bd] {
    width: 0.3rem;
    height: 0.3rem;
}
.list .item .box[data-v-c6b781bd] {
    height: 3.84rem;
    width: 100%;
}
.list .item .one[data-v-c6b781bd] {
    margin-bottom: 0;
    height: 6rem;
}
.list .item .two[data-v-c6b781bd] {
    margin-top: 0.57rem;
}
.try-now[data-v-c6b781bd] {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    font-weight: 500;
    height: 0.26rem;
    line-height: 0.26rem;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
}
.try-now .try-now-icon[data-v-c6b781bd] {
    width: 0.26rem;
    height: 0.26rem;
}
.try-now2[data-v-c6b781bd] {
    color: #6864ED;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    font-weight: 500;
    height: 0.26rem;
    line-height: 0.26rem;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
}
.try-now2 .try-now-icon[data-v-c6b781bd] {
    width: 0.26rem;
    height: 0.26rem;
}
}
.howTo .tips-1[data-v-8213955f] {
  margin: 30px auto 0;
  max-width: 880px;
  font-weight: 400;
  color: #555555;
}
.howTo .title_1[data-v-8213955f] {
  display: none;
}
.howTo .photo[data-v-8213955f] {
  width: 100%;
  gap: 32px;
}
.howTo .photo .item[data-v-8213955f] {
  position: relative;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 5px 7px 20px 5px rgba(132, 132, 132, 0.1);
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 571px;
  height: 649px;
}
.howTo .photo .item .img[data-v-8213955f] {
  width: 571px;
  height: 310px;
}
.howTo .photo .item .txtWrapper[data-v-8213955f] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 47px;
}
.howTo .photo .item .title[data-v-8213955f] {
  width: 479px;
  text-align: left;
  color: #222222;
  font-size: 30px;
  min-height: 54px;
  padding-top: 0px;
  padding-bottom: 10px;
}
.howTo .photo .item .text[data-v-8213955f] {
  text-align: left;
  font-size: 24px;
  color: #666666;
  padding-top: 13px;
  line-height: 32px;
  font-weight: 400;
  width: 479px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.tips-1[data-v-8213955f] {
    width: 474px;
}
.howTo[data-v-8213955f] {
    width: 570px;
    margin: 115px auto 115px;
}
.howTo .photo[data-v-8213955f] {
    flex-direction: column;
    align-items: center;
    margin-top: 69px;
}
.howTo .photo .item[data-v-8213955f] {
    width: 474px;
    height: auto;
    padding: 31px 50px !important;
    margin-bottom: 30px;
}
.howTo .photo .item .txtWrapper[data-v-8213955f] {
    padding-top: 47px;
}
.howTo .photo .item .title[data-v-8213955f] {
    text-align: center;
    width: 90%;
}
.howTo .photo .item .text[data-v-8213955f] {
    text-align: center;
}
.howTo .photo .item .img[data-v-8213955f] {
    position: static;
    display: block;
    transform: translate(0);
    width: var(--img-pw);
    height: var(--img-ph);
    bottom: var(--img-pb);
    max-width: 30rem;
}
.howTo .photo .item .text[data-v-8213955f] {
    width: unset;
    margin-top: 20px;
}
.howTo .photo .item[data-v-8213955f]:last-child {
    margin-bottom: 0;
}
}
@media (max-width: 639px) {
.howTo[data-v-8213955f] {
    width: 5.03rem;
    height: auto;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.howTo .title-1[data-v-8213955f] {
    display: none;
}
.howTo .title_1[data-v-8213955f] {
    font-size: 0.48rem !important;
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 0.5rem;
    margin-bottom: 0;
    margin: 0 auto 0.2rem !important;
    text-align: center;
}
.howTo .tips-1[data-v-8213955f] {
    margin: 0.2rem auto 0.6rem;
    width: 5.03rem;
    font-size: 0.22rem;
    line-height: 0.28rem;
}
.howTo .photo[data-v-8213955f] {
    width: 100%;
    height: auto;
    margin: 0 auto;
    gap: 0.15rem;
}
.howTo .photo .item[data-v-8213955f] {
    padding: 0.03rem 0.32rem !important;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    border-radius: 0.16rem;
}
.howTo .photo .item .txtWrapper[data-v-8213955f] {
    padding: 0;
    height: auto;
    margin-bottom: 0.24rem;
}
.howTo .photo .item .title[data-v-8213955f] {
    text-align: center;
}
.howTo .photo .item .text[data-v-8213955f] {
    text-align: center;
}
.howTo .photo .item .title[data-v-8213955f] {
    width: 100%;
    height: 0.44rem;
    padding: 0.2rem 0 0.1rem 0;
}
.howTo .photo .item .title img[data-v-8213955f] {
    width: 0.44rem;
    height: 0.44rem;
}
.howTo .photo .item .title span[data-v-8213955f] {
    font-size: 0.26rem;
    white-space: nowrap;
}
.howTo .photo .item .text[data-v-8213955f] {
    padding: 0.1rem 0;
    font-size: 0.2rem;
    line-height: 0.33rem;
    width: 100%;
    margin-top: 0rem;
}
.howTo .photo .item .img[data-v-8213955f] {
    all: initial;
    margin-top: 0.3rem;
}
}
@media (min-width: 1201px) {
.howTo[data-v-8213955f] {
    width: 1176px;
    margin: 177px auto 177px;
}
.howTo .photo[data-v-8213955f] {
    margin-top: 55px;
}
.howTo .photo .item[data-v-8213955f]:last-child {
    margin-right: 0px;
}
}
.banner[data-v-921b402b] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 210px;
}
.wrapper[data-v-921b402b] {
  width: 1174px;
  height: 446px;
  background: url("https://www.aiupscaler.ai/images/banner/bottom-bg.webp");
  background-size: cover;
}
.container[data-v-921b402b] {
  width: 1174px;
}
.title-1[data-v-921b402b] {
  margin: 99px auto 0;
}
.title_1[data-v-921b402b] {
  display: none;
}
.span.tips-1[data-v-921b402b] {
  width: 965px;
  margin-top: 30px;
  margin-left: 102px;
  max-width: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}
.btn[data-v-921b402b] {
  width: 422px;
  margin: 62px auto 38px;
  box-sizing: border-box;
  text-align: center;
}
.btn button[data-v-921b402b] {
  width: 290px;
  padding: 0;
  height: 60px;
  background: url("https://www.aiupscaler.ai/images/banner/bottom-bt-bg@2x.webp");
  background-size: cover;
  border-radius: 45px;
  opacity: 0.89;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  border: none;
}
.btn button[data-v-921b402b]:hover {
  border: none;
  border-color: none;
}
.btn button[data-v-921b402b]:active {
  outline: none;
}
.btn button[data-v-921b402b]:focus {
  outline: none;
}
@media (max-width: 1200px) {
.container[data-v-921b402b] {
    width: 474px;
}
.wrapper[data-v-921b402b] {
    border-radius: 20px;
    overflow: hidden;
    width: 474px;
    height: auto;
    background: url("https://www.aiupscaler.ai/images/banner/bottom-bg@2x.webp") center;
    background-size: cover;
    /* 或 contain，根据需求 */
    background-repeat: no-repeat;
}
.title-1[data-v-921b402b] {
    width: 450px;
}
.span.tips-1[data-v-921b402b] {
    width: 450px;
    margin: 30px auto;
}
.btn[data-v-921b402b] {
    width: 280px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.btn button[data-v-921b402b] {
    width: 380px;
    height: 48px;
    background: url("https://www.aiupscaler.ai/images/banner/bottom-bt-bg@2x.webp") center;
    background-size: cover;
    border-radius: 45px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    border: none;
}
.btn button[data-v-921b402b]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-921b402b]:active {
    outline: none;
}
.btn button[data-v-921b402b]:focus {
    outline: none;
}
}
@media (max-width: 639px) {
.banner[data-v-921b402b] {
    margin: 0rem auto 0;
}
.wrapper[data-v-921b402b] {
    width: 90vw;
    margin-bottom: 1rem;
}
.container[data-v-921b402b] {
    width: 5.03rem;
}
.title-1[data-v-921b402b] {
    display: none;
}
.title_1[data-v-921b402b] {
    font-size: 0.45rem;
    line-height: 1.2;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0.63rem auto 0.63rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-921b402b] {
    width: 4.8rem;
    margin: 0.2rem auto;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.btn[data-v-921b402b] {
    width: 3.48rem;
    height: 1.2rem;
    margin: 0.2rem auto 0.1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn button[data-v-921b402b] {
    width: 3.4rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    font-weight: bold;
    font-size: 0.19rem;
    color: #FFFFFF;
    line-height: 1;
    border: none;
}
.btn button[data-v-921b402b]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-921b402b]:active {
    outline: none;
}
.btn button[data-v-921b402b]:focus {
    outline: none;
}
}
.content-wrapper[data-v-8c6491ba] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-8c6491ba] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-8c6491ba] {
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-8c6491ba] {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-8c6491ba] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.blank-row[data-v-8c6491ba] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-8c6491ba] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.tag[data-v-8c6491ba] {
  padding-left: 24px;
}
.normal-txt[data-v-8c6491ba] {
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 639px) {
.content[data-v-8c6491ba] {
    width: 80%;
    margin-top: 0.8rem;
}
.article-title[data-v-8c6491ba] {
    line-height: 0.45rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-8c6491ba] {
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.second-title[data-v-8c6491ba] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-8c6491ba] {
    height: 0.32rem;
    line-height: 0.32rem;
    width: 100%;
}
.bold-txt[data-v-8c6491ba] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.normal-txt[data-v-8c6491ba] {
    line-height: 0.32rem;
    font-size: 0.24rem;
}
}
.content-wrapper[data-v-6ef99b5f] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-6ef99b5f] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-6ef99b5f] {
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-6ef99b5f] {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-6ef99b5f] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.blank-row[data-v-6ef99b5f] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-6ef99b5f] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.normal-txt[data-v-6ef99b5f] {
  line-height: 28px;
  font-size: 18px;
}
.normal-txt a[data-v-6ef99b5f] {
  color: #047afc;
  cursor: pointer;
}
p[data-v-6ef99b5f] {
  margin: 0 ;
  padding: 0 ;
}
.tag[data-v-6ef99b5f] {
  padding-left: 24px;
}
@media (max-width: 639px) {
.content-wrapper[data-v-6ef99b5f] {
    margin-bottom: 1.5rem;
}
.content[data-v-6ef99b5f] {
    width: 80%;
    margin-top: 0.8rem;
    line-height: 0rem;
}
.article-title[data-v-6ef99b5f] {
    line-height: 0.45rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-6ef99b5f] {
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.second-title[data-v-6ef99b5f] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-6ef99b5f] {
    height: 0.2rem;
    line-height: 0.2rem;
    width: 100%;
}
.bold-txt[data-v-6ef99b5f] {
    line-height: 0.28rem !important;
    font-size: 0.24rem;
    font-weight: bold;
}
.normal-txt[data-v-6ef99b5f] {
    line-height: 0.28rem;
    font-size: 0.24rem;
}
p[data-v-6ef99b5f] {
    margin: 0rem;
    padding: 0rem;
}
span[data-v-6ef99b5f] {
    margin: 0rem;
    padding: 0rem;
}
.tag[data-v-6ef99b5f] {
    line-height: 0.32rem;
    padding-left: 0.24rem;
}
}
.banner[data-v-56c296c8] {
  width: 100%;
  min-height: 809px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #6A59ED, #FFFFFF);
}
.banner .bg_point_box[data-v-56c296c8] {
  width: 1182px;
  height: 252px;
  position: absolute;
  left: 24.5%;
}
.banner .bg_point_box .left_point[data-v-56c296c8] {
  background: url("https://www.aiupscaler.ai/images/bg_pointer_left.webp");
  width: 113px;
  height: 173px;
  position: absolute;
  bottom: -20px;
}
.banner .bg_point_box .right_point[data-v-56c296c8] {
  background: url("https://www.aiupscaler.ai/images/bg_pointer_right.webp");
  width: 161px;
  height: 60px;
  position: absolute;
  right: -60px;
  top: 40px;
}
.tools[data-v-56c296c8] {
  width: 1176px;
  height: 100%;
  margin: 0px auto 125px;
  padding-top: 30px;
  padding-bottom: 90px;
  position: relative;
}
.tools h1[data-v-56c296c8] {
  font-size: 55px;
  text-align: center;
  color: #222;
}
.tools .similar-h1[data-v-56c296c8] {
  margin-top: 70px;
  font-size: 55px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'InterBold', Arial, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-weight: bold;
  unicode-bidi: isolate;
  display: block;
}
.tools .similar-h1 img[data-v-56c296c8] {
  width: 54px;
  height: 45px;
}
.tools .desc[data-v-56c296c8] {
  font-weight: 400;
  font-size: 20px;
  color: #444444;
  margin-top: 28px;
  text-align: center;
}
.tools .content[data-v-56c296c8] {
  width: 100%;
  min-height: 460px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 19px;
  margin: 80px 0px 0px 0px;
  box-sizing: border-box;
}
.tools .content .pcshow[data-v-56c296c8] {
  display: block;
}
.tools .content .ipadshow[data-v-56c296c8] {
  display: none;
}
.tools .content .free-bg[data-v-56c296c8] {
  background: #F1F4FA;
  padding: 29px 29px 29px 29px !important;
}
.tools .content .txt[data-v-56c296c8] {
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  line-height: 52px;
}
.tools .content .content-item[data-v-56c296c8] {
  width: 332px;
  height: 628px;
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0px 6px 15px 0px rgba(50, 100, 163, 0.19);
  padding: 29px 20px 29px 20px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.tools .content .content-item .title[data-v-56c296c8] {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}
.tools .content .content-item .title-top[data-v-56c296c8] {
  margin-top: 20px;
}
.tools .content .content-item .price[data-v-56c296c8] {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 22px;
  white-space: nowrap;
  margin-top: 10px;
}
.tools .content .content-item .price1[data-v-56c296c8] {
  font-weight: 500;
  font-size: 14px;
  color: #B9C6E7;
  line-height: 15px;
  height: 30px;
}
.tools .content .content-item .price1 span[data-v-56c296c8] {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
.tools .content .content-item .btn[data-v-56c296c8] {
  position: relative;
  box-sizing: border-box;
}
.tools .content .content-item .btn button[data-v-56c296c8] {
  width: 273px;
  height: 48px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 17px;
  background: #FFFFFF;
  color: #6864ED;
  border: 1.5px solid #8C7FF1;
  line-height: 24px;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
  outline: none;
}
.tools .content .content-item .btn button[data-v-56c296c8]:hover {
  filter: brightness(0.96);
}
.tools .content .content-item .btn button[data-v-56c296c8]:active {
  filter: brightness(0.9);
}
.tools .content .content-item .btn .btn-dis[data-v-56c296c8] {
  position: absolute;
  top: 12px;
  right: 41px;
  color: #DD1D0B;
  background: #FFE655;
  height: 19px;
  width: fit-content;
  padding: 0px 8px;
  border-radius: 9.5px 9.5px 9.5px 3.8px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tools .content .content-item .btn .orange-btn[data-v-56c296c8] {
  color: #FFFFFF;
  border: 0;
  background-image: url(https://www.aiupscaler.ai/images/img/pricing_modal/button-bg.webp);
  background-size: 100%;
}
.tools .content .content-item .subscribe_type[data-v-56c296c8] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  background: #E4DFFF;
  border-radius: 9px;
  margin: auto;
  margin-top: 20px;
  padding: 0px 6px;
}
.tools .content .content-item .subscribe_type .type[data-v-56c296c8] {
  padding: 0px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}
.tools .content .content-item .subscribe_type .type .sha-ye-bu-shi[data-v-56c296c8] {
  width: 38px;
  height: 17px;
  line-height: 17px;
  background: linear-gradient(90deg, #F79F63 0%, #FF4200 100%);
  border-radius: 10px 10px 10px 4px;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}
.tools .content .content-item .subscribe_type .active[data-v-56c296c8] {
  background: #FFFFFF;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
}
.tools .content .content-item .footer[data-v-56c296c8] {
  margin-top: 30px;
}
.tools .content .content-item .footer .credit-list[data-v-56c296c8] {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tools .content .content-item .footer .credit-list .line[data-v-56c296c8] {
  border-bottom: 1px solid #c2c3c7;
  width: 90%;
  margin-left: 5%;
  position: absolute;
  top: 62px;
}
.tools .content .content-item .footer .credit-list .credit-item[data-v-56c296c8] {
  width: 100%;
  height: 62px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 0px 16px;
}
.tools .content .content-item .footer .credit-list .credit-item .radio[data-v-56c296c8] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input[data-v-56c296c8] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon[data-v-56c296c8] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1.5px solid #999;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 2px;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon .sel[data-v-56c296c8] {
  width: 100%;
  height: 100%;
  background-image: url('https://www.aiupscaler.ai/images/img/pricing_modal/active.svg');
  background-position: center;
  border-radius: 50%;
  opacity: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon[data-v-56c296c8] {
  border-color: #6864ED;
  /* 外圈颜色 */
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon .sel[data-v-56c296c8] {
  opacity: 1;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content[data-v-56c296c8] {
  width: calc(100% - 24px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2.5px;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content span[data-v-56c296c8] {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price[data-v-56c296c8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price span[data-v-56c296c8] {
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  white-space: nowrap;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price .dis[data-v-56c296c8] {
  opacity: 0.7;
  color: #666666;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price[data-v-56c296c8] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price span[data-v-56c296c8] {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price .normal[data-v-56c296c8] {
  font-size: 12px;
  font-weight: 500;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price .discount[data-v-56c296c8] {
  position: absolute;
  left: -66px;
  top: 0px;
  width: 53px;
  height: 20px;
  color: #FFFFFF;
  padding: 0px 3px;
  background: linear-gradient(90deg, #FE8F2C 0%, #FFBE3E 100%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.tools .content .content-item .footer .credit-list .active[data-v-56c296c8] {
  border: 1.5px solid #6864ED;
  background: #f9f9ff;
  border-radius: 8px;
}
.tools .content .content-item .footer .img-box[data-v-56c296c8] {
  margin-left: 6px;
  position: relative;
}
.tools .content .content-item .footer .img-box img[data-v-56c296c8] {
  width: 16px;
  height: 16px;
}
.tools .content .content-item .footer .img-box .img1[data-v-56c296c8] {
  display: block;
}
.tools .content .content-item .footer .img-box .img2[data-v-56c296c8] {
  display: none;
}
.tools .content .content-item .footer .img-box .includes[data-v-56c296c8] {
  width: 258px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 5px 13px 4px rgba(0, 0, 0, 0.09);
  position: absolute;
  top: -24px;
  left: 30px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  box-sizing: border-box;
  padding: 13px 20px;
  display: none;
  z-index: 999;
}
.tools .content .content-item .footer .img-box:hover .img1[data-v-56c296c8] {
  display: none;
}
.tools .content .content-item .footer .img-box:hover .img2[data-v-56c296c8] {
  display: block;
}
.tools .content .content-item .footer .img-box:hover .includes[data-v-56c296c8] {
  display: block;
}
.tools .content .content-item .footer li[data-v-56c296c8] {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  align-items: center;
}
.tools .content .content-item .footer .true[data-v-56c296c8] {
  margin-right: 11px;
  width: 16px;
}
.tools .content .content-item .footer p[data-v-56c296c8] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 22px;
}
.tools .content .content-item .footer .span-blod[data-v-56c296c8] {
  color: #666666;
}
.tools .content .content-item .discount[data-v-56c296c8] {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 16px;
  height: 34px;
  color: #ffff;
  background: linear-gradient(90deg, #FFBE3E 0%, #FE8F2C 100%);
  border-radius: 25px 25px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
}
.tools .content .content-item .red[data-v-56c296c8] {
  background: linear-gradient(90deg, #F92B26 0%, #FB844B 100%);
}
.tools .content .content-item .gray[data-v-56c296c8] {
  background: linear-gradient(90deg, #A3BBDA 0%, #91A8C4 100%);
}
.tools .content .orange-border[data-v-56c296c8] {
  border: 2px solid #FFBB3D;
}
.tools .content .active-item[data-v-56c296c8] {
  transform: scaleY(1.08) translateY(-10px);
  border: 2px solid #FB8049;
}
.tools .content .active-item .btn button[data-v-56c296c8] {
  background-image: url(https://www.aiupscaler.ai/images/img/pricing_modal/button-bg-active.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  border: none;
}
.tools .content .active-item .btn button[data-v-56c296c8]:hover {
  color: #6864ED;
  filter: brightness(0.96);
}
.tools .content .active-item .btn button[data-v-56c296c8]:active {
  filter: brightness(0.9);
}
.tools .content .credit-item.active + .line[data-v-56c296c8] {
  display: none;
}
.tools .btm-txt[data-v-56c296c8] {
  font-weight: 500;
  font-size: 17px;
  color: #222222;
  text-align: center;
}
@media (max-width: 1200px) {
.banner[data-v-56c296c8] {
    width: 100%;
    min-height: 809px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #6A59ED, #FFFFFF);
}
.banner .bg_point_box[data-v-56c296c8] {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .bg_point_box .left_point[data-v-56c296c8] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_left_m.webp");
    width: 103px;
    height: 97px;
    position: absolute;
    top: -20px;
    left: 80px;
}
.banner .bg_point_box .right_point[data-v-56c296c8] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_right_m.webp");
    width: 103px;
    height: 83px;
    position: absolute;
    right: 380px;
    top: 120px;
}
.tools[data-v-56c296c8] {
    width: 475px;
    height: 100%;
    margin: 0px auto 125px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.tools h1[data-v-56c296c8] {
    font-size: 45px;
    text-align: center;
    color: #222;
}
.tools .similar-h1[data-v-56c296c8] {
    font-size: 45px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'InterBold', Arial, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    margin-block-start: 0.16em;
    margin-block-end: 0.8em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    display: block;
}
.tools .similar-h1 img[data-v-56c296c8] {
    width: 54px;
    height: 45px;
}
.tools .desc[data-v-56c296c8] {
    font-weight: 400;
    font-size: 20px;
    color: #444444;
    margin-top: 28px;
    text-align: center;
}
.tools .content[data-v-56c296c8] {
    width: 100%;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
    margin: 80px 0px 0px 0px;
    box-sizing: border-box;
}
.tools .content .free-bg[data-v-56c296c8] {
    background: #F1F4FA;
    padding: 29px 29px 29px 29px !important;
}
.tools .content .txt[data-v-56c296c8] {
    font-weight: 400;
    font-size: 12px;
    color: #B9C6E7;
    line-height: 52px;
}
.tools .content .pcshow[data-v-56c296c8] {
    display: none;
}
.tools .content .ipadshow[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item[data-v-56c296c8] {
    width: 332px;
    max-height: 628px;
    height: auto;
    background: #FFFFFF;
    border-radius: 28px;
    box-shadow: 0px 6px 15px 0px rgba(50, 100, 163, 0.19);
    padding: 29px 20px 29px 20px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.tools .content .content-item .title[data-v-56c296c8] {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}
.tools .content .content-item .price[data-v-56c296c8] {
    font-size: 24px;
    font-weight: 900;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 22px;
    white-space: nowrap;
    margin-top: 10px;
}
.tools .content .content-item .price1[data-v-56c296c8] {
    font-weight: 500;
    font-size: 14px;
    color: #B9C6E7;
    line-height: 15px;
    height: 30px;
}
.tools .content .content-item .price1 span[data-v-56c296c8] {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
}
.tools .content .content-item .btn[data-v-56c296c8] {
    position: relative;
    box-sizing: border-box;
}
.tools .content .content-item .btn button[data-v-56c296c8] {
    width: 230px;
    height: 48px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 17px;
    color: #6864ED;
    border: 1px solid #8C7FF1;
    line-height: 24px;
    text-align: center;
    margin-top: 22px;
    cursor: pointer;
    outline: none;
}
.tools .content .content-item .btn button[data-v-56c296c8]:hover {
    filter: brightness(0.96);
}
.tools .content .content-item .btn button[data-v-56c296c8]:active {
    filter: brightness(0.9);
}
.tools .content .content-item .btn .btn-dis[data-v-56c296c8] {
    position: absolute;
    top: 12px;
    right: 41px;
    color: #DD1D0B;
    background: #FFE655;
    height: 19px;
    width: fit-content;
    padding: 0px 8px;
    border-radius: 9.5px 9.5px 9.5px 3.8px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tools .content .content-item .btn .orange-btn[data-v-56c296c8] {
    color: #FFFFFF;
    border: 0;
    background: url(https://www.aiupscaler.ai/images/img/pricing_modal/button-bg.webp);
    background-size: cover;
}
.tools .content .content-item .subscribe_type[data-v-56c296c8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 40px;
    background: #E4DFFF;
    border-radius: 9px;
    margin: auto;
    margin-top: 20px;
    padding: 0px 6px;
}
.tools .content .content-item .subscribe_type .type[data-v-56c296c8] {
    padding: 0px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
}
.tools .content .content-item .subscribe_type .type .sha-ye-bu-shi[data-v-56c296c8] {
    width: 38px;
    height: 17px;
    line-height: 17px;
    background: linear-gradient(90deg, #F79F63 0%, #FF4200 100%);
    border-radius: 10px 10px 10px 4px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.tools .content .content-item .subscribe_type .active[data-v-56c296c8] {
    background: #FFFFFF;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
}
.tools .content .content-item .footer[data-v-56c296c8] {
    margin-top: 30px;
}
.tools .content .content-item .footer .credit-list[data-v-56c296c8] {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tools .content .content-item .footer .credit-list .credit-item[data-v-56c296c8] {
    width: 100%;
    height: 62px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    padding: 0px 16px;
}
.tools .content .content-item .footer .credit-list .credit-item .radio[data-v-56c296c8] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input[data-v-56c296c8] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon[data-v-56c296c8] {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1.5px solid #999;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 2px;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon .sel[data-v-56c296c8] {
    width: 100%;
    height: 100%;
    background-image: url('https://www.aiupscaler.ai/images/img/pricing_modal/active.svg');
    background-position: center;
    border-radius: 50%;
    opacity: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon[data-v-56c296c8] {
    border-color: #6864ED;
    /* 外圈颜色 */
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon .sel[data-v-56c296c8] {
    opacity: 1;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content[data-v-56c296c8] {
    width: calc(100% - 24px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2.5px;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content span[data-v-56c296c8] {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price[data-v-56c296c8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price span[data-v-56c296c8] {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price .dis[data-v-56c296c8] {
    opacity: 0.7;
    color: #666666;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price[data-v-56c296c8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price .discount[data-v-56c296c8] {
    position: absolute;
    left: -66px;
    top: 0px;
    width: 53px;
    height: 20px;
    color: #FFFFFF;
    padding: 0px 3px;
    background: linear-gradient(90deg, #FE8F2C 0%, #FFBE3E 100%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.tools .content .content-item .footer .credit-list .active[data-v-56c296c8] {
    border: 1.5px solid #6864ED;
    border-radius: 8px;
}
.tools .content .content-item .footer .img-box[data-v-56c296c8] {
    margin-left: 6px;
    position: relative;
}
.tools .content .content-item .footer .img-box img[data-v-56c296c8] {
    width: 16px;
    height: 16px;
}
.tools .content .content-item .footer .img-box .img1[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item .footer .img-box .img2[data-v-56c296c8] {
    display: none;
}
.tools .content .content-item .footer .img-box .includes[data-v-56c296c8] {
    width: 258px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 5px 13px 4px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: -24px;
    left: 30px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    box-sizing: border-box;
    padding: 13px 20px;
    display: none;
    z-index: 999;
}
.tools .content .content-item .footer .img-box:hover .img1[data-v-56c296c8] {
    display: none;
}
.tools .content .content-item .footer .img-box:hover .img2[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item .footer .img-box:hover .includes[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item .footer li[data-v-56c296c8] {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    align-items: center;
}
.tools .content .content-item .footer .true[data-v-56c296c8] {
    margin-right: 11px;
    width: 16px;
}
.tools .content .content-item .footer p[data-v-56c296c8] {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-top: 22px;
}
.tools .content .content-item .footer .span-blod[data-v-56c296c8] {
    color: #666666;
}
.tools .content .content-item .discount[data-v-56c296c8] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 16px;
    height: 34px;
    color: #ffff;
    background: linear-gradient(90deg, #FFBE3E 0%, #FE8F2C 100%);
    border-radius: 25px 25px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
}
.tools .content .content-item .red[data-v-56c296c8] {
    background: linear-gradient(90deg, #F92B26 0%, #FB844B 100%);
}
.tools .content .content-item .gray[data-v-56c296c8] {
    background: linear-gradient(90deg, #A3BBDA 0%, #91A8C4 100%);
}
.tools .content .orange-border[data-v-56c296c8] {
    border: 2px solid #FFBB3D;
}
.tools .content .active-item[data-v-56c296c8] {
    transform: scaleY(1.05) translateY(-10px);
    border: 2px solid #FB8049;
}
.tools .content .active-item .btn button[data-v-56c296c8] {
    background-image: url(https://www.aiupscaler.ai/images/img/pricing_modal/button-bg-active.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    border: none;
}
.tools .content .active-item .btn button[data-v-56c296c8]:hover {
    filter: brightness(0.96);
}
.tools .content .active-item .btn button[data-v-56c296c8]:active {
    filter: brightness(0.9);
}
.tools .btm-txt[data-v-56c296c8] {
    font-weight: 500;
    font-size: 17px;
    color: #222222;
    text-align: center;
}
}
@media (max-width: 639px) {
.banner[data-v-56c296c8] {
    width: 100%;
    min-height: 8.09rem;
    margin-bottom: 0;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #6A59ED, #FFFFFF);
}
.banner .bg_point_box[data-v-56c296c8] {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.banner .bg_point_box .left_point[data-v-56c296c8] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_left_m.webp") no-repeat;
    background-size: cover;
    position: absolute;
    width: 103px;
    height: 97px;
    left: 0;
}
.banner .bg_point_box .right_point[data-v-56c296c8] {
    background: url("https://www.aiupscaler.ai/images/bg_pointer_right_m.webp") no-repeat;
    position: absolute;
    width: 103px;
    height: 83px;
    right: 0;
    top: 0.6rem;
}
.tools[data-v-56c296c8] {
    width: 80%;
    height: 100%;
    margin: 0px auto 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    position: relative;
}
.tools h1[data-v-56c296c8] {
    font-size: 0.45rem;
    text-align: center;
    color: #222;
}
.tools .similar-h1[data-v-56c296c8] {
    font-size: 0.45rem;
    text-align: center;
    font-family: 'InterBold', Arial, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    margin-block-start: 0.016em;
    margin-block-end: 0.08em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    display: block;
}
.tools .similar-h1 img[data-v-56c296c8] {
    width: 0.54rem;
    height: 0.45rem;
}
.tools .desc[data-v-56c296c8] {
    font-weight: 400;
    font-size: 0.2rem;
    margin-top: 0.28rem;
    text-align: center;
}
.tools .content[data-v-56c296c8] {
    width: 100%;
    height: auto;
    min-height: 4.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.19rem;
    margin: 0.8rem 0px 0px 0px;
    box-sizing: border-box;
}
.tools .content .free-bg[data-v-56c296c8] {
    padding: 0.29rem 0.29rem 0.29rem 0.29rem !important;
}
.tools .content .txt[data-v-56c296c8] {
    font-weight: 400;
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding-top: 0.2rem;
}
.tools .content .pcshow[data-v-56c296c8] {
    display: none;
}
.tools .content .ipadshow[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item[data-v-56c296c8] {
    width: 5.03rem;
    height: auto;
    max-height: none;
    border-radius: 0.28rem;
    padding: 0.5rem 0.2rem 0.29rem 0.2rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.tools .content .content-item .title[data-v-56c296c8] {
    font-weight: bold;
    font-size: 0.3rem;
}
.tools .content .content-item .title-top[data-v-56c296c8] {
    margin-top: 0.28rem;
}
.tools .content .content-item .price[data-v-56c296c8] {
    font-size: 0.48rem;
    font-weight: 900;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.1rem;
    white-space: nowrap;
    margin-top: 0.1rem;
}
.tools .content .content-item .price1[data-v-56c296c8] {
    display: block;
    font-weight: 500;
    font-size: 0.22rem;
    height: 0.26rem;
    margin: 0.1rem 0rem;
}
.tools .content .content-item .price1 span[data-v-56c296c8] {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 0.22rem;
    line-height: 0.24rem;
}
.tools .content .content-item .btn[data-v-56c296c8] {
    position: relative;
    box-sizing: border-box;
}
.tools .content .content-item .btn button[data-v-56c296c8] {
    display: block;
    width: 4.6rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    font-weight: 500;
    font-size: 0.3rem;
    line-height: 0.24rem;
    text-align: center;
    margin: 0.22rem 0rem;
    cursor: pointer;
    outline: none;
}
.tools .content .content-item .btn button[data-v-56c296c8]:hover {
    filter: brightness(0.96);
}
.tools .content .content-item .btn button[data-v-56c296c8]:active {
    filter: brightness(0.9);
}
.tools .content .content-item .btn .btn-dis[data-v-56c296c8] {
    position: absolute;
    top: 0.12rem;
    right: 0.41rem;
    height: 0.19rem;
    width: fit-content;
    padding: 0px 0.08rem;
    border-radius: 0.095rem 0.095rem 0.095rem 0.038rem;
    font-size: 0.11rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tools .content .content-item .btn .orange-btn[data-v-56c296c8] {
    color: #FFFFFF;
    border: 0;
    background-image: url(https://www.aiupscaler.ai/images/img/pricing_modal/button-bg.webp);
    background-size: cover;
    background-position: center;
}
.tools .content .content-item .subscribe_type[data-v-56c296c8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 0.68rem;
    border-radius: 0.12rem;
    margin: 0.2rem auto 0rem;
    padding: 0px 0.06rem;
}
.tools .content .content-item .subscribe_type .type[data-v-56c296c8] {
    padding: 0px 0.3rem;
    font-weight: 500;
    font-size: 0.26rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    box-sizing: border-box;
}
.tools .content .content-item .subscribe_type .type .sha-ye-bu-shi[data-v-56c296c8] {
    width: 0.46rem;
    height: 0.23rem;
    line-height: 0.23rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.04rem;
    font-weight: bold;
    font-size: 0.16rem;
}
.tools .content .content-item .subscribe_type .active[data-v-56c296c8] {
    border-radius: 0.06rem;
    height: 0.45rem;
    line-height: 0.45rem;
}
.tools .content .content-item .footer[data-v-56c296c8] {
    margin-top: 0.3rem;
}
.tools .content .content-item .footer span[data-v-56c296c8] {
    font-size: 0.2rem;
}
.tools .content .content-item .footer .credit-list[data-v-56c296c8] {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tools .content .content-item .footer .credit-list .line[data-v-56c296c8] {
    width: 96%;
    margin-left: 2%;
    margin-top: 0.1rem;
}
.tools .content .content-item .footer .credit-list .credit-item[data-v-56c296c8] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    box-sizing: border-box;
    padding: 0px 0.16rem;
}
.tools .content .content-item .footer .credit-list .credit-item .radio[data-v-56c296c8] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    width: 0.3rem;
    height: 0.3rem;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input[data-v-56c296c8] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon[data-v-56c296c8] {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border: 0.015rem solid #999;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 0.02rem;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon .sel[data-v-56c296c8] {
    width: 100%;
    height: 100%;
    background: #6864ED;
    border-radius: 50%;
    opacity: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon[data-v-56c296c8] {
    border-color: #6864ED;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon .sel[data-v-56c296c8] {
    opacity: 1;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content[data-v-56c296c8] {
    width: calc(100% - 0.24rem);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0.2rem 0rem;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content span[data-v-56c296c8] {
    font-weight: 400;
    font-size: 0.26rem;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price[data-v-56c296c8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price span[data-v-56c296c8] {
    font-weight: 400;
    font-size: 0.2rem;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price .dis[data-v-56c296c8] {
    opacity: 0.7;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price[data-v-56c296c8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price .discount[data-v-56c296c8] {
    position: absolute;
    left: -0.66rem;
    top: 0px;
    width: 0.53rem;
    height: 0.2rem;
    padding: 0px 0.02rem;
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price span[data-v-56c296c8] {
    font-size: 0.24rem;
    font-weight: 600;
    white-space: nowrap;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price .normal[data-v-56c296c8] {
    font-size: 0.2rem;
    font-weight: 500;
}
.tools .content .content-item .footer .credit-list .active[data-v-56c296c8] {
    border-radius: 0.08rem;
}
.tools .content .content-item .footer .img-box[data-v-56c296c8] {
    margin-left: 0.06rem;
    position: relative;
}
.tools .content .content-item .footer .img-box img[data-v-56c296c8] {
    width: 0.16rem;
    height: 0.16rem;
}
.tools .content .content-item .footer .img-box .img1[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item .footer .img-box .img2[data-v-56c296c8] {
    display: none;
}
.tools .content .content-item .footer .img-box .includes[data-v-56c296c8] {
    width: 2.58rem;
    height: auto;
    box-shadow: 0px 0.05px 0.13px 0.04px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: -0.24rem;
    left: 0.3rem;
    border-radius: 0.08rem;
    font-weight: 400;
    font-size: 0.12rem;
    color: #222222;
    box-sizing: border-box;
    padding: 0.13rem 0.2rem;
    display: none;
    z-index: 999;
}
.tools .content .content-item .footer .img-box:hover .img1[data-v-56c296c8] {
    display: none;
}
.tools .content .content-item .footer .img-box:hover .img2[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item .footer .img-box:hover .includes[data-v-56c296c8] {
    display: block;
}
.tools .content .content-item .footer li[data-v-56c296c8] {
    position: relative;
    display: flex;
    margin-bottom: 0.2rem;
    width: 100%;
    font-weight: 400;
    font-size: 0.12rem;
    align-items: center;
}
.tools .content .content-item .footer .true[data-v-56c296c8] {
    margin-right: 0.11rem;
    width: 0.26rem;
}
.tools .content .content-item .footer p[data-v-56c296c8] {
    font-weight: 400;
    font-size: 0.12rem;
    margin-top: 0.22rem;
}
.tools .content .content-item .discount[data-v-56c296c8] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0.16rem;
    height: 0.5rem;
    border-radius: 0.25rem 0.25rem 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.26rem;
    box-sizing: border-box;
}
.tools .content .active-item .btn button[data-v-56c296c8] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
.tools .content .active-item .btn button[data-v-56c296c8]:hover {
    filter: brightness(0.96);
}
.tools .content .active-item .btn button[data-v-56c296c8]:active {
    filter: brightness(0.9);
}
.tools .btm-txt[data-v-56c296c8] {
    font-weight: 500;
    font-size: 0.17rem;
    color: #222222;
    text-align: center;
}
}
.top-1[data-v-a041dc76] {
  color: #000000;
}
.comment-block[data-v-a041dc76] {
  margin: 175px auto 175px;
}
.comment-block .comment-area[data-v-a041dc76] {
  margin-top: 74px;
}
.comment-block .comment-item[data-v-a041dc76] {
  border-bottom: 1px solid #E6E7EB;
  padding: 29px 5px;
  cursor: pointer;
}
.comment-block .question-item[data-v-a041dc76] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-block .question[data-v-a041dc76] {
  font-family: Arial, Arial;
  white-space: pre-wrap;
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 30px;
}
.comment-block .answer[data-v-a041dc76] {
  font-family: ArialMT;
  white-space: pre-wrap;
  display: flex;
  margin-top: 20px;
  font-size: 18px;
  color: #555555;
  padding-top: 10px;
  padding-left: 34px;
  padding-right: 34px;
  line-height: 22px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.comment-block .answer a[data-v-a041dc76] {
  color: #007AFF;
}
.comment-block .icon-comment[data-v-a041dc76] {
  width: 10px;
  height: 10px;
}
@media (max-width: 1200px) {
.comment-block[data-v-a041dc76] {
    width: 474px;
}
.answer[data-v-a041dc76] {
    padding: 10px 0 0 0 !important;
}
}
@media (min-width: 1201px) {
.comment-block[data-v-a041dc76] {
    width: 1176px;
}
}
@media (max-width: 639px) {
.comment-block[data-v-a041dc76] {
    width: 5.03rem;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}
.comment-area[data-v-a041dc76] {
    margin-top: 0 !important;
}
.top[data-v-a041dc76] {
    font-size: 0.45rem !important;
    line-height: 1.5 !important;
}
.question[data-v-a041dc76] {
    font-weight: 600 !important;
    font-size: 0.24rem !important;
    line-height: 0.4rem !important;
}
.answer[data-v-a041dc76] {
    font-size: 0.24rem !important;
    line-height: 0.3rem !important;
}
}
@media (min-width: ipadWidth) {
.fix-width[data-v-6e87b251] {
    width: 1176px;
}
}
.howTo .tips-1[data-v-b4771fd9] {
  margin: 30px auto 0;
  max-width: 1174px;
  font-weight: 400;
  color: #555555;
}
.howTo .title_1[data-v-b4771fd9] {
  display: none;
}
.howTo .photo[data-v-b4771fd9] {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 545px;
  gap: 32px;
}
.howTo .photo .item[data-v-b4771fd9] {
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 5px 7px 20px 5px rgba(132, 132, 132, 0.1);
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 259px;
  width: 100%;
}
.howTo .photo .item .img[data-v-b4771fd9] {
  text-align: center;
  height: 206px;
}
.howTo .photo .item .title[data-v-b4771fd9] {
  text-align: left;
  color: #222222;
  font-size: 25px;
  height: 54px;
  padding-left: 40px;
}
.howTo .photo .item .text[data-v-b4771fd9] {
  padding-left: 40px;
  text-align: left;
  font-size: 19px;
  color: #666666;
  padding-top: 13px;
  line-height: 20px;
  font-weight: 400;
  width: 390px;
  margin: 0;
}
.howTo .left[data-v-b4771fd9] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 724px;
}
.howTo .left-item[data-v-b4771fd9] {
  display: flex;
  flex-direction: row;
}
.howTo .right[data-v-b4771fd9] {
  flex: 1;
}
.howTo .right .right-item[data-v-b4771fd9] {
  height: 550px;
  justify-content: flex-start !important;
  align-items: center;
}
.howTo .right .right-item .title[data-v-b4771fd9] {
  padding: 0;
}
.howTo .right .right-item .text[data-v-b4771fd9] {
  padding: 10px 0 0;
}
.howTo .right .right-item .txtWrapper[data-v-b4771fd9] {
  width: 100%;
}
.howTo .right .right-item .right-img[data-v-b4771fd9] {
  height: 259px;
  width: 369px;
  margin-top: auto;
  margin-bottom: auto;
}
.howTo .btn[data-v-b4771fd9] {
  margin: 75px auto 0;
  height: 48px;
  width: 298px;
  border-radius: 24px;
  background-color: #6864ED;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
.tips-1[data-v-b4771fd9] {
    width: 474px;
}
.howTo[data-v-b4771fd9] {
    width: 570px;
    margin: 115px auto 115px;
}
.howTo .photo[data-v-b4771fd9] {
    flex-direction: column;
    align-items: center;
    margin-top: 69px;
    height: auto;
    gap: 30px;
}
.howTo .photo .left[data-v-b4771fd9],
  .howTo .photo .right[data-v-b4771fd9] {
    width: 100%;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.howTo .photo .item[data-v-b4771fd9] {
    width: 100%;
    height: auto;
    padding: 31px 50px !important;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.howTo .photo .item > div[data-v-b4771fd9] {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    height: auto !important;
    width: 100%;
}
.howTo .photo .item .title[data-v-b4771fd9] {
    padding: 0;
    text-align: center;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}
.howTo .photo .item .text[data-v-b4771fd9] {
    width: 100% !important;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0;
}
.howTo .photo .item .img[data-v-b4771fd9] {
    position: static;
    display: block;
    transform: translate(0);
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    align-self: center !important;
}
.howTo .photo .item[data-v-b4771fd9]:last-child {
    margin-bottom: 0;
}
}
@media (max-width: 639px) {
.howTo[data-v-b4771fd9] {
    margin: 1rem auto 1.5rem;
    width: 5.7rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.howTo .title-1[data-v-b4771fd9] {
    display: none;
}
.howTo .title_1[data-v-b4771fd9] {
    font-size: 0.48rem !important;
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 0.6rem;
    margin-bottom: 0;
    margin: 0 auto 0.2rem !important;
    text-align: center;
}
.howTo .tips-1[data-v-b4771fd9] {
    margin: 0.2rem auto 0.6rem;
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.3rem;
}
.howTo .photo[data-v-b4771fd9] {
    width: 100%;
    height: auto;
    margin: 0 auto;
    gap: 0.3rem;
}
.howTo .photo .left[data-v-b4771fd9],
  .howTo .photo .right[data-v-b4771fd9] {
    width: 100%;
    gap: 0.3rem;
}
.howTo .photo .item[data-v-b4771fd9] {
    padding: 0.4rem 0.3rem !important;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    border-radius: 0.16rem;
    gap: 0;
}
.howTo .photo .item > div[data-v-b4771fd9] {
    gap: 0 !important;
}
.howTo .photo .item .title[data-v-b4771fd9] {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    margin-bottom: 0.2rem;
}
.howTo .photo .item .title span[data-v-b4771fd9] {
    font-size: 0.36rem;
    white-space: normal;
}
.howTo .photo .item .text[data-v-b4771fd9] {
    padding: 0;
    font-size: 0.24rem;
    line-height: 0.36rem;
    width: 100% !important;
    margin: 0 0 0.3rem 0;
    text-align: center;
}
.howTo .photo .item .img[data-v-b4771fd9] {
    all: initial;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.howTo .btn[data-v-b4771fd9] {
    width: 4rem;
    height: 0.8rem;
    font-size: 0.28rem;
    margin-top: 0.5rem;
}
}
@media (min-width: 1201px) {
.howTo[data-v-b4771fd9] {
    width: 1176px;
    margin: 177px auto 177px;
}
.howTo .photo[data-v-b4771fd9] {
    margin-top: 55px;
}
.howTo .photo .item[data-v-b4771fd9]:last-child {
    margin-right: 0px;
}
}
.wrapper[data-v-3fe5c22b] {
  width: 100%;
  background: #F3F1FF;
  margin: 124px auto 124px auto;
  display: flex;
  justify-content: center;
}
.banner[data-v-3fe5c22b] {
  height: 429px;
  width: 1174px;
  padding: 97px 0px 50px 0px;
  background: #F3F1FF;
  display: flex;
}
.container[data-v-3fe5c22b] {
  width: 323px;
}
.title-1[data-v-3fe5c22b] {
  width: 323px;
  height: 183px;
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  line-height: 50px;
  text-align: left;
  font-style: normal;
}
.span.tips-1[data-v-3fe5c22b] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.mark[data-v-3fe5c22b] {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  line-height: 45px;
  text-align: left;
  font-style: normal;
}
.carousel-wrapper[data-v-3fe5c22b] {
  margin-top: 86px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.carousel-wrapper .right[data-v-3fe5c22b] {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.carousel-wrapper .right img[data-v-3fe5c22b] {
  width: 45px;
  height: 45px;
}
.carousel-wrapper .right .normal[data-v-3fe5c22b] {
  display: block;
}
.carousel-wrapper .right .press[data-v-3fe5c22b] {
  display: none;
}
.carousel-wrapper .right:hover .normal[data-v-3fe5c22b] {
  display: none;
}
.carousel-wrapper .right:hover .press[data-v-3fe5c22b] {
  display: block;
}
.carousel-wrapper .left[data-v-3fe5c22b] {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.carousel-wrapper .left img[data-v-3fe5c22b] {
  width: 45px;
  height: 45px;
}
.carousel-wrapper .left .normal[data-v-3fe5c22b] {
  display: block;
}
.carousel-wrapper .left .press[data-v-3fe5c22b] {
  display: none;
}
.carousel-wrapper .left:hover .normal[data-v-3fe5c22b] {
  display: none;
}
.carousel-wrapper .left:hover .press[data-v-3fe5c22b] {
  display: block;
}
.list[data-v-3fe5c22b] {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 23px;
}
.list .item[data-v-3fe5c22b] {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  box-sizing: border-box;
  padding: 38px 31px 0px 45px;
  gap: 0;
  margin: 0;
  width: 296px;
  height: 346px;
  background: #FFFFFF;
  box-shadow: 5px 7px 20px 5px rgba(55, 0, 110, 0.1);
  border-radius: 18px;
}
.list .item .tips[data-v-3fe5c22b] {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  min-height: 150px;
}
.list .item .user-wrapper[data-v-3fe5c22b] {
  margin-top: 26px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
  bottom: 12px;
}
.list .item .user-wrapper .title[data-v-3fe5c22b] {
  margin-bottom: 14px;
}
.list .item .user-wrapper .title .name[data-v-3fe5c22b] {
  font-weight: bold;
  font-size: 17px;
  color: #000000;
}
.list .item .user-wrapper .title .job[data-v-3fe5c22b] {
  color: #555555;
  font-size: 14px;
}
.list .item .user-wrapper .img[data-v-3fe5c22b] {
  width: 49px;
  height: 49px;
}
@media (max-width: 1200px) {
.container[data-v-3fe5c22b] {
    width: 474px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner[data-v-3fe5c22b] {
    height: 100%;
    width: 474px;
    padding: 97px 0px 50px 0px;
    background: #F3F1FF;
    display: block;
}
.title-1[data-v-3fe5c22b] {
    width: 464px;
    text-align: center;
    height: 100px  ;
}
.span.tips-1[data-v-3fe5c22b] {
    width: 474px;
    margin: 30px auto;
}
.mark[data-v-3fe5c22b] {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.carousel-wrapper[data-v-3fe5c22b] {
    margin-top: 30px;
}
.list[data-v-3fe5c22b] {
    width: 100%;
    margin: 66px auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.list .left[data-v-3fe5c22b] {
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.list .left img[data-v-3fe5c22b] {
    width: 45px;
    height: 45px;
}
.list .left .normal[data-v-3fe5c22b] {
    display: block;
}
.list .left .press[data-v-3fe5c22b] {
    display: none;
}
.list .left:hover .normal[data-v-3fe5c22b] {
    display: none;
}
.list .left:hover .press[data-v-3fe5c22b] {
    display: block;
}
.list .right[data-v-3fe5c22b] {
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.list .right img[data-v-3fe5c22b] {
    width: 45px;
    height: 45px;
}
.list .right .normal[data-v-3fe5c22b] {
    display: block;
}
.list .right .press[data-v-3fe5c22b] {
    display: none;
}
.list .right:hover .normal[data-v-3fe5c22b] {
    display: none;
}
.list .right:hover .press[data-v-3fe5c22b] {
    display: block;
}
.list .item[data-v-3fe5c22b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 469px;
    height: 321px;
    background: #FFFFFF;
    box-shadow: 5px 7px 20px 5px rgba(110, 46, 0, 0.1);
    border-radius: 18px;
    position: relative;
    box-sizing: border-box;
    padding: 46px 49px 0px 49px;
}
.list .item .title[data-v-3fe5c22b] {
    margin-bottom: 14px;
}
.list .item .title .name[data-v-3fe5c22b] {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}
.list .item .title .job[data-v-3fe5c22b] {
    color: #7C8FC0;
}
.list .item .tips[data-v-3fe5c22b] {
    margin-top: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #0A0A0A;
    line-height: 22px;
    min-height: 120px;
}
.list .user-wrapper[data-v-3fe5c22b] {
    margin-top: 36px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
}
@media (max-width: 639px) {
.banner[data-v-3fe5c22b] {
    width: 100%;
    padding: 0;
}
.container[data-v-3fe5c22b] {
    width: 5.03rem;
}
.title-1[data-v-3fe5c22b] {
    margin: 0.66rem auto 0;
    font-size: 0.48rem;
    height: auto;
    line-height: 0.55rem;
    width: 80vw;
}
.title_1[data-v-3fe5c22b] {
    display: block;
    font-size: 0.45rem;
    width: 100%;
    max-width: 100%;
    margin: 0.66rem auto 0.63rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-3fe5c22b] {
    height: auto;
    width: 5.03rem;
    margin: 0.2rem auto 0.45rem;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.carousel-wrapper[data-v-3fe5c22b] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    gap: 0.16rem;
}
.carousel-wrapper .right[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
    cursor: pointer;
}
.carousel-wrapper .right img[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
}
.carousel-wrapper .left[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
}
.carousel-wrapper .left img[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
}
.carousel-wrapper .left .normal[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
    display: block;
}
.list[data-v-3fe5c22b] {
    width: 70vw;
    margin: 0.66rem auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.list .left[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
    cursor: pointer;
}
.list .left img[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
}
.list .left .normal[data-v-3fe5c22b] {
    height: 0.45rem;
    width: 0.45rem;
    display: block;
}
.list .left .press[data-v-3fe5c22b] {
    display: none;
}
.list .left:hover .normal[data-v-3fe5c22b] {
    display: none;
}
.list .left:hover .press[data-v-3fe5c22b] {
    display: block;
}
.list .right[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
    cursor: pointer;
}
.list .right img[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
}
.list .right .normal[data-v-3fe5c22b] {
    width: 0.45rem;
    height: 0.45rem;
    display: block;
}
.list .right .press[data-v-3fe5c22b] {
    display: none;
}
.list .right:hover .normal[data-v-3fe5c22b] {
    display: none;
}
.list .right:hover .press[data-v-3fe5c22b] {
    display: block;
}
.list .item[data-v-3fe5c22b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.92rem;
    height: 3.2rem;
    background: #FFFFFF;
    box-shadow: 5px 7px 20px 5px rgba(110, 46, 0, 0.1);
    border-radius: 0.18rem;
    position: relative;
    box-sizing: border-box;
    padding: 0.2rem 0 0 0;
    gap: 0;
}
.list .item .title[data-v-3fe5c22b] {
    margin: 0.14rem 0rem;
    line-height: 1;
}
.list .item .title .name[data-v-3fe5c22b] {
    font-weight: bold;
    font-size: 0.24rem;
    color: #222222;
}
.list .item .title .job[data-v-3fe5c22b] {
    font-size: 0.2rem;
    color: #7C8FC0;
}
.list .item .tips[data-v-3fe5c22b] {
    padding: 0 0.4rem;
    margin-top: 0.25rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0A0A0A;
    line-height: 0.2rem;
    min-height: 1rem;
}
.list .item .user-wrapper[data-v-3fe5c22b] {
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    bottom: 1rem;
}
.list .item .user-wrapper .title .name[data-v-3fe5c22b] {
    font-size: 0.25rem;
}
.list .item .user-wrapper .title .job[data-v-3fe5c22b] {
    font-size: 0.2rem;
}
.list .item .user-wrapper .img[data-v-3fe5c22b] {
    width: 0.5rem;
    height: 0.5rem;
}
.mark[data-v-3fe5c22b] {
    width: 100%;
    height: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin-top: 0.5rem;
    font-size: 0.24rem;
}
.mark img[data-v-3fe5c22b] {
    width: 0.24rem;
    height: 0.24rem;
}
}
.container[data-v-58f7823e] {
  width: 1174px;
  margin-top: 197px;
  margin-bottom: 210px;
}
.title[data-v-58f7823e] {
  width: 1114px;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  color: #000000;
  line-height: 60px;
  font-style: normal;
}
.try-now-wrapper[data-v-58f7823e] {
  margin-top: 75px;
  text-align: center;
}
.try-now-wrapper button[data-v-58f7823e] {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1em;
  width: 248px;
  height: 48px;
  background: #6864ED;
  border-radius: 24px;
}
.list[data-v-58f7823e] {
  margin-top: 74px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 66px;
}
.list .item[data-v-58f7823e] {
  width: 534px;
  height: 365px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: url("https://www.aiupscaler.ai/images/list/whart-item-bg.webp");
  padding: 1px;
}
.list .item img[data-v-58f7823e] {
  margin-top: 63px;
  width: 100px;
  height: 100px;
}
.list .item .item-title[data-v-58f7823e] {
  margin-top: 19px;
  max-width: 500px;
  height: 46px;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  line-height: 45px;
  font-style: normal;
}
.list .item .item-tips[data-v-58f7823e] {
  margin-top: 10px;
  width: 402px;
  height: 80px;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  font-style: normal;
}
@media (max-width: 1200px) {
.container[data-v-58f7823e] {
    width: 474px;
    margin-top: 197px;
    margin-bottom: 210px;
}
.title[data-v-58f7823e] {
    width: 474px;
}
.list[data-v-58f7823e] {
    margin-top: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 66px;
}
.list .item[data-v-58f7823e] {
    width: 474px;
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
}
.list .item .item-title[data-v-58f7823e] {
    line-height: 1.2;
}
.list .item img[data-v-58f7823e] {
    margin-top: 15px;
}
.list .item .item-tips[data-v-58f7823e] {
    margin-top: 30px;
    font-size: 18px;
}
}
@media (max-width: 639px) {
.container[data-v-58f7823e] {
    width: 5.03rem;
    margin-top: 1rem;
    margin-bottom: 0px;
}
.header-panel[data-v-58f7823e] {
    display: flex;
    justify-content: center;
}
.title[data-v-58f7823e] {
    width: 5.03rem;
    font-size: 0.4rem;
    line-height: 0.45rem;
}
.list[data-v-58f7823e] {
    width: 5.03rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list .item[data-v-58f7823e] {
    width: 100%;
    height: 3.06rem;
    padding: 0;
    background-size: 100% 100%;
    /* 不裁剪，完整显示 */
    background-position: center;
    background-repeat: no-repeat;
}
.list .item .item-title[data-v-58f7823e] {
    width: 70vw;
    font-size: 0.28rem;
    line-height: 1.2;
    /* 增加行高，让多行标题内部更疏朗 */
}
.list .item .item-tips[data-v-58f7823e] {
    margin-top: 0.3rem;
    /* 间距恢复紧凑，依靠标题行高来平衡视觉 */
    width: 70vw;
    font-size: 0.2rem;
    line-height: 0.25rem;
}
.list .item img[data-v-58f7823e] {
    margin-top: 0.2rem;
    height: 0.8rem;
    width: 0.8rem;
}
.try-now-wrapper[data-v-58f7823e] {
    height: 0.5rem;
    margin-top: 0rem;
    text-align: center;
}
.try-now-wrapper button[data-v-58f7823e] {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.18rem;
    width: 2.48rem;
    height: 0.48rem;
    background: #6864ED;
    border-radius: 0.24rem;
}
}
.content-wrapper[data-v-b00f2cbd] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-b00f2cbd] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-b00f2cbd] {
  color: #FFFFFF;
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-b00f2cbd] {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-b00f2cbd] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.blank-row[data-v-b00f2cbd] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-b00f2cbd] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.normal-txt[data-v-b00f2cbd] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
}
.normal-txt a[data-v-b00f2cbd] {
  color: #047afc;
  cursor: pointer;
}
.tag[data-v-b00f2cbd] {
  padding-left: 24px;
}
@media (max-width: 639px) {
.content[data-v-b00f2cbd] {
    width: 80%;
    margin-top: 8rem;
}
.article-title[data-v-b00f2cbd] {
    line-height: 4.5rem;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-b00f2cbd] {
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: bold;
}
.second-title[data-v-b00f2cbd] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-b00f2cbd] {
    height: 3.2rem;
    line-height: 3.2rem;
    width: 100%;
}
.bold-txt[data-v-b00f2cbd] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
}
.normal-txt[data-v-b00f2cbd] {
    color: #666666;
    line-height: 3.2rem;
    font-size: 2.4rem;
}
}
li[data-v-a6e66b91] {
  list-style-type: none;
  line-height: 28px;
  font-size: 18px;
}
a[data-v-a6e66b91] {
  color: #047afc;
  cursor: pointer;
  line-height: 28px;
  font-size: 18px;
}
.article-container[data-v-a6e66b91] {
  padding-top: 98px;
  padding-left: 17%;
  width: 66%;
  display: flex;
  flex-direction: column;
}
.article-title[data-v-a6e66b91] {
  width: 100%;
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 83px;
}
.article-subtitle[data-v-a6e66b91] {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 28px;
}
.article-h3[data-v-a6e66b91] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
}
.bold-txt[data-v-a6e66b91] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
}
.normal-txt[data-v-a6e66b91] {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 28px;
}
.normal-span[data-v-a6e66b91] {
  line-height: 28px;
  font-size: 18px;
}
.empty-row[data-v-a6e66b91] {
  height: 28px;
}
.href-box[data-v-a6e66b91] {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 639px) {
.article-container[data-v-a6e66b91] {
    width: 80%;
    padding-left: 10%;
}
.article-title[data-v-a6e66b91] {
    line-height: 4.5rem;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-a6e66b91] {
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: bold;
}
.second-title[data-v-a6e66b91] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-a6e66b91] {
    height: 3.2rem;
    line-height: 3.2rem;
    width: 100%;
}
.bold-txt[data-v-a6e66b91] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
}
.normal-txt[data-v-a6e66b91] {
    color: #666666;
    line-height: 3.2rem;
    font-size: 2.4rem;
}
}
.content-wrapper[data-v-5cee4e39] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-5cee4e39] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-5cee4e39] {
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-5cee4e39] {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-5cee4e39] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.blank-row[data-v-5cee4e39] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-5cee4e39] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.normal-txt[data-v-5cee4e39] {
  line-height: 28px;
  font-size: 18px;
}
.normal-txt a[data-v-5cee4e39] {
  color: #047afc;
  cursor: pointer;
}
.tag[data-v-5cee4e39] {
  padding-left: 24px;
}
@media (max-width: 639px) {
.content-wrapper[data-v-5cee4e39] {
    margin-bottom: 1.5rem;
}
.content[data-v-5cee4e39] {
    width: 80%;
    margin-top: 0.8rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
}
.article-title[data-v-5cee4e39] {
    line-height: 0.45rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-5cee4e39] {
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.second-title[data-v-5cee4e39] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.blank-row[data-v-5cee4e39] {
    height: 0.32rem;
    line-height: 0.32rem;
    width: 100%;
}
.bold-txt[data-v-5cee4e39] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.normal-txt[data-v-5cee4e39] {
    line-height: 0.32rem;
    font-size: 0.24rem;
}
}
