.modal-backdrop.fade.show {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.modal-backdrop.fade {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
}

section.guest-modal .modal .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.guest-modal .modal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.guest-modal .modal .guest-desc-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}

section.guest-modal .modal .guest-desc {
  width: 682px;
  height: 322px;
  background: #f3f4f6;
  border-radius: 32px;
  position: absolute;
  top: 0;
  left: 23px;
  z-index: -1;
}

section.guest-modal .modal .guest-desc .guest-desc-text {
  width: 378px;
  overflow: hidden;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 25px;
  margin: 99px 0 0 240px;
}

section.guest-modal .modal .content-main {
  margin: 0 auto;
  width: 706px;
  height: 322px;
  border: none;
  background: transparent;
}

section.guest-modal .modal .modal-content {
  margin: 0 auto;
  width: 706px;
  height: 322px;
  border: none;
  background: transparent;
}

section.guest-modal .modal .guest {
  margin-top: 43px;
  width: 263px;
  width: 263px;
  width: min(max(163px, 43.46667vw), 263px);
  width: clamp(163px, 43.46667vw, 263px);
  height: 279px;
  height: 279px;
  height: min(max(174px, 46.4vw), 279px);
  height: clamp(174px, 46.4vw, 279px);
  position: relative;
  overflow: hidden;
}

section.guest-modal .modal .guest .peaple,
section.guest-modal .modal .guest .bg-under,
section.guest-modal .modal .guest .bg-front {
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

section.guest-modal .modal .guest .bg-under {
  z-index: -1;
}

section.guest-modal .modal .guest .bg-front {
  z-index: 2;
  bottom: -2px;
}

section.guest-modal .modal .guest .text {
  padding: 45px 17px;
  padding: clamp(26px, 6.93333vw, 45px) clamp(12px, 3.2vw, 17px) clamp(5px, 1.33333vw, 12px);
  padding-top: 45px;
  padding-top: min(max(26px, 6.93333vw), 45px);
  padding-top: clamp(26px, 6.93333vw, 45px);
  padding-right: 17px;
  padding-right: min(max(12px, 3.2vw), 17px);
  padding-right: clamp(12px, 3.2vw, 17px);
  padding-bottom: 12px;
  padding-bottom: min(max(5px, 1.33333vw), 12px);
  padding-bottom: clamp(5px, 1.33333vw, 12px);
  padding-left: 17px;
  padding-left: min(max(12px, 3.2vw), 17px);
  padding-left: clamp(12px, 3.2vw, 17px);
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}

section.guest-modal .modal .guest .text .name {
  font-size: 18px;
  font-size: 18px;
  font-size: min(max(14px, 3.73333vw), 18px);
  font-size: clamp(14px, 3.73333vw, 18px);
  font-family: HuaweiSans, HuaweiSans-Bold;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin-bottom: min(max(2px, 0.53333vw), 10px);
  margin-bottom: clamp(2px, 0.53333vw, 10px);
}

section.guest-modal .modal .guest .text > span {
  font-size: 9px;
  font-family: FZLTHJW;
  color: #000000;
  line-height: 20px;
}

@media screen and (max-width: 414px) {
  section.guest-modal .modal .guest-desc-close {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 35px;
  }
  section.guest-modal .modal .modal-content {
    width: 357px;
    height: 201px;
  }
  section.guest-modal .modal .content-main {
    width: 357px;
    height: 201px;
  }
  section.guest-modal .modal .content-main video {
    width: 100%;
  }
  section.guest-modal .modal .guest {
    width: 183px;
    height: 230px;
    margin-top: 25px;
    margin-left: -18px;
  }
  section.guest-modal .modal .guest .text {
    margin-left: 10px;
  }
  section.guest-modal .modal .guest .text .name {
    margin-top: 24px;
    line-height: 20px;
    font-size: 15px;
  }
  section.guest-modal .modal .guest .text > span {
    font-size: 10px;
    line-height: 15px;
  }
  section.guest-modal .modal .guest-desc {
    width: 315px;
  }
  section.guest-modal .modal .guest-desc .guest-desc-text {
    width: 150px;
    overflow: hidden;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 18px;
    margin: 50px 20px 0 20px;
    float: right;
    text-indent: 25px;
  }
}

section.common-modal .modal .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.common-modal .modal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
}

section.common-modal .modal .content-main {
  width: 798px;
  height: 448px;
  position: relative;
}

section.common-modal .modal .content-main .close_icon {
  position: absolute;
  top: -30px;
  right: 0;
  width: 20px;
}

section.common-modal .modal .content-main video {
  width: 100%;
}

@media screen and (max-width: 414px) {
  section.common-modal .modal .content-main {
    width: 357px;
    height: 201px;
  }
  section.common-modal .modal .content-main video {
    width: 100%;
  }
}
