.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;
}