html,
body,
#app {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
}

.avue-home {
    background-color: #303133;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.avue-home__main {
    user-select: none;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.avue-home__footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    padding: 1em 0;
}

.avue-home__footer > a {
    font-size: 12px;
    color: #ABABAB;
    text-decoration: none;
}

.avue-home__loading {
    height: 32px;
    width: 32px;
    margin-bottom: 20px;
}

.avue-home__title {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.avue-home__sub-title {
    color: #ABABAB;
    font-size: 12px;
}

.mz-button-primary {
  background-color: #0094ff !important;
  color: #fff !important;
}

.section-head-bar.border {
  border-bottom: 1px solid #eee;
}
.section-head-bar {
  min-height: 46px;
  line-height: 46px;
}
.section-head-h2 {
  font: normal 22px/46px "Microsoft YaHei";
}

.footer-service {
  padding: 55px 0;
}
.footer-service-code {
  float: left;
  width: 182px;
  height: 238px;
  margin-right: 45px;
  text-indent: -9999px;
}
.friend-link-tags {
  width: 98px;
  background: #4c4c4c;
}
.footer-contact {
  padding: 20px 0;
  background: #373737;
  color: #666;
}
.friend-link {
  background: #aaa;
  color: #ccc;
  line-height: 40px;
  margin: 45px auto 0;
  width: 846px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.recharge-balance-ct {
  padding: 40px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0 #f0f5fe;
  box-sizing: border-box;
}
.recharge-balance-ct .balance {
  color: #333;
  font: 600 40px/100% 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.recharge-balance-ct .balance span {
  font-size: 16px;
  font-weight: 100;
}

.common-state-tab {

}

.el-form-item__label{
  font-size: 12px !important;
}

