@charset "UTF-8";
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
/* 通用样式 */
.read_terms_container {
  margin-top: -60px;
  /* modal */
  /*loading*/
}
@media screen and (max-width: 991px) {
  .read_terms_container {
    margin-top: 0;
  }
}
.read_terms_container .displayBlock {
  display: block !important;
}
.read_terms_container ::-webkit-scrollbar {
  width: 0;
}
.read_terms_container .agreement {
  height: 100%;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.read_terms_container .agreement_modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.read_terms_container .agreement_modal_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 480px;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: Montserrat, serif;
  text-align: center;
}
@media (max-width: 768px) {
  .read_terms_container .agreement_modal_wrapper {
    width: 80%;
    padding: 30px 24px;
  }
}
.read_terms_container .agreement_modal_wrapper .close-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.read_terms_container .agreement_modal_wrapper .close-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.read_terms_container .agreement_modal_wrapper .tips-icon {
  margin-bottom: 30px;
}
.read_terms_container .agreement_modal_wrapper .tips-icon img {
  width: 65.5px;
  height: 65.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.read_terms_container .agreement_modal_wrapper .tips-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.read_terms_container .agreement_modal_wrapper .tips-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.read_terms_container .agreement_modal_wrapper .tips-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
  color: #4E5356;
}
.read_terms_container .agreement_modal_wrapper .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  text-align: center;
  font-family: Montserrat, serif;
}
@media (max-width: 768px) {
  .read_terms_container .agreement_modal_wrapper .button-container {
    font-size: 14px;
  }
}
.read_terms_container .agreement_modal_wrapper .button-container button {
  padding: 8px 16px;
  color: #252728;
  background-color: #fff;
  border: 1px solid #252728;
}
.read_terms_container .agreement_modal_wrapper .button-container button:first-of-type:hover {
  border-color: #fff;
  color: #fff;
  background-color: #252728;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.read_terms_container .agreement_modal_wrapper .button-container button:last-of-type {
  background-color: #252728;
  color: #fff;
}
.read_terms_container .agreement_modal_wrapper .button-container button:last-of-type:hover {
  border-color: #252728;
  color: #252728;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.read_terms_container .agreement_body {
  width: 60vw;
  height: calc(100vh - 104px);
  margin: 0 auto;
  overflow-y: auto;
  padding-top: 40px;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .read_terms_container .agreement_body {
    width: 74vw;
  }
}
@media (max-width: 1199px) and (min-width: 800px) {
  .read_terms_container .agreement_body {
    width: 90.6vw;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .read_terms_container .agreement_body {
    width: 87.5vw;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .read_terms_container .agreement_body {
    width: 87.5vw;
  }
}
@media (max-width: 600px) {
  .read_terms_container .agreement_body {
    width: 75.5vw;
    padding-top: 40px;
  }
}
.read_terms_container .agreement_footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-top: 1px solid rgba(203, 196, 196, 0.8);
}
@media (max-width: 991px) {
  .read_terms_container .agreement_footer {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .read_terms_container .agreement_footer {
    height: 84px;
  }
}
.read_terms_container .agreement_footer > div {
  height: 100%;
  width: 1280px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .read_terms_container .agreement_footer > div {
    width: 86.111111vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .read_terms_container .agreement_footer > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.read_terms_container .agreement_footer button {
  width: 120px;
  height: 50px;
  text-align: center;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #252728;
  background-color: #fff;
  border: 1px solid #252728;
}
@media (max-width: 600px) {
  .read_terms_container .agreement_footer button {
    width: 134.6px;
    height: 40px;
    line-height: 40px;
  }
}
.read_terms_container .agreement_footer button:last-of-type {
  background-color: #252728;
  color: #fff;
}
.read_terms_container .loader {
  border: 5px solid #dfdfdf;
  border-top: 5px solid #252728;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.read_terms_container .loader_container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.read_terms_container .app_footer_btn {
  z-index: 999 !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  padding-bottom: env(safe-area-inset-bottom); /* 适配安全区域,兼容 IOS>11.2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 确保padding不破坏高度 */
}

.read_terms_container .agreement_footer button:first-of-type:hover {
  border-color: #fff;
  color: #fff;
  background-color: #252728;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.read_terms_container .agreement_footer.fixed {
  position: fixed;
  z-index: 2;
}

.read_terms_container .agreement_footer.fixed.notread button:last-of-type {
  background: #bfbfc1;
  color: #fff;
  border: 1px solid #bfbfc1;
}

.read_terms_container .agreement_footer.fixed.readend button:last-of-type {
  background-color: #252728;
  color: #fff;
  border: 1px solid #252728;
}

.read_terms_container .agreement_footer.readend button:last-of-type:hover {
  color: #252728;
  border: 1px solid #252728;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
[v-cloak][data-v-158ab1cc] {
  display: none;
}