: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;
}
.logo[data-v-51ec41f2] {
  width: 365px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.logo .logo-img[data-v-51ec41f2] {
  width: 45px;
  height: 45px;
}
.logo .logo-title[data-v-51ec41f2] {
  width: 139px;
  height: 24px;
}
@media (max-width: 1200px) {
.logo-title[data-v-51ec41f2] {
    display: none;
}
}
@media (max-width: 639px) {
.logo[data-v-51ec41f2] {
    width: 3.07rem;
    height: 0.45rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.16rem;
    cursor: pointer;
}
.logo .logo-img[data-v-51ec41f2] {
    width: 0.7rem;
    height: 0.7rem;
}
.logo .logo-title[data-v-51ec41f2] {
    display: none;
    width: 0.246rem;
    height: 0.37rem;
}
}
.drop-down-menu[data-v-60b0c6e5] {
  position: relative;
}
.avatar[data-v-60b0c6e5] {
  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-60b0c6e5] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -6px;
}
.avatar .vip-icon img[data-v-60b0c6e5] {
  width: 18px;
  height: 18px;
}
.avatar img[data-v-60b0c6e5] {
  width: 100%;
  border-radius: 100%;
}
.drop-down-menu:hover .modal[data-v-60b0c6e5] {
  /* overflow: visible; */
  display: block;
  max-height: 600%;
}
.modal[data-v-60b0c6e5] {
  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-60b0c6e5]::before {
  content: ' ';
  display: block;
  width: 50px;
  height: 20px;
  background: transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.modal[data-v-60b0c6e5]::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-60b0c6e5] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
}
.menu > li[data-v-60b0c6e5] {
  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-60b0c6e5] {
  transform: translateX(-6px);
}
.menu > li[data-v-60b0c6e5]:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.menu > li[data-v-60b0c6e5]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.menu > li[data-v-60b0c6e5]:hover {
  /* filter: brightness(0.9); */
  background: #F0F9FF;
}
.menu > li[data-v-60b0c6e5]:first-child:hover {
  background: none;
}
.menu > li.disabled[data-v-60b0c6e5] {
  border-bottom: 1px solid #E6E7EB50;
}
.menu > li.disabled[data-v-60b0c6e5]:hover {
  filter: brightness(1);
}
.signout[data-v-60b0c6e5] {
  color: #F23031;
}
@media (max-width: 639px) {
.drop-down-menu[data-v-60b0c6e5] {
    position: relative;
}
.avatar[data-v-60b0c6e5] {
    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-60b0c6e5] {
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    top: 0px;
    right: -0.06rem;
}
.avatar .vip-icon img[data-v-60b0c6e5] {
    width: 0.18rem;
    height: 0.18rem;
}
.avatar img[data-v-60b0c6e5] {
    width: 100%;
    border-radius: 100%;
}
.drop-down-menu:hover .modal[data-v-60b0c6e5] {
    /* overflow: visible; */
    display: block;
    max-height: 600%;
}
.modal[data-v-60b0c6e5] {
    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-60b0c6e5]::before {
    content: ' ';
    display: block;
    width: 0.5rem;
    height: 0.2rem;
    background: transparent;
    position: absolute;
    bottom: 100%;
    right: 0;
}
.modal[data-v-60b0c6e5]::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-60b0c6e5] {
    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-60b0c6e5] {
    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-60b0c6e5] {
    transform: translateX(-0.06rem);
}
.menu > li[data-v-60b0c6e5]:first-child {
    border-top-right-radius: 0.08rem;
    border-top-left-radius: 0.08rem;
}
.menu > li[data-v-60b0c6e5]:last-child {
    border-bottom-right-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem;
}
.menu > li[data-v-60b0c6e5]:hover {
    /* filter: brightness(0.9); */
    background: #F0F9FF;
}
.menu > li[data-v-60b0c6e5]:first-child:hover {
    background: none;
}
.menu > li.disabled[data-v-60b0c6e5] {
    border-bottom: 0.01rem solid #E6E7EB50;
}
.menu > li.disabled[data-v-60b0c6e5]:hover {
    filter: brightness(1);
}
.signout[data-v-60b0c6e5] {
    color: #F23031;
}
}
.credit-drop-down-menu[data-v-cff2d4cc] {
  position: relative;
}
.credit-drop-down-menu .credit[data-v-cff2d4cc] {
  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-cff2d4cc] {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.credit-drop-down-menu .credit .icon2[data-v-cff2d4cc] {
  width: 18px;
  height: auto;
  margin-left: 8px;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-cff2d4cc] {
  display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-cff2d4cc]::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-cff2d4cc] {
  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-cff2d4cc] {
  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-cff2d4cc] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-cff2d4cc] {
  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-cff2d4cc] {
  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-cff2d4cc] {
  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-cff2d4cc] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points[data-v-cff2d4cc] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points1[data-v-cff2d4cc] {
  font-weight: 400;
  font-size: 12px;
  color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-cff2d4cc] {
  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-cff2d4cc] {
  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-cff2d4cc] {
  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-cff2d4cc] {
    position: relative;
}
.credit-drop-down-menu .credit[data-v-cff2d4cc] {
    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-cff2d4cc] {
    width: 0.2rem;
    height: auto;
    margin-right: 0.03rem;
}
.credit-drop-down-menu .credit .icon2[data-v-cff2d4cc] {
    width: 0.2rem;
    height: auto;
    margin-left: 0.08rem;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-cff2d4cc] {
    display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-cff2d4cc]::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-cff2d4cc] {
    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-cff2d4cc] {
    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-cff2d4cc] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.03rem;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-cff2d4cc] {
    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-cff2d4cc] {
    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-cff2d4cc] {
    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-cff2d4cc] {
    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-cff2d4cc] {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points1[data-v-cff2d4cc] {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-cff2d4cc] {
    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-cff2d4cc] {
    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-cff2d4cc] {
    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;
}
}
.feedback-img[data-v-400a34ec] {
  width: 31px;
  height: 31px;
}
@media (max-width: 639px) {
.hide-phone[data-v-400a34ec] {
    display: none !important;
}
.feedback-img[data-v-400a34ec] {
    width: 4rem;
    height: 4rem;
}
}
@media (min-width: 639px) and (max-width: 1201px) {
.hide-pad[data-v-400a34ec] {
    display: none !important;
}
}
@media (min-width: 1201px) {
.hide-pc[data-v-400a34ec] {
    display: none !important;
}
.feedback-img[data-v-400a34ec] {
    width: 20px;
    height: 20px;
}
}
.login[data-v-400a34ec] {
  width: fit-content;
  height: 45px;
  background: #F7F8F9;
  border-radius: 9px;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 45px;
  padding: 0px 16px;
  cursor: pointer;
}
.orange[data-v-400a34ec] {
  background: #F1601B;
  color: #FFFFFF;
}
.btn-phone[data-v-400a34ec] {
  padding: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  background-color: #F1601B;
  border-radius: 8px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.btn-phone img[data-v-400a34ec] {
  width: 17px;
}
.btn-phone[data-v-400a34ec]:hover {
  filter: brightness(0.95);
}

.grey-text[data-v-400a34ec] {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    line-height: 15px;
    text-align: center;
}
.remove-background-template-header[data-v-400a34ec] {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #323745;
    width: 100vw;
    height: 64px;
    background-color: #0A0A18;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.03);
    z-index: 1000;
}
.remove-background-template-header-left[data-v-400a34ec] {
    position: absolute;
    left: 26px;
    display: flex;
    align-items: center;
    height: 100%;
}
.remove-background-template-header-right[data-v-400a34ec] {
    position: absolute;
    right: 28px;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
}
.remove-background-template-header-right[data-v-400a34ec] > * {
    cursor: pointer;
}

.back-create[data-v-400a34ec] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    width: 40px;
    height: 40px;
    background-color: #212040;
    border-radius: 10px;
    cursor: pointer;
}
.back-create img[data-v-400a34ec] {
    width: 20px;
    height: 20px;
    user-select: none;
}
.back-create[data-v-400a34ec]:hover {
    filter: contrast(0.9);
}
.back-create.disabled[data-v-400a34ec] {
    pointer-events: none;
    user-select: none;
}

.colLine[data-v-400a34ec] {
    height: 30px;
    background-color: #eeeeee;
    width: 1px;
    margin-left: -10px;
    margin-right: 10px;
}
.logo[data-v-400a34ec] {
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.logo img[data-v-400a34ec] {
    width: 150px;
    height: 36px;
    user-select: none;
}
.logo[data-v-400a34ec]:hover {
    filter: contrast(0.7);
}
.logo.disabled[data-v-400a34ec] {
    user-select: none;
    pointer-events: none;
}

.undo[data-v-400a34ec] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.redo[data-v-400a34ec] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.undo[data-v-400a34ec] {
    left: 500px;
}
.redo[data-v-400a34ec] {
    left: 544px;
}
.btn[data-v-400a34ec] {
  padding: 0 10px;
  min-width: 120px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  background-color: #F1601B;
  border-radius: 8px;
  box-sizing: content-box;
}
.btn.second[data-v-400a34ec] {
  color: #F1601B;
  background-color: #d9efff;
}
.btn[data-v-400a34ec]:hover {
  filter: brightness(0.95);
}
.btn[data-v-400a34ec]:active {
  filter: brightness(0.9);
}
.btn img[data-v-400a34ec] {
  margin-right: 8px;
  width: 17px;
}
.btn.disabled[data-v-400a34ec] {
  color: #fff;
  background-color: #c8c8c8;
  user-select: none;
  pointer-events: none;
}
.mask[data-v-400a34ec] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.modal[data-v-400a34ec] {
  z-index: 999;
  overflow: hidden;
  position: fixed;
  top: 64px;
  right: 0;
  width: 360px;
  height: 0;
  background-color: #212040;
  opacity: 0;
  box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
}
.modal.show[data-v-400a34ec] {
  height: 100%;
  opacity: 1;
}
.header[data-v-400a34ec] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #222222;
  font-size: 16px;
}
.back[data-v-400a34ec] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  background: #f6f6f8;
  border-radius: 100%;
  cursor: pointer;
}
.content[data-v-400a34ec] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 360px;
}
.select[data-v-400a34ec] {
  margin: 0 auto;
  margin-bottom: 24px;
  width: 316px;
}
.radio[data-v-400a34ec] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.radio input[data-v-400a34ec] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio .radio-icon[data-v-400a34ec] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1.5px solid #999;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 2px;
}
.radio .radio-icon .sel[data-v-400a34ec] {
  width: 100%;
  height: 100%;
  background: #FB7E48;
  border-radius: 50%;
  opacity: 0;
}
.radio input:checked + .radio-icon[data-v-400a34ec] {
  border-color: #FB7E48;
  /* 外圈颜色 */
}
.radio input:checked + .radio-icon .sel[data-v-400a34ec] {
  opacity: 1;
}
.select.definition[data-v-400a34ec] {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.select-title[data-v-400a34ec] {
  margin-bottom: 13px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
}
.select label[data-v-400a34ec] {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 21px;
  cursor: pointer;
}
.select-span[data-v-400a34ec] {
  font-weight: 600;
}
.size[data-v-400a34ec] {
  font-weight: 500;
  font-size: 12px;
  color: #AEC3F5;
  line-height: 14px;
}
.select input[data-v-400a34ec] {
  margin-right: 8px;
}
.select.definition label[data-v-400a34ec] {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  border: 1px solid #3A396B;
  padding: 0 14px;
  width: 316px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  box-sizing: border-box;
  background: #3A396B;
}
.select.definition label .tip-pro[data-v-400a34ec] {
  position: absolute;
  top: -12px;
  right: 0;
  height: 20px;
  background: #F1601B;
  border-radius: 8px 10px 10px 0px;
  padding: 0px 6px 0px 6px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.select.definition label .tip-free[data-v-400a34ec] {
  position: absolute;
  top: -12px;
  right: 0;
  height: 20px;
  background: #FEB400;
  border-radius: 8px 10px 10px 0px;
  padding: 0px 10px 0px 10px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.select.definition label.active[data-v-400a34ec] {
  border: 1px solid #F1601B;
}
.select.definition label[data-v-400a34ec]:last-child {
  margin-bottom: 0;
}
.submit[data-v-400a34ec] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 316px;
  height: 48px;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  line-height: 15px;
  background: #F1601B;
  border-radius: 8px;
  cursor: pointer;
}
.submit[data-v-400a34ec]:hover {
  background: #F1601B;
}
.submit[data-v-400a34ec]:active {
  filter: brightness(0.9);
}
.pro[data-v-400a34ec] {
  display: flex;
  align-items: center;
}
.subscript[data-v-400a34ec] {
  margin-left: auto;
  width: 24px;
}

.upgrade-to-pro[data-v-400a34ec] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    min-width: 160px;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(
        319deg,
        #7e2fe9 0%,
        #8730fd 0%,
        #2741f5 53%,
        #39e3fb 100%
    );
    border-radius: 8px;
    cursor: pointer;
    box-sizing: content-box;
}
.upgrade-to-pro[data-v-400a34ec]:hover {
    filter: brightness(0.9);
}
.upgrade-to-pro[data-v-400a34ec]:active {
    filter: brightness(0.8);
}
.upgrade-to-pro.disabled[data-v-400a34ec] {
    color: #fff;
    background: #c8c8c8;
    user-select: none;
    pointer-events: none;
}
.do-disbaled[data-v-400a34ec]{
  user-select: none;
  pointer-events: none;
}
.disabled[data-v-400a34ec] {
  pointer-events: none;
  user-select: none;
}
.credit-drop-down-menu[data-v-400a34ec] {
  position: relative;
}
.credit-drop-down-menu .credit[data-v-400a34ec] {
  width: fit-content;
  height: 45px;
  padding: 0px 12px;
  box-sizing: border-box;
  background: #FFF8EC;
  border: 2px solid #FFDFA8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.credit-drop-down-menu .credit .icon1[data-v-400a34ec] {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.credit-drop-down-menu .credit .icon2[data-v-400a34ec] {
  width: 18px;
  height: auto;
  margin-left: 8px;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-400a34ec] {
  display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-400a34ec]::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-400a34ec] {
  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-400a34ec] {
  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-400a34ec] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-400a34ec] {
  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-400a34ec] {
  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-400a34ec] {
  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-400a34ec] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points[data-v-400a34ec] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points1[data-v-400a34ec] {
  font-weight: 400;
  font-size: 12px;
  color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-400a34ec] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 15px;
  text-align: center;
}
.credit-drop-down-menu .credit-drop-down .credit-add-btn[data-v-400a34ec] {
  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;
}
.credit-drop-down-menu .credit-drop-down .invite-btn[data-v-400a34ec] {
  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;
}
.drop-down-menu[data-v-400a34ec] {
  position: relative;
}
.drop-down-menu-avatar[data-v-400a34ec] {
  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;
}
.drop-down-menu-avatar .vip-icon[data-v-400a34ec] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -6px;
}
.drop-down-menu-avatar .vip-icon img[data-v-400a34ec] {
  width: 18px;
  height: 18px;
}
.drop-down-menu-avatar img[data-v-400a34ec] {
  width: 100%;
  border-radius: 100%;
}
.drop-down-menu:hover .drop-down-menu-modal[data-v-400a34ec] {
  /* overflow: visible; */
  display: block;
  max-height: 600%;
}
.drop-down-menu-modal[data-v-400a34ec] {
  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;
}
.drop-down-menu-modal[data-v-400a34ec]::before {
  content: " ";
  display: block;
  width: 50px;
  height: 20px;
  background: transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.drop-down-menu-modal[data-v-400a34ec]::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;
}
.drop-down-menu-menu[data-v-400a34ec] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
}
.drop-down-menu-menu > li[data-v-400a34ec] {
  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;
}
.drop-down-menu-menu > li img[data-v-400a34ec] {
  transform: translateX(-6px);
}
.drop-down-menu-menu > li[data-v-400a34ec]:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.drop-down-menu-menu > li[data-v-400a34ec]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.drop-down-menu-menu > li[data-v-400a34ec]:hover {
  /* filter: brightness(0.9); */
  background: #f0f9ff;
}
.drop-down-menu-menu > li[data-v-400a34ec]:first-child:hover {
  background: none;
}
.drop-down-menu-menu > li.disabled[data-v-400a34ec] {
  border-bottom: 1px solid #e6e7eb50;
}
.drop-down-menu-menu > li.disabled[data-v-400a34ec]:hover {
  filter: brightness(1);
}
.drop-down-menu-signout[data-v-400a34ec] {
  color: #f23031;
}

.upload[data-v-8346d6f6] {
    cursor: pointer;
}
.slot[data-v-8346d6f6] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 540px;
    background-color: #F2F5F7;
    border-radius: 16px;
}
.slot[data-v-8346d6f6]::after {
    content: '';
    z-index: 0;
    position: absolute;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    border: 2px dashed #047AFC50;
    border-radius: 16px;
}
.content[data-v-8346d6f6] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-8346d6f6] {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #222222;
}
.content2[data-v-8346d6f6] {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
}
.content3[data-v-8346d6f6] {
    position: relative;
    margin-bottom: 16px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    color: #C8DDF4;
}
.content3[data-v-8346d6f6]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -150px;
    width: 138px;
    height: 1px;
    background-color: #C8DDF4;
}
.content3[data-v-8346d6f6]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -150px;
    width: 138px;
    height: 1px;
    background-color: #C8DDF4;
}
.content4[data-v-8346d6f6] {
    z-index: 1;
    padding: 16px;
    width: 240px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #047AFC;
    border-radius: 8px;
}
.content4[data-v-8346d6f6]:hover {
    background: #3e95f1;
}
.content4[data-v-8346d6f6]:active {
    filter: brightness(0.9);
}
[data-v-b8e4df4a] {
  box-sizing: border-box;
}
.upload-left-panel[data-v-b8e4df4a] {
  position: fixed;
  left: 0;
  top: 65px;
  bottom: 0;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: auto;
  z-index: 9999;
}
.upload-panel[data-v-b8e4df4a] {
  position: fixed;
  top: 65px;
  left: 330px;
  right: 0;
  bottom: 0;
  background-color: #101024;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-panel .example-images-box[data-v-b8e4df4a] {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.upload-panel .example-images-box .example-images-box-title[data-v-b8e4df4a] {
  font-size: 15px;
  color: #B9C6E7;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-b8e4df4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.upload-panel .example-images-box .example-images img[data-v-b8e4df4a] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
.upload-panel .upload-area[data-v-b8e4df4a] {
  position: relative;
  background-color: #171640;
  border: 2px dashed #9EA1E0;
  width: 379px;
  height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-b8e4df4a] {
  padding: 0 12px;
  min-width: 254px;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9, #DF06D1 0%, #FD4E6B 41%, #FF8902);
  border-radius: 45px;
  opacity: 0.88;
  font-size: 24px;
  color: #fff;
  border: none;
  margin-bottom: 5px;
  position: relative;
  font-weight: 600;
  z-index: 9;
  cursor: pointer;
}
.upload-panel .upload-area .arial[data-v-b8e4df4a] {
  color: #fff;
}
.batch-panel[data-v-b8e4df4a] {
  position: fixed;
  right: 0;
  top: 65px;
  height: calc(100% - 65px);
  width: 144px;
  padding: 17px 17px 10px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #212040;
  overflow-y: auto;
  z-index: 901;
}
.batch-panel[data-v-b8e4df4a] > * {
  flex-shrink: 0;
}
.batch-panel .upload-btn[data-v-b8e4df4a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  border: 1px dashed #9EA1E0;
  background-color: #212040;
  cursor: pointer;
}
.batch-panel .upload-btn img[data-v-b8e4df4a] {
  width: 29px;
  height: 29px;
  filter: brightness(0.7);
}
.batch-panel .upload-btn span[data-v-b8e4df4a] {
  color: #9EA1E0;
  font-size: 16px;
  font-weight: 400;
  filter: brightness(0.6);
}
.batch-panel .bottom-content[data-v-b8e4df4a] {
  position: fixed;
  right: 10px;
  width: 134px;
  padding: 10px 14px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: #212040;
}
.batch-panel .bottom-content .text[data-v-b8e4df4a] {
  display: flex;
  justify-content: space-between;
}
.batch-panel .bottom-content .text[data-v-b8e4df4a]::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #212040;
  z-index: -1;
}
.batch-panel .bottom-content .delete-disabled[data-v-b8e4df4a] {
  pointer-events: none !important;
}
.batch-panel .bottom-content .delete-disabled .bottom-content-right[data-v-b8e4df4a] {
  color: #666666ff;
}
.batch-panel .bottom-content .btn[data-v-b8e4df4a] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  padding: 11px 8px;
  border-radius: 8px;
  background: #3A396B;
  margin-top: 12px;
  cursor: pointer;
}
.batch-panel .bottom-content .btn img[data-v-b8e4df4a] {
  width: 8px;
  height: 13px;
}
.batch-panel .bottom-content .bottom-content-left[data-v-b8e4df4a] {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: default;
}
.batch-panel .bottom-content .bottom-content-right[data-v-b8e4df4a] {
  font-size: 12px;
  color: #f23031;
  font-weight: 400;
  cursor: pointer;
}
.batch-panel .deal-item-active[data-v-b8e4df4a] {
  border: 2px solid #047afc;
}
.batch-panel .item[data-v-b8e4df4a] {
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
}
.batch-panel .item .deal-image[data-v-b8e4df4a] {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  display: block;
}
.batch-panel .item .deal-image-sucess-icon[data-v-b8e4df4a] {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 2px;
  top: 2px;
}
.batch-panel .item .deal-image-mask[data-v-b8e4df4a] {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #22222250;
  cursor: pointer;
}
.batch-panel .item .deal-image-loading-box[data-v-b8e4df4a] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #22222250;
  border-radius: 6px;
  z-index: 9999;
}
.batch-panel .item .deal-image-loading-box .deal-image-loading[data-v-b8e4df4a] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 32px;
  height: 32px;
  border: 3px solid #047afc;
  border-top-color: transparent;
  border-radius: 100%;
  animation: loadingRotate-b8e4df4a infinite 0.75s ease-in-out;
}
@keyframes loadingRotate-b8e4df4a {
0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(360deg);
}
}
.batch-panel .item .deal-image-hover-box[data-v-b8e4df4a] {
  display: none;
  position: fixed;
  top: var(--480aaede);
  width: 172px;
  height: 172px;
  background-color: #fff;
  right: 136px;
  z-index: 9999;
  border-radius: 6px;
  box-shadow: 0 3px 12px 4px #00000017;
  overflow: hidden;
}
.batch-panel .item .deal-image-hover-box .deal-image-hover-box-image[data-v-b8e4df4a] {
  max-width: 100%;
  max-height: 100%;
}
.batch-panel .item .deal-image-delete-icon[data-v-b8e4df4a] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  cursor: pointer;
}
.batch-panel .item:hover .deal-image-mask[data-v-b8e4df4a] {
  display: block;
}
.batch-panel .item:hover .deal-image-hover-box[data-v-b8e4df4a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.batch-collapse-btn[data-v-b8e4df4a] {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  user-select: none;
  width: 20px;
  height: 64px;
  right: 144px;
  background-color: #212040;
  z-index: 900;
}
.batch-collapse-btn-fold[data-v-b8e4df4a] {
  right: 0;
}
.loading[data-v-b8e4df4a] {
  pointer-events: none !important;
}
.upload-disabled[data-v-b8e4df4a] {
  pointer-events: none !important;
  border: 1px dashed #c8c8c8ff !important;
}
.upload-disabled img[data-v-b8e4df4a] {
  filter: brightness(1) !important;
  opacity: 0.5;
}
.upload-disabled span[data-v-b8e4df4a] {
  filter: brightness(1) !important;
  opacity: 0.5;
}
.radius video[data-v-7896d7c0] {
  border-radius: 6px;
}
.slide_back[data-v-7896d7c0] {
  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-7896d7c0] {
  box-sizing: border-box;
  pointer-events: auto;
}
.slide_box .hovering-box[data-v-7896d7c0] {
  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-7896d7c0] {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
}
.slide_box .video[data-v-7896d7c0] {
  overflow: hidden;
  position: relative;
  background: #EDEDED;
  border-radius: 8px;
}
.slide_box .video[data-v-7896d7c0],
.slide_box video[data-v-7896d7c0] {
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slide_box .video .i-box[data-v-7896d7c0],
.slide_box video .i-box[data-v-7896d7c0] {
  position: relative;
  overflow: hidden;
}
.slide_box .video .img1[data-v-7896d7c0],
.slide_box video .img1[data-v-7896d7c0] {
  z-index: 2;
}
.slide_box[data-v-7896d7c0]::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
}
.slide[data-v-7896d7c0] {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 3;
}
.slide .line[data-v-7896d7c0] {
  height: calc(50% - 25px);
  width: 2px;
  background: #ffffff;
}
.slide .img[data-v-7896d7c0],
.slide img[data-v-7896d7c0] {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slide .line1[data-v-7896d7c0] {
  height: calc(50% - 25px);
  width: 2px;
  background: #ffffff;
  margin-top: 50px;
}
.play[data-v-7896d7c0] {
  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-7896d7c0] {
  line-height: 22px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5.5px;
}
.play img[data-v-7896d7c0] {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.preview[data-v-7896d7c0] {
  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-7896d7c0] {
  width: 22px;
  height: 22px;
}
.upload-panel[data-v-c4e7b8e5] {
  position: fixed;
  top: 93px;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-panel .upload-area[data-v-c4e7b8e5] {
  position: relative;
  background-color: #171640;
  border: 2px dashed #9EA1E0;
  width: 560px;
  height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.upload-panel .upload-area .arial[data-v-c4e7b8e5] {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-c4e7b8e5] {
  padding: 0 12px;
  min-width: 254px;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9, #DF06D1 0%, #FD4E6B 41%, #FF8902);
  border-radius: 45px;
  opacity: 0.88;
  font-size: 24px;
  color: #fff;
  border: none;
  margin-bottom: 5px;
  position: relative;
  font-weight: 500;
  z-index: 9;
  cursor: pointer;
}
.upload-panel .example-images-box[data-v-c4e7b8e5] {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.upload-panel .example-images-box .example-images-box-title[data-v-c4e7b8e5] {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-c4e7b8e5] {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.upload-panel .example-images-box .example-images img[data-v-c4e7b8e5] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 639px) {
.upload-panel[data-v-c4e7b8e5] {
    position: fixed;
    top: 1rem;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.upload-panel .upload-area[data-v-c4e7b8e5] {
    position: relative;
    background-color: #171640;
    border: 0.02rem dashed #9EA1E0;
    width: 5.6rem;
    height: 4.42rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
}
.upload-panel .upload-area .arial[data-v-c4e7b8e5] {
    font-size: 0.18rem;
    color: #FFFFFF;
    letter-spacing: 0.01rem;
    text-align: center;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-c4e7b8e5] {
    padding: 0 0.15rem;
    min-width: 2.54rem;
    height: 0.6rem;
    background: linear-gradient(318deg, #7E2FE9, #DF06D1 0%, #FD4E6B 41%, #FF8902);
    border-radius: 0.45rem;
    opacity: 0.88;
    font-size: 0.24rem;
    color: #fff;
    border: none;
    margin-bottom: 0.1rem;
    position: relative;
    font-weight: 500;
    z-index: 9;
    cursor: pointer;
}
.upload-panel .example-images-box[data-v-c4e7b8e5] {
    display: flex;
    flex-direction: column;
    margin-top: 0.26rem;
}
.upload-panel .example-images-box .example-images-box-title[data-v-c4e7b8e5] {
    font-size: 0.18rem;
    color: #FFFFFF;
    letter-spacing: 0.02rem;
    text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-c4e7b8e5] {
    display: flex;
    gap: 0.12rem;
    margin-top: 0.1rem;
}
.upload-panel .example-images-box .example-images img[data-v-c4e7b8e5] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    cursor: pointer;
}
}
.boxPc[data-v-5da0c999] {
  display: block;
}
.boxMobile[data-v-5da0c999] {
  display: none;
}
.sidebar[data-v-5da0c999] {
  position: absolute;
  left: 0;
  top: 65px;
  height: calc(100vh - 65px);
  width: 330px;
  background-color: #212040;
  z-index: 99;
  border-top: 1px solid #323745;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  line-height: 21px;
  box-sizing: border-box;
}
.sidebar .sidebar-inner[data-v-5da0c999] {
  display: flex;
  flex-direction: column;
  margin-left: 7px;
}
.sidebar .blue-button[data-v-5da0c999] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 48px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 15px;
  background: #EA6B1C;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  position: fixed;
  left: 15px;
  bottom: 10px;
}
.sidebar .blue-button[data-v-5da0c999]:hover {
  filter: contrast(0.9);
}
.sidebar .blue-button1[data-v-5da0c999] {
  position: fixed;
  bottom: 68px;
  color: #FE8B1C;
  background: #FFF7E5;
}
.sidebar .blue-button1[data-v-5da0c999]:hover {
  filter: contrast(0.9);
}
.sidebar .button-disabled[data-v-5da0c999] {
  user-select: none;
  pointer-events: none;
  background: #c8c8c8;
  color: #ffffff;
}
.sidebar .use-credit[data-v-5da0c999] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-left: 10px;
}
.sidebar .use-credit img[data-v-5da0c999] {
  width: 13px;
  height: 12px;
}
.sidebar .use-credit .tips[data-v-5da0c999] {
  width: 15px;
  height: 15px;
  position: relative;
}
.sidebar .use-credit .tips img[data-v-5da0c999] {
  width: 15px;
  height: 15px;
}
.sidebar .use-credit .tips .tips-modal[data-v-5da0c999] {
  display: none;
  position: absolute;
  top: -70px;
  width: 265px;
  height: fit-content;
  background: #FFFFFF;
  box-shadow: 0px 5px 13px 4px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  text-align: left;
  padding: 9px 14px;
}
.sidebar .use-credit .tips:hover .tips-modal[data-v-5da0c999] {
  display: block;
}
.content[data-v-5da0c999] {
  position: fixed;
  right: 0;
  top: 64px;
  bottom: 0;
  left: 330px;
  background: #101024;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .upload-loading[data-v-5da0c999] {
  border-radius: 6px;
  position: fixed;
  left: 370px;
  top: 134px;
  right: 40px;
  bottom: 70px;
  z-index: 99999;
  background: #5B5A5A;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  /* 进度（Firefox） */
}
.content .upload-loading .progress[data-v-5da0c999] {
  width: 30%;
  min-width: 300px;
  height: 6px;
  border-radius: 3px;
  appearance: none;
}
.content .upload-loading .progress[data-v-5da0c999]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 3px;
}
.content .upload-loading .progress[data-v-5da0c999]::-webkit-progress-value {
  background-color: #EA6B1C;
  border-radius: 3px;
}
.content .upload-loading .progress[data-v-5da0c999]::-moz-progress-bar {
  background-color: #EA6B1C;
  border-radius: 3px;
}
.content .video-box[data-v-5da0c999] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .video-box .video_on_error[data-v-5da0c999] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #EDEDED;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.content .video-box .video_on_error .err_tips[data-v-5da0c999] {
  font-weight: bold;
  font-size: 18px;
  color: #B9B9B9;
}
.content .video-box .video[data-v-5da0c999] {
  border-radius: 6px;
  background: #EDEDED;
  border-radius: 8px;
}
.content .video-box .play[data-v-5da0c999] {
  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;
}
.content .video-box .play .stop[data-v-5da0c999] {
  line-height: 22px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5.5px;
}
.content .video-box .play img[data-v-5da0c999] {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.content .video-box .preview[data-v-5da0c999] {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  right: 9px;
  border-radius: 25px;
  bottom: 9px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.content .video-box .preview img[data-v-5da0c999] {
  width: 22px;
  height: 22px;
}
.content .video-box .hovering-title[data-v-5da0c999] {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  box-sizing: border-box;
  padding: 20px 20px;
}
.content .video-box .hovering-title .hovering-text[data-v-5da0c999] {
  background-color: rgba(0, 0, 0, 0.46);
  border-radius: 8px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.27);
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  padding: 7px 10px;
}
.content .video-box .circle-loading[data-v-5da0c999] {
  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: 99999;
}
.content .video-box .circle-loading .info[data-v-5da0c999] {
  color: #ffffff;
  font-size: 16px;
  margin-top: 12px;
}
.content .video-box .circle-loading .loading1[data-v-5da0c999] {
  width: 60px !important;
  height: 60px;
  border: 6px solid #EA6B1C;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle-5da0c999 infinite 0.75s linear;
}
@keyframes circle-5da0c999 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.content .compare[data-v-5da0c999] {
  position: fixed;
  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: #FFFFFF;
  cursor: pointer;
}
.content .compare .circle[data-v-5da0c999] {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #999999;
  margin-right: 6px;
}
.content .compare img[data-v-5da0c999] {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
@media (max-width: 1200px) {
.boxPc[data-v-5da0c999] {
    display: none;
}
.boxMobile[data-v-5da0c999] {
    display: flex;
}
.mobile-content[data-v-5da0c999] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100dvh;
    background: #101024;
    box-sizing: border-box;
    overflow: hidden;
}
.mobile-content .top-bar[data-v-5da0c999] {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #0A0A18;
    border-bottom: 1px solid #323745;
}
.mobile-content .top-bar .home[data-v-5da0c999] {
    width: 75px;
    height: 75px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #212040;
    border-radius: 20px;
    cursor: pointer;
}
.mobile-content .top-bar .home[data-v-5da0c999]:hover {
    filter: contrast(0.9);
}
.mobile-content .top-bar .home img[data-v-5da0c999] {
    width: 42px;
    height: 42px;
}
.mobile-content .top-bar .back[data-v-5da0c999] {
    width: 75px;
    height: 75px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #212040;
    border-radius: 20px;
    cursor: pointer;
}
.mobile-content .top-bar .back img[data-v-5da0c999] {
    width: 100%;
    height: 100%;
}
.mobile-content .top-bar .other[data-v-5da0c999] {
    display: flex;
    gap: 20px;
    margin-right: 30px;
}
.mobile-content .content[data-v-5da0c999] {
    position: static;
    background: #101024;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.mobile-content .content .upload-loading[data-v-5da0c999] {
    border-radius: 20px;
    position: static;
    width: 90%;
    height: 90%;
    z-index: 99999;
    background: #5B5A5A;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}
.mobile-content .content .upload-loading .progress[data-v-5da0c999] {
    width: 80%;
    min-width: 600px;
    height: 20px;
}
.mobile-content .content .play[data-v-5da0c999] {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 10px;
    border-radius: 40px;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mobile-content .content .play .stop[data-v-5da0c999] {
    line-height: 30px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 6px;
}
.mobile-content .content .play img[data-v-5da0c999] {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.mobile-content .content .preview[data-v-5da0c999] {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    right: 10px;
    border-radius: 40px;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mobile-content .content .preview img[data-v-5da0c999] {
    width: 30px;
    height: 30px;
}
.mobile-content .bottom-bar[data-v-5da0c999] {
    z-index: 700;
    width: 100%;
    height: 350px;
}
.mobile-content .bottom-bar .gen-container[data-v-5da0c999] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #212040;
    box-shadow: 0px -2px 36px 0 rgba(51, 51, 51, 0.15);
    border-radius: 36px 36px 0 0;
}
.mobile-content .bottom-bar .gen-container .gen-preview-button[data-v-5da0c999] {
    width: 90%;
    height: 100px;
    margin-top: 71px;
    background: #FFF7E5;
    border-radius: 10px;
    font-weight: 600;
    font-size: 30px;
    color: #F18A1B;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}
.mobile-content .bottom-bar .gen-container .gen-preview-button[data-v-5da0c999]:disabled {
    background: #3A396B;
    color: #747EAB;
}
.mobile-content .bottom-bar .gen-container .gen-full-button[data-v-5da0c999] {
    width: 90%;
    height: 100px;
    margin-top: 40px;
    background: #EA6B1C;
    border-radius: 10px;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-content .bottom-bar .gen-container .gen-full-button[data-v-5da0c999]:disabled {
    background: #3A396B;
    color: #747EAB;
}
.mobile-content .bottom-bar .gen-container .gen-full-button .use-credit[data-v-5da0c999] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-left: 10px;
}
.mobile-content .bottom-bar .gen-container .gen-full-button .use-credit img[data-v-5da0c999] {
    width: 28px;
    height: 28px;
}
.mobile-content .bottom-bar .processing-container[data-v-5da0c999] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: auto;
    margin-bottom: 30px;
}
.mobile-content .bottom-bar .processing-container .leave-prompt[data-v-5da0c999] {
    margin-left: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #AEC3F5;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.mobile-content .bottom-bar .processing-container .your-videos-btn[data-v-5da0c999] {
    width: 500px;
    height: 100px;
    margin-left: 25px;
    margin-right: 25px;
    background: #3A396B;
    border-radius: 10px;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}
.mobile-content .bottom-bar .download-container[data-v-5da0c999] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-top: auto;
    margin-bottom: 30px;
}
.mobile-content .bottom-bar .download-container .download-button[data-v-5da0c999] {
    width: 90%;
    height: 100px;
    background: #EA6B1C;
    border-radius: 10px;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}
}
@media (max-width: 639px) {
.boxPc[data-v-5da0c999] {
    display: none;
}
.boxMobile[data-v-5da0c999] {
    display: flex;
}
.mobile-content[data-v-5da0c999] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: #101024;
    box-sizing: border-box;
    overflow: hidden;
}
.mobile-content .top-bar[data-v-5da0c999] {
    width: 100%;
    height: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #0A0A18;
    border-bottom: 0.1rem solid #323745;
}
.mobile-content .top-bar .home[data-v-5da0c999] {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #212040;
    border-radius: 2rem;
    cursor: pointer;
}
.mobile-content .top-bar .home[data-v-5da0c999]:hover {
    filter: contrast(0.9);
}
.mobile-content .top-bar .home img[data-v-5da0c999] {
    width: 0.42rem;
    height: 0.42rem;
}
.mobile-content .top-bar .back[data-v-5da0c999] {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #212040;
    border-radius: 0.2rem;
    cursor: pointer;
}
.mobile-content .top-bar .back img[data-v-5da0c999] {
    width: 100%;
    height: 100%;
}
.mobile-content .top-bar .other[data-v-5da0c999] {
    display: flex;
    gap: 0.2rem;
    margin-right: 0.3rem;
}
.mobile-content .content[data-v-5da0c999] {
    position: static;
    background: #101024;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.mobile-content .content .upload-loading[data-v-5da0c999] {
    border-radius: 0.2rem;
    position: static;
    width: 90%;
    height: 90%;
    z-index: 99999;
    background: #5B5A5A;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #FFFFFF;
}
.mobile-content .content .upload-loading .progress[data-v-5da0c999] {
    width: 80%;
    min-width: 2rem;
    height: 0.2rem;
}
.mobile-content .content .play[data-v-5da0c999] {
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 0.1rem;
    border-radius: 0.4rem;
    bottom: 0.1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mobile-content .content .play .stop[data-v-5da0c999] {
    line-height: 0.3rem;
    color: #ffffff;
    font-size: 0.3rem;
    font-weight: 900;
    margin-bottom: 0.06rem;
}
.mobile-content .content .play img[data-v-5da0c999] {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.05rem;
}
.mobile-content .content .preview[data-v-5da0c999] {
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    right: 0.1rem;
    border-radius: 0.4rem;
    bottom: 0.1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mobile-content .content .preview img[data-v-5da0c999] {
    width: 0.3rem;
    height: 0.3rem;
}
.mobile-content .bottom-bar[data-v-5da0c999] {
    z-index: 700;
    width: 100%;
    height: 3.5rem;
}
.mobile-content .bottom-bar .gen-container[data-v-5da0c999] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #212040;
    box-shadow: 0px -0.02rem 0.36rem 0 rgba(51, 51, 51, 0.15);
    border-radius: 0.36rem 0.36rem 0 0;
}
.mobile-content .bottom-bar .gen-container .gen-preview-button[data-v-5da0c999] {
    width: 90%;
    height: 1rem;
    margin-top: 0.71rem;
    background: #FFF7E5;
    border-radius: 0.1rem;
    font-weight: 600;
    font-size: 0.3rem;
    color: #F18A1B;
    line-height: 0.3rem;
    text-align: center;
    font-style: normal;
}
.mobile-content .bottom-bar .gen-container .gen-preview-button[data-v-5da0c999]:disabled {
    background: #3A396B;
    color: #747EAB;
}
.mobile-content .bottom-bar .gen-container .gen-full-button[data-v-5da0c999] {
    width: 90%;
    height: 1rem;
    margin-top: 0.4rem;
    background: #EA6B1C;
    border-radius: 0.1rem;
    font-weight: 600;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
    font-style: normal;
}
.mobile-content .bottom-bar .gen-container .gen-full-button[data-v-5da0c999]:disabled {
    background: #3A396B;
    color: #747EAB;
}
.mobile-content .bottom-bar .gen-container .gen-full-button .use-credit[data-v-5da0c999] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.03rem;
    margin-left: 0.1rem;
}
.mobile-content .bottom-bar .gen-container .gen-full-button .use-credit img[data-v-5da0c999] {
    width: 0.3rem;
    height: 0.3rem;
}
.mobile-content .bottom-bar .processing-container[data-v-5da0c999] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 1rem;
    margin-top: auto;
    margin-bottom: 0.3rem;
}
.mobile-content .bottom-bar .processing-container .leave-prompt[data-v-5da0c999] {
    margin-left: 0.3rem;
    font-weight: 500;
    font-size: 0.22rem;
    color: #AEC3F5;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
}
.mobile-content .bottom-bar .processing-container .your-videos-btn[data-v-5da0c999] {
    width: 5rem;
    height: 1rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    background: #3A396B;
    border-radius: 0.1rem;
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    text-align: center;
    font-style: normal;
}
.mobile-content .bottom-bar .download-container[data-v-5da0c999] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1rem;
    margin-top: auto;
    margin-bottom: 0.3rem;
}
.mobile-content .bottom-bar .download-container .download-button[data-v-5da0c999] {
    width: 90%;
    height: 1rem;
    background: #EA6B1C;
    border-radius: 0.1rem;
    font-weight: 600;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
    font-style: normal;
}
}
.video[data-v-d190d336] {
  width: 100%;
  height: 100%;
  position: relative;
  background: #F5F5F5;
  border-radius: 8px;
}
.video video[data-v-d190d336] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video .play[data-v-d190d336] {
  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-d190d336] {
  line-height: 22px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5.5px;
}
.video .play img[data-v-d190d336] {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.video .failed[data-v-d190d336] {
  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-d190d336] {
  width: 90px;
  height: 72px;
}
.video .failed .tips[data-v-d190d336] {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.video .failed .btn[data-v-d190d336] {
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  background: #EA6B1C;
  border-radius: 8px;
  cursor: pointer;
  padding: 17px 41px;
}
.video .circle-loading[data-v-d190d336] {
  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-d190d336] {
  color: #ffffff;
  font-size: 16px;
  margin-top: 12px;
}
.video .circle-loading .loading1[data-v-d190d336] {
  width: 60px !important;
  height: 60px;
  border: 6px solid #FE8B1C;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle-d190d336 infinite 0.75s linear;
}
@keyframes circle-d190d336 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.video .more[data-v-d190d336] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  z-index: 1000;
}
.video .more:hover .toggle[data-v-d190d336] {
  display: block;
}
.video .more .toggle[data-v-d190d336] {
  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-d190d336] {
  padding: 14px 46px;
  cursor: pointer;
  white-space: nowrap;
}
.video .more .toggle .item[data-v-d190d336]:hover {
  background: #F0F9FF;
  border-radius: 8px;
}
.video .more .toggle[data-v-d190d336]::after {
  content: " ";
  height: 20px;
  width: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: -20px;
}
@media (max-width: 639px) {
.video .failed[data-v-d190d336] {
    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-d190d336] {
    width: 0.9rem;
    height: 0.72rem;
}
.video .failed .tips[data-v-d190d336] {
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
    text-align: center;
}
.video .failed .btn[data-v-d190d336] {
    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-3090d82a] {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.main-container .title-bar[data-v-3090d82a] {
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.main-container .title-bar .title[data-v-3090d82a] {
  font-weight: 500;
  font-size: 45px;
  color: #222222;
  line-height: 45px;
  text-align: center;
  font-style: normal;
}
.main-container .title-bar .back-div[data-v-3090d82a] {
  position: absolute;
  left: 20px;
}
.main-container .title-bar .back-div img[data-v-3090d82a] {
  width: 70px;
  height: 70px;
}
.main-container .title-bar .close-div[data-v-3090d82a] {
  position: absolute;
  right: 20px;
}
.main-container .title-bar .close-div img[data-v-3090d82a] {
  width: 70px;
  height: 70px;
}
.main-container .video-list[data-v-3090d82a] {
  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-3090d82a]::-webkit-scrollbar {
  display: none;
}
.main-container .video-list .item[data-v-3090d82a] {
  width: calc((100% - 20px) / 2);
  aspect-ratio: 1/1;
  position: relative;
}
.main-container .video-detail[data-v-3090d82a] {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
}
.main-container .video-detail .preview-box[data-v-3090d82a] {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-container .video-detail .preview-box .video-container[data-v-3090d82a] {
  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-3090d82a] {
  max-width: 100%;
  /* 防止视频超出容器 */
  max-height: 100%;
}
.main-container .video-detail .preview-box .video-container .play[data-v-3090d82a] {
  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-3090d82a] {
  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-3090d82a] {
  width: 35px;
  height: 35px;
  margin-left: 7px;
}
.main-container .video-detail .function-box[data-v-3090d82a] {
  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-3090d82a] {
  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-3090d82a] {
  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-3090d82a] {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.main-container .title-bar[data-v-3090d82a] {
    display: flex;
    height: 1.2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.main-container .title-bar .title[data-v-3090d82a] {
    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-3090d82a] {
    position: absolute;
    left: 0.2rem;
}
.main-container .title-bar .back-div img[data-v-3090d82a] {
    width: 0.7rem;
    height: 0.7rem;
}
.main-container .title-bar .close-div[data-v-3090d82a] {
    position: absolute;
    right: 0.2rem;
}
.main-container .title-bar .close-div img[data-v-3090d82a] {
    width: 0.7rem;
    height: 0.7rem;
}
.main-container .video-list[data-v-3090d82a] {
    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-3090d82a]::-webkit-scrollbar {
    display: none;
}
.main-container .video-list .item[data-v-3090d82a] {
    width: calc((100% - 0.2rem) / 2);
    aspect-ratio: 1/1;
    position: relative;
}
.main-container .video-detail[data-v-3090d82a] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
}
.main-container .video-detail .preview-box[data-v-3090d82a] {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-container .video-detail .preview-box .video-container[data-v-3090d82a] {
    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-3090d82a] {
    max-width: 100%;
    /* 防止视频超出容器 */
    max-height: 100%;
}
.main-container .video-detail .preview-box .video-container .play[data-v-3090d82a] {
    width: 0.8rem;
    height: 0.8rem;
    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-3090d82a] {
    line-height: 0.3rem;
    color: #ffffff;
    font-size: 0.3rem;
    font-weight: 900;
    margin-bottom: 0.07rem;
}
.main-container .video-detail .preview-box .video-container .play img[data-v-3090d82a] {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.07rem;
}
.main-container .video-detail .function-box[data-v-3090d82a] {
    width: 100%;
    height: 3.4rem;
    background: #FFFFFF;
    box-shadow: 0 -0.02rem 0.36rem 0 rgba(51, 51, 51, 0.15);
    border-radius: 0.4rem 0.4rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-container .video-detail .function-box .download-btn[data-v-3090d82a] {
    width: 90%;
    height: 1rem;
    margin-top: 0.8rem;
    background: #FE8B1C;
    border-radius: 0.2rem;
    font-weight: 500;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
}
.main-container .video-detail .function-box .delete-btn[data-v-3090d82a] {
    width: 90%;
    height: 1rem;
    margin-top: 0.2rem;
    background: #FFF7E5;
    border-radius: 0.2rem;
    font-weight: 500;
    font-size: 0.4rem;
    color: #FF1A1B;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
}
}
.upload[data-v-53f1b156] {
  cursor: pointer;
}
.slot[data-v-53f1b156] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #30365E;
  border-radius: 16px;
}
.content[data-v-53f1b156] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashed_box[data-v-53f1b156] {
  border-radius: 15px;
  border: 1px dashed #9EA1E5;
}
.content1[data-v-53f1b156] {
  width: 444px;
  height: 69px;
  margin: 47px 26px 8px;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.example_img_wrapper[data-v-53f1b156] {
  margin-bottom: 31px;
  min-height: 50px;
}
.img-item-wrapper[data-v-53f1b156] {
  position: relative;
  /* 确保子元素能以它为基准进行绝对定位 */
  display: inline-block;
  /* 或者根据你的布局需求选择合适的display属性 */
}
.tips[data-v-53f1b156] {
  font-weight: 400;
  font-size: 13px;
  color: #808FBC;
  line-height: 28px;
  margin-bottom: 23px;
}
.content2[data-v-53f1b156] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-53f1b156] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-53f1b156]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-53f1b156]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-53f1b156] {
  z-index: 1;
  /* padding: 16px; */
  width: 290px;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
  border-radius: 45px;
  opacity: 0.89;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btm[data-v-53f1b156] {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-53f1b156] {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-53f1b156] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.btm .otherimg img[data-v-53f1b156] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: block;
}
.btm .otherimg .play-icon[data-v-53f1b156] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-53f1b156]:active {
  filter: brightness(0.9);
}
.upload-icon[data-v-53f1b156] {
  margin-right: 10px;
}
@media (max-width: 1200px) {
.content1[data-v-53f1b156] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-53f1b156] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #30365E;
    border-radius: 0.16rem;
    height: 4.26rem !important;
    min-height: 4.26rem !important;
}
.content[data-v-53f1b156] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-53f1b156] {
    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;
    color: #FFFFFF;
    text-align: center;
}
.example_img_wrapper[data-v-53f1b156] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-53f1b156] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    color: #808FBC;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-53f1b156] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-53f1b156] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
    color: #C8DDF4;
}
.content3[data-v-53f1b156]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
    background-color: #C8DDF4;
}
.content3[data-v-53f1b156]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
    background-color: #C8DDF4;
}
.content4[data-v-53f1b156] {
    z-index: 1;
    /* padding: 16px; */
    width: 2.9rem;
    height: 0.6rem;
    background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-53f1b156] {
    margin-top: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-53f1b156] {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-53f1b156] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.btm .otherimg img[data-v-53f1b156] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-53f1b156] {
    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-53f1b156]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-53f1b156] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
}
[data-v-cf0d3c06] {
  box-sizing: border-box;
}
.upload-left-panel[data-v-cf0d3c06] {
  position: fixed;
  left: 0;
  top: 65px;
  bottom: 0;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: auto;
  z-index: 1001;
}
.upload-panel[data-v-cf0d3c06] {
  position: fixed;
  top: 65px;
  left: 330px;
  right: 0;
  bottom: 0;
  background-color: #101024;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-panel .example-images-box[data-v-cf0d3c06] {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.upload-panel .example-images-box .example-images-box-title[data-v-cf0d3c06] {
  font-size: 15px;
  color: #B9C6E7;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-cf0d3c06] {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.upload-panel .example-images-box .example-images img[data-v-cf0d3c06] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
.upload-panel .upload-area[data-v-cf0d3c06] {
  position: relative;
  background-color: #171640;
  border: 2px dashed #9EA1E0;
  width: 560px;
  height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-cf0d3c06] {
  padding: 0 12px;
  min-width: 254px;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9, #DF06D1 0%, #FD4E6B 41%, #FF8902);
  border-radius: 45px;
  opacity: 0.88;
  font-size: 24px;
  color: #fff;
  border: none;
  margin-bottom: 5px;
  position: relative;
  font-weight: 500;
  z-index: 9;
  cursor: pointer;
}
.upload-panel .upload-area .arial[data-v-cf0d3c06] {
  color: #fff;
}
.batch-panel[data-v-cf0d3c06] {
  position: fixed;
  right: 0;
  top: 65px;
  height: calc(100% - 65px);
  width: 144px;
  padding: 17px 17px 10px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #212040;
  overflow-y: auto;
  z-index: 901;
}
.batch-panel[data-v-cf0d3c06] > * {
  flex-shrink: 0;
}
.batch-panel .upload-btn[data-v-cf0d3c06] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  border: 1px dashed #9EA1E0;
  background-color: #212040;
  cursor: pointer;
}
.batch-panel .upload-btn img[data-v-cf0d3c06] {
  width: 29px;
  height: 29px;
  filter: brightness(0.7);
}
.batch-panel .upload-btn span[data-v-cf0d3c06] {
  color: #9EA1E0;
  font-size: 16px;
  font-weight: 400;
  filter: brightness(0.6);
}
.batch-panel .bottom-content[data-v-cf0d3c06] {
  position: fixed;
  right: 10px;
  width: 134px;
  padding: 10px 17px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background-color: #212040;
}
.batch-panel .bottom-content[data-v-cf0d3c06]::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #212040;
  z-index: -1;
}
.batch-panel .bottom-content .bottom-content-left[data-v-cf0d3c06] {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: default;
}
.batch-panel .bottom-content .bottom-content-right[data-v-cf0d3c06] {
  font-size: 12px;
  color: #f23031;
  font-weight: 400;
  cursor: pointer;
}
.batch-panel .deal-item-active[data-v-cf0d3c06] {
  border: 2px solid #F1601B;
}
.batch-panel .item[data-v-cf0d3c06] {
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #181735;
  border-radius: 6px;
  overflow: hidden;
}
.batch-panel .item .deal-image[data-v-cf0d3c06] {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  display: block;
}
.batch-panel .item .deal-image-sucess-icon[data-v-cf0d3c06] {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 2px;
  top: 2px;
}
.batch-panel .item .deal-image-mask[data-v-cf0d3c06] {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #22222250;
  cursor: pointer;
}
.batch-panel .item .deal-image-loading-box[data-v-cf0d3c06] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #22222250;
  border-radius: 6px;
  z-index: 9999;
}
.batch-panel .item .deal-image-loading-box .deal-image-loading[data-v-cf0d3c06] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 32px;
  height: 32px;
  border: 3px solid #047afc;
  border-top-color: transparent;
  border-radius: 100%;
  animation: loadingRotate-cf0d3c06 infinite 0.75s ease-in-out;
}
@keyframes loadingRotate-cf0d3c06 {
0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(360deg);
}
}
.batch-panel .item .deal-image-hover-box[data-v-cf0d3c06] {
  display: none;
  position: fixed;
  top: var(--4bf29c0a);
  width: 172px;
  height: 172px;
  background-color: #fff;
  right: 136px;
  z-index: 9999;
  border-radius: 6px;
  box-shadow: 0 3px 12px 4px #00000017;
  overflow: hidden;
}
.batch-panel .item .deal-image-hover-box .deal-image-hover-box-image[data-v-cf0d3c06] {
  max-width: 100%;
  max-height: 100%;
}
.batch-panel .item .deal-image-delete-icon[data-v-cf0d3c06] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  cursor: pointer;
}
.batch-panel .item:hover .deal-image-mask[data-v-cf0d3c06] {
  display: block;
}
.batch-panel .item:hover .deal-image-hover-box[data-v-cf0d3c06] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.batch-collapse-btn[data-v-cf0d3c06] {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  user-select: none;
  width: 20px;
  height: 64px;
  right: 144px;
  background-color: #212040;
  z-index: 900;
}
.batch-collapse-btn-fold[data-v-cf0d3c06] {
  right: 0;
}
.loading[data-v-cf0d3c06] {
  pointer-events: none !important;
}
.upload-disabled[data-v-cf0d3c06] {
  pointer-events: none !important;
  border: 1px dashed #c8c8c8ff !important;
}
.upload-disabled img[data-v-cf0d3c06] {
  filter: brightness(1) !important;
  opacity: 0.5;
}
.upload-disabled span[data-v-cf0d3c06] {
  filter: brightness(1) !important;
  opacity: 0.5;
}

.icon-button[data-v-215d7be9] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /** 默认值 */
    width: 64px;
    height: 64px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #FFFFFF;
    background-color: #181735;
    cursor: pointer;
}
.icon-button img[data-v-215d7be9] {
    width: 20px;
    height: 20px;
    user-select: none;
}
.icon-button img[data-v-215d7be9]:last-child {
    margin-bottom: 0;
}
.icon-button.row img[data-v-215d7be9] {
    margin-bottom: 0px;
}
.icon-button p[data-v-215d7be9] {
    margin-top: 4px;
    padding: 0px 10px;
    white-space: pre-wrap;
}
.icon-button.row p[data-v-215d7be9] {
    padding: 0px 4px;
}
.disabled[data-v-215d7be9]{
    cursor:not-allowed;
    user-select: none;
    background-color: #e6e7eb;
}

.range[data-v-be91f71d] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #424A5E;
  width: 100%;
  height: 48px;

  border-radius: 8px;
  padding: 0 16px;
}
.range input[data-v-be91f71d] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 12px;
  width: calc(100% - 48px);
  height: 3px;
  background-color: #d7d6d6;
  border-radius: 3px;
}
.range input[data-v-be91f71d]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e6e7eb;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: grab;
}
.range input[data-v-be91f71d]::before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--0f15c013);
  height: 3px;
  background-color: #FF8B1C;
  border-radius: 3px;
}
.range p[data-v-be91f71d] {
  width: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
.range[data-v-be91f71d] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border-radius: 8px;
}
}
.upload-panel[data-v-cb2e9b1c] {
  position: fixed;
  top: 93px;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-panel .example-images-box[data-v-cb2e9b1c] {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.upload-panel .example-images-box .example-images-box-title[data-v-cb2e9b1c] {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-cb2e9b1c] {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.upload-panel .example-images-box .example-images img[data-v-cb2e9b1c] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
.upload-panel .upload-area[data-v-cb2e9b1c] {
  position: relative;
  background-color: #ffffff;
  border: 2px dashed #F1601B;
  width: 560px;
  height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-cb2e9b1c] {
  padding: 0 12px;
  min-width: 254px;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9, #DF06D1 0%, #FD4E6B 41%, #FF8902);
  border-radius: 45px;
  opacity: 0.88;
  font-size: 24px;
  color: #fff;
  border: none;
  margin-bottom: 5px;
  position: relative;
  font-weight: 500;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 639px) {
.upload-panel[data-v-cb2e9b1c] {
    position: fixed;
    top: 1rem;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.upload-panel .example-images-box[data-v-cb2e9b1c] {
    display: flex;
    flex-direction: column;
    margin-top: 0.26rem;
}
.upload-panel .example-images-box .example-images-box-title[data-v-cb2e9b1c] {
    font-size: 0.18rem;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-cb2e9b1c] {
    display: flex;
    gap: 0.12rem;
    margin-top: 1rem;
}
.upload-panel .example-images-box .example-images img[data-v-cb2e9b1c] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.1rem;
    cursor: pointer;
}
.upload-panel .upload-area[data-v-cb2e9b1c] {
    position: relative;
    background-color: #171640;
    border: 0.02rem dashed #9EA1E0;
    width: 5.6rem;
    height: 4.42rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.16rem;
}
.upload-panel .upload-area .arial[data-v-cb2e9b1c] {
    font-size: 0.18rem;
    color: #FFFFFF;
    letter-spacing: 0.01rem;
    text-align: center;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-cb2e9b1c] {
    padding: 0 0.12rem;
    min-width: 2.54rem;
    height: 0.6rem;
    background: linear-gradient(318deg, #7E2FE9, #DF06D1 0%, #FD4E6B 41%, #FF8902);
    border-radius: 0.45rem;
    opacity: 0.88;
    font-size: 0.24rem;
    color: #fff;
    border: none;
    margin-bottom: 0.05rem;
    position: relative;
    font-weight: 500;
    z-index: 9;
    cursor: pointer;
}
}
[data-v-d744135f] {
  user-select: none;
}
.boxPc[data-v-d744135f] {
  display: block;
}
.boxMobile[data-v-d744135f] {
  display: none;
}
.left-panel[data-v-d744135f] {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 88px;
  height: 100vh;
  background-color: #181735;
}
.left-panel-two[data-v-d744135f] {
  position: fixed;
  left: 88px;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 330px;
  height: 100vh;
  background-color: #212040;
}
.common-tool[data-v-d744135f] {
  display: flex;
  flex-direction: column;
  padding: 16px;
  position: relative;
}
.brush-tool .title[data-v-d744135f] {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
}
.brush-tool .button-group[data-v-d744135f] {
  display: flex;
  gap: 8px;
}
.brush-tool .range-weight[data-v-d744135f] {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.object-title[data-v-d744135f] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.object-title span[data-v-d744135f] {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.object-title img[data-v-d744135f] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.object-title .object-title-right[data-v-d744135f] {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
.object-title .object-title-right span[data-v-d744135f] {
  font-size: 12px;
  color: #AEC3F5;
}
.object-list[data-v-d744135f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100vh - 130px);
  overflow-y: scroll;
}
.object-list .object-item[data-v-d744135f] {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 16px;
  background-color: #3A396B;
}
.object-list .object-item[data-v-d744135f]:hover {
  filter: contrast(0.7);
}
.object-list .object-item .object-item-left[data-v-d744135f] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.object-list .object-item .object-item-left span[data-v-d744135f] {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}
.object-list .object-item .object-item-photo[data-v-d744135f] {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.object-list .object-item .object-item-img[data-v-d744135f] {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.object-list .object-item .object-item-icon[data-v-d744135f] {
  width: 16px;
  height: 16px;
}
.button-div[data-v-d744135f] {
  position: absolute;
  bottom: 15px;
  padding: 0 16px;
  z-index: 100;
}
.button-div[data-v-d744135f]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 80px;
  width: 100%;
  background-color: #212040;
  z-index: -1;
}
.blue-button[data-v-d744135f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 48px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 15px;
  background: #EA6B1C;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}
.blue-button[data-v-d744135f]:hover {
  filter: contrast(0.9);
}
.button-disabled[data-v-d744135f] {
  user-select: none;
  pointer-events: none;
  background: #c8c8c8;
}
.use-credit[data-v-d744135f] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-left: 10px;
}
.use-credit img[data-v-d744135f] {
  width: 13px;
  height: 12px;
}
.canvas-container[data-v-d744135f] {
  position: absolute;
  width: auto;
  left: 418px;
  right: 0;
  top: 64px;
  bottom: 0;
  overflow: auto;
}
.canvas-container-copy[data-v-d744135f] {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background-color: #101024;
}
.pop-tips[data-v-d744135f] {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 800;
}
.pop-tips .img2[data-v-d744135f] {
  margin-top: 30px;
  position: relative;
}
.pop-tips .img2 p[data-v-d744135f] {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}
.upscale[data-v-d744135f] {
  position: absolute;
  bottom: 5px;
  right: 40px;
  width: 158px;
  height: 56px;
  user-select: none;
}
.upscale .background[data-v-d744135f] {
  top: 0;
  left: 0;
  width: 158px;
}
.upscale .original[data-v-d744135f] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  left: 112px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.upscale .add[data-v-d744135f] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  left: 80px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.upscale .red[data-v-d744135f] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  left: 14px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.upscale .value[data-v-d744135f] {
  left: 43px;
  top: 18px;
  width: 40px;
  text-align: center;
  line-height: 16px;
}
.upscale[data-v-d744135f] > * {
  position: absolute;
}
.upscale .original img[data-v-d744135f],
.upscale .add img[data-v-d744135f],
.upscale .red img[data-v-d744135f] {
  width: 16px;
}
.db-white-box[data-v-d744135f] {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  width: 143px;
  gap: 6px;
  height: 35px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
  transform: translateX(-50%);
  top: 80px;
  cursor: pointer;
  user-select: none;
}
.db-white-box .db-white[data-v-d744135f] {
  width: 14px;
  height: 17px;
}
.db-white-box .db-white-text[data-v-d744135f] {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1200px) {
.boxPc[data-v-d744135f] {
    display: none;
}
.boxMobile[data-v-d744135f] {
    display: flex;
}
.mobile-content[data-v-d744135f] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100dvh;
    background: #101024;
    box-sizing: border-box;
    overflow: hidden;
}
.mobile-content .top-bar[data-v-d744135f] {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #0A0A18;
    border-bottom: 1px solid #323745;
}
.mobile-content .top-bar .home[data-v-d744135f] {
    width: 75px;
    height: 75px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #212040;
    border-radius: 20px;
    cursor: pointer;
}
.mobile-content .top-bar .home[data-v-d744135f]:hover {
    filter: contrast(0.9);
}
.mobile-content .top-bar .home img[data-v-d744135f] {
    width: 42px;
    height: 42px;
}
.mobile-content .top-bar .other[data-v-d744135f] {
    display: flex;
    gap: 20px;
    margin-right: 30px;
}
.mobile-content .canvas-container[data-v-d744135f] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    left: 0px;
    top: 0px;
    z-index: 600;
}
.mobile-content .canvas-container-copy[data-v-d744135f] {
    position: static;
    pointer-events: auto;
    z-index: 600;
}
.mobile-content .bottom-bar[data-v-d744135f] {
    display: flex;
    flex-direction: column;
    height: 290px;
    z-index: 700;
}
.mobile-content .bottom-bar .functions-container[data-v-d744135f] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mobile-content .bottom-bar .btn-container[data-v-d744135f] {
    display: flex;
    justify-content: center;
    height: 85px;
    z-index: 100;
    margin-bottom: 30px;
}
.mobile-content .bottom-bar .btn-container .btn[data-v-d744135f] {
    width: 90%;
    background: #EA6B1C;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 28px;
    color: #FFF;
    line-height: 28px;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-content .bottom-bar .btn-container .btn .use-credit[data-v-d744135f] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-left: 15px;
}
.mobile-content .bottom-bar .btn-container .btn .use-credit img[data-v-d744135f] {
    width: 25px;
    height: 25px;
}
}
@media (max-width: 639px) {
.boxPc[data-v-d744135f] {
    display: none;
}
.boxMobile[data-v-d744135f] {
    display: flex;
}
.db-white-box[data-v-d744135f] {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    width: 1.6rem;
    gap: 0.06rem;
    height: 0.45rem;
    background-color: #fff;
    border-radius: 0.18rem;
    box-shadow: 0px 0.02px 0.04px 0px rgba(0, 0, 0, 0.13);
    transform: translateX(-50%);
    top: 1.4rem;
    cursor: pointer;
    user-select: none;
}
.db-white-box .db-white[data-v-d744135f] {
    width: 0.17rem;
    height: 0.2rem;
}
.db-white-box .db-white-text[data-v-d744135f] {
    font-size: 0.17rem;
    font-weight: 600;
}
.mobile-content[data-v-d744135f] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: #101024;
    box-sizing: border-box;
    overflow: hidden;
}
.mobile-content .top-bar[data-v-d744135f] {
    width: 100%;
    height: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #0A0A18;
    border-bottom: 0.01rem solid #323745;
}
.mobile-content .top-bar .home[data-v-d744135f] {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #212040;
    border-radius: 0.2rem;
    cursor: pointer;
}
.mobile-content .top-bar .home[data-v-d744135f]:hover {
    filter: contrast(0.9);
}
.mobile-content .top-bar .home img[data-v-d744135f] {
    width: 0.42rem;
    height: 0.42rem;
}
.mobile-content .top-bar .other[data-v-d744135f] {
    display: flex;
    gap: 0.2rem;
    margin-right: 0.3rem;
}
.mobile-content .canvas-container[data-v-d744135f] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    left: 0px;
    top: 0px;
    z-index: 600;
}
.mobile-content .canvas-container-copy[data-v-d744135f] {
    position: static;
    pointer-events: auto;
    z-index: 600;
}
.mobile-content .bottom-bar[data-v-d744135f] {
    display: flex;
    flex-direction: column;
    height: 2.9rem;
    z-index: 700;
}
.mobile-content .bottom-bar .functions-container[data-v-d744135f] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mobile-content .bottom-bar .btn-container[data-v-d744135f] {
    display: flex;
    justify-content: center;
    height: 0.85rem;
    z-index: 100;
    margin-bottom: 0.3rem;
}
.mobile-content .bottom-bar .btn-container .btn[data-v-d744135f] {
    width: 90%;
    background: #EA6B1C;
    border-radius: 0.1rem;
    border: none;
    font-weight: 600;
    font-size: 0.28rem;
    color: #FFF;
    line-height: 0.28rem;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-content .bottom-bar .btn-container .btn .use-credit[data-v-d744135f] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.05rem;
    margin-left: 0.15rem;
}
.mobile-content .bottom-bar .btn-container .btn .use-credit img[data-v-d744135f] {
    width: 0.28rem;
    height: 0.28rem;
}
}
.header-202509091411[data-v-baa3e0d8] {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #0A0A18;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 39px;
  padding-left: 39px;
}
.header-202509091411 .section-mb[data-v-baa3e0d8] {
  display: none;
}
.header-202509091411 .more-box[data-v-baa3e0d8] {
  display: none;
}
.header-202509091411 .more[data-v-baa3e0d8] {
  display: none;
}
.header-202509091411 .section[data-v-baa3e0d8] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 37px;
}
.header-202509091411 .section a[data-v-baa3e0d8] {
  font-size: 18px;
  color: #222222;
  line-height: 15px;
  font-weight: 500;
}
.header-202509091411 .section .others[data-v-baa3e0d8] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-202509091411 .section .others .btn[data-v-baa3e0d8] {
  width: fit-content;
  height: 45px;
  background: #F7F8F9;
  border-radius: 9px;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 45px;
  padding: 0px 16px;
  cursor: pointer;
}
.header-202509091411 .section .others .orange[data-v-baa3e0d8] {
  background: #F1601B;
  color: #FFFFFF;
}
.header-202509091411 .tools-wrapper[data-v-baa3e0d8] {
  position: relative;
  display: inline-block;
}
.header-202509091411 .tools-trigger[data-v-baa3e0d8] {
  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-baa3e0d8] {
  font-size: 18px;
  color: #FFFFFF;
}
.header-202509091411 .icon-r[data-v-baa3e0d8] {
  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-baa3e0d8] {
  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: 280px;
  padding: 16px 0;
  z-index: 1000;
  display: none;
}
.header-202509091411 .tools-wrapper:hover .tools-dropdown[data-v-baa3e0d8] {
  display: block;
}
.header-202509091411 .tools-wrapper:hover .tools-trigger .tools-text[data-v-baa3e0d8] {
  color: #ff6b00;
}
.header-202509091411 .tools-wrapper:hover .tools-trigger .icon-r[data-v-baa3e0d8] {
  border-color: #ff6b00;
}
.header-202509091411 .tools-list[data-v-baa3e0d8] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header-202509091411 .tool-item[data-v-baa3e0d8] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  /*font-size: 15px;*/
}
.header-202509091411 .tool-item .item-name[data-v-baa3e0d8] {
  font-size: 15px;
}
.header-202509091411 .tool-item[data-v-baa3e0d8]:hover {
  background: #f8f9fa;
  background-color: #fff7e0;
}
.header-202509091411 .tool-icon[data-v-baa3e0d8] {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header-202509091411 .tool-item[data-v-baa3e0d8]:focus {
  background: #FFF7E0;
  color: #333;
}
@media (max-width: 1200px) {
.header-202509091411[data-v-baa3e0d8] {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
}
.header-202509091411 .more-box[data-v-baa3e0d8] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.header-202509091411 .more-box .btn[data-v-baa3e0d8] {
    width: fit-content;
    height: 45px;
    background: #F7F8F9;
    border-radius: 9px;
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    line-height: 45px;
    padding: 0px 16px;
    cursor: pointer;
}
.header-202509091411 .more-box .orange[data-v-baa3e0d8] {
    background: #F1601B;
    color: #FFFFFF;
}
.header-202509091411 .more[data-v-baa3e0d8] {
    display: block;
}
.header-202509091411 .section[data-v-baa3e0d8] {
    display: none;
}
.header-202509091411 .phone_login[data-v-baa3e0d8] {
    display: none;
}
.header-202509091411 .section-mb[data-v-baa3e0d8] {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 37px;
    position: absolute;
    top: 80px;
    left: 0px;
    padding: 3rem;
    box-shadow: 0 1px 3px #1212121a;
}
.header-202509091411 .section-mb a[data-v-baa3e0d8] {
    font-size: 18px;
    color: #222222;
    line-height: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header-202509091411 .section-mb a img[data-v-baa3e0d8] {
    width: 40px;
    height: 40px;
}
.header-202509091411 .section-mb a[data-v-baa3e0d8]:hover {
    color: #F1601B;
}
.header-202509091411 .section-mb .tools-wrapper[data-v-baa3e0d8] {
    position: relative;
    display: inline-block;
}
.header-202509091411 .section-mb .tools-trigger[data-v-baa3e0d8] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    color: #666;
}
.header-202509091411 .section-mb .tools-text[data-v-baa3e0d8] {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
}
.header-202509091411 .section-mb .icon-r[data-v-baa3e0d8] {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg) translateY(-2px);
    margin-left: 4px;
}
.header-202509091411 .section-mb .tools-dropdown[data-v-baa3e0d8] {
    position: relative;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    box-shadow: none;
    min-width: 280px;
    padding: 16px 0;
    z-index: 1000;
    display: block;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-dropdown[data-v-baa3e0d8] {
    display: block;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-trigger .tools-text[data-v-baa3e0d8] {
    color: #ff6b00;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-trigger .icon-r[data-v-baa3e0d8] {
    border-color: #ff6b00;
}
.header-202509091411 .section-mb .tools-list[data-v-baa3e0d8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
}
.header-202509091411 .section-mb .tool-item[data-v-baa3e0d8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    border-radius: 8px;
}
.header-202509091411 .section-mb .tool-icon[data-v-baa3e0d8] {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.header-202509091411 .section-mb .tool-item[data-v-baa3e0d8]:hover {
    background-color: #ffffff;
    color: #333;
}
.header-202509091411 .section-mb .line[data-v-baa3e0d8] {
    display: none;
}
.header-202509091411 .section-mb .priceLink[data-v-baa3e0d8] {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
}
}
@media (max-width: 1201px) {
.header-202509091411[data-v-baa3e0d8] {
    padding-right: 20px;
    padding-left: 20px;
}
}
@media (max-width: 639px) {
.header-202509091411[data-v-baa3e0d8] {
    width: 100%;
    height: 1.2rem;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    background: #0A0A18;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    position: fixed;
}
.header-202509091411 .more-box[data-v-baa3e0d8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
}
.header-202509091411 .more-box .btn[data-v-baa3e0d8] {
    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 .orange[data-v-baa3e0d8] {
    background: #F1601B;
    color: #FFFFFF;
}
.header-202509091411 .more-box .pc_log[data-v-baa3e0d8] {
    display: none;
}
.header-202509091411 .more[data-v-baa3e0d8] {
    width: 0.49rem;
    height: 0.49rem;
    display: block;
}
.header-202509091411 .section[data-v-baa3e0d8] {
    display: none;
}
.header-202509091411 .section-mb[data-v-baa3e0d8] {
    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-baa3e0d8] {
    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-baa3e0d8] {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
}
.header-202509091411 .section-mb a[data-v-baa3e0d8]:hover {
    color: #F1601B;
}
.header-202509091411 .section-mb .phone_login[data-v-baa3e0d8] {
    position: fixed;
    bottom: 0.2rem;
    transform: translateX(10%);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 80%;
}
.header-202509091411 .section-mb .phone_login .btn[data-v-baa3e0d8] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.82rem;
    background: #FFF7E0;
    border-radius: 0.1rem;
    font-size: 0.29rem;
    color: #F1601B;
    line-height: 0.45rem;
    padding: 0px 0.16rem;
    cursor: pointer;
}
.header-202509091411 .section-mb .phone_login .orange[data-v-baa3e0d8] {
    background: #F1601B;
    color: #FFFFFF;
}
.header-202509091411 .section-mb .tools-wrapper[data-v-baa3e0d8] {
    position: relative;
    display: inline-block;
    margin-left: 0.3rem;
}
.header-202509091411 .section-mb .tools-trigger[data-v-baa3e0d8] {
    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-baa3e0d8] {
    font-size: 0.3rem;
    font-weight: 600;
    color: #222222;
}
.header-202509091411 .section-mb .icon-r[data-v-baa3e0d8] {
    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-baa3e0d8] {
    position: relative;
    top: 5%;
    left: 2.8rem;
    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-baa3e0d8] {
    display: block;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-trigger .tools-text[data-v-baa3e0d8] {
    color: #ff6b00;
}
.header-202509091411 .section-mb .tools-wrapper:hover .tools-trigger .icon-r[data-v-baa3e0d8] {
    border-color: #ff6b00;
}
.header-202509091411 .section-mb .tools-list[data-v-baa3e0d8] {
    display: flex;
    flex-direction: column;
    padding: 0 0.1rem;
}
.header-202509091411 .section-mb .tool-item[data-v-baa3e0d8] {
    margin-left: 0.3rem;
    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-baa3e0d8] {
    font-size: 0.24rem;
    font-weight: 500;
}
.header-202509091411 .section-mb .tool-icon[data-v-baa3e0d8] {
    /*      width: 4rem;
              height: 4rem;*/
    object-fit: contain;
}
.header-202509091411 .section-mb .tool-item[data-v-baa3e0d8]:hover {
    background-color: #ffffff;
    color: #333;
}
.header-202509091411 .section-mb .priceLink[data-v-baa3e0d8] {
    margin: 0.2rem 0 0.2rem 0.3rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #222222;
}
.header-202509091411 .section-mb .line[data-v-baa3e0d8] {
    display: none;
}
.header-202509091411 .section-mb .tool-icon[data-v-baa3e0d8] {
    width: 0.39rem;
    height: 0.39rem;
    object-fit: contain;
}
}
.footer2025[data-v-eeba6a7f] {
  width: 100%;
  height: 357px;
  background: #0A0A18;
}
.footer2025 .container[data-v-eeba6a7f] {
  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-eeba6a7f] {
  width: 386px;
  margin-right: 90px;
}
.footer2025 .container .logo .logo-tips[data-v-eeba6a7f] {
  width: 386px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 16px;
}
.footer2025 .container .title[data-v-eeba6a7f] {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 15px;
}
.footer2025 .container .tools[data-v-eeba6a7f] {
  margin-right: 50px;
}
.footer2025 .container .tools .list[data-v-eeba6a7f] {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 12px;
}
.footer2025 .container .tools .list .item[data-v-eeba6a7f] {
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 36px;
  margin-right: 40px;
  white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-eeba6a7f] {
  padding-top: 12px;
}
.footer2025 .container .contact .list .item[data-v-eeba6a7f] {
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 36px;
  cursor: pointer;
}
.footer2025 .bottom[data-v-eeba6a7f] {
  width: 1174px;
  height: calc(100% - 262px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 680px;
  margin: auto;
}
.footer2025 .bottom .copyright[data-v-eeba6a7f] {
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 15px;
}
.footer2025 .bottom .others[data-v-eeba6a7f] {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer2025 .bottom .others a[data-v-eeba6a7f] {
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 15px;
}
@media (max-width: 1200px) {
.footer2025[data-v-eeba6a7f] {
    width: 100%;
    height: auto;
    background: #0A0A18;
    padding-bottom: 76px;
}
.footer2025 .container[data-v-eeba6a7f] {
    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-eeba6a7f] {
    margin-right: 119px;
}
.footer2025 .container .logo .logo-tips[data-v-eeba6a7f] {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 16px;
    white-space: nowrap;
}
.footer2025 .container .title[data-v-eeba6a7f] {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 15px;
}
.footer2025 .container .tools[data-v-eeba6a7f] {
    margin-right: 60px;
}
.footer2025 .container .tools .list[data-v-eeba6a7f] {
    padding-top: 12px;
}
.footer2025 .container .tools .list .item[data-v-eeba6a7f] {
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 36px;
    margin-right: 51px;
    white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-eeba6a7f] {
    padding-top: 12px;
}
.footer2025 .container .contact .list .item[data-v-eeba6a7f] {
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 36px;
    margin-right: 51px;
    cursor: pointer;
    white-space: nowrap;
}
.footer2025 .bottom[data-v-eeba6a7f] {
    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-eeba6a7f] {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
}
.footer2025 .bottom .others[data-v-eeba6a7f] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer2025 .bottom .others a[data-v-eeba6a7f] {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
}
}
@media (max-width: 639px) {
.footer2025[data-v-eeba6a7f] {
    width: 100%;
    height: auto;
    background: #0A0A18;
    padding-bottom: 0.8rem;
}
.footer2025 .container[data-v-eeba6a7f] {
    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-eeba6a7f] {
    width: 100%;
    margin-right: 0.8rem;
}
.footer2025 .container .logo img[data-v-eeba6a7f] {
    width: 2rem;
    height: auto;
}
.footer2025 .container .logo .logo-tips[data-v-eeba6a7f] {
    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-eeba6a7f] {
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}
.footer2025 .container .tools[data-v-eeba6a7f] {
    margin: 0.1rem 0rem;
}
.footer2025 .container .tools .list[data-v-eeba6a7f] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.footer2025 .container .tools .list .item[data-v-eeba6a7f] {
    font-weight: 400;
    font-size: 0.24rem;
    color: #AAAAAA;
    line-height: 0.36rem;
    margin-right: 0.51rem;
    white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-eeba6a7f] {
    padding: 0.2rem 0;
}
.footer2025 .container .contact .list .item[data-v-eeba6a7f] {
    font-weight: 400;
    font-size: 0.24rem;
    color: #AAAAAA;
    line-height: 0.36rem;
    cursor: pointer;
    white-space: nowrap;
}
.footer2025 .bottom[data-v-eeba6a7f] {
    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-eeba6a7f] {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}
.footer2025 .bottom .others[data-v-eeba6a7f] {
    display: flex;
    flex-direction: column;
}
.footer2025 .bottom .others a[data-v-eeba6a7f] {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}
}
.app[data-v-af0f8c3c] {
  height: 100vh;
}
.navigtion[data-v-af0f8c3c] {
  z-index: 9;
}
.content[data-v-af0f8c3c] {
  width: 100%;
  height: calc(100% - 80px);
  overflow-y: auto;
  position: fixed;
  top: 80px;
  left: 0px;
  box-sizing: border-box;
  background: #101024;
}
@media (max-width: 639px) {
.content[data-v-af0f8c3c] {
    height: calc(100% - 1.2rem);
    top: 1.2rem;
}
}
.upload[data-v-c537c10e] {
  cursor: pointer;
}
.slot[data-v-c537c10e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #30365E;
  border-radius: 16px;
}
.content[data-v-c537c10e] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashed_box[data-v-c537c10e] {
  border-radius: 15px;
  border: 1px dashed #9EA1E5;
}
.content1[data-v-c537c10e] {
  width: 444px;
  height: 69px;
  margin: 47px 26px 8px;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.img-item-wrapper[data-v-c537c10e] {
  position: relative;
  /* 确保子元素能以它为基准进行绝对定位 */
  display: inline-block;
  /* 或者根据你的布局需求选择合适的display属性 */
}
.tips[data-v-c537c10e] {
  font-weight: 400;
  font-size: 13px;
  color: #808FBC;
  line-height: 28px;
  margin-bottom: 23px;
}
.content2[data-v-c537c10e] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-c537c10e] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-c537c10e]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-c537c10e]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-c537c10e] {
  z-index: 1;
  /* padding: 16px; */
  width: 290px;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
  border-radius: 45px;
  opacity: 0.89;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btm[data-v-c537c10e] {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-c537c10e] {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-c537c10e] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 31px;
  min-height: 50px;
}
.btm .otherimg img[data-v-c537c10e] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.btm .otherimg .play-icon[data-v-c537c10e] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-c537c10e]:active {
  filter: brightness(0.9);
}
.upload-icon[data-v-c537c10e] {
  margin-right: 10px;
}
@media (max-width: 1200px) {
.content1[data-v-c537c10e] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-c537c10e] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #30365E;
    border-radius: 0.16rem;
    height: 4.26rem !important;
    min-height: 4.26rem !important;
}
.content[data-v-c537c10e] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-c537c10e] {
    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;
    color: #FFFFFF;
    text-align: center;
}
.example_img_wrapper[data-v-c537c10e] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-c537c10e] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    color: #808FBC;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-c537c10e] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-c537c10e] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
    color: #C8DDF4;
}
.content3[data-v-c537c10e]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
    background-color: #C8DDF4;
}
.content3[data-v-c537c10e]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
    background-color: #C8DDF4;
}
.content4[data-v-c537c10e] {
    z-index: 1;
    /* padding: 16px; */
    width: 2.9rem;
    height: 0.6rem;
    background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-c537c10e] {
    margin-top: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-c537c10e] {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-c537c10e] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin-bottom: 0.2rem;
}
.btm .otherimg img[data-v-c537c10e] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-c537c10e] {
    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-c537c10e]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-c537c10e] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
}
.upload[data-v-fb0ad2e5] {
  cursor: pointer;
}
.slot[data-v-fb0ad2e5] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #30365E;
  border-radius: 16px;
}
.content[data-v-fb0ad2e5] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dashed_box[data-v-fb0ad2e5] {
  border-radius: 15px;
  border: 1px dashed #9EA1E5;
}
.content1[data-v-fb0ad2e5] {
  width: 444px;
  height: 69px;
  margin: 47px 26px 8px;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.tips[data-v-fb0ad2e5] {
  font-weight: 400;
  font-size: 13px;
  color: #808FBC;
  line-height: 28px;
  margin-bottom: 23px;
}
.content2[data-v-fb0ad2e5] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-fb0ad2e5] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-fb0ad2e5]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-fb0ad2e5]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-fb0ad2e5] {
  z-index: 1;
  /* padding: 16px; */
  width: 290px;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
  border-radius: 45px;
  opacity: 0.89;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btm[data-v-fb0ad2e5] {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-fb0ad2e5] {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-fb0ad2e5] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 31px;
  min-height: 50px;
}
.btm .otherimg img[data-v-fb0ad2e5] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-fb0ad2e5]:active {
  filter: brightness(0.9);
}
.upload-icon[data-v-fb0ad2e5] {
  margin-right: 10px;
}
@media (max-width: 1200px) {
.content1[data-v-fb0ad2e5] {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 639px) {
.slot[data-v-fb0ad2e5] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #30365E;
    border-radius: 0.16rem;
    height: 4.26rem !important;
    min-height: 4.26rem !important;
}
.content[data-v-fb0ad2e5] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-fb0ad2e5] {
    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;
    color: #FFFFFF;
    text-align: center;
}
.example_img_wrapper[data-v-fb0ad2e5] {
    margin-bottom: 0.2rem;
    min-height: 0.5rem;
}
.tips[data-v-fb0ad2e5] {
    width: 4.3rem;
    font-weight: 400;
    font-size: 0.13rem;
    color: #808FBC;
    line-height: 0.28rem;
    margin-bottom: 0.23rem;
    margin-top: 0.5rem;
    text-align: center;
}
.content2[data-v-fb0ad2e5] {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #666666;
}
.content3[data-v-fb0ad2e5] {
    position: relative;
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
    letter-spacing: 0.01rem;
    text-align: center;
    color: #C8DDF4;
}
.content3[data-v-fb0ad2e5]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
    background-color: #C8DDF4;
}
.content3[data-v-fb0ad2e5]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1.38rem;
    height: 0.01rem;
    background-color: #C8DDF4;
}
.content4[data-v-fb0ad2e5] {
    z-index: 1;
    /* padding: 1.6rem; */
    width: 2.9rem;
    height: 0.6rem;
    background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
    border-radius: 0.45rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.29rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-fb0ad2e5] {
    margin-top: 0.23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-fb0ad2e5] {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.18rem;
    padding-bottom: 0.24rem;
}
.btm .otherimg[data-v-fb0ad2e5] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin-bottom: 0.2rem;
}
.btm .otherimg img[data-v-fb0ad2e5] {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0.1rem;
    display: block;
}
.btm .otherimg .play-icon[data-v-fb0ad2e5] {
    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-fb0ad2e5]:active {
    filter: brightness(0.9);
}
.upload-icon[data-v-fb0ad2e5] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
}
.banner[data-v-c8dd3b4c] {
  width: 100%;
  background-image: url("https://www.removewatermarks.com/images/banner/banner_bg@2x.webp");
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  padding-top: 95px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
.banner .bg-top-left[data-v-c8dd3b4c] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 403px;
}
.banner .bg-top-left img[data-v-c8dd3b4c] {
  width: 100%;
  height: auto;
}
.banner .bg-bottom-right[data-v-c8dd3b4c] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 606px;
}
.banner .bg-bottom-right img[data-v-c8dd3b4c] {
  width: 100%;
  height: auto;
}
.banner .content[data-v-c8dd3b4c] {
  width: 1176px;
  margin: auto;
  position: relative;
}
.banner .content .title1[data-v-c8dd3b4c] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 80px;
  display: block;
}
.banner .content .title1-1[data-v-c8dd3b4c] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 72px;
  display: none;
}
.banner .content .tips[data-v-c8dd3b4c] {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 26px;
}
.banner .content .red_star[data-v-c8dd3b4c] {
  position: absolute;
  top: -30px;
  right: 60px;
}
.banner .content .list[data-v-c8dd3b4c] {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 66px;
  box-sizing: border-box;
}
.banner .content .list .left[data-v-c8dd3b4c] {
  width: 630px;
  height: 403px;
}
.banner .content .list .left img[data-v-c8dd3b4c] {
  width: 100%;
  height: 100%;
  border-radius: 21px;
}
.banner .content .list .left video[data-v-c8dd3b4c] {
  width: 100%;
  height: 100%;
  border-radius: 21px;
}
.banner .content .list .right[data-v-c8dd3b4c] {
  width: 519px;
  height: 403px;
  background: #30365E;
  border-radius: 21px;
}
@media (max-width: 1200px) {
.banner[data-v-c8dd3b4c] {
    width: 100%;
    background-image: url("https://www.removewatermarks.com/images/banner/banner_bg@2x.webp");
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
    margin-top: 0px;
    padding-top: 50px;
    position: relative;
    box-sizing: content-box;
}
.banner .bg-top-left[data-v-c8dd3b4c] {
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner .bg-bottom-right[data-v-c8dd3b4c] {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner .content[data-v-c8dd3b4c] {
    width: 474px;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-c8dd3b4c] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 80px;
    display: block;
}
.banner .content .title1-1[data-v-c8dd3b4c] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 72px;
    display: none;
}
.banner .content .tips[data-v-c8dd3b4c] {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 26px;
}
.banner .content .red_star[data-v-c8dd3b4c] {
    position: absolute;
    top: -30px;
    right: 60px;
}
.banner .content .list[data-v-c8dd3b4c] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 66px;
}
.banner .content .list .left[data-v-c8dd3b4c] {
    width: 474px;
    height: 303px;
}
.banner .content .list .left img[data-v-c8dd3b4c] {
    width: 100%;
    height: 100%;
    border-radius: 21px;
}
.banner .content .list .left video[data-v-c8dd3b4c] {
    width: 100%;
    height: 100%;
    border-radius: 21px;
}
.banner .content .list .right[data-v-c8dd3b4c] {
    width: 474px;
    background: #30365E;
    border-radius: 21px;
}
}
@media (max-width: 639px) {
.banner[data-v-c8dd3b4c] {
    width: 100%;
    background-image: url("https://www.removewatermarks.com/images/banner/banner_bg@2x.webp");
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding: 0.9rem 0 1.5rem;
    position: relative;
    box-sizing: content-box;
}
.banner .bg-top-left[data-v-c8dd3b4c] {
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner .bg-bottom-right[data-v-c8dd3b4c] {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner .content[data-v-c8dd3b4c] {
    width: 5.03rem;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-c8dd3b4c] {
    text-align: center;
    font-weight: 900;
    font-size: 0.55rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    display: block;
}
.banner .content .title1-1[data-v-c8dd3b4c] {
    text-align: center;
    font-weight: 900;
    font-size: 0.55rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    display: none;
}
.banner .content .tips[data-v-c8dd3b4c] {
    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-c8dd3b4c] {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
}
.banner .content .list[data-v-c8dd3b4c] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.38rem;
    align-items: center;
}
.banner .content .list .left[data-v-c8dd3b4c] {
    width: 5.03rem;
    height: auto;
}
.banner .content .list .left img[data-v-c8dd3b4c] {
    width: 100%;
    height: 100%;
    border-radius: 0.21rem;
}
.banner .content .list .left video[data-v-c8dd3b4c] {
    width: 100%;
    height: 100%;
    border-radius: 0.21rem;
}
.banner .content .list .right[data-v-c8dd3b4c] {
    width: 5.03rem;
    height: auto;
    background: #30365E;
    border-radius: 0.21rem;
}
}
.container[data-v-fec71fb4] {
  width: 1174px;
}
.title-1[data-v-fec71fb4] {
  margin: 149px auto 0;
  color: #FFFFFF;
}
.title_1[data-v-fec71fb4] {
  display: none;
}
.span.tips-1[data-v-fec71fb4] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #FFFFFF;
}
.boxPC[data-v-fec71fb4] {
  display: flex;
}
.boxMobile[data-v-fec71fb4] {
  display: none;
}
.list[data-v-fec71fb4] {
  width: 1176px;
  margin: 0px auto;
}
.list .item[data-v-fec71fb4] {
  width: 100%;
  height: 317px;
  margin-top: 116px;
}
.list .item .box[data-v-fec71fb4] {
  width: 531px;
}
.list .item .box.isHome[data-v-fec71fb4] {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.list .item .box.isHome .title[data-v-fec71fb4] {
  margin-top: 0;
  color: #FFFFFF;
}
.list .item .box.isHome .tips[data-v-fec71fb4] {
  font-size: 15px;
  color: #FFFFFF;
  max-width: 400px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.list .item .box.isHome .arry-item[data-v-fec71fb4] {
  font-size: 16px;
  color: #222;
  line-height: 34px;
  font-weight: 600;
}
.list .item .box.isHome .arry-item img[data-v-fec71fb4] {
  width: 17px;
  height: 13px;
  margin-right: 11px;
}
.list .item .box.isHome button[data-v-fec71fb4] {
  margin-top: 30px;
}
.list .item .box.isHome button[data-v-fec71fb4]:hover {
  background: #3e95f1;
}
.list .item .box.isHome button[data-v-fec71fb4]:active {
  filter: brightness(0.9);
}
.list .item .box .title[data-v-fec71fb4] {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  color: #FFFFFF;
}
.list .item .box .tips[data-v-fec71fb4] {
  font-size: 18px;
  line-height: 21px;
  margin-top: 22px;
  color: #FFFFFF;
  font-weight: 400;
}
.list .item .box .tips1[data-v-fec71fb4] {
  font-size: 15px;
  color: #FFFFFF;
  margin-top: 6px;
  line-height: 41px;
  font-weight: 400;
}
.list .item .box button[data-v-fec71fb4] {
  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-fec71fb4] {
  margin-top: 0;
}
.list .item .edit .tips[data-v-fec71fb4] {
  margin-top: 22px;
  color: #666;
}
.list .item[data-v-fec71fb4]:nth-child(odd) {
  flex-direction: row-reverse;
}
.list .item[data-v-fec71fb4]:last-child {
  margin-bottom: 0px;
}
.try-now[data-v-fec71fb4] {
  color: #FF8B1C;
  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-fec71fb4] {
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
.container[data-v-fec71fb4] {
    width: 474px;
}
.title-1[data-v-fec71fb4] {
    width: 464px;
    color: #FFFFFF;
}
.span.tips-1[data-v-fec71fb4] {
    width: 474px;
    margin: 30px auto;
    color: #FFFFFF;
}
.boxPC[data-v-fec71fb4] {
    display: none;
}
.boxMobile[data-v-fec71fb4] {
    display: flex;
}
.detail-font[data-v-fec71fb4] {
    font-size: 21px;
}
.tips-mobile[data-v-fec71fb4] {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 26px;
    font-family: ArialMT;
    font-weight: 400;
}
.list[data-v-fec71fb4] {
    width: 474px;
    margin: 106px auto 0;
}
.list .item[data-v-fec71fb4],
  .list .item[data-v-fec71fb4]:nth-child(odd) {
    flex-direction: column;
}
.list .item[data-v-fec71fb4] {
    width: 100%;
    height: auto;
    margin-bottom: 93px;
    text-align: center;
}
.list .item .box[data-v-fec71fb4] {
    width: 100%;
    height: auto;
}
.list .item .box.isHome .tips[data-v-fec71fb4] {
    font-size: 20px;
    color: #FFFFFF;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 22px;
    line-height: 25px;
}
.list .item .box.isHome .arry-item[data-v-fec71fb4] {
    display: none;
}
.list .item .box .tips1[data-v-fec71fb4],
  .list .item .box .istips[data-v-fec71fb4] {
    display: none;
}
.list .item .box .title[data-v-fec71fb4] {
    margin: 0;
    color: #FFFFFF;
}
.list .item .box button[data-v-fec71fb4] {
    margin-top: 30px;
}
.list .item .two[data-v-fec71fb4] {
    margin-top: 49px;
}
.try-now[data-v-fec71fb4] {
    color: #FF8B1C;
    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-fec71fb4] {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 639px) {
.container[data-v-fec71fb4] {
    width: 5.03rem;
    height: auto;
}
.title-1[data-v-fec71fb4] {
    display: none;
}
.title_1[data-v-fec71fb4] {
    height: auto;
    margin: 0rem auto 0.063rem;
    padding: 0;
    font-size: 0.48rem;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
}
.span.tips-1[data-v-fec71fb4] {
    width: 5.03rem;
    margin: 0.2rem auto;
    font-size: 0.25rem;
    line-height: 0.28rem;
    color: #FFFFFF;
}
.detail-font[data-v-fec71fb4] {
    font-size: 0.26rem;
}
.tips-mobile[data-v-fec71fb4] {
    font-size: 0.24rem;
    margin: 0.3rem auto;
    color: #FFFFFF;
}
.list[data-v-fec71fb4] {
    width: 5.03rem;
    margin: 1rem auto 1.5rem;
}
.list .item[data-v-fec71fb4] {
    height: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.list .item .box .title[data-v-fec71fb4],
  .list .item .box.isHome .title[data-v-fec71fb4] {
    font-size: 0.4rem;
    line-height: 0.41rem;
    color: #FFFFFF;
}
.list .item .box .tips[data-v-fec71fb4],
  .list .item .box.isHome .tips[data-v-fec71fb4] {
    margin-top: 0.18rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    width: 100%;
    color: #FFFFFF;
}
.list .item .box .tips1[data-v-fec71fb4],
  .list .item .box.isHome .tips1[data-v-fec71fb4] {
    font-size: 0.15rem;
    line-height: 0.41rem;
    margin-top: 0.6rem;
    color: #FFFFFF;
}
.list .item .box button[data-v-fec71fb4],
  .list .item .box.isHome button[data-v-fec71fb4] {
    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-fec71fb4] {
    margin-bottom: 0;
}
.list .item .two[data-v-fec71fb4] {
    margin-top: 0.57rem;
}
.try-now[data-v-fec71fb4] {
    color: #FF8B1C;
    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-fec71fb4] {
    width: 0.26rem;
    height: 0.26rem;
}
}
.container[data-v-f15face9] {
  width: 1174px;
}
.title-1[data-v-f15face9] {
  margin: 176px auto 0;
}
.title_1[data-v-f15face9] {
  display: none;
}
.span.tips-1[data-v-f15face9] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.list[data-v-f15face9] {
  width: 1174px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px;
  margin: 194px auto 53px;
}
.list .item[data-v-f15face9] {
  width: 342px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list .item .img[data-v-f15face9] {
  width: 121px;
  height: 121px;
}
.list .item .title[data-v-f15face9] {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 45px;
}
.list .item .tips[data-v-f15face9] {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #B9C6E7;
  line-height: 19px;
}
.btn[data-v-f15face9] {
  width: 329px;
  margin: 38px auto 194px;
  box-sizing: border-box;
}
.btn button[data-v-f15face9] {
  width: 329px;
  height: 48px;
  background: #FF8B1C;
  border-radius: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  border: none;
}
.btn button[data-v-f15face9]:hover {
  border: none;
  border-color: none;
}
.btn button[data-v-f15face9]:active {
  outline: none;
}
.btn button[data-v-f15face9]:focus {
  outline: none;
}
@media (max-width: 1200px) {
.container[data-v-f15face9] {
    width: 474px;
}
.title-1[data-v-f15face9] {
    width: 464px;
}
.span.tips-1[data-v-f15face9] {
    width: 474px;
    margin: 30px auto;
}
.list[data-v-f15face9] {
    width: 474px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 52px;
    margin: 80px auto;
}
.list .item[data-v-f15face9] {
    width: 457px;
    height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list .item .img[data-v-f15face9] {
    width: 121px;
    height: 121px;
}
.list .item .title[data-v-f15face9] {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 45px;
}
.list .item .tips[data-v-f15face9] {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #B9C6E7;
    line-height: 19px;
}
.btn[data-v-f15face9] {
    width: 340px;
    margin: 38px auto 176px;
    box-sizing: border-box;
}
.btn button[data-v-f15face9] {
    width: 340px;
    height: 48px;
    background: #F1601B;
    border-radius: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    border: none;
}
.btn button[data-v-f15face9]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-f15face9]:active {
    outline: none;
}
.btn button[data-v-f15face9]:focus {
    outline: none;
}
}
@media (max-width: 639px) {
.container[data-v-f15face9] {
    width: 5.03rem;
}
.title-1[data-v-f15face9] {
    display: none;
}
.title_1[data-v-f15face9] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 1.53rem auto 0.63rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-f15face9] {
    width: 5.03rem;
    margin: 2rem auto 4.5rem;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.list[data-v-f15face9] {
    width: 5.03rem;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.52rem;
    margin: 0.8rem auto 0rem;
}
.list .item[data-v-f15face9] {
    width: 5.03rem;
    height: 2.55rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list .item .img[data-v-f15face9] {
    width: 1.21rem;
    height: 1.21rem;
}
.list .item .title[data-v-f15face9] {
    text-align: center;
    font-weight: 600;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.45rem;
}
.list .item .tips[data-v-f15face9] {
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #B9C6E7;
    line-height: 0.19rem;
}
.btn[data-v-f15face9] {
    width: 3.4rem;
    margin: 0.76rem auto 0.76rem;
    box-sizing: border-box;
}
.btn button[data-v-f15face9] {
    display: block;
    width: 3.4rem;
    height: 0.48rem;
    background: #F1601B;
    border-radius: 0.24rem;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    border: none;
}
.btn button[data-v-f15face9]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-f15face9]:active {
    outline: none;
}
.btn button[data-v-f15face9]:focus {
    outline: none;
}
}
[data-v-ba3511d1] {
  box-sizing: border-box;
}
.cookie-modal[data-v-ba3511d1] {
  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-ba3511d1] {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
}
.cookie-modal .content-box[data-v-ba3511d1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.cookie-modal .content-box .span-box[data-v-ba3511d1] {
  font-size: 13px;
  line-height: 21px;
  color: #222222;
  font-weight: 400;
}
.cookie-modal .content-box .span-box .route-link[data-v-ba3511d1] {
  color: #047AFC;
}
.cookie-modal .content-box .accept-btn[data-v-ba3511d1] {
  background: orange;
  color: #fff;
  border-radius: 8px;
  border: none;
  width: 130px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 1200px) {
.cookie-modal[data-v-ba3511d1] {
    width: 90%;
}
.cookie-modal .content-box[data-v-ba3511d1] {
    gap: 10px;
}
}
@media (max-width: 639px) {
.cookie-modal[data-v-ba3511d1] {
    width: 90%;
}
.cookie-modal .content-box[data-v-ba3511d1] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    align-items: flex-end;
}
.cookie-modal .content-box .span-box[data-v-ba3511d1] {
    font-size: 0.2rem;
    line-height: 0.28rem;
}
.cookie-modal .content-box .accept-btn[data-v-ba3511d1] {
    font-size: 0.2rem;
    line-height: 0.25rem;
    width: 1.4rem;
    height: 0.5rem;
}
}
.howTo .tips-1[data-v-9ec21c05] {
  margin: 30px auto 0;
  max-width: 880px;
  font-weight: 400;
  color: #FFFFFF;
}
.howTo .title_1[data-v-9ec21c05] {
  display: none;
}
.howTo .title-1[data-v-9ec21c05] {
  color: #FFFFFF;
}
.howTo .photo[data-v-9ec21c05] {
  width: 100%;
  gap: 29px;
}
.howTo .photo .item[data-v-9ec21c05] {
  position: relative;
  box-sizing: border-box;
  background: #191932;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 372px;
  height: 403px;
}
.howTo .photo .item .img[data-v-9ec21c05] {
  width: 372px;
  height: 240px;
}
.howTo .photo .item .back[data-v-9ec21c05] {
  z-index: -1;
}
.howTo .photo .item .circle[data-v-9ec21c05] {
  width: 32px;
  height: 32px;
  margin-right: 11px;
  align-self: center;
}
.howTo .photo .item .title[data-v-9ec21c05] {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  height: 24px;
  margin-top: 17px;
}
.howTo .photo .item .text[data-v-9ec21c05] {
  align-self: center;
  font-size: 12px;
  color: #B9C6E7;
  margin-top: 12px;
  line-height: 20px;
  font-weight: 400;
  width: 304px;
  text-align: center;
}
@media (max-width: 1200px) {
.tips-1[data-v-9ec21c05] {
    width: 474px;
}
.howTo[data-v-9ec21c05] {
    width: 570px;
    margin: 115px auto 0;
}
.howTo .photo[data-v-9ec21c05] {
    flex-direction: column;
    align-items: center;
    margin-top: 69px;
}
.howTo .photo .item[data-v-9ec21c05] {
    width: 474px;
    height: auto;
    padding: 31px 50px !important;
    margin-bottom: 30px;
}
.howTo .photo .item .img[data-v-9ec21c05] {
    position: static;
    display: block;
    margin: 33px auto 0;
    transform: translate(0);
    width: var(--img-pw);
    height: var(--img-ph);
    bottom: var(--img-pb);
    max-width: 30rem;
}
.howTo .photo .item[data-v-9ec21c05]:last-child {
    margin-bottom: 0;
}
.howTo .photo .back[data-v-9ec21c05] {
    display: none;
}
}
@media (max-width: 639px) {
.howTo[data-v-9ec21c05] {
    width: 5.03rem;
    height: auto;
    margin: 0rem auto 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.howTo .title-1[data-v-9ec21c05] {
    font-size: 0.48rem;
    display: none;
}
.howTo .title_1[data-v-9ec21c05] {
    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;
    color: #FFFFFF;
}
.howTo .tips-1[data-v-9ec21c05] {
    margin: 0.2rem auto 0.6rem;
    width: 5.03rem;
    font-size: 0.22rem;
    line-height: 0.28rem;
}
.howTo .photo[data-v-9ec21c05] {
    width: 100%;
    height: auto;
    margin: 0 auto;
    gap: 0.15rem;
}
.howTo .photo .item[data-v-9ec21c05] {
    padding: 0.03rem 0.32rem !important;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    border-radius: 0.16rem;
}
.howTo .photo .item .title[data-v-9ec21c05] {
    width: 100%;
    height: 0.44rem;
}
.howTo .photo .item .title img[data-v-9ec21c05] {
    width: 0.44rem;
    height: 0.44rem;
}
.howTo .photo .item .title span[data-v-9ec21c05] {
    font-size: 0.26rem;
    white-space: nowrap;
}
.howTo .photo .item .text[data-v-9ec21c05] {
    margin-bottom: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.33rem;
    width: 100%;
}
.howTo .photo .item .img[data-v-9ec21c05] {
    position: static;
    transform: translate(0);
    width: 3rem;
    margin: 0rem auto;
    display: block;
}
}
@media (min-width: 1201px) {
.howTo[data-v-9ec21c05] {
    width: 1176px;
    margin: 177px auto 0;
}
.howTo .photo[data-v-9ec21c05] {
    height: 380px;
    margin-top: 55px;
}
.howTo .photo .item[data-v-9ec21c05]:last-child {
    margin-right: 0px;
}
}
.radius img[data-v-8919737d] {
  border-radius: 16px;
}
.slide_back[data-v-8919737d] {
  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-8919737d] {
  box-sizing: border-box;
}
.slide_box .photo[data-v-8919737d] {
  border-radius: 38px;
  overflow: hidden;
}
.slide_box .photo[data-v-8919737d],
.slide_box img[data-v-8919737d] {
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slide_box .photo .i-box[data-v-8919737d],
.slide_box img .i-box[data-v-8919737d] {
  position: relative;
  overflow: hidden;
}
.slide_box .photo .img1[data-v-8919737d],
.slide_box img .img1[data-v-8919737d] {
  z-index: 2;
}
.slide_box[data-v-8919737d]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
}
.div1[data-v-8919737d],
.div2[data-v-8919737d] {
  width: 4px;
  height: calc(calc(100% - 50px) / 2);
  background: #fff;
  position: absolute;
  z-index: 9;
  transform: translateX(-50%);
}
.div1[data-v-8919737d] {
  top: 0;
}
.div2[data-v-8919737d] {
  bottom: 0;
}
.slide[data-v-8919737d] {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 3;
}
.slide .img[data-v-8919737d],
.slide img[data-v-8919737d] {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 639px) {
.div1[data-v-8919737d],
  .div2[data-v-8919737d] {
    width: 0.04rem;
    height: calc(calc(100% - 0.7rem) / 2);
}
.slide_box .photo[data-v-8919737d] {
    border-radius: 0.38rem;
}
.slide_box[data-v-8919737d]::after {
    display: none;
}
.slide .img[data-v-8919737d],
  .slide img[data-v-8919737d] {
    width: 0.7rem;
    height: 0.7rem;
}
.radius img[data-v-8919737d] {
    border-radius: 0.16rem;
}
.img1[data-v-8919737d] {
    object-fit: cover;
}
.img2[data-v-8919737d] {
    object-fit: cover;
}
}
.pics .top[data-v-77d0bb20] {
  margin: 0 auto;
  line-height: 45px;
}
.pics .title_1[data-v-77d0bb20] {
  display: none;
}
.pics .title-1[data-v-77d0bb20] {
  color: #FFFFFF;
}
.pics .span[data-v-77d0bb20] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
}
.pics .tips-1[data-v-77d0bb20] {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
}
.pics .flex-row[data-v-77d0bb20] {
  align-items: center;
}
.pics .tab .tab-box[data-v-77d0bb20] {
  width: 849px;
  height: 57px;
  background: #191932;
  border-radius: 29px;
  border: 1px solid #323745;
  /*box-sizing: border-box;
      margin:0 auto;
      align-content: flex-start;
      column-gap: 22px;*/
}
.pics .tab .tab-box .item[data-v-77d0bb20] {
  height: 40px;
  border-radius: 7px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  width: 204px;
}
.pics .tab .tab-box .active[data-v-77d0bb20],
.pics .tab .tab-box .item[data-v-77d0bb20]:hover {
  background: #FF8B1C;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 20px;
}
.pics .tab .con[data-v-77d0bb20] {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.pics .tab .long-buttong[data-v-77d0bb20] {
  width: auto !important;
  padding: 0 10px 0 10px;
}
@media (max-width: 1200px) {
.tips-1[data-v-77d0bb20] {
    width: 474px;
}
.pics[data-v-77d0bb20] {
    width: 474px;
    margin: 152px auto 150px !important;
}
.pics .top[data-v-77d0bb20] {
    width: 464px;
}
.pics .flex-row[data-v-77d0bb20] {
    align-items: center;
    flex-direction: column;
}
.pics .tab[data-v-77d0bb20] {
    width: 474px;
    margin: 64px auto 0;
}
.pics .tab .tab-box[data-v-77d0bb20] {
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 47px;
    border: none;
}
.pics .tab .tab-box .item[data-v-77d0bb20] {
    width: calc(calc(100% - 44px) / 2);
    margin-bottom: 17px;
    box-sizing: border-box;
}
.pics .con[data-v-77d0bb20] {
    width: 474px;
    height: 264px;
}
}
@media (min-width: 1201px) {
.pics[data-v-77d0bb20] {
    width: 1176px;
    margin: 177px auto 0;
}
.pics .tips-1[data-v-77d0bb20] {
    width: 1044px;
    margin: 49px auto 0 auto;
}
.pics .tab[data-v-77d0bb20] {
    width: 100%;
    margin: 63px auto;
}
.pics .tab .tab-box[data-v-77d0bb20] {
    padding: 0px 20px;
    margin: 0 auto;
}
.pics .con[data-v-77d0bb20] {
    width: 100%;
    height: 585px;
    margin-top: 55px;
}
.pics .con .img1[data-v-77d0bb20] {
    width: 880px;
}
}
@media (max-width: 639px) {
.tips-1[data-v-77d0bb20] {
    width: 5.03rem;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.top[data-v-77d0bb20] {
    width: 5.03rem;
    margin: 0 auto;
}
.pics[data-v-77d0bb20] {
    width: 5.03rem;
    height: auto;
    margin: 0 auto 1.5rem !important;
}
.pics .top[data-v-77d0bb20] {
    margin: 0 atuo;
    line-height: 1.2;
}
.pics .tab[data-v-77d0bb20] {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.pics .tab .tab-box[data-v-77d0bb20] {
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
    width: 100%;
    height: auto;
    margin-bottom: 0rem;
    border-radius: unset;
    border: none;
}
.pics .tab .tab-box .item[data-v-77d0bb20] {
    width: 50%;
    height: 0.48rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-size: 0.21rem;
    line-height: 0.48rem;
    border-radius: 0.7rem;
}
.pics .tab .con[data-v-77d0bb20] {
    width: 100%;
    height: 3rem;
    margin: 0.43rem auto 0;
    border-radius: 0.19rem;
}
.pics .title-1[data-v-77d0bb20] {
    font-size: 0.48rem !important;
    display: none;
}
.pics .title_1[data-v-77d0bb20] {
    font-size: 0.48rem !important;
    line-height: 1.2;
    color: #FFFFFF;
    display: block;
    margin: 0rem auto 0.2rem !important;
    width: 100%;
    max-width: 100%;
}
.pics .tips-1[data-v-77d0bb20] {
    font-size: 0.25rem;
}
.pointer[data-v-77d0bb20] {
    font-size: 0.22rem !important;
}
}
.banner[data-v-27643a6a] {
  background-image: url('https://www.removewatermarks.com/images/banner/banner_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 0px;
  margin: 174px auto 0px;
}
.container[data-v-27643a6a] {
  width: 1174px;
}
.title-1[data-v-27643a6a] {
  margin: 38px auto 0;
  color: #FFFFFF;
}
.title_1[data-v-27643a6a] {
  display: none;
}
.span.tips-1[data-v-27643a6a] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}
.btn[data-v-27643a6a] {
  width: 422px;
  margin: 38px auto 38px;
  box-sizing: border-box;
}
.btn button[data-v-27643a6a] {
  width: 422px;
  padding: 0;
  height: 60px;
  background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
  border-radius: 45px;
  opacity: 0.89;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  border: none;
}
.btn button[data-v-27643a6a]:hover {
  border: none;
  border-color: none;
}
.btn button[data-v-27643a6a]:active {
  outline: none;
}
.btn button[data-v-27643a6a]:focus {
  outline: none;
}
@media (max-width: 1200px) {
.container[data-v-27643a6a] {
    width: 474px;
}
.title-1[data-v-27643a6a] {
    width: 464px;
}
.span.tips-1[data-v-27643a6a] {
    width: 474px;
    margin: 30px auto;
}
.btn[data-v-27643a6a] {
    width: 380px;
    box-sizing: border-box;
}
.btn button[data-v-27643a6a] {
    width: 380px;
    height: 48px;
    background: #F1601B;
    border-radius: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    border: none;
}
.btn button[data-v-27643a6a]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-27643a6a]:active {
    outline: none;
}
.btn button[data-v-27643a6a]:focus {
    outline: none;
}
}
@media (max-width: 639px) {
.banner[data-v-27643a6a] {
    margin: 0rem auto 0;
}
.container[data-v-27643a6a] {
    width: 5.03rem;
}
.title-1[data-v-27643a6a] {
    display: none;
}
.title_1[data-v-27643a6a] {
    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-27643a6a] {
    width: 4.8rem;
    margin: 0.2rem auto;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.btn[data-v-27643a6a] {
    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-27643a6a] {
    width: 3.4rem;
    height: 0.5rem;
    background: #F1601B;
    border-radius: 0.25rem;
    font-weight: bold;
    font-size: 0.19rem;
    color: #FFFFFF;
    line-height: 1;
    border: none;
}
.btn button[data-v-27643a6a]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-27643a6a]:active {
    outline: none;
}
.btn button[data-v-27643a6a]:focus {
    outline: none;
}
}
.howTo .tips-1[data-v-0b0a609c] {
  margin: 30px auto 0;
  max-width: 880px;
  font-weight: 400;
  color: #FFFFFF;
}
.howTo .title_1[data-v-0b0a609c] {
  display: none;
}
.howTo .title-1[data-v-0b0a609c] {
  color: #FFFFFF;
}
.howTo .photo[data-v-0b0a609c] {
  width: 100%;
  gap: 29px;
}
.howTo .photo .item[data-v-0b0a609c] {
  position: relative;
  box-sizing: border-box;
  background: #191932;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 372px;
  height: 455px;
}
.howTo .photo .item .img[data-v-0b0a609c] {
  width: 372px;
  height: 240px;
}
.howTo .photo .item .back[data-v-0b0a609c] {
  z-index: -1;
}
.howTo .photo .item .circle[data-v-0b0a609c] {
  width: 32px;
  height: 32px;
  margin-right: 11px;
  align-self: center;
}
.howTo .photo .item .title[data-v-0b0a609c] {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  height: 24px;
  margin-top: 41px;
}
.howTo .photo .item .text[data-v-0b0a609c] {
  align-self: center;
  font-size: 12px;
  color: #B9C6E7;
  margin-top: 16px;
  line-height: 20px;
  font-weight: 400;
  width: 304px;
  text-align: center;
}
.howTo .btn_wrapper[data-v-0b0a609c] {
  margin-top: 35px;
  margin-bottom: 46px;
}
.howTo .btn_wrapper a[data-v-0b0a609c] {
  display: block;
  background: #FF8B1C;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 7px;
  width: 167px;
  height: 42px;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
}
@media (max-width: 1200px) {
.tips-1[data-v-0b0a609c] {
    width: 474px;
}
.howTo[data-v-0b0a609c] {
    width: 570px;
    margin: 115px auto 0;
}
.howTo .photo[data-v-0b0a609c] {
    flex-direction: column;
    align-items: center;
    margin-top: 69px;
}
.howTo .photo .item[data-v-0b0a609c] {
    width: 474px;
    height: auto;
    padding: 31px 50px !important;
    margin-bottom: 30px;
}
.howTo .photo .item .img[data-v-0b0a609c] {
    position: static;
    display: block;
    margin: 33px auto 0;
    transform: translate(0);
    width: var(--img-pw);
    height: var(--img-ph);
    bottom: var(--img-pb);
    max-width: 30rem;
}
.howTo .photo .item[data-v-0b0a609c]:last-child {
    margin-bottom: 0;
}
.howTo .photo .back[data-v-0b0a609c] {
    display: none;
}
}
@media (max-width: 639px) {
.howTo[data-v-0b0a609c] {
    width: 5.03rem;
    height: auto;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.howTo .title-1[data-v-0b0a609c] {
    font-size: 0.48rem;
    display: none;
}
.howTo .title_1[data-v-0b0a609c] {
    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;
    color: #FFFFFF;
}
.howTo .tips-1[data-v-0b0a609c] {
    margin: 0.2rem auto 0.6rem;
    width: 5.03rem;
    font-size: 0.22rem;
    line-height: 0.28rem;
}
.howTo .photo[data-v-0b0a609c] {
    width: 100%;
    height: auto;
    margin: 0 auto;
    gap: 0.15rem;
}
.howTo .photo .item[data-v-0b0a609c] {
    padding: 0.3rem 0.32rem !important;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    border-radius: 0.16rem;
}
.howTo .photo .item .title[data-v-0b0a609c] {
    width: 100%;
    height: auto;
    margin-top: 0.21rem;
}
.howTo .photo .item .title img[data-v-0b0a609c] {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.11rem;
}
.howTo .photo .item .title span[data-v-0b0a609c] {
    font-size: 0.26rem;
    white-space: nowrap;
}
.howTo .photo .item .text[data-v-0b0a609c] {
    margin: 0.21rem 0;
    font-size: 0.18rem;
    line-height: 0.33rem;
    width: 100%;
}
.howTo .photo .item .img[data-v-0b0a609c] {
    position: static;
    transform: translate(0);
    width: 3.5rem;
    height: auto;
    margin: 0rem auto;
    display: block;
}
.howTo .btn_wrapper[data-v-0b0a609c] {
    margin-top: 0;
    margin-bottom: 0;
}
.howTo .btn_wrapper a[data-v-0b0a609c] {
    display: block;
    width: 2.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    background: #FF8B1C;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0.1rem;
    margin: 0 auto;
    text-align: center;
}
}
@media (min-width: 1201px) {
.howTo[data-v-0b0a609c] {
    width: 1176px;
    margin: 177px auto 0;
}
.howTo .photo[data-v-0b0a609c] {
    height: 380px;
    margin-top: 55px;
}
.howTo .photo .item[data-v-0b0a609c]:last-child {
    margin-right: 0px;
}
}
.content-wrapper[data-v-83ff2ac4] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-83ff2ac4] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-83ff2ac4] {
  color: #FFFFFF;
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-83ff2ac4] {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-83ff2ac4] {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.blank-row[data-v-83ff2ac4] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-83ff2ac4] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.tag[data-v-83ff2ac4] {
  padding-left: 24px;
}
.normal-txt[data-v-83ff2ac4] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 639px) {
.content[data-v-83ff2ac4] {
    width: 80%;
    margin-top: 0.8rem;
}
.article-title[data-v-83ff2ac4] {
    line-height: 0.45rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-83ff2ac4] {
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.second-title[data-v-83ff2ac4] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-83ff2ac4] {
    height: 0.32rem;
    line-height: 0.32rem;
    width: 100%;
}
.bold-txt[data-v-83ff2ac4] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.normal-txt[data-v-83ff2ac4] {
    color: #B9C6E7;
    line-height: 0.32rem;
    font-size: 0.24rem;
}
}
.howTo .tips-1[data-v-256d739c] {
  margin: 30px auto 0;
  max-width: 880px;
  font-weight: 400;
  color: #FFFFFF;
}
.howTo .title_1[data-v-256d739c] {
  display: none;
}
.howTo .title-1[data-v-256d739c] {
  color: #FFFFFF;
}
.howTo .photo[data-v-256d739c] {
  width: 100%;
  gap: 32px;
}
.howTo .photo .item[data-v-256d739c] {
  position: relative;
  box-sizing: border-box;
  background: #191932;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 571px;
  height: 629px;
}
.howTo .photo .item .img[data-v-256d739c] {
  width: 571px;
  height: 310px;
}
.howTo .photo .item .txtWrapper[data-v-256d739c] {
  height: 319px;
}
.howTo .photo .item .title[data-v-256d739c] {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  height: 54px;
  padding-top: 47px;
  padding-bottom: 10px;
}
.howTo .photo .item .text[data-v-256d739c] {
  text-align: center;
  font-size: 24px;
  color: #B9C6E7;
  padding-top: 13px;
  line-height: 32px;
  font-weight: 400;
  width: 479px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.tips-1[data-v-256d739c] {
    width: 474px;
}
.howTo[data-v-256d739c] {
    width: 570px;
    margin: 115px auto 0;
}
.howTo .photo[data-v-256d739c] {
    flex-direction: column;
    align-items: center;
    margin-top: 69px;
}
.howTo .photo .item[data-v-256d739c] {
    width: 474px;
    height: auto;
    padding: 31px 50px !important;
    margin-bottom: 30px;
}
.howTo .photo .item .img[data-v-256d739c] {
    position: static;
    display: block;
    margin: 33px auto 0;
    transform: translate(0);
    width: var(--img-pw);
    height: var(--img-ph);
    bottom: var(--img-pb);
    max-width: 30rem;
}
.howTo .photo .item[data-v-256d739c]:last-child {
    margin-bottom: 0;
}
}
@media (max-width: 639px) {
.howTo[data-v-256d739c] {
    width: 5.03rem;
    height: auto;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.howTo .title-1[data-v-256d739c] {
    display: none;
}
.howTo .title_1[data-v-256d739c] {
    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;
    color: #FFFFFF;
}
.howTo .tips-1[data-v-256d739c] {
    margin: 0.2rem auto 0.6rem;
    width: 5.03rem;
    font-size: 0.22rem;
    line-height: 0.28rem;
}
.howTo .photo[data-v-256d739c] {
    width: 100%;
    height: auto;
    margin: 0 auto;
    gap: 0.15rem;
}
.howTo .photo .item[data-v-256d739c] {
    padding: 0.03rem 0.32rem !important;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    border-radius: 0.16rem;
}
.howTo .photo .item .txtWrapper[data-v-256d739c] {
    height: auto;
    margin-bottom: 0.24rem;
}
.howTo .photo .item .title[data-v-256d739c] {
    width: 100%;
    height: 0.44rem;
    padding: 0.2rem 0 0.1rem 0;
}
.howTo .photo .item .title img[data-v-256d739c] {
    width: 0.44rem;
    height: 0.44rem;
}
.howTo .photo .item .title span[data-v-256d739c] {
    font-size: 0.26rem;
    white-space: nowrap;
}
.howTo .photo .item .text[data-v-256d739c] {
    padding: 0.1rem 0;
    font-size: 0.2rem;
    line-height: 0.33rem;
    width: 100%;
}
.howTo .photo .item .img[data-v-256d739c] {
    position: static;
    transform: translate(0);
    width: var(--img-pw);
    height: var(--img-ph);
    bottom: var(--img-pb);
    max-width: var(--img-max-width, 3.32rem);
    display: block;
}
}
@media (min-width: 1201px) {
.howTo[data-v-256d739c] {
    width: 1176px;
    margin: 177px auto 0;
}
.howTo .photo[data-v-256d739c] {
    margin-top: 55px;
}
.howTo .photo .item[data-v-256d739c]:last-child {
    margin-right: 0px;
}
}
.content-wrapper[data-v-a7346861] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-a7346861] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-a7346861] {
  color: #FFFFFF;
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-a7346861] {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-a7346861] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.blank-row[data-v-a7346861] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-a7346861] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.normal-txt[data-v-a7346861] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
}
.normal-txt a[data-v-a7346861] {
  color: #047afc;
  cursor: pointer;
}
p[data-v-a7346861] {
  margin: 0 ;
  padding: 0 ;
}
.tag[data-v-a7346861] {
  padding-left: 24px;
}
@media (max-width: 639px) {
.content-wrapper[data-v-a7346861] {
    margin-bottom: 1.5rem;
}
.content[data-v-a7346861] {
    width: 80%;
    margin-top: 0.8rem;
    line-height: 0rem;
}
.article-title[data-v-a7346861] {
    line-height: 0.45rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-a7346861] {
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.second-title[data-v-a7346861] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-a7346861] {
    height: 0.2rem;
    line-height: 0.2rem;
    width: 100%;
}
.bold-txt[data-v-a7346861] {
    line-height: 0.28rem !important;
    font-size: 0.24rem;
    font-weight: bold;
}
.normal-txt[data-v-a7346861] {
    color: #B9C6E7;
    line-height: 0.28rem;
    font-size: 0.24rem;
}
p[data-v-a7346861] {
    margin: 0rem;
    padding: 0rem;
}
span[data-v-a7346861] {
    margin: 0rem;
    padding: 0rem;
}
.tag[data-v-a7346861] {
    line-height: 0.32rem;
    padding-left: 0.24rem;
}
}
.banner[data-v-ae916810] {
  width: 100%;
  min-height: 809px;
  box-sizing: border-box;
  background-image: url("https://www.removewatermarks.com/images/banner/banner_bg@2x.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.tools[data-v-ae916810] {
  width: 1176px;
  height: 100%;
  margin: 0px auto 125px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.tools h1[data-v-ae916810] {
  font-size: 45px;
  text-align: center;
  color: #222;
}
.tools .similar-h1[data-v-ae916810] {
  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-ae916810] {
  width: 54px;
  height: 45px;
}
.tools .desc[data-v-ae916810] {
  font-weight: 400;
  font-size: 20px;
  color: #444444;
  margin-top: 28px;
  text-align: center;
}
.tools .content[data-v-ae916810] {
  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-ae916810] {
  display: block;
}
.tools .content .ipadshow[data-v-ae916810] {
  display: none;
}
.tools .content .free-bg[data-v-ae916810] {
  background: #F1F4FA;
  padding: 29px 29px 29px 29px !important;
}
.tools .content .txt[data-v-ae916810] {
  font-weight: 400;
  font-size: 12px;
  color: #B9C6E7;
  line-height: 52px;
}
.tools .content .content-item[data-v-ae916810] {
  width: 332px;
  height: 628px;
  background: #171640;
  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-ae916810] {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.tools .content .content-item .title-top[data-v-ae916810] {
  margin-top: 20px;
}
.tools .content .content-item .price[data-v-ae916810] {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 22px;
  white-space: nowrap;
  margin-top: 10px;
}
.tools .content .content-item .price1[data-v-ae916810] {
  font-weight: 500;
  font-size: 14px;
  color: #B9C6E7;
  line-height: 15px;
  height: 30px;
}
.tools .content .content-item .price1 span[data-v-ae916810] {
  font-weight: 500;
  font-size: 14px;
  color: #B9C6E7;
}
.tools .content .content-item .btn[data-v-ae916810] {
  position: relative;
  box-sizing: border-box;
}
.tools .content .content-item .btn button[data-v-ae916810] {
  width: 273px;
  height: 48px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 17px;
  background: #171640;
  color: #FFFFFF;
  border: 1px solid #FF8B1C;
  line-height: 24px;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
  outline: none;
}
.tools .content .content-item .btn button[data-v-ae916810]:hover {
  filter: brightness(0.96);
}
.tools .content .content-item .btn button[data-v-ae916810]:active {
  filter: brightness(0.9);
}
.tools .content .content-item .btn .btn-dis[data-v-ae916810] {
  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-ae916810] {
  color: #FFFFFF;
  background: linear-gradient(90deg, #FFBE00 0%, #F79F63 100%);
}
.tools .content .content-item .subscribe_type[data-v-ae916810] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  background: #121229;
  border-radius: 9px;
  margin: auto;
  margin-top: 20px;
  padding: 0px 6px;
}
.tools .content .content-item .subscribe_type .type[data-v-ae916810] {
  padding: 0px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  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-ae916810] {
  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-ae916810] {
  background: #373677;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
}
.tools .content .content-item .footer[data-v-ae916810] {
  margin-top: 30px;
}
.tools .content .content-item .footer .credit-list[data-v-ae916810] {
  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-ae916810] {
  border-bottom: 1.5px solid #657ebb;
  width: 90%;
  margin-left: 5%;
}
.tools .content .content-item .footer .credit-list .credit-item[data-v-ae916810] {
  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-ae916810] {
  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-ae916810] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon[data-v-ae916810] {
  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-ae916810] {
  width: 100%;
  height: 100%;
  background: #FB7E48;
  border-radius: 50%;
  opacity: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon[data-v-ae916810] {
  border-color: #FB7E48;
  /* 外圈颜色 */
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon .sel[data-v-ae916810] {
  opacity: 1;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content[data-v-ae916810] {
  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-ae916810] {
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price[data-v-ae916810] {
  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-ae916810] {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  white-space: nowrap;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price .dis[data-v-ae916810] {
  opacity: 0.7;
  color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price[data-v-ae916810] {
  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-ae916810] {
  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-ae916810] {
  font-size: 12px;
  font-weight: 500;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price .discount[data-v-ae916810] {
  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-ae916810] {
  border: 1.5px solid #FFDFA8;
  background: #181831;
  border-radius: 8px;
}
.tools .content .content-item .footer .img-box[data-v-ae916810] {
  margin-left: 6px;
  position: relative;
}
.tools .content .content-item .footer .img-box img[data-v-ae916810] {
  width: 16px;
  height: 16px;
}
.tools .content .content-item .footer .img-box .img1[data-v-ae916810] {
  display: block;
}
.tools .content .content-item .footer .img-box .img2[data-v-ae916810] {
  display: none;
}
.tools .content .content-item .footer .img-box .includes[data-v-ae916810] {
  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-ae916810] {
  display: none;
}
.tools .content .content-item .footer .img-box:hover .img2[data-v-ae916810] {
  display: block;
}
.tools .content .content-item .footer .img-box:hover .includes[data-v-ae916810] {
  display: block;
}
.tools .content .content-item .footer li[data-v-ae916810] {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  align-items: center;
}
.tools .content .content-item .footer .true[data-v-ae916810] {
  margin-right: 11px;
  width: 16px;
}
.tools .content .content-item .footer p[data-v-ae916810] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 22px;
}
.tools .content .content-item .footer .span-blod[data-v-ae916810] {
  color: #666666;
}
.tools .content .content-item .discount[data-v-ae916810] {
  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-ae916810] {
  background: linear-gradient(90deg, #F92B26 0%, #FB844B 100%);
}
.tools .content .content-item .gray[data-v-ae916810] {
  background: linear-gradient(90deg, #A3BBDA 0%, #91A8C4 100%);
}
.tools .content .orange-border[data-v-ae916810] {
  border: 2px solid #FFBB3D;
}
.tools .content .active-item[data-v-ae916810] {
  transform: scaleY(1.05) translateY(-10px);
  border: 2px solid #FB8049;
}
.tools .content .active-item .btn button[data-v-ae916810] {
  background-image: url(https://www.removewatermarks.com/images/img/button.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  border: none;
}
.tools .content .active-item .btn button[data-v-ae916810]:hover {
  filter: brightness(0.96);
}
.tools .content .active-item .btn button[data-v-ae916810]:active {
  filter: brightness(0.9);
}
.tools .btm-txt[data-v-ae916810] {
  font-weight: 500;
  font-size: 17px;
  color: #222222;
  text-align: center;
}
@media (max-width: 1200px) {
.banner[data-v-ae916810] {
    width: 100%;
    min-height: 809px;
    box-sizing: border-box;
    background-image: url("https://www.removewatermarks.com/images/banner/banner_bg@2x.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.tools[data-v-ae916810] {
    width: 475px;
    height: 100%;
    margin: 0px auto 125px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.tools h1[data-v-ae916810] {
    font-size: 45px;
    text-align: center;
    color: #222;
}
.tools .similar-h1[data-v-ae916810] {
    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-ae916810] {
    width: 54px;
    height: 45px;
}
.tools .desc[data-v-ae916810] {
    font-weight: 400;
    font-size: 20px;
    color: #444444;
    margin-top: 28px;
    text-align: center;
}
.tools .content[data-v-ae916810] {
    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-ae916810] {
    background: #F1F4FA;
    padding: 29px 29px 29px 29px !important;
}
.tools .content .txt[data-v-ae916810] {
    font-weight: 400;
    font-size: 12px;
    color: #B9C6E7;
    line-height: 52px;
}
.tools .content .pcshow[data-v-ae916810] {
    display: none;
}
.tools .content .ipadshow[data-v-ae916810] {
    display: block;
}
.tools .content .content-item[data-v-ae916810] {
    width: 332px;
    max-height: 628px;
    height: auto;
    background: #171640;
    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-ae916810] {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}
.tools .content .content-item .price[data-v-ae916810] {
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 22px;
    white-space: nowrap;
    margin-top: 10px;
}
.tools .content .content-item .price1[data-v-ae916810] {
    font-weight: 500;
    font-size: 14px;
    color: #B9C6E7;
    line-height: 15px;
    height: 30px;
}
.tools .content .content-item .price1 span[data-v-ae916810] {
    font-weight: 500;
    font-size: 14px;
    color: #B9C6E7;
}
.tools .content .content-item .btn[data-v-ae916810] {
    position: relative;
    box-sizing: border-box;
}
.tools .content .content-item .btn button[data-v-ae916810] {
    width: 230px;
    height: 48px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 17px;
    color: #F1601B;
    border: 1px solid #FFBE00;
    line-height: 24px;
    text-align: center;
    margin-top: 22px;
    cursor: pointer;
    outline: none;
}
.tools .content .content-item .btn button[data-v-ae916810]:hover {
    filter: brightness(0.96);
}
.tools .content .content-item .btn button[data-v-ae916810]:active {
    filter: brightness(0.9);
}
.tools .content .content-item .btn .btn-dis[data-v-ae916810] {
    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-ae916810] {
    color: #FFFFFF;
    background: linear-gradient(90deg, #FFBE00 0%, #F79F63 100%);
}
.tools .content .content-item .subscribe_type[data-v-ae916810] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 40px;
    background: #121229;
    border-radius: 9px;
    margin: auto;
    margin-top: 20px;
    padding: 0px 6px;
}
.tools .content .content-item .subscribe_type .type[data-v-ae916810] {
    padding: 0px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    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-ae916810] {
    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-ae916810] {
    background: #373677;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
}
.tools .content .content-item .footer[data-v-ae916810] {
    margin-top: 30px;
}
.tools .content .content-item .footer .credit-list[data-v-ae916810] {
    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-ae916810] {
    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-ae916810] {
    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-ae916810] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon[data-v-ae916810] {
    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-ae916810] {
    width: 100%;
    height: 100%;
    background: #FB7E48;
    border-radius: 50%;
    opacity: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon[data-v-ae916810] {
    border-color: #FB7E48;
    /* 外圈颜色 */
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon .sel[data-v-ae916810] {
    opacity: 1;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content[data-v-ae916810] {
    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-ae916810] {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price[data-v-ae916810] {
    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-ae916810] {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price .dis[data-v-ae916810] {
    opacity: 0.7;
    color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price[data-v-ae916810] {
    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-ae916810] {
    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-ae916810] {
    border: 1.5px solid #FFDFA8;
    border-radius: 8px;
}
.tools .content .content-item .footer .img-box[data-v-ae916810] {
    margin-left: 6px;
    position: relative;
}
.tools .content .content-item .footer .img-box img[data-v-ae916810] {
    width: 16px;
    height: 16px;
}
.tools .content .content-item .footer .img-box .img1[data-v-ae916810] {
    display: block;
}
.tools .content .content-item .footer .img-box .img2[data-v-ae916810] {
    display: none;
}
.tools .content .content-item .footer .img-box .includes[data-v-ae916810] {
    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-ae916810] {
    display: none;
}
.tools .content .content-item .footer .img-box:hover .img2[data-v-ae916810] {
    display: block;
}
.tools .content .content-item .footer .img-box:hover .includes[data-v-ae916810] {
    display: block;
}
.tools .content .content-item .footer li[data-v-ae916810] {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    align-items: center;
}
.tools .content .content-item .footer .true[data-v-ae916810] {
    margin-right: 11px;
    width: 16px;
}
.tools .content .content-item .footer p[data-v-ae916810] {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-top: 22px;
}
.tools .content .content-item .footer .span-blod[data-v-ae916810] {
    color: #666666;
}
.tools .content .content-item .discount[data-v-ae916810] {
    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-ae916810] {
    background: linear-gradient(90deg, #F92B26 0%, #FB844B 100%);
}
.tools .content .content-item .gray[data-v-ae916810] {
    background: linear-gradient(90deg, #A3BBDA 0%, #91A8C4 100%);
}
.tools .content .orange-border[data-v-ae916810] {
    border: 2px solid #FFBB3D;
}
.tools .content .active-item[data-v-ae916810] {
    transform: scaleY(1.05) translateY(-10px);
    border: 2px solid #FB8049;
}
.tools .content .active-item .btn button[data-v-ae916810] {
    background-image: url(https://www.removewatermarks.com/images/img/button.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    border: none;
}
.tools .content .active-item .btn button[data-v-ae916810]:hover {
    filter: brightness(0.96);
}
.tools .content .active-item .btn button[data-v-ae916810]:active {
    filter: brightness(0.9);
}
.tools .btm-txt[data-v-ae916810] {
    font-weight: 500;
    font-size: 17px;
    color: #222222;
    text-align: center;
}
}
@media (max-width: 639px) {
.banner[data-v-ae916810] {
    width: 100%;
    min-height: 8.09rem;
    margin-bottom: 0;
    box-sizing: border-box;
    background-image: url("https://www.removewatermarks.com/images/banner/banner_bg@2x.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.tools[data-v-ae916810] {
    width: 80%;
    height: 100%;
    margin: 0px auto 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    position: relative;
}
.tools h1[data-v-ae916810] {
    font-size: 0.45rem;
    text-align: center;
    color: #222;
}
.tools .similar-h1[data-v-ae916810] {
    font-size: 0.45rem;
    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.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-ae916810] {
    width: 0.54rem;
    height: 0.45rem;
}
.tools .desc[data-v-ae916810] {
    font-weight: 400;
    font-size: 0.2rem;
    color: #444444;
    margin-top: 0.28rem;
    text-align: center;
}
.tools .content[data-v-ae916810] {
    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-ae916810] {
    background: #F1F4FA;
    padding: 0.29rem 0.29rem 0.29rem 0.29rem !important;
}
.tools .content .txt[data-v-ae916810] {
    font-weight: 400;
    font-size: 0.22rem;
    color: #B9C6E7;
    line-height: 0.3rem;
    padding-top: 0.2rem;
}
.tools .content .pcshow[data-v-ae916810] {
    display: none;
}
.tools .content .ipadshow[data-v-ae916810] {
    display: block;
}
.tools .content .content-item[data-v-ae916810] {
    width: 5.03rem;
    height: auto;
    max-height: none;
    background: #171640;
    border-radius: 0.28rem;
    box-shadow: 0px 0.06rem 0.15rem 0px rgba(50, 100, 163, 0.19);
    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-ae916810] {
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
}
.tools .content .content-item .title-top[data-v-ae916810] {
    margin-top: 0.28rem;
}
.tools .content .content-item .price[data-v-ae916810] {
    font-size: 0.48rem;
    font-weight: 900;
    color: #FFFFFF;
    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-ae916810] {
    display: block;
    font-weight: 500;
    font-size: 0.22rem;
    color: #B9C6E7;
    height: 0.26rem;
    margin: 0.1rem 0rem;
}
.tools .content .content-item .price1 span[data-v-ae916810] {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 0.22rem;
    line-height: 0.24rem;
    color: #B9C6E7;
}
.tools .content .content-item .btn[data-v-ae916810] {
    position: relative;
    box-sizing: border-box;
}
.tools .content .content-item .btn button[data-v-ae916810] {
    display: block;
    width: 4.6rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #F1601B;
    border: 1px solid #FFBE00;
    line-height: 0.24rem;
    text-align: center;
    margin: 0.22rem 0rem;
    cursor: pointer;
    outline: none;
}
.tools .content .content-item .btn button[data-v-ae916810]:hover {
    filter: brightness(0.96);
}
.tools .content .content-item .btn button[data-v-ae916810]:active {
    filter: brightness(0.9);
}
.tools .content .content-item .btn .btn-dis[data-v-ae916810] {
    position: absolute;
    top: 0.12rem;
    right: 0.41rem;
    color: #DD1D0B;
    background: #FFE655;
    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-ae916810] {
    color: #FFFFFF;
    background: linear-gradient(90deg, #FFBE00 0%, #F79F63 100%);
}
.tools .content .content-item .subscribe_type[data-v-ae916810] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 0.68rem;
    background: #121229;
    border-radius: 0.12rem;
    margin: 0.2rem auto 0rem;
    padding: 0px 0.06rem;
}
.tools .content .content-item .subscribe_type .type[data-v-ae916810] {
    padding: 0px 0.3rem;
    font-weight: 500;
    font-size: 0.26rem;
    color: #FFFFFF;
    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-ae916810] {
    width: 0.46rem;
    height: 0.23rem;
    line-height: 0.23rem;
    background: linear-gradient(90deg, #F79F63 0%, #FF4200 100%);
    border-radius: 0.1rem 0.1rem 0.1rem 0.04rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.tools .content .content-item .subscribe_type .active[data-v-ae916810] {
    background: #373677;
    border-radius: 0.06rem;
    height: 0.45rem;
    line-height: 0.45rem;
}
.tools .content .content-item .footer[data-v-ae916810] {
    margin-top: 0.3rem;
}
.tools .content .content-item .footer span[data-v-ae916810] {
    font-size: 0.2rem;
}
.tools .content .content-item .footer .credit-list[data-v-ae916810] {
    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-ae916810] {
    border-bottom: 0.015px solid #657ebb;
    width: 96%;
    margin-left: 2%;
}
.tools .content .content-item .footer .credit-list .credit-item[data-v-ae916810] {
    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.1rem;
}
.tools .content .content-item .footer .credit-list .credit-item .radio[data-v-ae916810] {
    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-ae916810] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio .radio-icon[data-v-ae916810] {
    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-ae916810] {
    width: 100%;
    height: 100%;
    background: #FB7E48;
    border-radius: 50%;
    opacity: 0;
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon[data-v-ae916810] {
    border-color: #FB7E48;
    /* 外圈颜色 */
}
.tools .content .content-item .footer .credit-list .credit-item .radio input:checked + .radio-icon .sel[data-v-ae916810] {
    opacity: 1;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content[data-v-ae916810] {
    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-ae916810] {
    font-weight: 400;
    font-size: 0.26rem;
    color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price[data-v-ae916810] {
    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-ae916810] {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .credit-price .dis[data-v-ae916810] {
    opacity: 0.7;
    color: #FFFFFF;
}
.tools .content .content-item .footer .credit-list .credit-item .credit-content .per-price[data-v-ae916810] {
    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-ae916810] {
    position: absolute;
    left: -0.66rem;
    top: 0px;
    width: 0.53rem;
    height: 0.2rem;
    color: #FFFFFF;
    padding: 0px 0.02rem;
    background: linear-gradient(90deg, #FE8F2C 0%, #FFBE3E 100%);
    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-ae916810] {
    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-ae916810] {
    font-size: 0.2rem;
    font-weight: 500;
}
.tools .content .content-item .footer .credit-list .active[data-v-ae916810] {
    border: 0.015px solid #FFDFA8;
    border-radius: 0.08rem;
}
.tools .content .content-item .footer .img-box[data-v-ae916810] {
    margin-left: 0.06rem;
    position: relative;
}
.tools .content .content-item .footer .img-box img[data-v-ae916810] {
    width: 0.16rem;
    height: 0.16rem;
}
.tools .content .content-item .footer .img-box .img1[data-v-ae916810] {
    display: block;
}
.tools .content .content-item .footer .img-box .img2[data-v-ae916810] {
    display: none;
}
.tools .content .content-item .footer .img-box .includes[data-v-ae916810] {
    width: 2.58rem;
    height: auto;
    background: #FFFFFF;
    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-ae916810] {
    display: none;
}
.tools .content .content-item .footer .img-box:hover .img2[data-v-ae916810] {
    display: block;
}
.tools .content .content-item .footer .img-box:hover .includes[data-v-ae916810] {
    display: block;
}
.tools .content .content-item .footer li[data-v-ae916810] {
    position: relative;
    display: flex;
    margin-bottom: 0.2rem;
    width: 100%;
    font-weight: 400;
    font-size: 0.12rem;
    color: #ffffff;
    align-items: center;
}
.tools .content .content-item .footer .true[data-v-ae916810] {
    margin-right: 0.11rem;
    width: 0.26rem;
}
.tools .content .content-item .footer p[data-v-ae916810] {
    font-weight: 400;
    font-size: 0.12rem;
    color: #999999;
    margin-top: 0.22rem;
}
.tools .content .content-item .footer .span-blod[data-v-ae916810] {
    color: #666666;
}
.tools .content .content-item .discount[data-v-ae916810] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0.16rem;
    height: 0.5rem;
    color: #ffff;
    background: linear-gradient(90deg, #FFBE3E 0%, #FE8F2C 100%);
    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 .content-item .red[data-v-ae916810] {
    background: linear-gradient(90deg, #F92B26 0%, #FB844B 100%);
}
.tools .content .content-item .gray[data-v-ae916810] {
    background: linear-gradient(90deg, #A3BBDA 0%, #91A8C4 100%);
}
.tools .content .orange-border[data-v-ae916810] {
    border: 0.02rem solid #FFBB3D;
}
.tools .content .active-item[data-v-ae916810] {
    border: 0.02rem solid #FB8049;
}
.tools .content .active-item .btn button[data-v-ae916810] {
    background-image: url(https://www.removewatermarks.com/images/img/button.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    border: none;
}
.tools .content .active-item .btn button[data-v-ae916810]:hover {
    filter: brightness(0.96);
}
.tools .content .active-item .btn button[data-v-ae916810]:active {
    filter: brightness(0.9);
}
.tools .btm-txt[data-v-ae916810] {
    font-weight: 500;
    font-size: 0.17rem;
    color: #222222;
    text-align: center;
}
}
.top-1[data-v-8cb91921] {
  color: #FFFFFF;
}
.comment-block[data-v-8cb91921] {
  margin: 175px auto 175px;
}
.comment-block .comment-area[data-v-8cb91921] {
  margin-top: 74px;
}
.comment-block .comment-item[data-v-8cb91921] {
  border-bottom: 1px solid #323745;
  padding: 29px 5px;
  cursor: pointer;
}
.comment-block .question-item[data-v-8cb91921] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-block .question[data-v-8cb91921] {
  font-family: Arial, Arial;
  white-space: pre-wrap;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 30px;
}
.comment-block .answer[data-v-8cb91921] {
  font-family: ArialMT;
  white-space: pre-wrap;
  display: flex;
  margin-top: 20px;
  font-size: 18px;
  color: #B9C6E7;
  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-8cb91921] {
  color: #007AFF;
}
.comment-block .icon-comment[data-v-8cb91921] {
  width: 10px;
  height: 10px;
}
@media (max-width: 1200px) {
.comment-block[data-v-8cb91921] {
    width: 474px;
}
.answer[data-v-8cb91921] {
    padding: 10px 0 0 0 !important;
}
}
@media (max-width: 639px) {
.comment-block[data-v-8cb91921] {
    width: 5.03rem;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}
.comment-area[data-v-8cb91921] {
    margin-top: 0 !important;
}
.top[data-v-8cb91921] {
    font-size: 0.45rem !important;
    line-height: 1.5 !important;
}
.question[data-v-8cb91921] {
    font-weight: 600 !important;
    font-size: 0.24rem !important;
    line-height: 0.4rem !important;
}
.answer[data-v-8cb91921] {
    font-size: 0.24rem !important;
    line-height: 0.3rem !important;
}
}
@media (min-width: 1201px) {
.comment-block[data-v-8cb91921] {
    width: 1176px;
}
}
@media (min-width: ipadWidth) {
.fix-width[data-v-779326b3] {
    width: 1176px;
}
}
.banner[data-v-ed0e95be] {
  width: 100%;
  padding: 97px 0px 50px 0px;
  background: #0A0A18;
}
.container[data-v-ed0e95be] {
  width: 1174px;
}
.title-1[data-v-ed0e95be] {
  color: #FFFFFF;
  line-height: 60px;
}
.title_1[data-v-ed0e95be] {
  display: none;
}
.span.tips-1[data-v-ed0e95be] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.mark[data-v-ed0e95be] {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: #FFFFFF;
}
.list[data-v-ed0e95be] {
  width: 100%;
  margin: 66px auto 47px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.list .left[data-v-ed0e95be] {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.list .left img[data-v-ed0e95be] {
  width: 45px;
  height: 45px;
}
.list .left .normal[data-v-ed0e95be] {
  display: block;
}
.list .left .press[data-v-ed0e95be] {
  display: none;
}
.list .left:hover .normal[data-v-ed0e95be] {
  display: none;
}
.list .left:hover .press[data-v-ed0e95be] {
  display: block;
}
.list .right[data-v-ed0e95be] {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.list .right img[data-v-ed0e95be] {
  width: 45px;
  height: 45px;
}
.list .right .normal[data-v-ed0e95be] {
  display: block;
}
.list .right .press[data-v-ed0e95be] {
  display: none;
}
.list .right:hover .normal[data-v-ed0e95be] {
  display: none;
}
.list .right:hover .press[data-v-ed0e95be] {
  display: block;
}
.list .item[data-v-ed0e95be] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 469px;
  height: 321px;
  background: #191932;
  box-shadow: 5px 7px 20px 5px rgba(110, 46, 0, 0.1);
  border-radius: 18px;
  position: relative;
  box-sizing: border-box;
  padding: 72px 49px 0px 49px;
  gap: 0;
  margin: 0;
}
.list .item .title[data-v-ed0e95be] {
  margin-bottom: 14px;
}
.list .item .title .name[data-v-ed0e95be] {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.list .item .title .job[data-v-ed0e95be] {
  color: #7C8FC0;
}
.list .item .img[data-v-ed0e95be] {
  position: absolute;
  width: 91px;
  height: 91px;
  top: -36px;
}
.list .item .tips[data-v-ed0e95be] {
  margin: 0rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 22px;
}
@media (max-width: 1200px) {
.container[data-v-ed0e95be] {
    width: 474px;
}
.title-1[data-v-ed0e95be] {
    width: 464px;
}
.span.tips-1[data-v-ed0e95be] {
    width: 474px;
    margin: 30px auto;
}
.list[data-v-ed0e95be] {
    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-ed0e95be] {
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.list .left img[data-v-ed0e95be] {
    width: 45px;
    height: 45px;
}
.list .left .normal[data-v-ed0e95be] {
    display: block;
}
.list .left .press[data-v-ed0e95be] {
    display: none;
}
.list .left:hover .normal[data-v-ed0e95be] {
    display: none;
}
.list .left:hover .press[data-v-ed0e95be] {
    display: block;
}
.list .right[data-v-ed0e95be] {
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.list .right img[data-v-ed0e95be] {
    width: 45px;
    height: 45px;
}
.list .right .normal[data-v-ed0e95be] {
    display: block;
}
.list .right .press[data-v-ed0e95be] {
    display: none;
}
.list .right:hover .normal[data-v-ed0e95be] {
    display: none;
}
.list .right:hover .press[data-v-ed0e95be] {
    display: block;
}
.list .item[data-v-ed0e95be] {
    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: 72px 49px 0px 49px;
}
.list .item .title[data-v-ed0e95be] {
    margin-bottom: 14px;
}
.list .item .title .name[data-v-ed0e95be] {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}
.list .item .title .job[data-v-ed0e95be] {
    color: #7C8FC0;
}
.list .item .img[data-v-ed0e95be] {
    position: absolute;
    width: 91px;
    height: 91px;
    top: -36px;
}
.list .item .tips[data-v-ed0e95be] {
    margin-top: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #0A0A0A;
    line-height: 22px;
}
}
@media (max-width: 639px) {
.banner[data-v-ed0e95be] {
    width: 100%;
    padding: 0.5rem 0rem;
}
.container[data-v-ed0e95be] {
    width: 5.03rem;
}
.title-1[data-v-ed0e95be] {
    display: none;
}
.title_1[data-v-ed0e95be] {
    display: block;
    font-size: 0.45rem;
    width: 100%;
    max-width: 100%;
    margin: 0.153rem auto 0.63rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-ed0e95be] {
    width: 5.03rem;
    margin: 0.2rem auto 0.45rem;
    font-size: 0.25rem;
    line-height: 0.28rem;
}
.list[data-v-ed0e95be] {
    width: 5.03rem;
    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-ed0e95be] {
    width: 0.45rem;
    height: 0.45rem;
    cursor: pointer;
}
.list .left img[data-v-ed0e95be] {
    width: 0.45rem;
    height: 0.45rem;
}
.list .left .normal[data-v-ed0e95be] {
    display: block;
}
.list .left .press[data-v-ed0e95be] {
    display: none;
}
.list .left:hover .normal[data-v-ed0e95be] {
    display: none;
}
.list .left:hover .press[data-v-ed0e95be] {
    display: block;
}
.list .right[data-v-ed0e95be] {
    width: 0.45rem;
    height: 0.45rem;
    cursor: pointer;
}
.list .right img[data-v-ed0e95be] {
    width: 0.45rem;
    height: 0.45rem;
}
.list .right .normal[data-v-ed0e95be] {
    display: block;
}
.list .right .press[data-v-ed0e95be] {
    display: none;
}
.list .right:hover .normal[data-v-ed0e95be] {
    display: none;
}
.list .right:hover .press[data-v-ed0e95be] {
    display: block;
}
.list .item[data-v-ed0e95be] {
    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;
    gap: 0;
}
.list .item .title[data-v-ed0e95be] {
    margin: 0.14rem 0rem;
    line-height: 1;
}
.list .item .title .name[data-v-ed0e95be] {
    font-weight: bold;
    font-size: 0.24rem;
    color: #222222;
}
.list .item .title .job[data-v-ed0e95be] {
    font-size: 0.2rem;
    color: #7C8FC0;
}
.list .item .img[data-v-ed0e95be] {
    position: absolute;
    width: 0.91rem;
    height: auto;
    top: -0.36rem;
}
.list .item .tips[data-v-ed0e95be] {
    padding: 0 0.4rem;
    margin-top: 0.17rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0A0A0A;
    line-height: 0.2rem;
}
.mark[data-v-ed0e95be] {
    width: 100%;
    height: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin-top: 0.4rem;
    color: #FFFFFF;
    font-size: 0.24rem;
}
.mark img[data-v-ed0e95be] {
    width: 0.24rem;
    height: 0.24rem;
}
}
.content-wrapper[data-v-447a8102] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-447a8102] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-447a8102] {
  color: #FFFFFF;
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-447a8102] {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-447a8102] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.blank-row[data-v-447a8102] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-447a8102] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.normal-txt[data-v-447a8102] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
}
.normal-txt a[data-v-447a8102] {
  color: #047afc;
  cursor: pointer;
}
.tag[data-v-447a8102] {
  padding-left: 24px;
}
@media (max-width: 639px) {
.content[data-v-447a8102] {
    width: 80%;
    margin-top: 8rem;
}
.article-title[data-v-447a8102] {
    line-height: 4.5rem;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-447a8102] {
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: bold;
}
.second-title[data-v-447a8102] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-447a8102] {
    height: 3.2rem;
    line-height: 3.2rem;
    width: 100%;
}
.bold-txt[data-v-447a8102] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
}
.normal-txt[data-v-447a8102] {
    color: #666666;
    line-height: 3.2rem;
    font-size: 2.4rem;
}
}
li[data-v-6527c4ed] {
  list-style-type: none;
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
}
a[data-v-6527c4ed] {
  color: #047afc;
  cursor: pointer;
  line-height: 28px;
  font-size: 18px;
}
.article-container[data-v-6527c4ed] {
  padding-top: 98px;
  padding-left: 17%;
  width: 66%;
  display: flex;
  flex-direction: column;
}
.article-title[data-v-6527c4ed] {
  color: #FFFFFF;
  width: 100%;
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 83px;
}
.article-subtitle[data-v-6527c4ed] {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 28px;
}
.article-h3[data-v-6527c4ed] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.bold-txt[data-v-6527c4ed] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
}
.normal-txt[data-v-6527c4ed] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 28px;
}
.normal-span[data-v-6527c4ed] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
}
.empty-row[data-v-6527c4ed] {
  height: 28px;
}
.href-box[data-v-6527c4ed] {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 639px) {
.article-container[data-v-6527c4ed] {
    width: 80%;
    padding-left: 10%;
}
.article-title[data-v-6527c4ed] {
    line-height: 4.5rem;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-6527c4ed] {
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: bold;
}
.second-title[data-v-6527c4ed] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-6527c4ed] {
    height: 3.2rem;
    line-height: 3.2rem;
    width: 100%;
}
.bold-txt[data-v-6527c4ed] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
}
.normal-txt[data-v-6527c4ed] {
    color: #666666;
    line-height: 3.2rem;
    font-size: 2.4rem;
}
}
.content-wrapper[data-v-d7206f58] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-d7206f58] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-d7206f58] {
  color: #FFFFFF;
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-d7206f58] {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-d7206f58] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.blank-row[data-v-d7206f58] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-d7206f58] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.normal-txt[data-v-d7206f58] {
  color: #B9C6E7;
  line-height: 28px;
  font-size: 18px;
}
.normal-txt a[data-v-d7206f58] {
  color: #047afc;
  cursor: pointer;
}
.tag[data-v-d7206f58] {
  padding-left: 24px;
}
@media (max-width: 639px) {
.content-wrapper[data-v-d7206f58] {
    margin-bottom: 1.5rem;
}
.content[data-v-d7206f58] {
    width: 80%;
    margin-top: 0.8rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
}
.article-title[data-v-d7206f58] {
    line-height: 0.45rem;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-d7206f58] {
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.second-title[data-v-d7206f58] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
}
.blank-row[data-v-d7206f58] {
    height: 0.32rem;
    line-height: 0.32rem;
    width: 100%;
}
.bold-txt[data-v-d7206f58] {
    line-height: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.normal-txt[data-v-d7206f58] {
    color: #B9C6E7;
    line-height: 0.32rem;
    font-size: 0.24rem;
}
}
