#app_common_modal,
#error_handler_overlay {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
  max-width: 1000px;
  margin: 30px auto;
  padding: 2.5%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
}

#app_common_modal .app_modal_body iframe,
#app_common_modal .app_modal_body #myIframe {
  width: 100%;
  border: 1px solid #d5d6ef;
}

#app_common_modal_close,
#error_handler_overlay_close {
  line-height: 26px;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}

@media screen and (min-width: 320px) and (max-width: 1200px) and (orientation: landscape) {
  #app_common_modal .app_modal_body {
    min-height: 180px;
  }
  #app_common_modal .app_modal_body iframe,
  #app_common_modal .app_modal_body #myIframe {
    min-height: 180px;
    height: 180px;
    overflow-y: scroll;
  }
}

#app_common_modal .app_modal_body {
  min-height: 400px;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #app_common_modal .app_modal_body {
    min-height: 180px;
    margin: 30px auto;
  }
  #app_common_modal .app_modal_body iframe,
  #app_common_modal .app_modal_body #myIframe {
    min-height: 180px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1200px) and (orientation: landscape) {
  #app_common_modal .app_modal_body,
  #error_handler_overlay .error_handler_body {
    height: auto;
  }
  .error_handler_body ul li {
    font-size: 12px;
  }
  #error_handler_overlay .error_handler_body ul {
    height: 180px;
    overflow: scroll;
  }
}

#app_common_modal .app_modal_body #myIframe {
  padding: 8px;
}

.popwrap * {
  font-family: Helvetica, Roboto, Arial, sans-serif !important;
  line-height: 23px;
}
.popwrap {
  color: #000;
  height: 700px;
  overflow-y: auto;
  word-break: break-word;
}
.popwrap h1 {
  font-size: 2em; /* 恢复h1的字体大小 */
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.popwrap h3 {
  font-size: 1.75em; /* 设置h3的字体大小 */
  font-weight: 600;
}

.popwrap h4 {
  font-size: 1.5em; /* 设置h4的字体大小 */
  font-weight: 600;
}

.popwrap h5 {
  font-size: 1.25em; /* 设置h5的字体大小 */
  font-weight: 500;
}

.popwrap h6 {
  font-size: 1em; /* 设置h6的字体大小 */
  font-weight: 500;
}

.popwrap p {
  font-size: 15px;
  line-height: 23px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 700px) {
  .popwrap {
    height: 170px;
  }
}

.legal-page-logoExitWrapper {
  width: 100%;
  background-color: #fff;
}
.legal-page-logoExit {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  width: 100%;
  padding: 14px 24px;
  margin: 0 auto;
}
.legal-page-logoExit__image {
  width: 180px;
  height: auto;
}
.legal-page-title {
  background-color: #333333;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  padding: 14px 24px;
  text-align: center;
  color: #fff;
}
.legal-page-contentWrapper {
  width: 100%;
  background-color: #f2f2f2;
}
.legal-page-contentInnerWrapper {
  background-color: #f2f2f2;
  padding: 24px 24px;
  margin: 0 auto;
  max-width: 920px;
}
.legal-page-content {
  background-color: #fff;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .legal-page-logoExit {
    padding: 16px;
  }
  .legal-page-logoExit__image {
    width: 105px;
    height: 20px;
  }
  .legal-page-title {
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
  }
  .legal-page-contentInnerWrapper {
    padding: 0;
  }
  .legal-page-content {
    padding: 16px;
  }
  .legal-page-contentWrapper {
    padding: 25px 15px;
  }
}
.legal-page-modal {
  max-width: 100%;
  width: 100%;
  z-index: 99999999;
  padding: 0;
  height: 100%;
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  text-align: initial;
  position: relative;
}
.legal-page-content h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #333;
  text-transform: capitalize;
}
.legal-page-content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
}
.legal-page-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
}
.legal-page-content p a,
.legal-page-content li a {
  color: #0017e9;
}
.legal-page-content p a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0;
}
.legal-page-content p strong strong {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
}
.legal-page-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0;
}
.legal-page-content p strong {
  font-weight: 700;
}
.legal-page-content ol {
  counter-reset: main;
  list-style-type: none;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
}
.legal-page-content ol li {
  counter-increment: main;
  margin-bottom: 16px;
}

.legal-page-content li ol {
  padding: 0;
  counter-reset: item;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4f4f4f;
}
.legal-page-content li ol li:not(:last-of-type) {
  margin-bottom: 8px;
}
.legal-page-content li ol > li {
  counter-increment: sub;
}
.legal-page-content li ol li {
  margin-top: 8px;
}
.legal-page-content li ol > li::before {
  content: counter(main) '.' counter(sub) ' ';
}
.legal-page-content .wp-block-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .legal-page-content li ol > li::before {
    font-weight: 700;
  }
}
.legal-page-content li ol > li {
  content: counter(main) '.' counter(sub) ' ';
}
.legal-page-content ol li ol li ol > li {
  counter-increment: sub-sub;
}
.legal-page-content ol li ol li ol > li::before {
  content: counter(main) '.' counter(sub) '.' counter(sub-sub) '. ';
}
.wp-block-table table tbody {
  margin-top: 8px;
  overflow-x: scroll;
}
.wp-block-table table tbody tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.wp-block-table table tbody tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .wp-block-table table tbody tr {
    display: block;
  }
  .wp-block-table table tbody tr td {
    min-width: 200px;
  }
}
.wp-block-table table tbody tr {
  border: 1px solid #828282;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4f4f4f;
}
.wp-block-table table tbody tr:first-of-type {
  background-color: #e0e0e0;
  font-weight: 700;
}
.wp-block-table table tbody tr td {
  border: none;
  padding: 10px 12px;
  border-right: 1px solid #828282;
}
.wp-block-table table tbody tr td:last-of-type {
  border-right: none;
}
.wp-block-table table tbody tr:not(:first-of-type) {
  border-top: none;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.modal a.close-modal {
  position: absolute;
}
.blocker {
  z-index: 99999998;
}
.legal-page-modal .close-icon {
  transition: transform 0.3s;
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.legal-page-modal .close-icon img {
  height: 100%;
}
.legal-page-modal .close-icon:hover {
  transform: rotate(90deg);
  transform-origin: center;
}
.current {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spin {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.spin div {
  width: 100%;
  height: 100%;
  border: 7px solid rgba(255, 255, 255, 0.5);
  border-bottom: 7px solid #fff;
  border-radius: 50%;
  position: relative;
  transform: rotate(130deg);
  animation: 1000ms linear infinite spin;
  opacity: 1;
}
.spin div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes spin {
  0% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(490deg);
  }
}
