html.night-mode .dark-img {
  -webkit-filter: saturate(85%) brightness(97%);
  filter: saturate(85%) brightness(97%);
  will-change: filter;
}
html,
body,
div,
span,
p,
a,
img,
i,
dd,
ol,
ul,
li,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
body {
  min-height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
}
q:before,
q:after {
  content: none;
}

/* custom */
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
html.night-mode a {
  color: #798485;
}
ol,
ul,
li {
  list-style: none;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-to,
.fade-enter-leave {
  opacity: 1;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body,
html {
  line-height: 1;
  font-family: 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif, 'Droid Sans Fallback';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: #505050;
}
html.night-mode body,
html.night-mode html {
  color: #b5b5b5;
}
html {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
html::-webkit-scrollbar {
  display: none;
}
input {
  /*去除阴影*/
  -webkit-box-shadow: none;
  box-shadow: none;
  /*聚焦input的蓝色边框*/
  outline: none;
  /*textarea 禁止拖拽*/
  resize: none;
  /*去除边框*/
  border: none;
  /*常用于IOS下移除原生样式*/
  -webkit-appearance: none;
  /*点击高亮的颜色*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clickable {
  color: #00aeec;
}
.clickable[disabled] {
  opacity: 0.5 !important;
}
.background-full {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bili-btn-main {
  width: 9.36rem;
  height: 1.1733rem;
  background: #ff6699;
  border-radius: 0.1067rem;
  color: #fefefe;
  font-weight: 400;
  font-size: 0.4267rem;
  line-height: 1.0667rem;
  text-align: center;
}
html.night-mode .bili-btn-main {
  background: #ee6593;
}
html.night-mode .bili-btn-main {
  color: #151515;
}
.bili-btn-main[disabled] {
  opacity: 0.5 !important;
  pointer-events: none;
}
body {
  max-width: 10rem;
  margin: 0 auto !important;
  background: #ffffff;
}
html.night-mode body {
  background: #141414;
}
html.night-mode .dark-img[data-v-1a023d48] {
  -webkit-filter: saturate(85%) brightness(97%);
  filter: saturate(85%) brightness(97%);
  will-change: filter;
}
.account-dialog_wp[data-v-1a023d48] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.account-dialog__mask[data-v-1a023d48] {
  z-index: 1002;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-dialog__dialog[data-v-1a023d48] {
  z-index: 1005;
  background-color: white;
  border-radius: 0.2133rem;
  width: 7.4667rem;
}
.account-dialog__dialog .dialog__main[data-v-1a023d48] {
  padding: 0.32rem 0.5333rem 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-dialog__dialog .dialog__main .main__title[data-v-1a023d48] {
  margin-top: 0.32rem;
  font-size: 0.4267rem;
  line-height: 0.5867rem;
  font-weight: 400;
  color: #18191c;
  font-weight: 500;
}
.account-dialog__dialog .dialog__main .main__desc[data-v-1a023d48] {
  margin-top: 0.16rem;
  font-size: 0.3467rem;
  line-height: 0.48rem;
  font-weight: 400;
  color: #61666d;
}
.account-dialog__dialog .dialog__footer[data-v-1a023d48] {
  font-size: 0.4267rem;
  line-height: 0.5867rem;
  font-weight: 400;
  text-align: center;
  color: #18191c;
}
.account-dialog__dialog .dialog__footer .footer__btn[data-v-1a023d48] {
  line-height: 1.1733rem;
  height: 1.1733rem;
}
.account-dialog__dialog .dialog__footer[data-v-1a023d48]:not([vertical]) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.account-dialog__dialog .dialog__footer[data-v-1a023d48]:not([vertical])::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.0267rem;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background: #e3e5e7;
}
.account-dialog__dialog .dialog__footer:not([vertical]) .footer__btn[data-v-1a023d48] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.account-dialog__dialog .dialog__footer:not([vertical]) .footer__btn[last][data-v-1a023d48] {
  color: #ff6699;
}
.account-dialog__dialog .dialog__footer[vertical] .footer__btn[data-v-1a023d48] {
  position: relative;
}
.account-dialog__dialog .dialog__footer[vertical] .footer__btn[data-v-1a023d48]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.0267rem;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background: #e3e5e7;
}
.account-dialog__dialog .font-for-title[data-v-1a023d48] {
  font-size: 0.4267rem;
  line-height: 0.5867rem;
  font-weight: 400;
}
.account-dialog__dialog .font-for-desc[data-v-1a023d48] {
  font-size: 0.3467rem;
  line-height: 0.48rem;
  font-weight: 400;
}
.account-dialog__dialog .divider05[data-v-1a023d48] {
  position: relative;
}
.account-dialog__dialog .divider05[data-v-1a023d48]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.0267rem;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background: #e3e5e7;
}

/*# sourceMappingURL=account-h5.9.e81e8c8d238b6b93652fd7213d09cb1eddb23e04.css.map*/