.tools[data-v-9ace043d] {
  width: 1176px;
  margin: 0px auto 125px;
  padding-top: 30px;
  position: relative;
}
.tools h1[data-v-9ace043d] {
  font-size: 45px;
  text-align: center;
  color: #222;
}
.tools .similar-h1[data-v-9ace043d] {
  font-size: 45px;
  text-align: center;
  color: #222;
  font-family: 'InterBold', Arial, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  display: block;
}
.tools .desc[data-v-9ace043d] {
  font-size: 22px;
  margin-top: 28px;
  text-align: center;
  font-weight: 500;
  color: #666;
}
.tools .box[data-v-9ace043d] {
  width: 100%;
  margin-top: 61px;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: calc((1176px - (379px * 3)) / 2);
}
.tools .box .template-item[data-v-9ace043d] {
  position: relative;
  cursor: pointer;
  width: 379px;
  height: 379px;
}
.tools .box .template-item .item[data-v-9ace043d]::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(to bottom, #000000ff 0%, #00000000 100%);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.tools .box .template-item .item[data-v-9ace043d] {
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 13px;
}
.tools .box .template-item .item .item-img[data-v-9ace043d] {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  object-fit: contain;
}
.tools .box .template-item .item .reference-img[data-v-9ace043d] {
  width: 124px;
  height: 124px;
  border-radius: 13px;
  background: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 17px;
  box-sizing: border-box;
  padding: 3px;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.tools .box .template-item .item .reference-img img[data-v-9ace043d] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 13px;
}
.tools .box .template-item .item .reference-img1[data-v-9ace043d] {
  height: 124px;
  width: fix-content;
  border-radius: 13px;
  background: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 17px;
  box-sizing: border-box;
  padding: 3px;
  display: flex;
  flex-direction: row;
  gap: 2px;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.tools .box .template-item .item .reference-img1 .img1[data-v-9ace043d] {
  width: 98px;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.tools .box .template-item .item .reference-img1 .img2[data-v-9ace043d] {
  width: 98px;
  height: 100%;
  object-fit: contain;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.tools .box .template-item .item .item-p[data-v-9ace043d] {
  overflow: hidden;
  position: absolute;
  display: -webkit-box;
  top: 11px;
  right: 15px;
  left: 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #ffffff;
}
.tools .box .template-item .item button[data-v-9ace043d] {
  position: absolute;
  right: 11px;
  bottom: 13px;
  border: none;
  padding: 0 12px;
  min-width: 35px;
  height: 29px;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #222222;
  background-color: #ffffff;
  border-radius: 21px;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.tools .box .template-item .item .btn-box[data-v-9ace043d] {
  position: absolute;
  right: 11px;
  bottom: 13px;
  display: flex;
  flex-direction: row;
}
.tools .box .template-item .item .btn-box .btn[data-v-9ace043d] {
  width: 35px;
  height: 35px;
}
.tools .box .template-item .item .btn-box .download[data-v-9ace043d] {
  position: relative;
  box-sizing: border-box;
}
.tools .box .template-item .item .btn-box .download img[data-v-9ace043d] {
  width: 35px;
  height: 35px;
}
.tools .box .template-item .item .btn-box .download .down[data-v-9ace043d] {
  position: absolute;
  top: 40px;
  z-index: 999;
  display: none;
}
.tools .box .template-item .item .btn-box .download:hover .down[data-v-9ace043d] {
  display: block;
}
.tools .box .template-item .generating[data-v-9ace043d] {
  width: 100%;
  height: 100%;
  position: relative;
}
.tools .box .template-item .generating img[data-v-9ace043d] {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  object-fit: contain;
}
.tools .box .template-item .circle-loading[data-v-9ace043d] {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 13px;
}
.tools .box .template-item .circle-loading .info[data-v-9ace043d] {
  color: #ffffff;
  font-size: 16px;
  margin-top: 12px;
}
.tools .box .template-item .circle-loading .loading1[data-v-9ace043d] {
  width: 60px !important;
  height: 60px;
  border: 6px solid #047afc;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle-9ace043d infinite 0.75s linear;
}
@keyframes circle-9ace043d {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.tools .see_all[data-v-9ace043d] {
  margin: 38px auto 0 auto;
  height: 42px;
  line-height: 42px;
  background: #D9EFFF;
  color: #047AFC;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  width: 208px;
  box-sizing: border-box;
  text-align: center;
}
.tools .see_all[data-v-9ace043d]:hover {
  background: #D9EFFF;
  opacity: 0.8;
}
.tools .see_all[data-v-9ace043d]:active {
  filter: brightness(0.8);
}
.tools .prompt-box[data-v-9ace043d] {
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 907px;
  min-height: 108px;
  box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.tools .prompt-box-ab[data-v-9ace043d] {
  max-width: 1176px;
  min-height: 108px;
  box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  display: flex;
  margin: 45px auto 0px;
}
.tools .preview[data-v-9ace043d] {
  width: 100vw;
  height: calc(100vh - 80px);
  position: fixed;
  top: 80px;
  left: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
.tools .prompt-box[data-v-9ace043d] {
    display: none;
}
.tools .prompt-box-ab[data-v-9ace043d] {
    display: none;
}
}
@media (max-width: 1200px) {
.tools[data-v-9ace043d] {
    width: 474px;
}
.tools h1[data-v-9ace043d] {
    font-size: 43px;
}
.tools .desc[data-v-9ace043d] {
    font-size: 22px;
    margin-top: 27px;
}
.tools .box[data-v-9ace043d] {
    width: 100%;
    margin-top: 56px;
}
.tools .box .template-item[data-v-9ace043d] {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    margin: auto;
}
.tools .box .template-item .item[data-v-9ace043d] {
    width: 100%;
}
.tools .see_all[data-v-9ace043d] {
    margin: 42px auto 0;
    font-size: 15px;
    padding: 0px 24px;
    height: 42px;
    line-height: 42px;
    border-radius: 9px;
}
}
@media (max-width: 639px) {
.tools[data-v-9ace043d] {
    width: 90vw;
}
.tools .template-item[data-v-9ace043d] {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    margin: auto;
}
.tools .template-item .item[data-v-9ace043d] {
    width: 100%;
    height: 100%;
}
.similar-h1[data-v-9ace043d] {
    font-size: 4.2rem !important;
}
.desc[data-v-9ace043d] {
    font-size: 2.6rem !important;
}
.tit[data-v-9ace043d] {
    font-size: 4rem !important;
}
.tips[data-v-9ace043d] {
    font-size: 2.4rem !important;
    max-width: 80vw !important;
}
}
.recommend[data-v-286de210] {
  margin: 177px auto 0;
  width: calc(100% - 20px);
  max-width: 1072px;
  text-align: center;
  transform: translateX(10px);
}
.recommend .recommend-title[data-v-286de210] {
  font-weight: 700;
  font-size: 45px;
  color: #222222;
  line-height: 45px;
}
.recommend-list[data-v-286de210] {
  margin-bottom: 42px;
  margin-top: 62px;
}
.recommend-list-item[data-v-286de210] {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 248px;
  height: 248px;
  max-width: 40%;
  vertical-align: middle;
  background-color: #CCCCCC;
  border-radius: 12px;
  cursor: pointer;
}
.recommend-list-item img[data-v-286de210] {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.recommend-list-item p[data-v-286de210] {
  overflow: hidden;
  position: absolute;
  top: 11px;
  right: 15px;
  left: 15px;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFFFFF;
}
.recommend-list-item[data-v-286de210]::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(to bottom, #000000FF 0%, #00000000 100%);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.recommend-list-item button[data-v-286de210] {
  position: absolute;
  right: 11px;
  bottom: 11px;
  border: none;
  padding: 0 12px;
  min-width: 35px;
  height: 29px;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #222222;
  background-color: #FFFFFF;
  border-radius: 21px;
  cursor: pointer;
}
.recommend-seeall[data-v-286de210] {
  border: none;
  width: 206px;
  height: 42px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  background-color: #047AFC;
  border-radius: 7px;
  cursor: pointer;
}
@media (min-width: 1201px) {
#ai-image-generator[data-v-286de210] .appraise {
    width: 1166px;
}
#ai-image-generator[data-v-286de210] .appraise .people_box {
    width: 372px;
}
#ai-image-generator[data-v-286de210] .more {
    width: 1166px;
}
#ai-image-generator[data-v-286de210] .more .photo > div {
    width: 100%;
}
#ai-image-generator[data-v-286de210] .more .photo img {
    width: 271px;
}
#ai-image-generator[data-v-286de210] .downloadApp {
    width: 1174px;
}
}
