: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;
}
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;
}

.range[data-v-d79a0981] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e7eb;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 16px;
}
.range input[data-v-d79a0981] {
  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-d79a0981]::-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-d79a0981]::before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--5f05cc1e);
  height: 3px;
  background-color: #000000;
  border-radius: 3px;
}
.range p[data-v-d79a0981] {
  width: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #000000;
}
@media (max-width: 1200px) {
.range[data-v-d79a0981] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border-radius: 8px;
}
}

.icon-button[data-v-df2df4b6] {
    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: #222222;
    background-color: #F2F3F7;
    cursor: pointer;
}
.icon-button img[data-v-df2df4b6] {
    width: 20px;
    height: 20px;
    user-select: none;
}
.icon-button img[data-v-df2df4b6]:last-child {
    margin-bottom: 0;
}
.icon-button.row img[data-v-df2df4b6] {
    margin-bottom: 0px;
}
.icon-button p[data-v-df2df4b6] {
    margin-top: 4px;
    padding: 0px 10px;
    white-space: pre-wrap;
}
.icon-button.row p[data-v-df2df4b6] {
    padding: 0px 4px;
}
.disabled[data-v-df2df4b6]{
    cursor:not-allowed;
    user-select: none;
    background-color: #e6e7eb;
}
.logo[data-v-1bf260e6] {
  width: 307px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.logo .logo-img[data-v-1bf260e6] {
  width: 45px;
  height: 45px;
}
.logo .logo-title[data-v-1bf260e6] {
  width: 246px;
  height: 37px;
}
@media (max-width: 639px) {
.logo[data-v-1bf260e6] {
    width: 30.7rem;
    height: 4.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    cursor: pointer;
}
.logo .logo-img[data-v-1bf260e6] {
    width: 6rem;
    height: 6rem;
}
.logo .logo-title[data-v-1bf260e6] {
    width: 24.6rem;
    height: 3.7rem;
}
}
.feedback-img[data-v-829816c5] {
  width: 31px;
  height: 31px;
}
@media (max-width: 639px) {
.hide-phone[data-v-829816c5] {
    display: none !important;
}
.feedback-img[data-v-829816c5] {
    width: 4rem;
    height: 4rem;
}
}
@media (min-width: 639px) and (max-width: 1201px) {
.hide-pad[data-v-829816c5] {
    display: none !important;
}
}
@media (min-width: 1201px) {
.hide-pc[data-v-829816c5] {
    display: none !important;
}
.feedback-img[data-v-829816c5] {
    width: 20px;
    height: 20px;
}
}
.btn-phone[data-v-829816c5] {
  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-829816c5] {
  width: 17px;
}
.btn-phone[data-v-829816c5]:hover {
  filter: brightness(0.95);
}

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

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

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

.undo[data-v-829816c5] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.redo[data-v-829816c5] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.undo[data-v-829816c5] {
  left: 440px;
}
.redo[data-v-829816c5] {
  left: 484px;
}

.btn[data-v-829816c5] {
  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-829816c5] {
  color: #F1601B;
  background-color: #d9efff;
}
.btn[data-v-829816c5]:hover {
  filter: brightness(0.95);
}
.btn[data-v-829816c5]:active {
  filter: brightness(0.9);
}
.btn img[data-v-829816c5] {
  margin-right: 8px;
  width: 17px;
}
.btn.disabled[data-v-829816c5] {
  color: #fff;
  background-color: #c8c8c8;
  user-select: none;
  pointer-events: none;
}
.mask[data-v-829816c5] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.modal[data-v-829816c5] {
  z-index: 999;
  overflow: hidden;
  position: fixed;
  top: 64px;
  right: 0;
  width: 360px;
  height: 0;
  background-color: #ffffff;
  opacity: 0;
  box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
}
.modal.show[data-v-829816c5] {
  height: 100%;
  opacity: 1;
}
.header[data-v-829816c5] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #222222;
  font-size: 16px;
}
.back[data-v-829816c5] {
  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-829816c5] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 360px;
}
.select[data-v-829816c5] {
  margin: 0 auto;
  margin-bottom: 24px;
  width: 316px;
}
.select.definition[data-v-829816c5] {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.select-title[data-v-829816c5] {
  margin-bottom: 13px;
  color: #222222;
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
}
.select label[data-v-829816c5] {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  line-height: 21px;
  cursor: pointer;
}
.select-span[data-v-829816c5] {
  font-weight: 600;
}
.size[data-v-829816c5] {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}
.select input[data-v-829816c5] {
  margin-right: 8px;
}
.select.definition label[data-v-829816c5] {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  border: 1px solid #e6e7eb;
  padding: 0 14px;
  width: 316px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  box-sizing: border-box;
}
.select.definition label.active[data-v-829816c5] {
  border: 1px solid #047afc;
}
.select.definition label[data-v-829816c5]:last-child {
  margin-bottom: 0;
}
.submit[data-v-829816c5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 316px;
  height: 48px;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  line-height: 15px;
  background: #047afc;
  border-radius: 8px;
  cursor: pointer;
}
.submit[data-v-829816c5]:hover {
  background: #3e95f1;
}
.submit[data-v-829816c5]:active {
  filter: brightness(0.9);
}
.pro[data-v-829816c5] {
  display: flex;
  align-items: center;
}
.subscript[data-v-829816c5] {
  margin-left: auto;
  width: 24px;
}

.upgrade-to-pro[data-v-829816c5] {
  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-829816c5]:hover {
  filter: brightness(0.9);
}
.upgrade-to-pro[data-v-829816c5]:active {
  filter: brightness(0.8);
}
.upgrade-to-pro.disabled[data-v-829816c5] {
  color: #fff;
  background: #c8c8c8;
  user-select: none;
  pointer-events: none;
}
.do-disbaled[data-v-829816c5]{
  user-select: none;
  pointer-events: none;
}
.disabled[data-v-829816c5] {
  pointer-events: none;
  user-select: none;
}
.credit-drop-down-menu[data-v-829816c5] {
  position: relative;
}
.credit-drop-down-menu .credit[data-v-829816c5] {
  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-829816c5] {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.credit-drop-down-menu .credit .icon2[data-v-829816c5] {
  width: 18px;
  height: auto;
  margin-left: 8px;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-829816c5] {
  display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-829816c5]::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-829816c5] {
  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-829816c5] {
  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-829816c5] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-829816c5] {
  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-829816c5] {
  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-829816c5] {
  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-829816c5] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points[data-v-829816c5] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points1[data-v-829816c5] {
  font-weight: 400;
  font-size: 12px;
  color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-829816c5] {
  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-829816c5] {
  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-829816c5] {
  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-829816c5] {
  position: relative;
}
.drop-down-menu-avatar[data-v-829816c5] {
  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-829816c5] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -6px;
}
.drop-down-menu-avatar .vip-icon img[data-v-829816c5] {
  width: 18px;
  height: 18px;
}
.drop-down-menu-avatar img[data-v-829816c5] {
  width: 100%;
  border-radius: 100%;
}
.drop-down-menu:hover .drop-down-menu-modal[data-v-829816c5] {
  /* overflow: visible; */
  display: block;
  max-height: 600%;
}
.drop-down-menu-modal[data-v-829816c5] {
  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; */
}
.drop-down-menu-modal[data-v-829816c5]::before {
  content: " ";
  display: block;
  width: 50px;
  height: 20px;
  background: transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.drop-down-menu-modal[data-v-829816c5]::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-829816c5] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
}
.drop-down-menu-menu > li[data-v-829816c5] {
  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-829816c5] {
  transform: translateX(-6px);
}
.drop-down-menu-menu > li[data-v-829816c5]:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.drop-down-menu-menu > li[data-v-829816c5]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.drop-down-menu-menu > li[data-v-829816c5]:hover {
  /* filter: brightness(0.9); */
  background: #f0f9ff;
}
.drop-down-menu-menu > li[data-v-829816c5]:first-child:hover {
  background: none;
}
.drop-down-menu-menu > li.disabled[data-v-829816c5] {
  border-bottom: 1px solid #e6e7eb50;
}
.drop-down-menu-menu > li.disabled[data-v-829816c5]:hover {
  filter: brightness(1);
}
.drop-down-menu-signout[data-v-829816c5] {
  color: #f23031;
}
.upload[data-v-36eacba4] {
  cursor: pointer;
}
.slot[data-v-36eacba4] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 16px;
}
/* .slot::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-36eacba4] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content1[data-v-36eacba4] {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 1.5px;
  color: #222222;
}
.tips[data-v-36eacba4] {
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  line-height: 28px;
  margin-bottom: 23px;
}
.content2[data-v-36eacba4] {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.content3[data-v-36eacba4] {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #C8DDF4;
}
.content3[data-v-36eacba4]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content3[data-v-36eacba4]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -150px;
  width: 138px;
  height: 1px;
  background-color: #C8DDF4;
}
.content4[data-v-36eacba4] {
  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-36eacba4] {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btm .arial[data-v-36eacba4] {
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  line-height: 25px;
  padding-bottom: 10px;
}
.btm .otherimg[data-v-36eacba4] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.btm .otherimg img[data-v-36eacba4] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
/* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-36eacba4]:active {
  filter: brightness(0.9);
}
@media (max-width: 639px) {
.slot[data-v-36eacba4] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 16px;
    height: 40rem !important;
    min-height: 40rem !important;
}
.content[data-v-36eacba4] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content1[data-v-36eacba4] {
    margin-bottom: 0.8rem;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: 1.5px;
    color: #222222;
}
.tips[data-v-36eacba4] {
    font-weight: 400;
    font-size: 1.3rem;
    color: #999999;
    line-height: 2.8rem;
    margin-bottom: 2.3rem;
}
.content2[data-v-36eacba4] {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #666666;
}
.content3[data-v-36eacba4] {
    position: relative;
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: center;
    color: #C8DDF4;
}
.content3[data-v-36eacba4]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15rem;
    width: 13.8rem;
    height: 1px;
    background-color: #C8DDF4;
}
.content3[data-v-36eacba4]::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15rem;
    width: 13.8rem;
    height: 1px;
    background-color: #C8DDF4;
}
.content4[data-v-36eacba4] {
    z-index: 1;
    /* padding: 16px; */
    width: 29rem;
    height: 6rem;
    background: linear-gradient(318deg, #7E2FE9 0%, #DF06D1 0%, #FD4E6B 41%, #FF8902 100%);
    border-radius: 4.5rem;
    opacity: 0.89;
    font-weight: bold;
    font-size: 2.4rem;
    color: #FFFFFF;
    line-height: 2.9rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btm[data-v-36eacba4] {
    margin-top: 3.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btm .arial[data-v-36eacba4] {
    font-weight: 400;
    font-size: 1.5rem;
    color: #555555;
    line-height: 2.5rem;
    padding-bottom: 1rem;
}
.btm .otherimg[data-v-36eacba4] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.btm .otherimg img[data-v-36eacba4] {
    width: 5rem;
    height: 5rem;
    border-radius: 8px;
}
  /* .content4:hover {
    background: #3e95f1;
} */
.content4[data-v-36eacba4]:active {
    filter: brightness(0.9);
}
}
[data-v-87c3123d] {
  box-sizing: border-box;
}
.upload-left-panel[data-v-87c3123d] {
  position: fixed;
  left: 0;
  top: 65px;
  bottom: 0;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: auto;
  z-index: 9999;
}
.upload-panel[data-v-87c3123d] {
  position: fixed;
  top: 65px;
  left: 330px;
  right: 0;
  bottom: 0;
  background-color: #f8f9fb;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-panel .example-images-box[data-v-87c3123d] {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.upload-panel .example-images-box .example-images-box-title[data-v-87c3123d] {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-87c3123d] {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.upload-panel .example-images-box .example-images img[data-v-87c3123d] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
.upload-panel .upload-area[data-v-87c3123d] {
  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-87c3123d] {
  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;
}
.batch-panel[data-v-87c3123d] {
  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: #fff;
  overflow-y: auto;
  z-index: 901;
}
.batch-panel[data-v-87c3123d] > * {
  flex-shrink: 0;
}
.batch-panel .upload-btn[data-v-87c3123d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  border: 1px dashed #666666ff;
  background-color: #f5f5f5ff;
  cursor: pointer;
}
.batch-panel .upload-btn img[data-v-87c3123d] {
  width: 29px;
  height: 29px;
  filter: brightness(0.7);
}
.batch-panel .upload-btn span[data-v-87c3123d] {
  color: #999999ff;
  font-size: 16px;
  font-weight: 400;
  filter: brightness(0.6);
}
.batch-panel .bottom-content[data-v-87c3123d] {
  position: fixed;
  right: 10px;
  width: 134px;
  padding: 10px 17px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.batch-panel .bottom-content[data-v-87c3123d]::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
.batch-panel .bottom-content .bottom-content-left[data-v-87c3123d] {
  font-size: 12px;
  color: #222222;
  font-weight: 400;
  cursor: default;
}
.batch-panel .bottom-content .bottom-content-right[data-v-87c3123d] {
  font-size: 12px;
  color: #f23031;
  font-weight: 400;
  cursor: pointer;
}
.batch-panel .deal-item-active[data-v-87c3123d] {
  border: 2px solid #F1601B;
}
.batch-panel .item[data-v-87c3123d] {
  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-87c3123d] {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  display: block;
}
.batch-panel .item .deal-image-sucess-icon[data-v-87c3123d] {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 2px;
  top: 2px;
}
.batch-panel .item .deal-image-mask[data-v-87c3123d] {
  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-87c3123d] {
  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-87c3123d] {
  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-87c3123d infinite 0.75s ease-in-out;
}
@keyframes loadingRotate-87c3123d {
0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(360deg);
}
}
.batch-panel .item .deal-image-hover-box[data-v-87c3123d] {
  display: none;
  position: fixed;
  top: var(--24d57704);
  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-87c3123d] {
  max-width: 100%;
  max-height: 100%;
}
.batch-panel .item .deal-image-delete-icon[data-v-87c3123d] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  cursor: pointer;
}
.batch-panel .item:hover .deal-image-mask[data-v-87c3123d] {
  display: block;
}
.batch-panel .item:hover .deal-image-hover-box[data-v-87c3123d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.batch-collapse-btn[data-v-87c3123d] {
  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: #fff;
  z-index: 900;
}
.batch-collapse-btn-fold[data-v-87c3123d] {
  right: 0;
}
.loading[data-v-87c3123d] {
  pointer-events: none !important;
}
.upload-disabled[data-v-87c3123d] {
  pointer-events: none !important;
  border: 1px dashed #c8c8c8ff !important;
}
.upload-disabled img[data-v-87c3123d] {
  filter: brightness(1) !important;
  opacity: 0.5;
}
.upload-disabled span[data-v-87c3123d] {
  filter: brightness(1) !important;
  opacity: 0.5;
}
.tips-main[data-v-686f9590] {
  position: absolute;
  width: 369px;
  aspect-ratio: auto;
  background: #FFFFFF;
  z-index: 99;
  border-radius: 8px;
  box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
}
.tips-main .close-modal[data-v-686f9590] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.tips-main .close-modal img[data-v-686f9590] {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.tips-main .content[data-v-686f9590] {
  background: #F2F3F7;
  border-radius: 8px;
  margin: auto;
  width: 90%;
  height: 78.5%;
}
.tips-main .content .examples[data-v-686f9590] {
  width: 100%;
  margin-top: 20px;
}
.tips-main .content .examples .title[data-v-686f9590] {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  color: #222222;
  font-weight: 600;
}
.tips-main .content .examples .example[data-v-686f9590] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tips-main .content .examples .example .item p[data-v-686f9590] {
  font-size: 10px;
  text-align: center;
  color: #222222;
  font-weight: 400;
}
.tips-main .content .examples .example .item img[data-v-686f9590] {
  width: 80px;
  aspect-ratio: auto;
}
.tips-main .describe[data-v-686f9590] {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.tips-main[data-v-bf47eafd] {
  position: absolute;
  width: 439px;
  height: 400px;
  background: #FFFFFF;
  z-index: 999;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.09);
}
.tips-main .close-modal[data-v-bf47eafd] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.tips-main .close-modal img[data-v-bf47eafd] {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.tips-main .content[data-v-bf47eafd] {
  background: #F2F3F7;
  border-radius: 8px;
  margin: auto;
  width: 90%;
  height: 78%;
}
.tips-main .content .examples[data-v-bf47eafd] {
  width: 100%;
  margin-top: 20px;
}
.tips-main .content .examples .title[data-v-bf47eafd] {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #222222;
}
.tips-main .content .examples .example[data-v-bf47eafd] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tips-main .content .examples .example .item p[data-v-bf47eafd] {
  font-size: 10px;
  text-align: center;
  color: #222222;
  font-weight: 400;
}
.tips-main .describe[data-v-bf47eafd] {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.tips-main .describe p[data-v-bf47eafd] {
  width: 100%;
  padding: 0px 20px;
  text-align: center;
}
.section[data-v-e691fbc8] {
  background: #ffffff;
  border: 1px solid #E6E7EB;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.section .disabled[data-v-e691fbc8] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  user-select: none;
}
.section .label[data-v-e691fbc8] {
  display: flex;
  width: 100%;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  color: #222222;
}
.section .label .radio[data-v-e691fbc8] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.section .label .radio input[data-v-e691fbc8] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.section .label .radio .radio-icon[data-v-e691fbc8] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.5px solid #999;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 2px;
}
.section .label .radio .radio-icon .sel[data-v-e691fbc8] {
  width: 100%;
  height: 100%;
  background: #FB7E48;
  border-radius: 50%;
  opacity: 0;
}
.section .label .radio input:checked + .radio-icon[data-v-e691fbc8] {
  border-color: #FB7E48;
  /* 外圈颜色 */
}
.section .label .radio input:checked + .radio-icon .sel[data-v-e691fbc8] {
  opacity: 1;
}
.section .content[data-v-e691fbc8] {
  width: 100%;
  max-height: 271px;
  border-top: 1px solid #E6E7EB;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 5px;
}
.section .content .text-prompts[data-v-e691fbc8] {
  width: 100%;
  height: 125px;
  background: #F2F3F7;
  border-radius: 8px;
  position: relative;
}
.section .content .text-prompts .text-prompts-input[data-v-e691fbc8] {
  outline: none;
  border: none;
  padding: 12px;
  width: 100%;
  height: 100%;
  font-family: Arial, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-weight: 600;
  font-size: 12px;
  color: #666666;
  background: #F2F3F7;
  border-radius: 8px;
  box-sizing: border-box;
}
.section .content .text-prompts .text-prompts-input[data-v-e691fbc8]::placeholder {
  color: #999999;
}
.section .content .text-prompts .text-prompts-buttons[data-v-e691fbc8] {
  position: absolute;
  right: 9px;
  bottom: -10px;
  display: flex;
  width: calc(100% - 18px);
  height: 40px;
}
.section .content .text-prompts .text-prompts-buttons .btn[data-v-e691fbc8] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  height: 24px;
  border-radius: 14px;
  padding: 0px 5px;
}
.section .content .text-prompts .text-prompts-buttons .btn img[data-v-e691fbc8] {
  width: 14px;
  height: 12px;
}
.section .content .text-prompts .text-prompts-buttons .btn-del[data-v-e691fbc8] {
  margin-left: auto;
  cursor: pointer;
}
.section .content .text-prompts .text-prompts-buttons .btn-del img[data-v-e691fbc8] {
  width: 24px;
  height: 24px;
}
.section .content .text-prompts.required[data-v-e691fbc8] {
  border: 1px solid #e34234;
}
.active[data-v-e691fbc8] {
  border: 1px solid #F1601B;
}

.row[data-v-be8841d1] {
    position: relative;
}
.header[data-v-be8841d1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left[data-v-be8841d1] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.title[data-v-be8841d1] {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}
.content[data-v-be8841d1] {
    overflow: hidden;
    white-space: nowrap;
}
.content > div[data-v-be8841d1] {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    transition: margin-left 0.5s;
}
.move-left[data-v-be8841d1],
.move-right[data-v-be8841d1] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
    border-radius: 100%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.5s;
}
.move-left[data-v-be8841d1] {
    left: -16px;
    transform: translateY(-50%) rotate(-180deg);
}
.move-right[data-v-be8841d1] {
    right: -16px;
}
.row.title .move-left[data-v-be8841d1],
.row.title .move-right[data-v-be8841d1] {
    top: calc(50% + 17px);
}
.mask-left[data-v-be8841d1],
.mask-right[data-v-be8841d1] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 32px;
    height: calc(100% - 34px);
    transition: background-color 0.5s;
    top: 34px;
    pointer-events: none;
}
.mask-left[data-v-be8841d1] {
    left: -16px;
    /* transform: rotate(180deg); */
}
.mask-right[data-v-be8841d1] {
    right: -16px;
    transform: rotate(180deg);
}
.card-carousel--nav__btn[data-v-be8841d1] {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 100%;
    background: linear-gradient(90deg, transparent, 1%, #eeeeee);
    filter: blur(10px);
}

.list[data-v-306f1d1e] {
    margin-bottom: 40px;
}
.tabbar-item[data-v-306f1d1e] {
    margin-right: 16px;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #047AFC;
    font-weight: 600;
    font-size: 14px;
    background-color: #D9EFFF;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s;
}
.tabbar-item.active[data-v-306f1d1e] {
    color: #ffffff;
    background-color: #047AFC;
}

.list[data-v-12b5e3e7] {
    margin-bottom: 10px;
}
.tabbar-item[data-v-12b5e3e7] {
    margin-right: 10px;
    padding: 0 10px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    background-color: #F2F3F7;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s;

    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.tabbar-item.active[data-v-12b5e3e7] {
   color: #F1601B;
   background: #FFF7E0;
}
.section[data-v-2dc05424] {
  background: #ffffff;
  border: 1px solid #E6E7EB;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.section .disabled[data-v-2dc05424] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  user-select: none;
}
.section .label[data-v-2dc05424] {
  display: flex;
  width: 100%;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  color: #222222;
}
.section .label .radio[data-v-2dc05424] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.section .label .radio input[data-v-2dc05424] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.section .label .radio .radio-icon[data-v-2dc05424] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.5px solid #999;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 2px;
}
.section .label .radio .radio-icon .sel[data-v-2dc05424] {
  width: 100%;
  height: 100%;
  background: #FB7E48;
  border-radius: 50%;
  opacity: 0;
}
.section .label .radio input:checked + .radio-icon[data-v-2dc05424] {
  border-color: #FB7E48;
  /* 外圈颜色 */
}
.section .label .radio input:checked + .radio-icon .sel[data-v-2dc05424] {
  opacity: 1;
}
.section .content[data-v-2dc05424] {
  width: 100%;
  max-height: 330px;
  border-top: 1px solid #E6E7EB;
  padding-top: 10px;
  margin-top: 5px;
}
.section .content .ai-relace-object[data-v-2dc05424] {
  width: 100%;
  background: #F2F3F7;
  aspect-ratio: 1/1;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section .content .ai-relace-object:hover .cover[data-v-2dc05424] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .content .ai-relace-object img[data-v-2dc05424] {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 8px;
}
.section .content .ai-relace-object .cover[data-v-2dc05424] {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  display: none;
}
.section .content .ai-relace-object .cover img[data-v-2dc05424] {
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.section .content .ai-clothes-changer-object[data-v-2dc05424] {
  width: 100%;
  height: 271px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  overflow-y: auto;
  align-content: flex-start;
}
.section .content .ai-clothes-changer-object[data-v-2dc05424]::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
.section .content .ai-clothes-changer-object[data-v-2dc05424]::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 10px;
}
.section .content .ai-clothes-changer-object .clothes-object[data-v-2dc05424] {
  width: calc((100% - 20px) / 4);
  height: calc((271px - 12px) / 3);
  background: #F5F5F5;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}
.section .content .ai-clothes-changer-object .clothes-object .uploaded-image[data-v-2dc05424] {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: contain;
}
.section .content .ai-clothes-changer-object .clothes-object:hover .cover-upload[data-v-2dc05424] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .content .ai-clothes-changer-object .clothes-object .cover-upload[data-v-2dc05424] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  cursor: pointer;
}
.section .content .ai-clothes-changer-object .clothes-object .upload[data-v-2dc05424] {
  width: 100%;
  height: 100%;
  font-size: 8px;
  color: #666666;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section .content .ai-clothes-changer-object .clothes-object .upload img[data-v-2dc05424] {
  width: 18px;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.section .content .ai-clothes-changer-object .clothes-object .clothes-object-example[data-v-2dc05424] {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.section .content .ai-clothes-changer-object .clothes-object .seletced[data-v-2dc05424] {
  position: absolute;
  bottom: 0px;
  right: 6px;
}
.section .content .ai-clothes-changer-object .clothes-object .seletced img[data-v-2dc05424] {
  width: 15px;
  height: 15px;
}
.section .content .tabbar[data-v-2dc05424] {
  padding: 0px 0px 0px 0px;
}
.section .content .clothes-categorySecond[data-v-2dc05424] {
  width: 200%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.section .content .clothes-categorySecond .box[data-v-2dc05424] {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.section .content .clothes-categorySecond .box .cate[data-v-2dc05424] {
  height: 26px;
  border-radius: 8px;
  background: #F2F3F7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 9px;
  cursor: pointer;
}
.active[data-v-2dc05424] {
  border: 1px solid #F1601B;
}
.required[data-v-2dc05424] {
  border: 1px solid red;
}
.section[data-v-501feb5e] {
  background: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  height: 100%;
}
.section .disabled[data-v-501feb5e] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  user-select: none;
}
@media (max-width: 1200px) {
.section .content[data-v-501feb5e] {
    width: 80%;
    height: 100%;
    padding-top: 10px;
    margin: 5px auto 0px;
}
.section .content .ai-clothes-changer-object[data-v-501feb5e] {
    width: 100%;
    height: calc(100% - 28px);
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    overflow-y: auto;
    align-content: flex-start;
}
.section .content .ai-clothes-changer-object[data-v-501feb5e]::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
.section .content .ai-clothes-changer-object[data-v-501feb5e]::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}
.section .content .ai-clothes-changer-object .clothes-object[data-v-501feb5e] {
    width: calc((100% - 20px) / 4);
    aspect-ratio: 163 / 218;
    background: #F5F5F5;
    border-radius: 7px;
    position: relative;
    cursor: pointer;
}
.section .content .ai-clothes-changer-object .clothes-object .uploaded-image[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: contain;
}
.section .content .ai-clothes-changer-object .clothes-object:hover .cover-upload[data-v-501feb5e] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .content .ai-clothes-changer-object .clothes-object .cover-upload[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    cursor: pointer;
}
.section .content .ai-clothes-changer-object .clothes-object .upload[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    font-size: 8px;
    color: #666666;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section .content .ai-clothes-changer-object .clothes-object .upload img[data-v-501feb5e] {
    width: 18px;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}
.section .content .ai-clothes-changer-object .clothes-object .clothes-object-example[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.section .content .ai-clothes-changer-object .clothes-object .seletced[data-v-501feb5e] {
    position: absolute;
    bottom: 0px;
    right: 6px;
}
.section .content .ai-clothes-changer-object .clothes-object .seletced img[data-v-501feb5e] {
    width: 15px;
    height: 15px;
}
.section .content .tabbar[data-v-501feb5e] {
    padding: 0px 0px 0px 0px;
}
.section .content .clothes-categorySecond[data-v-501feb5e] {
    width: 200%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.section .content .clothes-categorySecond .box[data-v-501feb5e] {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.section .content .clothes-categorySecond .box .cate[data-v-501feb5e] {
    height: 26px;
    border-radius: 8px;
    background: #F2F3F7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 9px;
    cursor: pointer;
}
}
@media (max-width: 639px) {
.section .content[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    margin-top: 5px;
}
.section .content .ai-clothes-changer-object[data-v-501feb5e] {
    width: 100%;
    height: calc(100% - 28px);
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    overflow-y: auto;
    align-content: flex-start;
}
.section .content .ai-clothes-changer-object[data-v-501feb5e]::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
.section .content .ai-clothes-changer-object[data-v-501feb5e]::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}
.section .content .ai-clothes-changer-object .clothes-object[data-v-501feb5e] {
    width: calc((100% - 20px) / 4);
    aspect-ratio: 163 / 218;
    background: #F5F5F5;
    border-radius: 7px;
    position: relative;
    cursor: pointer;
}
.section .content .ai-clothes-changer-object .clothes-object .uploaded-image[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: contain;
}
.section .content .ai-clothes-changer-object .clothes-object:hover .cover-upload[data-v-501feb5e] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .content .ai-clothes-changer-object .clothes-object .cover-upload[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    cursor: pointer;
}
.section .content .ai-clothes-changer-object .clothes-object .upload[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    font-size: 8px;
    color: #666666;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section .content .ai-clothes-changer-object .clothes-object .upload img[data-v-501feb5e] {
    width: 18px;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}
.section .content .ai-clothes-changer-object .clothes-object .clothes-object-example[data-v-501feb5e] {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.section .content .ai-clothes-changer-object .clothes-object .seletced[data-v-501feb5e] {
    position: absolute;
    bottom: 0px;
    right: 6px;
}
.section .content .ai-clothes-changer-object .clothes-object .seletced img[data-v-501feb5e] {
    width: 15px;
    height: 15px;
}
.section .content .tabbar[data-v-501feb5e] {
    padding: 0px 0px 0px 0px;
}
.section .content .clothes-categorySecond[data-v-501feb5e] {
    width: 200%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.section .content .clothes-categorySecond .box[data-v-501feb5e] {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.section .content .clothes-categorySecond .box .cate[data-v-501feb5e] {
    height: 26px;
    border-radius: 8px;
    background: #F2F3F7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 9px;
    cursor: pointer;
}
}
.active[data-v-501feb5e] {
  border: 1px solid #F1601B;
}
.required[data-v-501feb5e] {
  border: 1px solid red;
}
.guide-main[data-v-87035a1f] {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.guide-main .part[data-v-87035a1f] {
  width: 579px;
  height: 231px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
}
.guide-main .part .btn[data-v-87035a1f] {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.guide-main .part .btn p[data-v-87035a1f] {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 25px;
  font-style: normal;
}
.guide-main .pt1[data-v-87035a1f] {
  position: absolute;
  top: 83px;
  left: 348px;
}
.guide-main .pt1 .guide[data-v-87035a1f] {
  width: 579px;
  height: 152px;
  position: relative;
}
.guide-main .pt1 .guide p[data-v-87035a1f] {
  position: absolute;
  width: 60%;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.guide-main .pt11[data-v-87035a1f] {
  position: absolute;
  top: 161px;
  left: 348px;
}
.guide-main .pt11 .guide[data-v-87035a1f] {
  position: relative;
}
.guide-main .pt11 .guide p[data-v-87035a1f] {
  position: absolute;
  width: 60%;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.guide-main .pt2[data-v-87035a1f] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
}
.guide-main .pt2 .guide[data-v-87035a1f] {
  width: 484px;
  height: 200px;
  position: relative;
}
.guide-main .pt2 .guide p[data-v-87035a1f] {
  width: 60%;
  text-align: center;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.guide-main .pt3[data-v-87035a1f] {
  position: absolute;
  bottom: 32px;
  left: 312px;
}
.guide-main .pt3 .guide[data-v-87035a1f] {
  position: relative;
}
.guide-main .pt3 .guide p[data-v-87035a1f] {
  position: absolute;
  width: 60%;
  text-align: center;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.guide-main .pt3 .btn[data-v-87035a1f] {
  position: relative;
  margin-top: -15px;
}
.guide-main .close[data-v-87035a1f] {
  position: absolute;
  right: 30px;
  top: 90px;
  cursor: pointer;
}
.guide-main .guidebtn[data-v-87035a1f] {
  width: 296px;
  height: 48px;
  background: #D9EFFF;
  border-radius: 8px;
  font-size: 15px;
  color: #047AFC;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 17px;
}
.guide-main .pic1[data-v-87035a1f] {
  position: absolute;
  left: 8px;
  top: 305px;
}
.guide-main .pic2[data-v-87035a1f] {
  position: absolute;
  left: 10px;
  top: 83px;
}
.upload-panel[data-v-e8feb873] {
  position: fixed;
  top: 93px;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #f8f9fb;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-panel .example-images-box[data-v-e8feb873] {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.upload-panel .example-images-box .example-images-box-title[data-v-e8feb873] {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-e8feb873] {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.upload-panel .example-images-box .example-images img[data-v-e8feb873] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
.upload-panel .upload-area[data-v-e8feb873] {
  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-e8feb873] {
  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-e8feb873] {
    position: fixed;
    top: 10rem;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #f8f9fb;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.upload-panel .example-images-box[data-v-e8feb873] {
    display: flex;
    flex-direction: column;
    margin-top: 2.6rem;
}
.upload-panel .example-images-box .example-images-box-title[data-v-e8feb873] {
    font-size: 1.8rem;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-e8feb873] {
    display: flex;
    gap: 1.2rem;
    margin-top: 1rem;
}
.upload-panel .example-images-box .example-images img[data-v-e8feb873] {
    width: 8rem;
    height: 8rem;
    border-radius: 1rem;
    cursor: pointer;
}
.upload-panel .upload-area[data-v-e8feb873] {
    position: relative;
    background-color: #ffffff;
    border: 2px dashed #F1601B;
    width: 56rem;
    height: 44.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.upload-panel .upload-area .arial[data-v-e8feb873] {
    font-size: 1.8rem;
    color: #222222;
    letter-spacing: 1px;
    text-align: center;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-e8feb873] {
    padding: 0 12px;
    min-width: 25.4rem;
    height: 6rem;
    background: linear-gradient(318deg, #7E2FE9, #DF06D1 0%, #FD4E6B 41%, #FF8902);
    border-radius: 4.5rem;
    opacity: 0.88;
    font-size: 2.4rem;
    color: #fff;
    border: none;
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
    z-index: 9;
    cursor: pointer;
}
}
.left-panel[data-v-c288de2a] {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: calc(100vh - 80px);
  background-color: #fff;
  overflow-y: auto;
  padding-top: 65px;
  box-sizing: border-box;
}
.left-panel[data-v-c288de2a]::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
.left-panel[data-v-c288de2a]::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 10px;
}
.left-panel .title-box[data-v-c288de2a] {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.left-panel .title-box .titles[data-v-c288de2a] {
  color: #222222;
  line-height: 20px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.left-panel .title-box .tips[data-v-c288de2a] {
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  text-align: right;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.left-panel .title-box img[data-v-c288de2a] {
  margin-right: 5px;
}
.brush-tool .title[data-v-c288de2a] {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
}
.brush-tool .button-group[data-v-c288de2a] {
  display: flex;
  gap: 8px;
}
.brush-tool .range-weight[data-v-c288de2a] {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.common-tool[data-v-c288de2a] {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.common-tool .prompts-title[data-v-c288de2a] {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
}
.common-tool-hedaer[data-v-c288de2a] {
  position: relative;
  padding: 16px 16px 0 16px;
}
.common-tool-row[data-v-c288de2a] {
  display: flex;
  flex-direction: row;
  padding: 16px;
  position: relative;
  flex-wrap: wrap;
  overflow-y: auto;
  scrollbar-width: none;
  padding-bottom: 82px;
}
.clothes-image-hover-box[data-v-c288de2a] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 108px;
  width: 245px;
  height: 245px;
  background-color: #fff;
  left: 350px;
  z-index: 9999;
  border-radius: 6px;
  box-shadow: 0 3px 12px 4px #00000017;
  overflow: hidden;
}
.clothes-image-hover-box .clothes-image-hover-box-image[data-v-c288de2a] {
  max-width: 100%;
  max-height: 100%;
}
.back-buttons[data-v-c288de2a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.back-buttons img[data-v-c288de2a] {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
}
.back-buttons span[data-v-c288de2a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
}
.button-div[data-v-c288de2a] {
  position: absolute;
  bottom: 15px;
  padding: 0 16px;
  z-index: 100;
}
.button-div[data-v-c288de2a]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 80px;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}
.blue-button[data-v-c288de2a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 48px;
  font-weight: 600;
  font-size: 17px;
  color: #F1601B;
  line-height: 15px;
  background: #FFF7E0;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  outline: none;
}
.blue-button[data-v-c288de2a]:hover {
  background: #f8e8b7;
}
.blue-button .use-credit[data-v-c288de2a] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-left: 10px;
}
.blue-button .use-credit img[data-v-c288de2a] {
  width: 13px;
  height: 12px;
}
.button-disabled[data-v-c288de2a] {
  user-select: none;
  pointer-events: none;
  color: #ffffff;
  background: #c8c8c8;
}
.canvas-containerrr[data-v-c288de2a] {
  position: absolute;
  width: auto;
  left: 418px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 0;
}
.canvas-container-copy[data-v-c288de2a] {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  z-index: 0;
  background-color: #f2f3f7;
}
.pop-tips[data-v-c288de2a] {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop-tips .img2[data-v-c288de2a] {
  margin-top: 30px;
  position: relative;
}
.pop-tips .img2 p[data-v-c288de2a] {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}
.text-prompts[data-v-c288de2a] {
  border: 1px solid #C8C8C8;
  width: 100%;
  height: 95px;
  background: #FFFFFF;
  border-radius: 8px;
}
.text-prompts.required[data-v-c288de2a] {
  border: 1px solid #e34234;
}
.text-prompts-input[data-v-c288de2a] {
  outline: none;
  border: none;
  padding: 12px;
  width: 100%;
  height: 100%;
  font-family: Arial, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-weight: 600;
  font-size: 12px;
  color: #666666;
  border-radius: 8px;
  box-sizing: border-box;
}
.text-prompts-input[data-v-c288de2a]::placeholder {
  color: #999999;
}
.text-prompts-buttons[data-v-c288de2a] {
  position: absolute;
  right: 24px;
  bottom: 12px;
  display: flex;
  width: calc(100% - 24px);
  height: 40px;
}
.loading[data-v-c288de2a] {
  position: relative;
  overflow: hidden;
}
.loading[data-v-c288de2a]::before {
  content: '';
  position: absolute;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #EEEEEE00 0%, #EEEEEEEE 50%, #EEEEEE00 100%);
  animation: loading-c288de2a 2s infinite;
}
@keyframes loading-c288de2a {
from {
    transform: translateX(0%);
}
to {
    transform: translateX(300%);
}
}
.loading-rusultImg[data-v-c288de2a] {
  font-size: 0;
  width: 137px;
  height: 137px;
  border-radius: 8px;
  background-color: #f2f3f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
}
.loadfail-resultImg[data-v-c288de2a] {
  box-sizing: border-box;
  font-size: 0;
  width: 137px;
  height: 137px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  /* outline: 1px solid #E6E7EB; */
  border: 2px solid #f2f3f7;
}
.water[data-v-c288de2a] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% * 0.13);
  height: auto;
  z-index: 9999;
  pointer-events: auto;
  cursor: pointer;
}
.water-close[data-v-c288de2a] {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 8px;
  right: 12px;
  width: calc(100% * 0.035);
  transform: translate(-10%, -130%);
  z-index: 9999;
}
.water:hover + .water-close[data-v-c288de2a] {
  display: block;
}
.water-close[data-v-c288de2a]:hover {
  display: block;
}
.sticky-box[data-v-c288de2a] {
  position: absolute;
  bottom: 80px;
  width: 133px;
  height: 133px;
}
.navigator[data-v-c288de2a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 133px;
  width: 133px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  cursor: move;
}
.navigator-disabled[data-v-c288de2a] {
  pointer-events: none;
}
.navigator-title[data-v-c288de2a] {
  font-size: 14px;
  color: #222222;
  font-weight: 600;
}
.new-mask[data-v-c288de2a] {
  position: absolute;
  width: 133px;
  height: 133px;
  pointer-events: none;
  border-radius: 8px;
}
.mask[data-v-c288de2a] {
  position: absolute;
  width: 133px;
  height: 133px;
  background-color: transparent;
  pointer-events: none;
  z-index: 10;
}
.mask .left[data-v-c288de2a] {
  position: absolute;
  left: 0;
  width: 20px;
  height: 133px;
  background-color: #afafaf80;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.mask .top[data-v-c288de2a] {
  position: absolute;
  left: 20px;
  width: 113px;
  height: 20px;
  background-color: #afafaf80;
  border-top-right-radius: 8px;
}
.mask .right[data-v-c288de2a] {
  position: absolute;
  right: 0;
  width: 20px;
  top: 20px;
  height: 93px;
  background-color: #afafaf80;
}
.mask .bottom[data-v-c288de2a] {
  position: absolute;
  top: 112px;
  left: 20px;
  width: 113px;
  height: 20px;
  background-color: #afafaf80;
  border-bottom-right-radius: 8px;
}
.mask .center[data-v-c288de2a] {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 93px;
  height: 93px;
  outline: 1px solid #047afc;
  overflow: hidden;
}
.upscale[data-v-c288de2a] {
  position: absolute;
  bottom: 5px;
  right: 40px;
  width: 158px;
  height: 56px;
  user-select: none;
}
.upscale .background[data-v-c288de2a] {
  top: 0;
  left: 0;
  width: 158px;
}
.upscale .original[data-v-c288de2a] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  left: 112px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.upscale .add[data-v-c288de2a] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  left: 80px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.upscale .red[data-v-c288de2a] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  left: 14px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.upscale .value[data-v-c288de2a] {
  left: 43px;
  top: 18px;
  width: 40px;
  text-align: center;
  line-height: 16px;
}
.upscale[data-v-c288de2a] > * {
  position: absolute;
}
.upscale .original img[data-v-c288de2a],
.upscale .add img[data-v-c288de2a],
.upscale .red img[data-v-c288de2a] {
  width: 16px;
}
.result-img-box[data-v-c288de2a] {
  position: fixed;
  left: 330px;
  top: 65px;
  right: 0;
  bottom: 0;
  background-color: #f2f3f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-box[data-v-c288de2a] {
  position: relative;
  background: #fff;
}
.loading-txt[data-v-c288de2a] {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  text-align: center;
}
.errorrPic[data-v-c288de2a] {
  position: absolute;
  top: 50% ;
  left: 50%;
  color: #CDCCCC;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.restrict-txt[data-v-c288de2a] {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  color: #CDCCCC;
  transform: translate(-50%, -50%);
  text-align: center;
}
.highZindex[data-v-c288de2a] {
  position: relative;
  z-index: 1001;
}
.boxPc[data-v-c288de2a] {
  display: block;
}
.boxMobile[data-v-c288de2a] {
  display: none;
}
@media (max-width: 1200px) {
.boxPc[data-v-c288de2a] {
    display: none;
}
.boxMobile[data-v-c288de2a] {
    display: block;
}
.mbContent[data-v-c288de2a] {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}
.mbContent .topbar[data-v-c288de2a] {
    width: 100%;
    height: 97px;
    padding: 23px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}
.mbContent .topbar .home[data-v-c288de2a] {
    width: 74px;
    height: 74px;
    background: #F2F3F7;
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mbContent .topbar .home img[data-v-c288de2a] {
    width: 43px;
    height: 43px;
}
.mbContent .topbar .back[data-v-c288de2a] {
    width: 60px;
    height: 60px;
}
.mbContent .canvas-containerrr[data-v-c288de2a] {
    position: absolute;
    width: auto;
    width: 361px;
    height: 405px;
    left: 50%;
    top: 132px;
    transform: translateX(-50%);
    overflow: auto;
    z-index: 0;
}
.mbContent .canvas-container-copy[data-v-c288de2a] {
    position: absolute;
    width: 361px;
    height: 405px;
    pointer-events: none;
    z-index: 0;
    background-color: #ffffff;
}
.mbContent .clothes[data-v-c288de2a] {
    width: 100%;
    position: absolute;
    top: 530px;
    left: 50%;
    transform: translate(-50%);
    height: calc(100vh - 530px - 100px);
}
.mbContent .btnBox[data-v-c288de2a] {
    position: absolute;
    bottom: 15px;
    z-index: 100;
    width: 100%;
}
.mbContent .btnBox[data-v-c288de2a]:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 80px;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}
.mbContent .blue-button[data-v-c288de2a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    height: 50px;
    font-weight: 500;
    font-size: 17px;
    color: #F1601B;
    line-height: 15px;
    background: #FFF7E0;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0px auto;
}
.mbContent .blue-button[data-v-c288de2a]:hover {
    background: #f8e8b7;
}
.mbContent .button-disabled[data-v-c288de2a] {
    user-select: none;
    pointer-events: none;
    background: #c8c8c8;
}
.mbContent .resultBox[data-v-c288de2a] {
    width: 80%;
    margin: 50px auto 0px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.mbContent .resultBox .reslut-img[data-v-c288de2a] {
    width: 100%;
    height: auto;
    background: #FBE3D4;
    box-shadow: 0px 2px 22px 0px rgba(51, 51, 51, 0.15);
    border-radius: 12px;
}
.mbContent .btn-box[data-v-c288de2a] {
    position: absolute;
    bottom: 15px;
    padding: 0 16px;
    z-index: 100;
    width: 100%;
    display: flex;
    gap: 20px;
}
.mbContent .btn-box .blue-button1[data-v-c288de2a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    height: 50px;
    font-weight: 500;
    font-size: 17px;
    color: #F1601B;
    line-height: 15px;
    background: #FFF7E0;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
}
.mbContent .btn-box .blue-button1[data-v-c288de2a]:hover {
    background: #f8e8b7;
}
.mbContent .btn-box .blue-button2[data-v-c288de2a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 15px;
    background: #F1601B;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
}
.mbContent .btn-box .blue-button2[data-v-c288de2a]:hover {
    background: #f8e8b7;
}
.mbContent .btn-box img[data-v-c288de2a] {
    width: 32px;
    height: auto;
    margin-right: 5px;
}
.mbContent .btn-box .button-disabled[data-v-c288de2a] {
    user-select: none;
    pointer-events: none;
    background: #c8c8c8;
}
}
@media (max-width: 639px) {
.boxPc[data-v-c288de2a] {
    display: none;
}
.boxMobile[data-v-c288de2a] {
    display: block;
}
.mbContent[data-v-c288de2a] {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
}
.mbContent .topbar[data-v-c288de2a] {
    width: 100%;
    height: 9.7rem;
    padding: 2.3rem 0 0 2.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}
.mbContent .topbar .home[data-v-c288de2a] {
    width: 7.4rem;
    height: 7.5rem;
    background: #F2F3F7;
    border-radius: 1.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mbContent .topbar .home img[data-v-c288de2a] {
    width: 4.3rem;
    height: 4.3rem;
}
.mbContent .topbar .back[data-v-c288de2a] {
    width: 6rem;
    height: 6rem;
}
.mbContent .canvas-containerrr[data-v-c288de2a] {
    position: absolute;
    width: auto;
    width: 36.1rem;
    height: 40.5rem;
    left: 50%;
    top: 13.2rem;
    transform: translateX(-50%);
    overflow: auto;
    z-index: 0;
}
.mbContent .canvas-container-copy[data-v-c288de2a] {
    position: absolute;
    width: 36.1rem;
    height: 40.5rem;
    pointer-events: none;
    z-index: 0;
    background-color: #ffffff;
}
.mbContent .clothes[data-v-c288de2a] {
    position: absolute;
    top: 50rem;
    left: 50%;
    transform: translate(-50%);
    margin-top: 0px;
    width: 60rem;
    height: calc(100vh - 40.5rem - 13.2rem - 13rem);
}
.mbContent .btnBox[data-v-c288de2a] {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%);
    padding: 0 1.6rem;
    z-index: 100;
    width: 60rem;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.mbContent .btnBox[data-v-c288de2a]:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    height: 13rem;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}
.mbContent .blue-button[data-v-c288de2a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9rem;
    font-weight: 500;
    font-size: 17px;
    color: #F1601B;
    line-height: 15px;
    background: #FFF7E0;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
}
.mbContent .blue-button[data-v-c288de2a]:hover {
    background: #f8e8b7;
}
.mbContent .button-disabled[data-v-c288de2a] {
    user-select: none;
    pointer-events: none;
    background: #c8c8c8;
}
.mbContent .resultBox[data-v-c288de2a] {
    width: 100%;
    margin-top: 13rem;
    padding: 0px 2rem;
    box-sizing: border-box;
}
.mbContent .resultBox .reslut-img[data-v-c288de2a] {
    width: 100%;
    height: auto;
    background: #FBE3D4;
    box-shadow: 0px 2px 22px 0px rgba(51, 51, 51, 0.15);
    border-radius: 1.2rem;
}
.mbContent .btn-box[data-v-c288de2a] {
    position: absolute;
    bottom: 1.5rem;
    padding: 0 1.6rem;
    z-index: 100;
    width: 100%;
    display: flex;
    gap: 2rem;
}
.mbContent .btn-box .blue-button1[data-v-c288de2a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    height: 9rem;
    font-weight: 500;
    font-size: 17px;
    color: #F1601B;
    line-height: 15px;
    background: #FFF7E0;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
}
.mbContent .btn-box .blue-button1[data-v-c288de2a]:hover {
    background: #f8e8b7;
}
.mbContent .btn-box .blue-button2[data-v-c288de2a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 9rem;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 15px;
    background: #F1601B;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
}
.mbContent .btn-box .blue-button2[data-v-c288de2a]:hover {
    background: #f8e8b7;
}
.mbContent .btn-box img[data-v-c288de2a] {
    width: 3.2rem;
    height: auto;
    margin-right: 0.5rem;
}
.mbContent .btn-box .button-disabled[data-v-c288de2a] {
    user-select: none;
    pointer-events: none;
    background: #c8c8c8;
}
}
.header-202509091411[data-v-17bea9c9] {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 39px;
  padding-left: 39px;
}
.header-202509091411 .more[data-v-17bea9c9] {
  display: none;
}
.header-202509091411 .section[data-v-17bea9c9] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 37px;
}
.header-202509091411 .section a[data-v-17bea9c9] {
  font-size: 18px;
  color: #222222;
  line-height: 15px;
  font-weight: 500;
}
.header-202509091411 .section a[data-v-17bea9c9]:hover {
  color: #F1601B;
}
@media (max-width: 1200px) {
.header-202509091411[data-v-17bea9c9] {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 4rem;
    padding-left: 4rem;
    position: relative;
}
.header-202509091411 .more[data-v-17bea9c9] {
    display: block;
}
.header-202509091411 .section[data-v-17bea9c9] {
    display: none;
}
.header-202509091411 .section-mb[data-v-17bea9c9] {
    width: 100%;
    height: 10vh;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 37px;
    position: absolute;
    top: 80px;
    left: 0px;
    padding: 9rem;
    box-shadow: 0 1px 3px #1212121a;
}
.header-202509091411 .section-mb a[data-v-17bea9c9] {
    font-size: 18px;
    color: #222222;
    line-height: 15px;
    font-weight: 500;
}
.header-202509091411 .section-mb a[data-v-17bea9c9]:hover {
    color: #F1601B;
}
}
@media (max-width: 639px) {
.header-202509091411[data-v-17bea9c9] {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 4rem;
    padding-left: 4rem;
    position: relative;
}
.header-202509091411 .more[data-v-17bea9c9] {
    display: block;
}
.header-202509091411 .section[data-v-17bea9c9] {
    display: none;
}
.header-202509091411 .section-mb[data-v-17bea9c9] {
    width: 100%;
    height: 20vh;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 37px;
    position: absolute;
    top: 80px;
    left: 0px;
    padding: 9rem;
}
.header-202509091411 .section-mb a[data-v-17bea9c9] {
    font-size: 18px;
    color: #222222;
    line-height: 15px;
    font-weight: 500;
}
.header-202509091411 .section-mb a[data-v-17bea9c9]:hover {
    color: #F1601B;
}
}
.footer2025[data-v-0c5885c8] {
  width: 100%;
  height: 317px;
  background: #23140E;
}
.footer2025 .container[data-v-0c5885c8] {
  width: 1174px;
  height: 222px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 76px;
  border-bottom: 1px solid #4B362E;
  box-sizing: border-box;
}
.footer2025 .container .logo[data-v-0c5885c8] {
  margin-right: 90px;
}
.footer2025 .container .logo .logo-tips[data-v-0c5885c8] {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 16px;
  white-space: nowrap;
}
.footer2025 .container .title[data-v-0c5885c8] {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 15px;
}
.footer2025 .container .tools[data-v-0c5885c8] {
  margin-right: 50px;
}
.footer2025 .container .tools .list[data-v-0c5885c8] {
  padding-top: 12px;
}
.footer2025 .container .tools .list .item[data-v-0c5885c8] {
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 36px;
  margin-right: 40px;
  white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-0c5885c8] {
  padding-top: 12px;
}
.footer2025 .container .contact .list .item[data-v-0c5885c8] {
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 36px;
  cursor: pointer;
}
.footer2025 .bottom[data-v-0c5885c8] {
  width: 1200px;
  height: calc(100% - 222px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 52px;
  margin: auto;
}
.footer2025 .bottom .copyright[data-v-0c5885c8] {
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 15px;
}
.footer2025 .bottom .others[data-v-0c5885c8] {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer2025 .bottom .others a[data-v-0c5885c8] {
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 15px;
}
@media (max-width: 1200px) {
.footer2025[data-v-0c5885c8] {
    width: 100%;
    height: auto;
    background: #23140E;
    padding-bottom: 76px;
}
.footer2025 .container[data-v-0c5885c8] {
    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 #4B362E;
    box-sizing: border-box;
}
.footer2025 .container .logo[data-v-0c5885c8] {
    margin-right: 119px;
}
.footer2025 .container .logo .logo-tips[data-v-0c5885c8] {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 16px;
    white-space: nowrap;
}
.footer2025 .container .title[data-v-0c5885c8] {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 15px;
}
.footer2025 .container .tools[data-v-0c5885c8] {
    margin-right: 60px;
}
.footer2025 .container .tools .list[data-v-0c5885c8] {
    padding-top: 12px;
}
.footer2025 .container .tools .list .item[data-v-0c5885c8] {
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 36px;
    margin-right: 51px;
    white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-0c5885c8] {
    padding-top: 12px;
}
.footer2025 .container .contact .list .item[data-v-0c5885c8] {
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 36px;
    margin-right: 51px;
    cursor: pointer;
    white-space: nowrap;
}
.footer2025 .bottom[data-v-0c5885c8] {
    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-0c5885c8] {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
}
.footer2025 .bottom .others[data-v-0c5885c8] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer2025 .bottom .others a[data-v-0c5885c8] {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
}
}
@media (max-width: 639px) {
.footer2025[data-v-0c5885c8] {
    width: 100%;
    height: auto;
    background: #23140E;
    padding-bottom: 7.6rem;
}
.footer2025 .container[data-v-0c5885c8] {
    width: 47.4rem;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 7.6rem;
    padding-bottom: 3rem;
    gap: 3rem;
    border-bottom: 1px solid #4B362E;
    box-sizing: border-box;
}
.footer2025 .container .logo .logo-tips[data-v-0c5885c8] {
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2.5rem;
    margin-top: 1.6rem;
    white-space: nowrap;
}
.footer2025 .container .title[data-v-0c5885c8] {
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}
.footer2025 .container .tools .list[data-v-0c5885c8] {
    padding-top: 1.2rem;
}
.footer2025 .container .tools .list .item[data-v-0c5885c8] {
    font-weight: 400;
    font-size: 1.4rem;
    color: #AAAAAA;
    line-height: 3.6rem;
    margin-right: 5.1rem;
    white-space: nowrap;
}
.footer2025 .container .contact .list[data-v-0c5885c8] {
    padding-top: 1.2rem;
}
.footer2025 .container .contact .list .item[data-v-0c5885c8] {
    font-weight: 400;
    font-size: 1.4rem;
    color: #AAAAAA;
    line-height: 3.6rem;
    cursor: pointer;
    white-space: nowrap;
}
.footer2025 .bottom[data-v-0c5885c8] {
    width: 47.4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3rem;
    gap: 3rem;
    margin: auto;
}
.footer2025 .bottom .copyright[data-v-0c5885c8] {
    font-weight: 500;
    font-size: 1.3rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}
.footer2025 .bottom .others[data-v-0c5885c8] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.footer2025 .bottom .others a[data-v-0c5885c8] {
    font-weight: 500;
    font-size: 1.3rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}
}
.app[data-v-b9974237] {
  height: 100vh;
}
.navigtion[data-v-b9974237] {
  z-index: 9;
}
.content[data-v-b9974237] {
  width: 100%;
  height: calc(100% - 80px);
  overflow-y: auto;
  position: fixed;
  top: 80px;
  left: 0px;
  box-sizing: border-box;
}
.content-wrapper[data-v-51c7164c] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-51c7164c] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-51c7164c] {
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-51c7164c] {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-51c7164c] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.blank-row[data-v-51c7164c] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-51c7164c] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.tag[data-v-51c7164c] {
  padding-left: 24px;
}
.normal-txt[data-v-51c7164c] {
  color: #666666;
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 639px) {
.content[data-v-51c7164c] {
    width: 80%;
    margin-top: 8rem;
}
.article-title[data-v-51c7164c] {
    line-height: 4.5rem;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-51c7164c] {
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: bold;
}
.second-title[data-v-51c7164c] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-51c7164c] {
    height: 3.2rem;
    line-height: 3.2rem;
    width: 100%;
}
.bold-txt[data-v-51c7164c] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
}
.normal-txt[data-v-51c7164c] {
    color: #666666;
    line-height: 3.2rem;
    font-size: 2.4rem;
}
}
.content-wrapper[data-v-dfda75f4] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 180px;
}
.content[data-v-dfda75f4] {
  width: 66.83%;
  margin-top: 98px;
}
.article-title[data-v-dfda75f4] {
  line-height: 45.47px;
  font-size: 45.47px;
  font-weight: bold;
  text-align: center;
}
.first-title[data-v-dfda75f4] {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.second-title[data-v-dfda75f4] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.blank-row[data-v-dfda75f4] {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.bold-txt[data-v-dfda75f4] {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.normal-txt[data-v-dfda75f4] {
  color: #666666;
  line-height: 28px;
  font-size: 18px;
}
.normal-txt a[data-v-dfda75f4] {
  color: #047afc;
  cursor: pointer;
}
.tag[data-v-dfda75f4] {
  padding-left: 24px;
}
@media (max-width: 639px) {
.content[data-v-dfda75f4] {
    width: 80%;
    margin-top: 8rem;
}
.article-title[data-v-dfda75f4] {
    line-height: 4.5rem;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}
.first-title[data-v-dfda75f4] {
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: bold;
}
.second-title[data-v-dfda75f4] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #222222;
}
.blank-row[data-v-dfda75f4] {
    height: 3.2rem;
    line-height: 3.2rem;
    width: 100%;
}
.bold-txt[data-v-dfda75f4] {
    line-height: 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
}
.normal-txt[data-v-dfda75f4] {
    color: #666666;
    line-height: 3.2rem;
    font-size: 2.4rem;
}
}
.banner[data-v-24a990ee] {
  width: 100%;
  height: auto;
  background: #FFFAF4;
  padding-top: 65px;
  padding-bottom: 42px;
  position: relative;
  box-sizing: border-box;
}
.banner .bg-top-left[data-v-24a990ee] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 403px;
}
.banner .bg-top-left img[data-v-24a990ee] {
  width: 100%;
  height: auto;
}
.banner .bg-bottom-right[data-v-24a990ee] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 606px;
}
.banner .bg-bottom-right img[data-v-24a990ee] {
  width: 100%;
  height: auto;
}
.banner .content[data-v-24a990ee] {
  width: 1176px;
  margin: auto;
  position: relative;
}
.banner .content .title1[data-v-24a990ee] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #000000;
  line-height: 72px;
  display: block;
}
.banner .content .title1-1[data-v-24a990ee] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #000000;
  line-height: 72px;
  display: none;
}
.banner .content .tips[data-v-24a990ee] {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 36px;
  margin-top: 19px;
}
.banner .content .red_star[data-v-24a990ee] {
  position: absolute;
  top: -30px;
  right: 60px;
}
.banner .content .btn[data-v-24a990ee] {
  width: 290px;
  margin: 38px auto;
  box-sizing: border-box;
}
.banner .content .btn button[data-v-24a990ee] {
  width: 290px;
  height: 60px;
  border-radius: 45px;
  background: linear-gradient(to right, #FF8902 10%, #FD4E6B 65%, #DF06D1 100%);
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  border: none;
}
.banner .content .btn button[data-v-24a990ee]:hover {
  border: none;
  border-color: none;
}
.banner .content .btn button[data-v-24a990ee]:active {
  outline: none;
}
.banner .content .btn button[data-v-24a990ee]:focus {
  outline: none;
}
.banner .content .video-box[data-v-24a990ee] {
  width: 759px;
  height: 389px;
  margin: auto;
  overflow: hidden;
}
.banner .content .video-box video[data-v-24a990ee] {
  width: 759px;
  height: auto;
  border-radius: 21px;
}
@media (max-width: 1200px) {
.banner[data-v-24a990ee] {
    width: 100%;
    height: auto;
    background: #FFFAF4;
    margin-top: 0px;
    padding-top: 65px;
    position: relative;
    box-sizing: border-box;
}
.banner .bg-top-left[data-v-24a990ee] {
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner .bg-bottom-right[data-v-24a990ee] {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner .content[data-v-24a990ee] {
    width: 474px;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-24a990ee] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #000000;
    line-height: 78px;
    display: block;
}
.banner .content .title1-1[data-v-24a990ee] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #000000;
    line-height: 72px;
    display: none;
}
.banner .content .tips[data-v-24a990ee] {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #222222;
    line-height: 36px;
    margin-top: 10px;
}
.banner .content .red_star[data-v-24a990ee] {
    position: absolute;
    top: -30px;
    right: 60px;
}
.banner .content .btn[data-v-24a990ee] {
    width: 290px;
    margin: 38px auto;
    box-sizing: border-box;
}
.banner .content .btn button[data-v-24a990ee] {
    width: 290px;
    height: 60px;
    border-radius: 45px;
    background: linear-gradient(to right, #FF8902 10%, #FD4E6B 65%, #DF06D1 100%);
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    border: none;
}
.banner .content .btn button[data-v-24a990ee]:hover {
    border: none;
    border-color: none;
}
.banner .content .btn button[data-v-24a990ee]:active {
    outline: none;
}
.banner .content .btn button[data-v-24a990ee]:focus {
    outline: none;
}
.banner .content .video-box[data-v-24a990ee] {
    width: 474px;
    height: 250px;
    margin: auto;
    overflow: hidden;
}
.banner .content .video-box video[data-v-24a990ee] {
    width: 474px;
    height: auto;
    border-radius: 21px;
}
}
@media (max-width: 639px) {
.banner[data-v-24a990ee] {
    width: 100%;
    background: #FFFAF4;
    margin-top: 0px;
    padding-top: 9rem;
    position: relative;
    box-sizing: border-box;
}
.banner .bg-top-left[data-v-24a990ee] {
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner .bg-bottom-right[data-v-24a990ee] {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner .content[data-v-24a990ee] {
    width: 80%;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-24a990ee] {
    text-align: center;
    font-weight: 900;
    font-size: 5.5rem;
    color: #000000;
    line-height: 6rem;
    display: block;
}
.banner .content .title1-1[data-v-24a990ee] {
    text-align: center;
    font-weight: 900;
    font-size: 5.5rem;
    color: #000000;
    line-height: 72px;
    display: none;
}
.banner .content .tips[data-v-24a990ee] {
    text-align: center;
    font-weight: 400;
    font-size: 2.2rem;
    color: #222222;
    line-height: 3.6rem;
    margin-top: 1rem;
}
.banner .content .red_star[data-v-24a990ee] {
    position: absolute;
    top: -5rem;
    right: -5rem;
}
.banner .content .btn[data-v-24a990ee] {
    width: 40rem;
    margin: 3.8rem auto;
    box-sizing: border-box;
}
.banner .content .btn button[data-v-24a990ee] {
    width: 40rem;
    height: 10rem;
    border-radius: 45px;
    background: linear-gradient(to right, #FF8902 10%, #FD4E6B 65%, #DF06D1 100%);
    color: #ffffff;
    font-weight: bold;
    font-size: 2.4rem;
    color: #FFFFFF;
    line-height: 3rem;
    border: none;
}
.banner .content .btn button[data-v-24a990ee]:hover {
    border: none;
    border-color: none;
}
.banner .content .btn button[data-v-24a990ee]:active {
    outline: none;
}
.banner .content .btn button[data-v-24a990ee]:focus {
    outline: none;
}
.banner .content .video-box[data-v-24a990ee] {
    width: 100%;
    min-height: 30rem;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.banner .content .video-box video[data-v-24a990ee] {
    width: 100%;
    height: auto;
    border-radius: 2.1rem;
}
}
.container[data-v-1f6921ff] {
  width: 1174px;
}
.title-1[data-v-1f6921ff] {
  margin: 149px auto 0;
}
.title_1[data-v-1f6921ff] {
  display: none;
}
.span.tips-1[data-v-1f6921ff] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.boxPC[data-v-1f6921ff] {
  display: flex;
}
.boxMobile[data-v-1f6921ff] {
  display: none;
}
.list[data-v-1f6921ff] {
  width: 1176px;
  margin: 0px auto;
}
.list .item[data-v-1f6921ff] {
  width: 100%;
  height: 317px;
  margin-top: 116px;
}
.list .item .box[data-v-1f6921ff] {
  width: 531px;
}
.list .item .box.isHome[data-v-1f6921ff] {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.list .item .box.isHome .title[data-v-1f6921ff] {
  margin-top: 0;
}
.list .item .box.isHome .tips[data-v-1f6921ff] {
  font-size: 15px;
  color: #666;
  max-width: 400px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.list .item .box.isHome .arry-item[data-v-1f6921ff] {
  font-size: 16px;
  color: #222;
  line-height: 34px;
  font-weight: 600;
}
.list .item .box.isHome .arry-item img[data-v-1f6921ff] {
  width: 17px;
  height: 13px;
  margin-right: 11px;
}
.list .item .box.isHome button[data-v-1f6921ff] {
  margin-top: 30px;
}
.list .item .box.isHome button[data-v-1f6921ff]:hover {
  background: #3e95f1;
}
.list .item .box.isHome button[data-v-1f6921ff]:active {
  filter: brightness(0.9);
}
.list .item .box .title[data-v-1f6921ff] {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  color: #222;
}
.list .item .box .tips[data-v-1f6921ff] {
  font-size: 18px;
  line-height: 21px;
  margin-top: 22px;
  color: #666;
  font-weight: 400;
}
.list .item .box .tips1[data-v-1f6921ff] {
  font-size: 15px;
  color: #666;
  margin-top: 6px;
  line-height: 41px;
  font-weight: 400;
}
.list .item .box button[data-v-1f6921ff] {
  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-1f6921ff] {
  margin-top: 0;
}
.list .item .edit .tips[data-v-1f6921ff] {
  margin-top: 22px;
  color: #666;
}
.list .item[data-v-1f6921ff]:nth-child(odd) {
  flex-direction: row-reverse;
}
.list .item[data-v-1f6921ff]:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
.container[data-v-1f6921ff] {
    width: 474px;
}
.title-1[data-v-1f6921ff] {
    width: 464px;
}
.span.tips-1[data-v-1f6921ff] {
    width: 474px;
    margin: 30px auto;
}
.boxPC[data-v-1f6921ff] {
    display: none;
}
.boxMobile[data-v-1f6921ff] {
    display: flex;
}
.detail-font[data-v-1f6921ff] {
    font-size: 21px;
}
.tips-mobile[data-v-1f6921ff] {
    color: #666666;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 26px;
    font-family: ArialMT;
    font-weight: 400;
}
.list[data-v-1f6921ff] {
    width: 474px;
    margin: 106px auto 0;
}
.list .item[data-v-1f6921ff],
  .list .item[data-v-1f6921ff]:nth-child(odd) {
    flex-direction: column;
}
.list .item[data-v-1f6921ff] {
    width: 100%;
    height: auto;
    margin-bottom: 93px;
    text-align: center;
}
.list .item .box[data-v-1f6921ff] {
    width: 100%;
    height: auto;
}
.list .item .box.isHome .tips[data-v-1f6921ff] {
    font-size: 20px;
    color: #222;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 22px;
    line-height: 25px;
}
.list .item .box.isHome .arry-item[data-v-1f6921ff] {
    display: none;
}
.list .item .box .tips1[data-v-1f6921ff],
  .list .item .box .istips[data-v-1f6921ff] {
    display: none;
}
.list .item .box .title[data-v-1f6921ff] {
    margin: 0;
}
.list .item .box button[data-v-1f6921ff] {
    margin-top: 30px;
}
.list .item .two[data-v-1f6921ff] {
    margin-top: 49px;
}
}
@media (max-width: 639px) {
.container[data-v-1f6921ff] {
    width: 90vw;
}
.title-1[data-v-1f6921ff] {
    display: none;
}
.title_1[data-v-1f6921ff] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15.3rem auto 6.3rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-1f6921ff] {
    width: 80vw;
    margin: 20px auto 45px;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.detail-font[data-v-1f6921ff] {
    font-size: 2.6rem;
}
.tips-mobile[data-v-1f6921ff] {
    font-size: 2.4rem;
    margin-top: 13px;
}
.list[data-v-1f6921ff] {
    width: 56.8rem;
    margin: 15.3rem auto 0;
}
.list .item[data-v-1f6921ff] {
    height: auto;
    margin-bottom: 10.5rem;
}
.list .item .box .title[data-v-1f6921ff],
  .list .item .box.isHome .title[data-v-1f6921ff] {
    font-size: 4rem;
    line-height: 4.1rem;
}
.list .item .box .tips[data-v-1f6921ff],
  .list .item .box.isHome .tips[data-v-1f6921ff] {
    margin-top: 1.8rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem;
    width: 100%;
}
.list .item .box .tips1[data-v-1f6921ff],
  .list .item .box.isHome .tips1[data-v-1f6921ff] {
    font-size: 1.5rem;
    line-height: 4.1rem;
    margin-top: 0.6rem;
}
.list .item .box button[data-v-1f6921ff],
  .list .item .box.isHome button[data-v-1f6921ff] {
    padding: 0 2.2rem;
    height: 6rem;
    font-size: 2.2rem;
    border-radius: 1.2rem;
    margin-top: 3.5rem;
    letter-spacing: 0.1rem;
}
.list .item .one[data-v-1f6921ff] {
    margin-bottom: 0;
}
.list .item .two[data-v-1f6921ff] {
    margin-top: 5.7rem;
}
}
.container[data-v-ea2c7080] {
  width: 1174px;
}
.title-1[data-v-ea2c7080] {
  margin: 176px auto 0;
}
.title_1[data-v-ea2c7080] {
  display: none;
}
.span.tips-1[data-v-ea2c7080] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.boxPC[data-v-ea2c7080] {
  display: flex;
}
.boxMobile[data-v-ea2c7080] {
  display: none;
}
.list[data-v-ea2c7080] {
  width: 1176px;
  margin: 86px auto 0;
}
.list .item[data-v-ea2c7080] {
  width: 100%;
  height: 317px;
  margin-bottom: 143px;
}
.list .item .box[data-v-ea2c7080] {
  width: 531px;
}
.list .item .box .step[data-v-ea2c7080] {
  display: flex;
  flex-direction: row;
  position: relative;
}
.list .item .box .step .step-img[data-v-ea2c7080] {
  width: 30px;
  height: 375px;
  margin-right: 19px;
  object-fit: contain;
}
.list .item .box .step .step-box[data-v-ea2c7080] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.list .item .box .step .step-box .tips-box[data-v-ea2c7080] {
  width: 474px;
  height: calc(100% / 3);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-left: 1px dashed #F1601B;
  position: relative;
  padding-bottom: 20px;
}
.list .item .box .step .step-box .tips-box .step-icon[data-v-ea2c7080] {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -10px;
  left: -18px;
}
.list .item .box .step .step-box .tips-box .step-title[data-v-ea2c7080] {
  font-weight: 400;
  font-size: 18px;
  color: #F1601B;
  line-height: 20px;
  padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-title1[data-v-ea2c7080] {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 29px;
  padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-tips[data-v-ea2c7080] {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 20px;
}
.list .item .box .title[data-v-ea2c7080] {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  color: #222;
}
.list .item .box .tips[data-v-ea2c7080] {
  font-size: 18px;
  line-height: 21px;
  margin-top: 22px;
  color: #666;
  font-weight: 400;
}
.list .item .box .tips1[data-v-ea2c7080] {
  font-size: 15px;
  color: #666;
  margin-top: 6px;
  line-height: 41px;
  font-weight: 400;
}
.list .item .box button[data-v-ea2c7080] {
  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-ea2c7080] {
  margin-top: 0;
}
.list .item .edit .tips[data-v-ea2c7080] {
  margin-top: 22px;
  color: #666;
}
.list .item[data-v-ea2c7080]:nth-child(even) {
  flex-direction: row-reverse;
}
.list .item[data-v-ea2c7080]:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
.container[data-v-ea2c7080] {
    width: 474px;
}
.title-1[data-v-ea2c7080] {
    width: 464px;
}
.span.tips-1[data-v-ea2c7080] {
    width: 474px;
    margin: 30px auto;
}
.boxPC[data-v-ea2c7080] {
    display: none;
}
.boxMobile[data-v-ea2c7080] {
    display: flex;
}
.detail-font[data-v-ea2c7080] {
    font-size: 21px;
}
.tips-mobile[data-v-ea2c7080] {
    color: #666666;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 26px;
    font-family: ArialMT;
    font-weight: 400;
}
.list[data-v-ea2c7080] {
    width: 474px;
    margin: 106px auto 0;
}
.list .item[data-v-ea2c7080],
  .list .item[data-v-ea2c7080]:nth-child(even) {
    flex-direction: column;
}
.list .item[data-v-ea2c7080] {
    width: 100%;
    height: auto;
    margin-bottom: 93px;
    text-align: center;
}
.list .item .box[data-v-ea2c7080] {
    width: 100%;
    height: auto;
}
.list .item .box .step[data-v-ea2c7080] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 474px;
    margin-top: 40px;
}
.list .item .box .step .step-img[data-v-ea2c7080] {
    width: 30px;
    height: 375px;
    margin-right: 10px;
    object-fit: contain;
}
.list .item .box .step .step-box[data-v-ea2c7080] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.list .item .box .step .step-box .tips-box[data-v-ea2c7080] {
    width: 464px;
    height: calc(100% / 3);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-left: 1px dashed #F1601B;
    position: relative;
    padding-bottom: 20px;
}
.list .item .box .step .step-box .tips-box .step-icon[data-v-ea2c7080] {
    width: 34px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: -18px;
}
.list .item .box .step .step-box .tips-box .step-title[data-v-ea2c7080] {
    font-weight: 400;
    font-size: 18px;
    color: #F1601B;
    line-height: 20px;
    padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-title1[data-v-ea2c7080] {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 29px;
    padding-bottom: 10px;
}
.list .item .box .step .step-box .tips-box .step-tips[data-v-ea2c7080] {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 20px;
}
.list .item .two[data-v-ea2c7080] {
    margin-top: 49px;
}
}
@media (max-width: 639px) {
.container[data-v-ea2c7080] {
    width: 90vw;
}
.title-1[data-v-ea2c7080] {
    display: none;
}
.title_1[data-v-ea2c7080] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15.3rem auto 6.3rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-ea2c7080] {
    width: 80vw;
    margin: 20px auto 45px;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.detail-font[data-v-ea2c7080] {
    font-size: 2.6rem;
}
.boxPC[data-v-ea2c7080] {
    display: none;
}
.boxMobile[data-v-ea2c7080] {
    display: flex;
    flex-direction: column;
}
.tips-mobile[data-v-ea2c7080] {
    font-size: 2.4rem;
    margin-top: 13px;
}
.list[data-v-ea2c7080] {
    width: 56.8rem;
    margin: 15.3rem auto 0;
}
.list .item[data-v-ea2c7080] {
    height: auto;
    margin-bottom: 10.5rem;
}
.list .item .box .step[data-v-ea2c7080],
  .list .item .box.isHome .step[data-v-ea2c7080] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 47.4rem;
}
.list .item .box .step .step-img[data-v-ea2c7080],
  .list .item .box.isHome .step .step-img[data-v-ea2c7080] {
    width: 3rem;
    height: 37.5rem;
    margin-right: 1.9rem;
}
.list .item .box .step .step-box[data-v-ea2c7080],
  .list .item .box.isHome .step .step-box[data-v-ea2c7080] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.list .item .box .step .step-box .tips-box[data-v-ea2c7080],
  .list .item .box.isHome .step .step-box .tips-box[data-v-ea2c7080] {
    width: 47.4rem;
    height: calc(100% / 3);
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-left: 1px dashed #F1601B;
    position: relative;
    padding-bottom: 2rem;
}
.list .item .box .step .step-box .tips-box .step-icon[data-v-ea2c7080],
  .list .item .box.isHome .step .step-box .tips-box .step-icon[data-v-ea2c7080] {
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    top: -1rem;
    left: -1.8rem;
}
.list .item .box .step .step-box .tips-box .step-title[data-v-ea2c7080],
  .list .item .box.isHome .step .step-box .tips-box .step-title[data-v-ea2c7080] {
    font-weight: 400;
    font-size: 1.8rem;
    color: #F1601B;
    line-height: 2rem;
    padding-bottom: 1rem;
}
.list .item .box .step .step-box .tips-box .step-title1[data-v-ea2c7080],
  .list .item .box.isHome .step .step-box .tips-box .step-title1[data-v-ea2c7080] {
    font-weight: 600;
    font-size: 2.4rem;
    color: #000000;
    line-height: 2.9rem;
    padding-bottom: 1rem;
}
.list .item .box .step .step-box .tips-box .step-tips[data-v-ea2c7080],
  .list .item .box.isHome .step .step-box .tips-box .step-tips[data-v-ea2c7080] {
    font-weight: 400;
    font-size: 1.6rem;
    color: #555555;
    line-height: 2rem;
}
.list .item .box .title[data-v-ea2c7080],
  .list .item .box.isHome .title[data-v-ea2c7080] {
    font-size: 4rem;
    line-height: 4.1rem;
}
.list .item .box .tips[data-v-ea2c7080],
  .list .item .box.isHome .tips[data-v-ea2c7080] {
    margin-top: 1.8rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem;
    width: 100%;
}
.list .item .box .tips1[data-v-ea2c7080],
  .list .item .box.isHome .tips1[data-v-ea2c7080] {
    font-size: 1.5rem;
    line-height: 4.1rem;
    margin-top: 0.6rem;
}
.list .item .box button[data-v-ea2c7080],
  .list .item .box.isHome button[data-v-ea2c7080] {
    padding: 0 2.2rem;
    height: 6rem;
    font-size: 2.2rem;
    border-radius: 1.2rem;
    margin-top: 3.5rem;
    letter-spacing: 0.1rem;
}
.list .item .one[data-v-ea2c7080] {
    margin-bottom: 0;
}
.list .item .two[data-v-ea2c7080] {
    margin-top: 5.7rem;
}
}
.container[data-v-bdbf5aba] {
  width: 1174px;
}
.title-1[data-v-bdbf5aba] {
  margin: 176px auto 0;
}
.title_1[data-v-bdbf5aba] {
  display: none;
}
.span.tips-1[data-v-bdbf5aba] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.list[data-v-bdbf5aba] {
  width: 1174px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px;
  margin: 79px auto;
}
.list .item[data-v-bdbf5aba] {
  width: 457px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list .item .img[data-v-bdbf5aba] {
  width: 121px;
  height: 121px;
}
.list .item .title[data-v-bdbf5aba] {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  line-height: 45px;
}
.list .item .tips[data-v-bdbf5aba] {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 19px;
}
.btn[data-v-bdbf5aba] {
  width: 248px;
  margin: 38px auto 176px;
  box-sizing: border-box;
}
.btn button[data-v-bdbf5aba] {
  width: 248px;
  height: 48px;
  background: #F1601B;
  border-radius: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  border: none;
}
.btn button[data-v-bdbf5aba]:hover {
  border: none;
  border-color: none;
}
.btn button[data-v-bdbf5aba]:active {
  outline: none;
}
.btn button[data-v-bdbf5aba]:focus {
  outline: none;
}
@media (max-width: 1200px) {
.container[data-v-bdbf5aba] {
    width: 474px;
}
.title-1[data-v-bdbf5aba] {
    width: 464px;
}
.span.tips-1[data-v-bdbf5aba] {
    width: 474px;
    margin: 30px auto;
}
.list[data-v-bdbf5aba] {
    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-bdbf5aba] {
    width: 457px;
    height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list .item .img[data-v-bdbf5aba] {
    width: 121px;
    height: 121px;
}
.list .item .title[data-v-bdbf5aba] {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    line-height: 45px;
}
.list .item .tips[data-v-bdbf5aba] {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 19px;
}
.btn[data-v-bdbf5aba] {
    width: 248px;
    margin: 38px auto 176px;
    box-sizing: border-box;
}
.btn button[data-v-bdbf5aba] {
    width: 248px;
    height: 48px;
    background: #F1601B;
    border-radius: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    border: none;
}
.btn button[data-v-bdbf5aba]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-bdbf5aba]:active {
    outline: none;
}
.btn button[data-v-bdbf5aba]:focus {
    outline: none;
}
}
@media (max-width: 639px) {
.container[data-v-bdbf5aba] {
    width: 90vw;
}
.title-1[data-v-bdbf5aba] {
    display: none;
}
.title_1[data-v-bdbf5aba] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15.3rem auto 6.3rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-bdbf5aba] {
    width: 80vw;
    margin: 20px auto 45px;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.list[data-v-bdbf5aba] {
    width: 44.7rem;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.2rem;
    margin: 8rem auto;
}
.list .item[data-v-bdbf5aba] {
    width: 45.7rem;
    height: 25.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list .item .img[data-v-bdbf5aba] {
    width: 12.1rem;
    height: 12.1rem;
}
.list .item .title[data-v-bdbf5aba] {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
    color: #000000;
    line-height: 4.5rem;
}
.list .item .tips[data-v-bdbf5aba] {
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #555555;
    line-height: 1.9rem;
}
.btn[data-v-bdbf5aba] {
    width: 24.8rem;
    margin: 3.8rem auto 17.6rem;
    box-sizing: border-box;
}
.btn button[data-v-bdbf5aba] {
    width: 24.8rem;
    height: 4.8rem;
    background: #F1601B;
    border-radius: 2.4rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 2.2rem;
    border: none;
}
.btn button[data-v-bdbf5aba]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-bdbf5aba]:active {
    outline: none;
}
.btn button[data-v-bdbf5aba]:focus {
    outline: none;
}
}
.comment-block[data-v-37c15f87] {
  margin: 175px auto 175px;
}
.comment-block .comment-area[data-v-37c15f87] {
  margin-top: 74px;
}
.comment-block .comment-item[data-v-37c15f87] {
  border-bottom: 1px solid #E6E7EB;
  padding: 29px 5px;
  cursor: pointer;
}
.comment-block .question-item[data-v-37c15f87] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-block .question[data-v-37c15f87] {
  font-family: Arial, Arial;
  white-space: pre-wrap;
  font-size: 24px;
  color: #222;
  font-weight: 700;
  line-height: 30px;
}
.comment-block .answer[data-v-37c15f87] {
  font-family: ArialMT;
  white-space: pre-wrap;
  display: flex;
  margin-top: 20px;
  font-size: 18px;
  color: #666666;
  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-37c15f87] {
  color: #007AFF;
}
.comment-block .icon-comment[data-v-37c15f87] {
  width: 10px;
  height: 10px;
}
@media (max-width: 1200px) {
.comment-block[data-v-37c15f87] {
    width: 474px;
}
.answer[data-v-37c15f87] {
    padding: 10px 0 0 0 !important;
}
}
@media (max-width: 639px) {
.comment-block[data-v-37c15f87] {
    width: 80vw;
    margin-top: 90px;
}
.comment-area[data-v-37c15f87] {
    margin-top: 0 !important;
}
.top[data-v-37c15f87] {
    font-size: 4rem !important;
    line-height: 4rem !important;
}
.question[data-v-37c15f87] {
    font-size: 2.8rem !important;
    line-height: 3.6rem !important;
}
.answer[data-v-37c15f87] {
    font-size: 2.4rem !important;
    line-height: 3.2rem !important;
}
}
@media (min-width: 1201px) {
.comment-block[data-v-37c15f87] {
    width: 1176px;
}
}
.banner[data-v-dfe27b37] {
  width: 100%;
  padding: 97px 0px 50px 0px;
  background: #FFF5E9;
}
.container[data-v-dfe27b37] {
  width: 1174px;
}
.title_1[data-v-dfe27b37] {
  display: none;
}
.span.tips-1[data-v-dfe27b37] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.mark[data-v-dfe27b37] {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.list[data-v-dfe27b37] {
  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-dfe27b37] {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.list .left img[data-v-dfe27b37] {
  width: 45px;
  height: 45px;
}
.list .left .normal[data-v-dfe27b37] {
  display: block;
}
.list .left .press[data-v-dfe27b37] {
  display: none;
}
.list .left:hover .normal[data-v-dfe27b37] {
  display: none;
}
.list .left:hover .press[data-v-dfe27b37] {
  display: block;
}
.list .right[data-v-dfe27b37] {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.list .right img[data-v-dfe27b37] {
  width: 45px;
  height: 45px;
}
.list .right .normal[data-v-dfe27b37] {
  display: block;
}
.list .right .press[data-v-dfe27b37] {
  display: none;
}
.list .right:hover .normal[data-v-dfe27b37] {
  display: none;
}
.list .right:hover .press[data-v-dfe27b37] {
  display: block;
}
.list .item[data-v-dfe27b37] {
  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-dfe27b37] {
  margin-bottom: 14px;
}
.list .item .title .name[data-v-dfe27b37] {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.list .item .title .job[data-v-dfe27b37] {
  color: #555555;
}
.list .item .img[data-v-dfe27b37] {
  position: absolute;
  width: 91px;
  height: 91px;
  top: -36px;
}
.list .item .tips[data-v-dfe27b37] {
  margin-top: 17px;
  font-weight: 400;
  font-size: 14px;
  color: #0A0A0A;
  line-height: 22px;
}
@media (max-width: 1200px) {
.container[data-v-dfe27b37] {
    width: 474px;
}
.title-1[data-v-dfe27b37] {
    width: 464px;
}
.span.tips-1[data-v-dfe27b37] {
    width: 474px;
    margin: 30px auto;
}
.list[data-v-dfe27b37] {
    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-dfe27b37] {
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.list .left img[data-v-dfe27b37] {
    width: 45px;
    height: 45px;
}
.list .left .normal[data-v-dfe27b37] {
    display: block;
}
.list .left .press[data-v-dfe27b37] {
    display: none;
}
.list .left:hover .normal[data-v-dfe27b37] {
    display: none;
}
.list .left:hover .press[data-v-dfe27b37] {
    display: block;
}
.list .right[data-v-dfe27b37] {
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.list .right img[data-v-dfe27b37] {
    width: 45px;
    height: 45px;
}
.list .right .normal[data-v-dfe27b37] {
    display: block;
}
.list .right .press[data-v-dfe27b37] {
    display: none;
}
.list .right:hover .normal[data-v-dfe27b37] {
    display: none;
}
.list .right:hover .press[data-v-dfe27b37] {
    display: block;
}
.list .item[data-v-dfe27b37] {
    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-dfe27b37] {
    margin-bottom: 14px;
}
.list .item .title .name[data-v-dfe27b37] {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}
.list .item .title .job[data-v-dfe27b37] {
    color: #555555;
}
.list .item .img[data-v-dfe27b37] {
    position: absolute;
    width: 91px;
    height: 91px;
    top: -36px;
}
.list .item .tips[data-v-dfe27b37] {
    margin-top: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #0A0A0A;
    line-height: 22px;
}
}
@media (max-width: 639px) {
.container[data-v-dfe27b37] {
    width: 90vw;
}
.title-1[data-v-dfe27b37] {
    display: none;
}
.title_1[data-v-dfe27b37] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15.3rem auto 6.3rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-dfe27b37] {
    width: 80vw;
    margin: 20px auto 45px;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.list[data-v-dfe27b37] {
    width: 100%;
    margin: 6.6rem auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
}
.list .left[data-v-dfe27b37] {
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
}
.list .left img[data-v-dfe27b37] {
    width: 4.5rem;
    height: 4.5rem;
}
.list .left .normal[data-v-dfe27b37] {
    display: block;
}
.list .left .press[data-v-dfe27b37] {
    display: none;
}
.list .left:hover .normal[data-v-dfe27b37] {
    display: none;
}
.list .left:hover .press[data-v-dfe27b37] {
    display: block;
}
.list .right[data-v-dfe27b37] {
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
}
.list .right img[data-v-dfe27b37] {
    width: 4.5rem;
    height: 4.5rem;
}
.list .right .normal[data-v-dfe27b37] {
    display: block;
}
.list .right .press[data-v-dfe27b37] {
    display: none;
}
.list .right:hover .normal[data-v-dfe27b37] {
    display: none;
}
.list .right:hover .press[data-v-dfe27b37] {
    display: block;
}
.list .item[data-v-dfe27b37] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 46.9rem;
    height: 32.1rem;
    background: #FFFFFF;
    box-shadow: 5px 7px 20px 5px rgba(110, 46, 0, 0.1);
    border-radius: 1.8rem;
    position: relative;
    box-sizing: border-box;
    padding: 7.2rem 4.9rem 0px 4.9rem;
}
.list .item .title[data-v-dfe27b37] {
    margin-bottom: 1.4rem;
}
.list .item .title .name[data-v-dfe27b37] {
    font-weight: bold;
    font-size: 1.6rem;
    color: #222222;
}
.list .item .title .job[data-v-dfe27b37] {
    color: #555555;
}
.list .item .img[data-v-dfe27b37] {
    position: absolute;
    width: 9.1rem;
    height: 9.1rem;
    top: -3.6rem;
}
.list .item .tips[data-v-dfe27b37] {
    margin-top: 1.7rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #0A0A0A;
    line-height: 2.2rem;
}
}
.banner[data-v-6ea20602] {
  width: 100%;
  background: #FFFAF4;
  padding-top: 95px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
.banner .bg-top-left[data-v-6ea20602] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 403px;
}
.banner .bg-top-left img[data-v-6ea20602] {
  width: 100%;
  height: auto;
}
.banner .bg-bottom-right[data-v-6ea20602] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 606px;
}
.banner .bg-bottom-right img[data-v-6ea20602] {
  width: 100%;
  height: auto;
}
.banner .content[data-v-6ea20602] {
  width: 1176px;
  margin: auto;
  position: relative;
}
.banner .content .title1[data-v-6ea20602] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #000000;
  line-height: 80px;
  display: block;
}
.banner .content .title1-1[data-v-6ea20602] {
  text-align: center;
  font-weight: 900;
  font-size: 55px;
  color: #000000;
  line-height: 72px;
  display: none;
}
.banner .content .tips[data-v-6ea20602] {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 36px;
  margin-top: 26px;
}
.banner .content .red_star[data-v-6ea20602] {
  position: absolute;
  top: -30px;
  right: 60px;
}
.banner .content .list[data-v-6ea20602] {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 66px;
  box-sizing: border-box;
}
.banner .content .list .left[data-v-6ea20602] {
  width: 630px;
  height: 403px;
}
.banner .content .list .left img[data-v-6ea20602] {
  width: 100%;
  height: 100%;
  border-radius: 21px;
}
.banner .content .list .right[data-v-6ea20602] {
  width: 519px;
  height: 403px;
  background: #FFFFFF;
  border-radius: 21px;
}
@media (max-width: 1200px) {
.banner[data-v-6ea20602] {
    width: 100%;
    background: #FFFAF4;
    margin-top: 0px;
    padding-top: 50px;
    position: relative;
    box-sizing: content-box;
}
.banner .bg-top-left[data-v-6ea20602] {
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner .bg-bottom-right[data-v-6ea20602] {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner .content[data-v-6ea20602] {
    width: 474px;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-6ea20602] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #000000;
    line-height: 80px;
    display: block;
}
.banner .content .title1-1[data-v-6ea20602] {
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    color: #000000;
    line-height: 72px;
    display: none;
}
.banner .content .tips[data-v-6ea20602] {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #222222;
    line-height: 36px;
    margin-top: 26px;
}
.banner .content .red_star[data-v-6ea20602] {
    position: absolute;
    top: -30px;
    right: 60px;
}
.banner .content .list[data-v-6ea20602] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 66px;
}
.banner .content .list .left[data-v-6ea20602] {
    width: 474px;
    height: 303px;
}
.banner .content .list .left img[data-v-6ea20602] {
    width: 100%;
    height: 100%;
    border-radius: 21px;
}
.banner .content .list .right[data-v-6ea20602] {
    width: 474px;
    background: #FFFFFF;
    border-radius: 21px;
}
}
@media (max-width: 639px) {
.banner[data-v-6ea20602] {
    width: 100%;
    background: #FFFAF4;
    margin-top: 0px;
    padding-top: 9rem;
    position: relative;
    box-sizing: content-box;
}
.banner .bg-top-left[data-v-6ea20602] {
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner .bg-bottom-right[data-v-6ea20602] {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner .content[data-v-6ea20602] {
    width: 47.4rem;
    margin: auto;
    position: relative;
}
.banner .content .title1[data-v-6ea20602] {
    text-align: center;
    font-weight: 900;
    font-size: 5.5rem;
    color: #000000;
    line-height: 6rem;
    display: block;
}
.banner .content .title1-1[data-v-6ea20602] {
    text-align: center;
    font-weight: 900;
    font-size: 5.5rem;
    color: #000000;
    line-height: 7.2rem;
    display: none;
}
.banner .content .tips[data-v-6ea20602] {
    text-align: center;
    font-weight: 400;
    font-size: 2.2rem;
    color: #222222;
    line-height: 3.6rem;
    margin-top: 1rem;
}
.banner .content .red_star[data-v-6ea20602] {
    position: absolute;
    top: -3rem;
    right: -10rem;
}
.banner .content .list[data-v-6ea20602] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 66px;
}
.banner .content .list .left[data-v-6ea20602] {
    width: 47.4rem;
    height: 30.3rem;
}
.banner .content .list .left img[data-v-6ea20602] {
    width: 100%;
    height: 100%;
    border-radius: 2.1rem;
}
.banner .content .list .right[data-v-6ea20602] {
    width: 47.4rem;
    height: 40rem;
    background: #FFFFFF;
    border-radius: 21px;
}
}
.container[data-v-2013f536] {
  width: 1174px;
}
.title-1[data-v-2013f536] {
  margin: 176px auto 0;
}
.title_1[data-v-2013f536] {
  display: none;
}
.span.tips-1[data-v-2013f536] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.list[data-v-2013f536] {
  width: 1174px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px;
  margin: 55px auto;
}
.list .item[data-v-2013f536] {
  width: 457px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 5px 7px 20px 5px rgba(132, 132, 132, 0.1);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list .item .img[data-v-2013f536] {
  width: 100%;
  height: auto;
}
.list .item .title[data-v-2013f536] {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  line-height: 45px;
  margin-top: 47px;
}
.list .item .tips[data-v-2013f536] {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 19px;
  padding: 23px 56px 38px 56px;
}
@media (max-width: 1200px) {
.container[data-v-2013f536] {
    width: 474px;
}
.title-1[data-v-2013f536] {
    width: 464px;
}
.span.tips-1[data-v-2013f536] {
    width: 474px;
    margin: 30px auto;
}
.list[data-v-2013f536] {
    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-2013f536] {
    width: 457px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 5px 7px 20px 5px rgba(132, 132, 132, 0.1);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list .item .img[data-v-2013f536] {
    width: 100%;
    height: auto;
}
.list .item .title[data-v-2013f536] {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    line-height: 45px;
    margin-top: 47px;
}
.list .item .tips[data-v-2013f536] {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 19px;
    padding: 23px 56px 38px 56px;
}
}
@media (max-width: 639px) {
.container[data-v-2013f536] {
    width: 90vw;
}
.title-1[data-v-2013f536] {
    display: none;
}
.title_1[data-v-2013f536] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15.3rem auto 6.3rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-2013f536] {
    width: 80vw;
    margin: 20px auto 45px;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.list[data-v-2013f536] {
    width: 44.7rem;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.2rem;
    margin: 8rem auto;
}
.list .item[data-v-2013f536] {
    width: 45.7rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 5px 7px 20px 5px rgba(132, 132, 132, 0.1);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list .item .img[data-v-2013f536] {
    width: 100%;
    height: auto;
}
.list .item .title[data-v-2013f536] {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
    color: #000000;
    line-height: 4.5rem;
    margin-top: 4.7rem;
}
.list .item .tips[data-v-2013f536] {
    text-align: left;
    font-weight: 400;
    font-size: 1.6rem;
    color: #555555;
    line-height: 1.9rem;
    padding: 2.3rem 5.6rem 3.8rem 5.6rem;
}
}
.banner[data-v-cdac5dc5] {
  background-image: url('https://www.aiclotheschangers.com/images/banner/banner_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 0px;
  margin: 174px auto 0px;
}
.container[data-v-cdac5dc5] {
  width: 1174px;
}
.title-1[data-v-cdac5dc5] {
  margin: 38px auto 0;
}
.title_1[data-v-cdac5dc5] {
  display: none;
}
.span.tips-1[data-v-cdac5dc5] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}
.btn[data-v-cdac5dc5] {
  width: 248px;
  margin: 38px auto 38px;
  box-sizing: border-box;
}
.btn button[data-v-cdac5dc5] {
  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;
  border: none;
}
.btn button[data-v-cdac5dc5]:hover {
  border: none;
  border-color: none;
}
.btn button[data-v-cdac5dc5]:active {
  outline: none;
}
.btn button[data-v-cdac5dc5]:focus {
  outline: none;
}
@media (max-width: 1200px) {
.container[data-v-cdac5dc5] {
    width: 474px;
}
.title-1[data-v-cdac5dc5] {
    width: 464px;
}
.span.tips-1[data-v-cdac5dc5] {
    width: 474px;
    margin: 30px auto;
}
.btn[data-v-cdac5dc5] {
    width: 248px;
    margin: 38px auto 176px;
    box-sizing: border-box;
}
.btn button[data-v-cdac5dc5] {
    width: 248px;
    height: 48px;
    background: #F1601B;
    border-radius: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    border: none;
}
.btn button[data-v-cdac5dc5]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-cdac5dc5]:active {
    outline: none;
}
.btn button[data-v-cdac5dc5]:focus {
    outline: none;
}
}
@media (max-width: 639px) {
.container[data-v-cdac5dc5] {
    width: 90vw;
}
.title-1[data-v-cdac5dc5] {
    display: none;
}
.title_1[data-v-cdac5dc5] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15.3rem auto 6.3rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-cdac5dc5] {
    width: 80vw;
    margin: 20px auto 45px;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.btn[data-v-cdac5dc5] {
    width: 24.8rem;
    margin: 3.8rem auto 17.6rem;
    box-sizing: border-box;
}
.btn button[data-v-cdac5dc5] {
    width: 24.8rem;
    height: 4.8rem;
    background: #F1601B;
    border-radius: 2.4rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 2.2rem;
    border: none;
}
.btn button[data-v-cdac5dc5]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-cdac5dc5]:active {
    outline: none;
}
.btn button[data-v-cdac5dc5]:focus {
    outline: none;
}
}
.container[data-v-0d78635a] {
  width: 1174px;
}
.title-1[data-v-0d78635a] {
  margin: 176px auto 0;
}
.title_1[data-v-0d78635a] {
  display: none;
}
.span.tips-1[data-v-0d78635a] {
  margin-top: 30px;
  max-width: 100%;
  font-weight: 400;
  color: #666666;
}
.list[data-v-0d78635a] {
  width: 1174px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px;
  margin: 55px auto;
}
.list .item[data-v-0d78635a] {
  width: 372px;
  height: 345px;
  border-radius: 18px;
  box-sizing: border-box;
  border: 1px solid #E5E6EC;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.list .item .img[data-v-0d78635a] {
  width: 371px;
  height: 217px;
}
.list .item .title[data-v-0d78635a] {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 27px;
  margin-top: 20px;
}
.list .item .tips[data-v-0d78635a] {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  line-height: 20px;
  margin-top: 10px;
  padding: 0px 30px;
}
.btn[data-v-0d78635a] {
  width: 248px;
  margin: 69px auto 176px;
  box-sizing: border-box;
}
.btn button[data-v-0d78635a] {
  width: 248px;
  height: 48px;
  background: #F1601B;
  border-radius: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  border: none;
}
.btn button[data-v-0d78635a]:hover {
  border: none;
  border-color: none;
}
.btn button[data-v-0d78635a]:active {
  outline: none;
}
.btn button[data-v-0d78635a]:focus {
  outline: none;
}
@media (max-width: 1200px) {
.container[data-v-0d78635a] {
    width: 474px;
}
.title-1[data-v-0d78635a] {
    width: 464px;
}
.span.tips-1[data-v-0d78635a] {
    width: 474px;
    margin: 30px auto;
}
.list[data-v-0d78635a] {
    width: 474px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 29px;
    margin: 80px auto;
}
.list .item[data-v-0d78635a] {
    width: 372px;
    height: 345px;
    border-radius: 18px;
    box-sizing: border-box;
    border: 1px solid #E5E6EC;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.list .item .img[data-v-0d78635a] {
    width: 371px;
    height: 217px;
}
.list .item .title[data-v-0d78635a] {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    line-height: 27px;
    margin-top: 20px;
}
.list .item .tips[data-v-0d78635a] {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    line-height: 20px;
    margin-top: 10px;
    padding: 0px 30px;
}
.btn[data-v-0d78635a] {
    width: 248px;
    margin: 38px auto 176px;
    box-sizing: border-box;
}
.btn button[data-v-0d78635a] {
    width: 248px;
    height: 48px;
    background: #F1601B;
    border-radius: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    border: none;
}
.btn button[data-v-0d78635a]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-0d78635a]:active {
    outline: none;
}
.btn button[data-v-0d78635a]:focus {
    outline: none;
}
}
@media (max-width: 639px) {
.container[data-v-0d78635a] {
    width: 90vw;
}
.title-1[data-v-0d78635a] {
    display: none;
}
.title_1[data-v-0d78635a] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15.3rem auto 6.3rem;
    margin-bottom: 0rem;
}
.span.tips-1[data-v-0d78635a] {
    width: 80vw;
    margin: 20px auto 45px;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.list[data-v-0d78635a] {
    width: 47.4rem;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.9rem;
    margin: 8rem auto;
}
.list .item[data-v-0d78635a] {
    width: 37.2rem;
    height: 34.5rem;
    border-radius: 18px;
    box-sizing: border-box;
    border: 1px solid #E5E6EC;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.list .item .img[data-v-0d78635a] {
    width: 37.1rem;
    height: 21.7rem;
}
.list .item .title[data-v-0d78635a] {
    text-align: center;
    font-weight: 500;
    font-size: 2.2rem;
    color: #000000;
    line-height: 2.7rem;
    margin-top: 1.6rem;
}
.list .item .tips[data-v-0d78635a] {
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    color: #555555;
    line-height: 2rem;
    margin-top: 1rem;
}
.btn[data-v-0d78635a] {
    width: 24.8rem;
    margin: 3.8rem auto 17.6rem;
    box-sizing: border-box;
}
.btn button[data-v-0d78635a] {
    width: 24.8rem;
    height: 4.8rem;
    background: #F1601B;
    border-radius: 2.4rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 2.2rem;
    border: none;
}
.btn button[data-v-0d78635a]:hover {
    border: none;
    border-color: none;
}
.btn button[data-v-0d78635a]:active {
    outline: none;
}
.btn button[data-v-0d78635a]:focus {
    outline: none;
}
}
