@charset "UTF-8";
.page-main[data-v-c8cb8dda] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-c8cb8dda],
.slide-enter-active[data-v-c8cb8dda] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-c8cb8dda],
.slide-leave-to[data-v-c8cb8dda] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-c8cb8dda],
.slide-leave[data-v-c8cb8dda] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-c8cb8dda] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-c8cb8dda] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-c8cb8dda] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-c8cb8dda]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.head-tips[data-v-c8cb8dda] {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 1.75rem;
  background-color: #ffeced;
  z-index: 10;
  top: 3.13rem;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6.25rem;
  gap: 8px;
  cursor: pointer;
}
.head-tips img[data-v-c8cb8dda] {
  display: block;
}
.head-tips img[data-v-c8cb8dda]:first-child {
  width: 0.63rem;
  height: 0.63rem;
}
.head-tips img[data-v-c8cb8dda]:last-child {
  width: 0.5rem;
  height: 0.5rem;
}
.membership[data-v-c8cb8dda] {
  box-sizing: border-box;
  padding: 2.25rem 6.25rem;
}
.mbs-title[data-v-c8cb8dda] {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.69rem;
}
.mbs-user[data-v-c8cb8dda] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.user-info-left[data-v-c8cb8dda] {
  width: 10.94rem;
  margin-right: 2.5rem;
}
.mbs-info-right[data-v-c8cb8dda] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
.membership[data-v-c8cb8dda] {
    padding: 12px 5% 0.75rem;
}
.membership .mbs-title[data-v-c8cb8dda] {
    display: none;
}
.membership .mbs-info-right[data-v-c8cb8dda] {
    width: 100%;
}
.mbs-user .user-info-left[data-v-c8cb8dda] {
    display: none;
}
}

/*# sourceMappingURL=app~._src_views_Membership_index.vue~3.c9890d0c.css.map*/