.feedback-img[data-v-5c21592b] {
  width: 31px;
  height: 31px;
}
@media (max-width: 639px) {
.hide-phone[data-v-5c21592b] {
    display: none !important;
}
.feedback-img[data-v-5c21592b] {
    width: 4rem;
    height: 4rem;
}
}
@media (min-width: 639px) and (max-width: 1201px) {
.hide-pad[data-v-5c21592b] {
    display: none !important;
}
}
@media (min-width: 1201px) {
.hide-pc[data-v-5c21592b] {
    display: none !important;
}
.feedback-img[data-v-5c21592b] {
    width: 20px;
    height: 20px;
}
}
.btn-phone[data-v-5c21592b] {
  padding: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  background-color: #047afc;
  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-5c21592b] {
  width: 17px;
}
.btn-phone[data-v-5c21592b]:hover {
  filter: brightness(0.95);
}

.grey-text[data-v-5c21592b] {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 15px;
  text-align: center;
}
.remove-background-template-header[data-v-5c21592b] {
  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-5c21592b] {
  position: absolute;
  left: 26px;
  display: flex;
  align-items: center;
  height: 100%;
}
.remove-background-template-header-right[data-v-5c21592b] {
  position: absolute;
  right: 28px;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.remove-background-template-header-right > *[data-v-5c21592b] {
  cursor: pointer;
}

.back-create[data-v-5c21592b] {
  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-5c21592b] {
  width: 20px;
  height: 20px;
  user-select: none;
}
.back-create[data-v-5c21592b]:hover {
  filter: contrast(0.9);
}
.back-create.disabled[data-v-5c21592b] {
  pointer-events: none;
  user-select: none;
}

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

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

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

.upgrade-to-pro[data-v-5c21592b] {
  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-5c21592b]:hover {
  filter: brightness(0.9);
}
.upgrade-to-pro[data-v-5c21592b]:active {
  filter: brightness(0.8);
}
.upgrade-to-pro.disabled[data-v-5c21592b] {
  color: #fff;
  background: #c8c8c8;
  user-select: none;
  pointer-events: none;
}
.do-disbaled[data-v-5c21592b]{
  user-select: none;
  pointer-events: none;
}
.disabled[data-v-5c21592b] {
  pointer-events: none;
  user-select: none;
}
.credit-drop-down-menu[data-v-5c21592b] {
  position: relative;
}
.credit-drop-down-menu .credit[data-v-5c21592b] {
  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-5c21592b] {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.credit-drop-down-menu .credit .icon2[data-v-5c21592b] {
  width: 18px;
  height: auto;
  margin-left: 8px;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-5c21592b] {
  display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-5c21592b]::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-5c21592b] {
  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-5c21592b] {
  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-5c21592b] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-5c21592b] {
  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-5c21592b] {
  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-5c21592b] {
  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-5c21592b] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points[data-v-5c21592b] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .item .points1[data-v-5c21592b] {
  font-weight: 400;
  font-size: 12px;
  color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-5c21592b] {
  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-5c21592b] {
  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;
}
.drop-down-menu[data-v-5c21592b] {
  position: relative;
}
.drop-down-menu-avatar[data-v-5c21592b] {
  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-5c21592b] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -6px;
}
.drop-down-menu-avatar .vip-icon img[data-v-5c21592b] {
  width: 18px;
  height: 18px;
}
.drop-down-menu-avatar img[data-v-5c21592b] {
  width: 100%;
  border-radius: 100%;
}
.drop-down-menu:hover .drop-down-menu-modal[data-v-5c21592b] {
  /* overflow: visible; */
  display: block;
  max-height: 600%;
}
.drop-down-menu-modal[data-v-5c21592b] {
  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-5c21592b]::before {
  content: " ";
  display: block;
  width: 50px;
  height: 20px;
  background: transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.drop-down-menu-modal[data-v-5c21592b]::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-5c21592b] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
}
.drop-down-menu-menu > li[data-v-5c21592b] {
  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-5c21592b] {
  transform: translateX(-6px);
}
.drop-down-menu-menu > li[data-v-5c21592b]:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.drop-down-menu-menu > li[data-v-5c21592b]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.drop-down-menu-menu > li[data-v-5c21592b]:hover {
  /* filter: brightness(0.9); */
  background: #f0f9ff;
}
.drop-down-menu-menu > li[data-v-5c21592b]:first-child:hover {
  background: none;
}
.drop-down-menu-menu > li.disabled[data-v-5c21592b] {
  border-bottom: 1px solid #e6e7eb50;
}
.drop-down-menu-menu > li.disabled[data-v-5c21592b]:hover {
  filter: brightness(1);
}
.drop-down-menu-signout[data-v-5c21592b] {
  color: #f23031;
}
