* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  font-family: 微软雅黑!important;
}
.flex {
  display: flex;
  align-items: center;
}
[v-cloak] {
  display: none!important;
}
.header {
  display: flex;
  align-items: center;
  padding: 0.4rem;
  font-size: 0.4rem;
  justify-content: space-between;
}
.header img {
  width: 0.6rem;
  height: 0.6rem;
}
.content {
  margin-bottom: 0.8rem;
  padding: 0.533rem;
}
.user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-info .left {
  display: flex;
  align-items: center;
}
.user-info .left .avatar {
  width: 1.067rem;
  height: 1.067rem;
  border-radius: 50%;
}
.user-info .left .user-name {
  margin-left: 0.267rem;
  font-size: 0.4rem;
  color: #333;
}
.user-info .refresh {
  width: 0.5rem;
  height: 0.5rem;
}
.password {
  margin-top: 0.4rem;
  background-color: #f8f8f8;
  padding: 0.4rem;
  border-radius: 0.133rem;
}
.password .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #666;
}
.password .title img {
  width: 0.8rem;
  height: 0.8rem;
}
.password .code {
  padding: 0 0.8rem;
}
.password .code .code-text {
  margin: 0.4rem 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bolder;
  justify-content: center;
}
.password .progress {
  width: 100%;
  height: 0.053rem;
  background-color: #ddd;
  border-radius: 0.027rem;
  overflow: hidden;
}
.password .progress .progress-bar {
  height: 100%;
  background-color: #333;
}
.account-list .account-list-wrapper {
  max-height: 8.2rem;
  overflow: auto;
}
.account-list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.373rem;
  padding: 0.5rem 0;
}
.account-list .title .add {
  text-decoration: none;
  color: #1968FF;
}
.account-list .account-item {
  font-size: 0.373rem;
  border-bottom: 1px solid #eee;
}
.account-list .account-item .name {
  color: #666;
}
.account-list .account-item .mail {
  display: flex;
  align-items: center;
}
.account-list .account-item .mail .dropdown {
  width: 0.6rem;
}
.account-list .account-item .info {
  display: flex;
  align-items: center;
  margin-bottom: 0.267rem;
  flex-wrap: wrap;
  padding: 0.267rem;
  padding-bottom: 0;
  background-color: #f8f8f8;
  border-radius: 0.08rem;
}
.account-list .account-item .info .item {
  margin-bottom: 0.267rem;
  font-size: 0.32rem;
  display: flex;
  align-items: center;
  width: 50%;
}
.account-list .account-item .info .item .label {
  color: #666;
}
.account-list .account-item .info .item .value {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer {
  width: 100%;
  bottom: 0.2rem;
  left: 0;
  text-align: center;
  position: fixed;
  color: #999;
  font-size: 16px;
}
