@charset "UTF-8";
.page-main[data-v-f6da0142] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-f6da0142],
.slide-enter-active[data-v-f6da0142] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-f6da0142],
.slide-leave-to[data-v-f6da0142] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-f6da0142],
.slide-leave[data-v-f6da0142] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-f6da0142] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-f6da0142] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-f6da0142] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-f6da0142]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.modal-mask[data-v-f6da0142] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(22, 48, 73, 0.94);
}
.modal-mask .modal-containner[data-v-f6da0142] {
  position: fixed;
  top: 15%;
  left: 50%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48.5vw;
  padding: 1.56rem 2.25rem 1.19rem;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal-mask .modal-containner .modal-close[data-v-f6da0142] {
  position: absolute;
  top: 0.63rem;
  right: 0.63rem;
  width: 0.63rem;
  height: 0.63rem;
  cursor: pointer;
}
.modal-mask .modal-containner .modal-content[data-v-f6da0142] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 0.88rem;
  color: #01194d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-mask .modal-containner .modal-content .description[data-v-f6da0142] {
  margin-bottom: 0.94rem;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142] {
  width: 80%;
  max-height: 50vh;
  overflow: auto;
}
.modal-mask .modal-containner .modal-content .pdf-wrap .pdf[data-v-f6da0142] {
  min-height: 18.75rem;
  margin-right: 1rem;
  background: #fff;
  border: 1px solid #163049;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142]::-webkit-scrollbar {
  width: 8px;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142]::-webkit-scrollbar-thumb {
  height: auto;
  min-height: auto;
  background: #c29d5c;
  border-radius: 0.94rem;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142]::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0.94rem;
}
.modal-mask .modal-containner .modal-footer[data-v-f6da0142] {
  margin-top: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-mask .modal-containner .modal-footer .modal-print-btn[data-v-f6da0142] {
  cursor: pointer;
  width: 40%;
  height: 1.5rem;
  background-color: #fff;
  border: 2px solid #c29d5c;
  color: #c29d5c;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
}
.modal-mask .modal-containner .modal-footer .modal-download-btn[data-v-f6da0142] {
  cursor: pointer;
  width: 40%;
  height: 1.5rem;
  background-color: #c29d5c;
  color: #ffffff;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
.modal-mask .modal-containner[data-v-f6da0142] {
    width: 90%;
    padding: 0.94rem 0.63rem 0.94rem;
    top: 10%;
}
.modal-mask .modal-containner .modal-close[data-v-f6da0142] {
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
}
.modal-mask .modal-containner .modal-content[data-v-f6da0142] {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.69rem;
}
.modal-mask .modal-containner .modal-content .description[data-v-f6da0142] {
    margin-bottom: 0.47rem;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142] {
    width: 100%;
    max-height: 50vh;
    overflow: auto;
}
.modal-mask .modal-containner .modal-content .pdf-wrap .pdf[data-v-f6da0142] {
    min-height: unset;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #163049;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142]::-webkit-scrollbar {
    width: 5px;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142]::-webkit-scrollbar-thumb {
    height: auto;
    min-height: auto;
    background: #c29d5c;
    border-radius: 0.94rem;
}
.modal-mask .modal-containner .modal-content .pdf-wrap[data-v-f6da0142]::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0.94rem;
}
.modal-mask .modal-containner .modal-footer[data-v-f6da0142] {
    margin-top: 0.56rem;
}
.modal-mask .modal-containner .modal-footer .modal-print-btn[data-v-f6da0142] {
    width: 45%;
    height: 1rem;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.modal-mask .modal-containner .modal-footer .modal-download-btn[data-v-f6da0142] {
    width: 45%;
    height: 1rem;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
}

/*# sourceMappingURL=app~._src_views_Membership_component_Member_PDFModal.vue~3.f9fee74e.css.map*/