@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation-489dccf0 {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle[data-v-489dccf0] {
  animation: throttleAnimation-489dccf0 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.account-center[data-v-489dccf0] {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.account-center .account-center-content[data-v-489dccf0] {
    min-height: 100%;
    border-radius: 0.375rem;
    padding: 2rem;
    box-sizing: border-box;
    margin: 0 0.625rem;
}
[data-theme="light"] .account-center .account-center-content[data-v-489dccf0] {
      background-color: #FFFFFF !important;
}
[data-theme="dark"] .account-center .account-center-content[data-v-489dccf0] {
      background-color: #202020 !important;
}
[data-theme="light"] .account-center .account-center-content[data-v-489dccf0] {
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !important;
}
[data-theme="dark"] .account-center .account-center-content[data-v-489dccf0] {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.12) !important;
}
.account-center .account-center-content .box[data-v-489dccf0] {
      width: 32.5rem;
}
.account-center .account-center-content .box .title[data-v-489dccf0] {
        font-size: 1.5rem;
        line-height: 2.125rem;
        font-style: normal;
        font-weight: 700;
        /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .account-center .account-center-content .box .title[data-v-489dccf0] {
          color: #15171E !important;
}
[data-theme="dark"] .account-center .account-center-content .box .title[data-v-489dccf0] {
          color: #F2F2F3 !important;
}
.account-center .account-center-content .box .second-title[data-v-489dccf0] {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .account-center .account-center-content .box .second-title[data-v-489dccf0] {
          color: #3E465B !important;
}
[data-theme="dark"] .account-center .account-center-content .box .second-title[data-v-489dccf0] {
          color: #CACBCE !important;
}
.account-center .account-center-content .box .sub-title[data-v-489dccf0] {
        margin-top: 0.25rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-style: normal;
        font-weight: 400;
        /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .account-center .account-center-content .box .sub-title[data-v-489dccf0] {
          color: #3E465B !important;
}
[data-theme="dark"] .account-center .account-center-content .box .sub-title[data-v-489dccf0] {
          color: #CACBCE !important;
}
.account-center .account-center-content .box .box-item-container-fixed-height[data-v-489dccf0] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 4.5rem;
        margin-top: 1rem;
        padding: 0 1.5rem;
        border-radius: 0.5rem;
        border: 1px solid;
        box-sizing: border-box;
}
[data-theme="light"] .account-center .account-center-content .box .box-item-container-fixed-height[data-v-489dccf0] {
          border-color: #E1E3EA !important;
}
[data-theme="dark"] .account-center .account-center-content .box .box-item-container-fixed-height[data-v-489dccf0] {
          border-color: #313235 !important;
}
.account-center .account-center-content .box .box-item-container-fixed-height .left-box[data-v-489dccf0] {
          display: flex;
          align-items: center;
}
.account-center .account-center-content .box .box-item-container-fixed-height .right-box[data-v-489dccf0] {
          display: flex;
          align-items: center;
}
.account-center .account-center-content .box .box-item-container-fixed-height .wenhao[data-v-489dccf0] {
          font-style: normal;
          font-size: 0.875rem;
          margin-left: 0.25rem;
          /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .account-center .account-center-content .box .box-item-container-fixed-height .wenhao[data-v-489dccf0] {
            color: #8590AD !important;
}
[data-theme="dark"] .account-center .account-center-content .box .box-item-container-fixed-height .wenhao[data-v-489dccf0] {
            color: #797D86 !important;
}
.account-center .account-center-content .box .box-item-container-fixed-height .label[data-v-489dccf0] {
          font-weight: 700;
          font-style: normal;
          font-size: 1rem;
          line-height: 1.5rem;
          /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .account-center .account-center-content .box .box-item-container-fixed-height .label[data-v-489dccf0] {
            color: #3E465B !important;
}
[data-theme="dark"] .account-center .account-center-content .box .box-item-container-fixed-height .label[data-v-489dccf0] {
            color: #CACBCE !important;
}
.account-center .account-center-content .box .box-item-container-fixed-height .email[data-v-489dccf0] {
          font-weight: 500;
          font-style: normal;
          font-size: 0.75rem;
          line-height: 1rem;
          /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .account-center .account-center-content .box .box-item-container-fixed-height .email[data-v-489dccf0] {
            color: #677598 !important;
}
[data-theme="dark"] .account-center .account-center-content .box .box-item-container-fixed-height .email[data-v-489dccf0] {
            color: #94979E !important;
}
.account-center .account-center-content .box .box-item-container-fixed-height .value[data-v-489dccf0] {
          font-weight: 500;
          font-style: normal;
          font-size: 0.75rem;
          line-height: 1rem;
          /*通过该函数设置字体颜色，后期方便统一管理；*/
}
[data-theme="light"] .account-center .account-center-content .box .box-item-container-fixed-height .value[data-v-489dccf0] {
            color: #A4ACC1 !important;
}
[data-theme="dark"] .account-center .account-center-content .box .box-item-container-fixed-height .value[data-v-489dccf0] {
            color: #61646B !important;
}
.account-center .account-center-content .box .box-item-container-fixed-height a[data-v-489dccf0] {
          font-weight: 700;
          font-style: normal;
          font-size: 0.75rem;
          line-height: 1rem;
          margin-left: 0.5rem;
          /*通过该函数设置字体颜色，后期方便统一管理；*/
          text-decoration: none;
}
[data-theme="light"] .account-center .account-center-content .box .box-item-container-fixed-height a[data-v-489dccf0] {
            color: #26AE98 !important;
}
[data-theme="dark"] .account-center .account-center-content .box .box-item-container-fixed-height a[data-v-489dccf0] {
            color: #2CCFA8 !important;
}

