*[data-v-297b2a9f] {
  box-sizing: border-box;
}
.content[data-v-297b2a9f] {
  width: 100%;
  height: 100vh;
  background: #f2f3f7;
  position: relative;
}
.content .main-content[data-v-297b2a9f] {
  position: fixed;
  top: 64px;
  left: 330px;
  bottom: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.content .compare[data-v-297b2a9f] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .img-content[data-v-297b2a9f] {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  pointer-events: none;
}
.content .img-content .water[data-v-297b2a9f] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% * 0.13);
  height: auto;
  z-index: 99;
  pointer-events: auto;
  cursor: pointer;
}
.content .img-content .water-close[data-v-297b2a9f] {
  display: none;
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: calc(100% * 0.035);
  transform: translate(-10%, -130%);
  z-index: 99;
  cursor: pointer;
}
.content .img-content .water:hover + .water-close[data-v-297b2a9f] {
  display: block;
}
.content .img-content .water-close[data-v-297b2a9f]:hover {
  display: block;
}
.sidebar[data-v-297b2a9f] {
  position: absolute;
  left: 0;
  top: 64px;
  height: calc(100vh - 64px);
  width: 330px;
  background-color: #ffffff;
  z-index: 99;
  border-top: 1px solid #e2e2e2;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  line-height: 21px;
}
.sidebar .text-title[data-v-297b2a9f] {
  color: #222222;
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  margin-bottom: 13px;
}
.sidebar .pro-icon[data-v-297b2a9f] {
  width: 24px;
}
.sidebar .select-box[data-v-297b2a9f] {
  font-weight: 550;
  padding: 0 14px;
  border: 1px solid #e6e7e8;
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  width: 286px;
  gap: 10px;
  margin-bottom: 14px;
  cursor: pointer;
}
.sidebar .select-box-active[data-v-297b2a9f] {
  border: 1px solid #047afc;
}
.sidebar .font-box[data-v-297b2a9f] {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.sidebar .font-box-ultra[data-v-297b2a9f] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.sidebar .small-font[data-v-297b2a9f] {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}
.sidebar .white-font[data-v-297b2a9f] {
  margin-top: -8px;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}
.sidebar .button-div[data-v-297b2a9f] {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sidebar .button-div[data-v-297b2a9f]:before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: -15px;
  height: 80px;
  background-color: #fff;
  border-radius: 8px;
  z-index: -1;
}
.sidebar .blue-button[data-v-297b2a9f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 48px;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  line-height: 15px;
  background: #047afc;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}
.sidebar .blue-button[data-v-297b2a9f]:hover {
  background: #3e95f1;
}
.sidebar .button-disabled[data-v-297b2a9f] {
  user-select: none;
  pointer-events: none;
  background: #c8c8c8;
}
.db-white-box[data-v-297b2a9f] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  width: 143px;
  gap: 6px;
  height: 35px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
  left: calc(50%);
  transform: translateX(-50%);
  top: 13px;
  user-select: none;
  cursor: pointer;
}
.db-white-box .db-white[data-v-297b2a9f] {
  width: 14px;
  height: 17px;
}
.db-white-box .db-white-text[data-v-297b2a9f] {
  font-size: 14px;
  font-weight: 600;
}
.ai-item-list[data-v-297b2a9f] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 10px;
}
.ai-item-list .ai-item[data-v-297b2a9f] {
  width: 48.3%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ai-item-list .ai-item .ai-item-img[data-v-297b2a9f] {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  padding: 1px;
}
.ai-item-list .ai-item .ai-item-img-active[data-v-297b2a9f] {
  width: 100%;
  padding: 2px;
  border: 2px solid #047afc;
}
.ai-item-list .ai-item .ai-item-name[data-v-297b2a9f] {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.ai-item-list .ai-item .ai-item-edit[data-v-297b2a9f] {
  position: absolute;
  bottom: 15%;
  width: 28%;
  aspect-ratio: 1/1;
}
.ai-item-list .ai-item .ai-item-edit img[data-v-297b2a9f] {
  width: 100%;
  aspect-ratio: 1/1;
}
.ai-editing[data-v-297b2a9f] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-weight: 600;
}
.ai-editing .drawback[data-v-297b2a9f] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 5%;
}
.ai-editing .drawback .img-box[data-v-297b2a9f] {
  width: 12%;
  aspect-ratio: 1/1;
  background: #f2f3f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ai-editing .drawback .img-box img[data-v-297b2a9f] {
  width: 50%;
  aspect-ratio: 1/1;
}
.ai-editing .params-content[data-v-297b2a9f] {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: calc(100% - 6vh);
}
.ai-editing .params-content .part[data-v-297b2a9f] {
  padding: 10px 5%;
}
.ai-editing .params-content .part .title[data-v-297b2a9f] {
  padding: 10px 0px 10px 6px;
  display: flex;
  background: #f2f3f7;
  border-radius: 4px;
  gap: 5px;
}
.ai-editing .params-content .part .item[data-v-297b2a9f] {
  margin-top: 20px;
  padding-left: 10px;
}
.ai-editing .params-content .part .item p[data-v-297b2a9f] {
  line-height: 30px;
}
.ai-editing .params-content .part .item .colorImgs[data-v-297b2a9f] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ai-editing .params-content .part .item .colorImgs img[data-v-297b2a9f] {
  width: 12.5%;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.ai-editing .params-content .part .item .colorImgs .active[data-v-297b2a9f] {
  border: 2px solid #047afc;
  border-radius: 50%;
}
.ai-editing .params-content .part .item .radio-group[data-v-297b2a9f] {
  display: flex;
  gap: 10%;
}
.ai-list[data-v-297b2a9f] {
  display: flex;
  flex-direction: column;
  width: 300px;
  row-gap: 30px;
}
.ai-list > .ai-cate[data-v-297b2a9f]:first-child {
  margin-top: 10px;
}
.loading[data-v-297b2a9f]::before {
  content: "";
  position: absolute;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #eeeeee00 0%, #eeeeeeee 50%, #eeeeee00 100%);
  animation: loading-297b2a9f 2s infinite;
}
@keyframes loading-297b2a9f {
from {
    transform: translateX(0%);
}
to {
    transform: translateX(300%);
}
}
