.container {
  height: 100% !important;
  background: #f0f0f0;
}

.bg-remover-function-main {
  width: 1296px;
  margin: 130px auto 0;
}

.bg-remover-function-main .main-top {
  padding-top: 0px;
}

.bg-remover-function-main .main-upload {
  display: flex;
  align-items: center;
  padding: 42px 0px;
  gap: 24px;
}

.bg-remover-function-main .main-upload .image-one {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  border-radius: 6px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  overflow: hidden;
}

.bg-remover-function-main .main-upload .image-one img {
  max-width: 78px;
  max-height: 78px;
  width: auto;
  height: auto;
}

.bg-remover-function-main .main-upload .image-one:hover {
  border-color: #000000;
}

.bg-remover-function-main .main-upload .upload-image-container {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background: #f0f0f0;
  border-radius: 6px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
}

.bg-remover-function-main .main-upload .upload-image-container:hover {
  border-color: #000000;
}

.bg-remover-function-main .main-upload .upload-image-container img {
  width: 20px;
  height: 20px;
}

.bg-remover-function-main .main-upload .upload-image-container p {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.image-show-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.image-area-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 684px;
  height: 512px;
  border: 1px solid #bfbfbf;
  border-radius: 12px;
  background: #e8e8e8;
  overflow: hidden;
}

.image-area-container .cancel-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 124px;
  height: 44px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 21px;
  cursor: pointer;
}

.image-area-container .cancel-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

.image-area-container .cancel-btn p {
  font-weight: 400;
  font-size: 20px !important;
  color: #ffffff;
  letter-spacing: 0.6px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.image-area-container .loading-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-area-container .loading-container .loading-title {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.image-area-container .loading-container .loading-desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.image-area-container .image-background {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  background-color: white;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1) 25%,
      transparent 25%,
      transparent 75%,
      rgba(0, 0, 0, 0.1) 75%
    ),
    linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1) 25%,
      transparent 25%,
      transparent 75%,
      rgba(0, 0, 0, 0.1) 75%
    );
  background-size: 30px 30px;
  background-position: 0px 0px, 15px 15px;
}

.image-upload .upload-main {
  width: 100%;
  height: 289px;
  /* background: #F7FBFF; */
  border-radius: 20px;
  border: 3px dotted #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-upload .upload-main .title {
  font-weight: 400;
  font-size: 24px;
  color: #707177;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.image-upload .upload-main .upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 439px;
  height: 60px;
  background: linear-gradient(270deg, #000000 0%, #535353 100%);
  border-radius: 12px;
  cursor: pointer;
  margin-top: 22px;
}

.image-upload .upload-main .upload-btn:hover {
  background: #4a4a4a;
}

.image-upload .upload-main .upload-btn img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.image-upload .upload-main .upload-btn .btn-desc {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.image-upload .upload-main .desc {
  font-weight: 400;
  font-size: 18px;
  color: #707177;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
}

.image-upload .upload-main .desc:last-of-type {
  margin-top: 0px;
}

.image-area-container img {
  width: 100%;
  height: 100%;
  max-width: 682px;
  max-height: 510px;
  object-fit: contain;
  object-position: left top;
  transform-origin: top left;
}

.image-result-configuration {
  width: 570px;
  /* height: 500px; */
}

.image-result-configuration .set-area {
  position: relative;
  width: 570px;
  height: 284px;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
}

.image-result-configuration .set-area .loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
}

.set-area .set-config {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.set-area .set-config .config-one {
  width: 50%;
  font-weight: 600;
  font-size: 20px;
  color: #717171;
  line-height: 28px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 16px;
  cursor: pointer;
  border-bottom: 2px solid #e5e5e5;
}

.set-area .set-config .config-one:hover {
  color: #000000;
}

.set-area .set-config .selected {
  border-color: #000000 !important;
  color: #000000 !important;
}

.config-container {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.ratio-container {
  justify-content: space-between;
}

.ratio-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 114px;
  height: 114px;
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid #e5e5e5;
  margin-top: 26px;
  cursor: pointer;
}

.ratio-one:hover {
  border-color: #000000;
}

.ratio-one img {
  width: 32px;
  height: 32px;
  margin-top: 14px;
}

.ratio-one .title {
  padding-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.ratio-one .desc {
  padding-top: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #707177;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.color-one:nth-child(6n) {
  margin-right: 0px;
}

.transparent-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1) 25%,
      transparent 25%,
      transparent 75%,
      rgba(0, 0, 0, 0.1) 75%
    ),
    linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1) 25%,
      transparent 25%,
      transparent 75%,
      rgba(0, 0, 0, 0.1) 75%
    );
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  border-radius: 10px;
}

.pickr .pcr-button {
  position: relative !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: conic-gradient(
    from 90deg at 50% 50%,
    #ff0000 0%,
    #ffb000 13%,
    #ffff00 29%,
    #7bf700 44%,
    #2b9dff 60%,
    #f253ff 75%,
    #fa0090 88%,
    #ff0000 100%
  ) !important;
  --pcr-color: conic-gradient(
    from 90deg at 50% 50%,
    #ff0000 0%,
    #ffb000 13%,
    #ffff00 29%,
    #7bf700 44%,
    #2b9dff 60%,
    #f253ff 75%,
    #fa0090 88%,
    #ff0000 100%
  ) !important;
  border: 2px solid #e5e5e5;
}

.pickr .pcr-button:hover {
  border-color: #000000 !important;
}

.pickr .pcr-button::before {
  background: #ffffff !important;
}

.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%) translateY(-50%);
  height: 50px !important;
  width: 50px !important;
  --pcr-color: conic-gradient(
    from 90deg at 50% 50%,
    #ff0000 0%,
    #ffb000 13%,
    #ffff00 29%,
    #7bf700 44%,
    #2b9dff 60%,
    #f253ff 75%,
    #fa0090 88%,
    #ff0000 100%
  ) !important;
  border-radius: 10px !important;
}

.choose-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background: conic-gradient(
    from 90deg at 50% 50%,
    #ff0000 0%,
    #ffb000 13%,
    #ffff00 29%,
    #7bf700 44%,
    #2b9dff 60%,
    #f253ff 75%,
    #fa0090 88%,
    #ff0000 100%
  );
  border-radius: 10px;
}

.white-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #ffffff;
}

.gray-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #c9c9c9;
}

.black-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #000000;
}

.f5-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #ffdba2;
}

.ffbc-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #ffbc9f;
}

.ffa-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #ffa3a3;
}

.b3e-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #b3e6a4;
}

.a4d-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #a4dce6;
}

.a4b-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #a4b1e6;
}

.c39-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #c396fc;
}

.ffb-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #ffb2fc;
}

._7cc-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #7cce7f;
}

.e8c-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #e8c065;
}

.c77-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #c77300;
}

._58c-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #58c71d;
}

._43a-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #43afff;
}

._8e5-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #8e5cff;
}

.ff5-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #ff5d5d;
}

.color-one {
  position: relative;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 18px;
  margin-right: 36px;
  border: 2px solid #e5e5e5;
  transition: all 0.3s;
}

.pickr {
  margin-top: 18px !important;
  margin-right: 36px !important;
}

.color-one:hover {
  border-color: #000000;
}

.step-container {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-top: 20px;
}

.step-container .left {
  margin-right: 10px;
}

.step-container .left,
.step-container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}

.step-container .black-border,
.step-container .black-border {
  cursor: pointer;
}

.step-container .black-border:hover,
.step-container .black-border:hover {
  border-color: #000000;
}

.black-border {
  border-color: #000000 !important;
}

.black-border-two {
  border: 2px solid #000000 !important;
  border-color: #000000 !important;
}

.download-area {
  width: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}

.download-area .download-hd-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background-color: #000000;
  border-radius: 12px;
  cursor: pointer;
}

.download-area .download-hd-btn:hover {
  background-color: #4c4c4c;
}

.download-area .download-hd-btn .sign-tip {
  position: absolute;
  top: -12px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 24px;
  background: linear-gradient(90deg, #ffa700 0%, #ff4500 100%);
  border-radius: 8px 8px 0px 8px;
}

.download-area .download-hd-btn .sign-tip p {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.download-area .download-hd-btn p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.download-area .download-hd-btn img {
  margin: 0 10px;
  width: 16px;
  height: 16px;
}

.download-area .desc {
  font-weight: 400;
  font-size: 12px;
  color: #7b858e;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 12px;
}

.download-area .download-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 2px solid #e5e5e5;
  background-color: #ffffff;
  margin-top: 19px;
  cursor: pointer;
}

.download-area .download-preview:hover {
  background-color: #4c4c4c;
}

.download-area .download-preview p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.download-area .download-preview:hover p {
  color: #ffffff;
}

body {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.loaded {
  visibility: visible;
  opacity: 1;
}

.error-tip {
  position: fixed;
  top: 130px;
  left: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  transform: translate(-50%, 0);
  background-color: #fff;
  color: #000;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
  line-height: 14px;
  @media screen and (max-width: 1640px) and (min-width: 1312px) {
    top: 80px;
  }
}

.error-tip svg {
  width: 14px;
  height: 14px;
  fill: red;
  fill-rule: evenodd;
  margin-right: 10px;
}

.error-tip.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.cancel-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cancelYes {
  width: 48%;
}

#cancelNo {
  width: 48%;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

#cancelNo:hover {
  background-color: #000000;
  color: #ffffff;
}

.custom-modal-5  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background-color: #ffffff;;
    border-radius: 24px;
    overflow: hidden;
}

.custom-modal-5 .purchase-pop-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1104px;
  @media screen and (max-width: 1536px) and (min-width: 1401px) {
    width: 883.2px;
  }
}

.custom-modal-5 .purchase-pop-container .left {
  width: 408px;
  height: 818px;
  background: linear-gradient(180deg, #776650 0%, #030303 100%);
  border-radius: 24px 0px 0px 24px;
  padding: 30px;
}

.custom-modal-5 .purchase-pop-container .left .logo {
  margin-bottom: 42px;
}

.custom-modal-5 .purchase-pop-container .left .logo .logo-img {
  width: 58.9px;
  height: 36px;
  margin-right: 21px;
}

.custom-modal-5 .purchase-pop-container .left .logo .text {
  width: 147.36px;
  height: 17.23px;
}

.custom-modal-5 .purchase-pop-container .left .title {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 23px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.custom-modal-5 .purchase-pop-container .left .feature-list {
  margin-top: 42px;
}

.custom-modal-5 .purchase-pop-container .left .feature-list .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.custom-modal-5
  .purchase-pop-container
  .left
  .feature-list
  .feature-item:last-of-type {
  margin-bottom: 39px;
}

.custom-modal-5 .purchase-pop-container .left .feature-list .feature-item img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.custom-modal-5 .purchase-pop-container .left .feature-list .feature-item p {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.custom-modal-5 .purchase-pop-container .left .bg {
  width: 100%;
  height: auto;
}

.custom-modal-5 .purchase-pop-container .right {
  flex: 1;
  height: 818px;
  padding: 76px 30px 43px;
  background-color: #ffffff;;
}

.custom-modal-5 .purchase-pop-container .close-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  cursor: pointer;
}

.plan-chosen-style {
  background: #000 !important;
  border-color: #000 !important;
}

.plan-chosen-border-style {
  border-color: #a58b67 !important;
}

.custom-modal-5 .purchase-pop-container .close-mask:hover {
  background: rgba(0, 0, 0, 0.5);
}

.custom-modal-5 .purchase-pop-container .close-mask svg {
  width: 20px;
  height: 20px;
}

.custom-modal-5 .purchase-pop-container .close-mask:hover svg .b {
  fill: #ffffff;
}

.custom-modal-5 .purchase-pop-container .right .title {
  font-family: Roboto, Roboto;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 20px;
}

.custom-modal-5 .purchase-pop-container .right .desc {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 26px;
}

.custom-modal-5 .purchase-pop-container .right .plan-list {
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
}

.custom-modal-5 .purchase-pop-container .right .purchase-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  background: #000;
  border-radius: 14px;
  cursor: pointer;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.custom-modal-5 .purchase-pop-container .right .purchase-btn .loading {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  animation: spin 1s linear infinite;
}

.custom-modal-5 .purchase-pop-container .right .purchase-btn:hover {
  background: #464646;
  box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.custom-modal-5 .purchase-pop-container .right .purchase-btn p {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.custom-modal-5 .purchase-pop-container .right .purchase-btn p .curr-price {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  padding-right: 12px;
}

.custom-modal-5 .purchase-pop-container .right .purchase-btn p .ori-price {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-align: right;
  font-style: normal;
  text-decoration-line: line-through;
  text-transform: none;
}

.custom-modal-5 .purchase-pop-container .right .tip {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #707177;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 12px;
}

.custom-modal-5 .purchase-pop-container .right .plan-list .plan-one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 84px;
  background: #ffffff;
  border-radius: 14px 14px 14px 14px;
  border: 2px solid #adadad;
  padding: 17px 30px;
  margin-bottom: 12px;
  cursor: pointer;
}

.custom-modal-5 .purchase-pop-container .right .plan-list .plan-one:hover {
  border-color: #a58b67;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one:last-of-type {
  margin-bottom: 20px;
}

.custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .most-pop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 148px;
  height: 17px;
  background: linear-gradient(180deg, #b59971 0%, #937347 100%);
  border-radius: 0px 12px 0px 14px;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .most-pop
  p {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .plan-module {
  display: flex;
  align-items: center;
  justify-self: center;
  flex: 3;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .plan-module
  input {
  display: none;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .plan-module
  .custom-radio {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #adadad;
  cursor: pointer;
  margin-right: 20px;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .plan-module
  .custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .plan-module
  p {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .plan-module
  p
  span {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 12px;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .save-module {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 38px;
  background: #a58b67;
  border-radius: 24px 24px 24px 24px;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .save-module
  p {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .price-module {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex: 2;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .price-module
  .price {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 2px;
}

.custom-modal-5
  .purchase-pop-container
  .right
  .plan-list
  .plan-one
  .price-module
  .unit-price {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 1536px) and (min-width: 1401px) {
  .custom-modal-5 .purchase-pop-container .right .purchase-btn .loading {
    width: 25.6px;
    height: 25.6px;
    margin-right: 16px;
  }

  .custom-modal-5 .purchase-pop-container .right .purchase-btn p,
  .custom-modal-5 .purchase-pop-container .right .purchase-btn p .curr-price {
    font-size: 19.2px;
    line-height: 19.2px;
    letter-spacing: 0.48px;
  }

  .custom-modal-5 .purchase-pop-container .right .purchase-btn p .ori-price {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.48px;
  }

  .custom-modal-5 .purchase-pop-container .right .tip {
    font-size: 14.4px;
    line-height: 14.4px;
    letter-spacing: 0.48px;
    padding-top: 9.6px;
  }

  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one {
    height: 67.2px;
    padding: 13.6px 24px;
    border: 1.6px solid #adadad;
    margin-bottom: 9.6px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one:last-of-type {
    margin-bottom: 16px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .most-pop {
    width: 118.4px;
    height: 13.6px;
    border-radius: 0px 9.6px 0px 11.2px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .most-pop
    p {
    font-size: 9.6px;
    line-height: 9.6px;
    letter-spacing: 0.48px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .plan-module
    .custom-radio {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .plan-module
    .custom-radio::after {
    width: 11.2px;
    height: 11.2px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .plan-module
    p {
    font-size: 14.4px;
    line-height: 14.4px;
    letter-spacing: 0.48px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .plan-module
    p
    span {
    font-size: 19.2px;
    line-height: 19.2px;
    margin-right: 9.6px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .save-module {
    width: 91.2px;
    height: 30.4px;
    border-radius: 19.2px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .save-module
    p {
    font-size: 14.4px;
    line-height: 14.4px;
    letter-spacing: 0.48px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .price-module
    .price {
    font-size: 19.2px;
    line-height: 19.2px;
    padding-bottom: 1.6px;
  }

  .custom-modal-5
    .purchase-pop-container
    .right
    .plan-list
    .plan-one
    .price-module
    .unit-price {
    font-size: 14.4px;
    line-height: 14.4px;
    letter-spacing: 0.48px;
  }

  .custom-modal-5 .purchase-pop-container .close-mask svg {
    width: 16px;
    height: 16px;
  }

  .custom-modal-5 .purchase-pop-container .right .title {
    font-size: 24px; /* 30 * 0.8 */
    line-height: 24px; /* 30 * 0.8 */
    padding-bottom: 16px; /* 20 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .right .desc {
    font-size: 16px; /* 20 * 0.8 */
    line-height: 16px; /* 20 * 0.8 */
    padding-bottom: 20.8px; /* 26 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .right .purchase-btn {
    height: 57.6px; /* 72 * 0.8 */
    border-radius: 11.2px; /* 14 * 0.8 */
  }

  .custom-modal-5 .ant-modal-content {
    border-radius: 19.2px; /* 24 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left {
    width: 326.4px; /* 408 * 0.8 */
    height: 654.4px; /* 818 * 0.8 */
    border-radius: 19.2px 0px 0px 19.2px; /* 24 * 0.8 */
    padding: 24px; /* 30 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left .logo {
    margin-bottom: 33.6px; /* 42 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left .logo .logo-img {
    width: 47.12px; /* 58.9 * 0.8 */
    height: 28.8px; /* 36 * 0.8 */
    margin-right: 16.8px; /* 21 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left .logo .text {
    width: 117.888px; /* 147.36 * 0.8 */
    height: 13.784px; /* 17.23 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left .title {
    font-size: 18.4px; /* 23 * 0.8 */
    line-height: 19.2px; /* 24 * 0.8 */
    letter-spacing: 0.48px; /* .6 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left .feature-list {
    margin-top: 33.6px; /* 42 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item {
    margin-bottom: 24px; /* 30 * 0.8 */
  }

  .custom-modal-5
    .purchase-pop-container
    .left
    .feature-list
    .feature-item:last-of-type {
    margin-bottom: 31.2px; /* 39 * 0.8 */
  }

  .custom-modal-5
    .purchase-pop-container
    .left
    .feature-list
    .feature-item
    img {
    width: 19.2px; /* 24 * 0.8 */
    height: 19.2px; /* 24 * 0.8 */
    margin-right: 16px; /* 20 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item p {
    font-size: 16px; /* 20 * 0.8 */
    line-height: 16px; /* 20 * 0.8 */
    letter-spacing: 0.48px; /* .6 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .right {
    height: 654.4px; /* 818 * 0.8 */
    padding: 60.8px 24px 34.4px; /* 76 * 0.8, 30 * 0.8, 43 * 0.8 */
  }

  .custom-modal-5 .purchase-pop-container .close-mask {
    top: 24px; /* 30 * 0.8 */
    right: 24px; /* 30 * 0.8 */
    width: 28.8px; /* 36 * 0.8 */
    height: 28.8px; /* 36 * 0.8 */
    border-radius: 3.2px; /* 4 * 0.8 */
  }
}

.user-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 136px;
    height: 42px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #2c2c2c;
    padding: 7px 7px 7px 10px;
  }
  @media screen and (max-width: 1536px) and (min-width: 1025px) {
    .user-container {
      min-width: calc(136px * 0.8);
      height: calc(42px * 0.8);
      border-radius: calc(8px * 0.8);
      border: calc(1px * 0.8) solid #2c2c2c;
      padding: calc(7px * 0.8) calc(7px * 0.8) calc(7px * 0.8) calc(10px * 0.8);
    }
  }
  .user-container .credit {
    width: 18px;
    height: 18px;
  }
  @media screen and (max-width: 1536px) and (min-width: 1025px) {
    .user-container .credit {
      width: calc(18px * 0.8);
      height: calc(18px * 0.8);
    }
  }
  .user-container p {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 14px 0 10px;
    border-right: calc1px solid #2C2C2C;
  }
  @media screen and (max-width: 1536px) and (min-width: 1025px) {
    .user-container p {
      font-size: calc(18px * 0.8);
      padding: 0 calc(14px * 0.8) 0 calc(10px * 0.8);
      border-right: calc(1px * 0.8) solid #2C2C2C;
    }
  }
  .user-container .user {
    width: 28px;
    height: 28px;
    margin-left: 14px;
  }
  @media screen and (max-width: 1536px) and (min-width: 1025px) {
    .user-container .user {
      width: calc(28px * 0.8);
      height: calc(28px * 0.8);
      margin-left: calc(14px * 0.8);
    }
  }
  .user-container:hover {
    background: #3b3b3b;
  }
  
  .user-card {
    position: absolute;
    top: 60px;
    right: 100px;
    width: 254px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all .1s linear;
    background: #ffffff;
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-top: 30px;
    padding: 10px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        top: 50px;
        right: 60px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        top: 50px;
        right: 20px;
    }
  }
  .user-card .user-email {
    display: flex;
    align-items: center;
  }
  .user-card .user-email .header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #ededed;
    border-radius: 50%;
    margin-right: 12px;
  }
  .user-card .user-email .header p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .user-card .user-email p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .user-card .user-credits {
    width: 100%;
    height: 114px;
    background: url(../free_card_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    margin-top: 10px;
    padding: 10px;
  }
  .user-card .user-credits .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .user-card .user-credits .title p {
    flex: 1;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #7b7b7b;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .user-card .user-credits .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
  }
  .user-card .user-credits .center .credit {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  .user-card .user-credits .center .credit img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .user-card .user-credits .center .credit p {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .user-card .user-credits .center .membership {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 24px;
    border-left: 1px solid #cccccc;
  }
  .user-card .user-credits .center .membership p {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .user-card .user-credits .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    background: linear-gradient(180deg, #555555 0%, #000000 100%);
    border-radius: 6px;
    margin-top: 8px;
    cursor: pointer;
  }
  .user-card .user-credits .btn p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 0.6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .user-card .user-credits .btn:hover {
    opacity: 0.7;
  }
  .user-card .vip-credits {
    background: url(../vip_card_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .user-card .vip-credits .title p {
    color: #af7a1c;
  }
  .user-card .vip-credits .center .membership {
    border-color: #deba80;
  }
  .user-card .vip-credits .btn {
    background: linear-gradient(180deg, #836646 0%, #000000 100%);
  }
  .user-card .vip-credits .btn:hover {
    opacity: 0.7;
  }
  .user-card .credit-records,
  .user-card .support,
  .user-card .log-out {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f8f8f8;
    cursor: pointer;
  }
  .user-card .credit-records img,
  .user-card .support img,
  .user-card .log-out img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
  .user-card .credit-records p,
  .user-card .support p,
  .user-card .log-out p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #7b858e;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .user-card .credit-records:hover p,
  .user-card .support:hover p,
  .user-card .log-out:hover p {
    color: #000000;
  }
  .user-card .log-out {
    border-bottom: 0px;
  }
  