.container {
    height: 670px;
    background: #F0F0F0;
}

.id-photo-container {
    width: 1296px;
    margin: 156px auto 0;
    display: flex;
    justify-content: space-between;
}

.id-photo-container .container-left {
    position: relative;
    width: 626px;
}

.id-photo-container .container-left h1 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.id-photo-container .container-left .id-photo-desc {
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 10px;
}

.id-photo-container .container-left .country-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 62px;
    border-radius: 12px;
    background: #ffffff;
    margin-top: 42px;
    padding: 20px;
    cursor: pointer;
}

.id-photo-container .container-left .country-search:hover {
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, .1);
}

.id-photo-container .container-left .country-search .search-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.id-photo-container .container-left .country-search .search-left img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.id-photo-container .container-left .country-search .search-left .country-name {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.id-photo-container .container-left .country-search .search-right img {
    width: 18px;
    height: 18px;
}

.id-photo-container .container-right {
    width: 604px;
}

.id-photo-container .container-right img {
    width: 100%;
    height: auto;
}

.id-photo-container .container-left .generate-btn {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #000000;
    cursor: pointer;
    margin-top: 28px;
}

.id-photo-container .container-left .generate-btn:hover {
    background-color: #4a4a4a;
}

.id-photo-container .container-left .generate-btn p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.id-photo-container .container-left .module-result {
    width: 100%;
    max-height: 208px;
    background: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    padding: 25px 20px;
}

.id-photo-container .container-left .module-result .result-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 160px;
    overflow: auto;
}

.id-photo-container .container-left .module-result .result-container .module-one {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    cursor: pointer;
}

.id-photo-container .container-left .module-result .result-container .module-one:hover > p {
    color: #000000;
}

.id-photo-container .container-left .module-result .result-container .module-one:hover > .radio-input {
    border-color: #000000;
}

.id-photo-container .container-left .module-result .result-container .module-one:last-of-type {
    padding-bottom: 0px;
}

.id-photo-container .container-left .module-result .result-container .module-one .radio-input {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ADADAD;
    margin-right: 12px;
}

.id-photo-container .container-left .module-result .result-container .module-one .choose-module {
    border-color: #000000;
}

.id-photo-container .container-left .module-result .result-container .module-one .choose-module::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
}

.id-photo-container .container-left .module-result .result-container .module-one p {
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.id-photo-container .container-left .country-search-result {
    width: 100%;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 300px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    transition: all .2s linear;
}

.id-photo-container .container-left .country-search-result .search-enter {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 0 20px;
}

.id-photo-container .container-left .country-search-result .search-enter img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.id-photo-container .container-left .country-search-result .search-enter input {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    font: inherit;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.id-photo-container .container-left .country-search-result .search-enter input::placeholder {
    color: #707177;
}

.id-photo-container .container-left .country-search-result .search-enter input:focus {
    outline: none;
}

.id-photo-container .container-left .country-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.id-photo-container .container-left .country-list #countryList {
    width: 100%;
    max-height: 195px;
    overflow: auto;
}

.id-photo-container .container-left .country-list .country-one {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 39px;
    padding-left: 54px;
    border-radius: 9px;
    cursor: pointer;
}

.id-photo-container .container-left .country-list .country-one:hover {
    background: #F5F4F4;
}

.id-photo-container .container-left .country-list img {
    position: absolute;
    top: 12px;
    left: 26px;
    width: 16px;
    height: 16px;
}

.id-photo-container .container-left .country-list p {
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.choose-country {
    color: #000000 !important;
}

.focus-border {
    border-color: #000000 !important;
}

.open-country-list {
    opacity: 1 !important;
    max-height: 300px !important;
}

@media screen and (max-width: 1640px) and (min-width: 1312px) {
    .container {
      height: 536px;
    }
  
    .id-photo-container {
      width: 1036.8px;
      margin: 124.8px auto 0;
    }
  
    .id-photo-container .container-left {
      width: 500.8px;
    }
  
    .id-photo-container .container-left h1 {
      font-size: 33.6px;
      line-height: 33.6px;
      letter-spacing: 0.48px;
    }
  
    .id-photo-container .container-left .id-photo-desc {
      font-size: 14.4px;
      line-height: 28.8px;
      letter-spacing: 0.48px;
      padding-top: 8px;
    }
  
    .id-photo-container .container-left .country-search {
      height: 49.6px;
      border-radius: 9.6px;
      margin-top: 33.6px;
      padding: 16px;
    }
  
    .id-photo-container .container-left .country-search .search-left img {
      width: 17.6px;
      height: 17.6px;
      margin-right: 9.6px;
    }
  
    .id-photo-container .container-left .country-search .search-left .country-name {
      font-size: 14.4px;
      line-height: 14.4px;
      letter-spacing: 0.48px;
    }
  
    .id-photo-container .container-left .country-search .search-right img {
      width: 14.4px;
      height: 14.4px;
    }
  
    .id-photo-container .container-right {
      width: 483.2px;
    }
  
    .id-photo-container .container-left .generate-btn {
      height: 51.2px;
      border-radius: 9.6px;
      margin-top: 22.4px;
    }
  
    .id-photo-container .container-left .generate-btn p {
      font-size: 16px;
      line-height: 22.4px;
    }
  
    .id-photo-container .container-left .module-result {
      max-height: 166.4px;
      border-radius: 9.6px;
      margin-top: 16px;
      padding: 20px 16px;
    }
  
    .id-photo-container .container-left .module-result .result-container {
      max-height: 128px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one {
      padding-bottom: 19.2px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one .radio-input {
      width: 17.6px;
      height: 17.6px;
      margin-right: 9.6px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one .choose-module::after {
      width: 9.6px;
      height: 9.6px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one p {
      font-size: 12.8px;
      line-height: 12.8px;
      letter-spacing: 0.48px;
    }
  
    .id-photo-container .container-left .country-search-result {
      top: 240px;
      padding: 16px;
      border-radius: 9.6px;
    }
  
    .id-photo-container .container-left .country-search-result .search-enter {
      height: 38.4px;
      border-radius: 6.4px;
      padding: 0 16px;
    }
  
    .id-photo-container .container-left .country-search-result .search-enter img {
      width: 17.6px;
      height: 17.6px;
      margin-right: 9.6px;
    }
  
    .id-photo-container .container-left .country-search-result .search-enter input {
      font-size: 12.8px;
      line-height: 12.8px;
      letter-spacing: 0.48px;
    }
  
    .id-photo-container .container-left .country-list {
      margin-top: 9.6px;
    }
  
    .id-photo-container .container-left .country-list #countryList {
      max-height: 156px;
    }
  
    .id-photo-container .container-left .country-list .country-one {
      height: 31.2px;
      padding-left: 43.2px;
      border-radius: 7.2px;
    }
  
    .id-photo-container .container-left .country-list img {
      top: 9.6px;
      left: 20.8px;
      width: 12.8px;
      height: 12.8px;
    }
  
    .id-photo-container .container-left .country-list p {
      font-size: 12.8px;
      line-height: 12.8px;
      letter-spacing: 0.48px;
    }
  
    .open-country-list {
      max-height: 240px !important;
    }
  }
  
  @media screen and (max-width: 1312px) and (min-width: 1024px) {
    .container {
      height: 428.8px;
    }
  
    .id-photo-container {
      width: 829.44px;
      margin: 99.84px auto 0;
    }
  
    .id-photo-container .container-left {
      width: 400.64px;
    }
  
    .id-photo-container .container-left h1 {
      font-size: 26.88px;
      line-height: 26.88px;
      letter-spacing: 0.384px;
    }
  
    .id-photo-container .container-left .id-photo-desc {
      font-size: 11.52px;
      line-height: 23.04px;
      letter-spacing: 0.384px;
      padding-top: 6.4px;
    }
  
    .id-photo-container .container-left .country-search {
      height: 39.68px;
      border-radius: 7.68px;
      margin-top: 26.88px;
      padding: 12.8px;
    }
  
    .id-photo-container .container-left .country-search .search-left img {
      width: 14.08px;
      height: 14.08px;
      margin-right: 7.68px;
    }
  
    .id-photo-container .container-left .country-search .search-left .country-name {
      font-size: 11.52px;
      line-height: 11.52px;
      letter-spacing: 0.384px;
    }
  
    .id-photo-container .container-left .country-search .search-right img {
      width: 11.52px;
      height: 11.52px;
    }
  
    .id-photo-container .container-right {
      width: 386.56px;
    }
  
    .id-photo-container .container-left .generate-btn {
      height: 40.96px;
      border-radius: 7.68px;
      margin-top: 17.92px;
    }
  
    .id-photo-container .container-left .generate-btn p {
      font-size: 12.8px;
      line-height: 17.92px;
    }
  
    .id-photo-container .container-left .module-result {
      max-height: 133.12px;
      border-radius: 7.68px;
      margin-top: 12.8px;
      padding: 16px 12.8px;
    }
  
    .id-photo-container .container-left .module-result .result-container {
      max-height: 102.4px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one {
      padding-bottom: 15.36px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one .radio-input {
      width: 14.08px;
      height: 14.08px;
      margin-right: 7.68px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one .choose-module::after {
      width: 7.68px;
      height: 7.68px;
    }
  
    .id-photo-container .container-left .module-result .result-container .module-one p {
      font-size: 10.24px;
      line-height: 10.24px;
      letter-spacing: 0.384px;
    }
  
    .id-photo-container .container-left .country-search-result {
      top: 192px;
      padding: 12.8px;
      border-radius: 7.68px;
    }
  
    .id-photo-container .container-left .country-search-result .search-enter {
      height: 30.72px;
      border-radius: 5.12px;
      padding: 0 12.8px;
    }
  
    .id-photo-container .container-left .country-search-result .search-enter img {
      width: 14.08px;
      height: 14.08px;
      margin-right: 7.68px;
    }
  
    .id-photo-container .container-left .country-search-result .search-enter input {
      font-size: 10.24px;
      line-height: 10.24px;
      letter-spacing: 0.384px;
    }
  
    .id-photo-container .container-left .country-list {
      margin-top: 7.68px;
    }
  
    .id-photo-container .container-left .country-list #countryList {
      max-height: 124.8px;
    }
  
    .id-photo-container .container-left .country-list .country-one {
      height: 24.96px;
      padding-left: 34.56px;
      border-radius: 5.76px;
    }
  
    .id-photo-container .container-left .country-list img {
      top: 7.68px;
      left: 16.64px;
      width: 10.24px;
      height: 10.24px;
    }
  
    .id-photo-container .container-left .country-list p {
      font-size: 10.24px;
      line-height: 10.24px;
      letter-spacing: 0.384px;
    }
  
    .open-country-list {
      max-height: 192px !important;
    }
  }
  
.id-photo-loading {
    position: relative;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

.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;
}

.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 0.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;
}

.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 */
  }
}