.account-container .account-center[data-v-71d45262] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.account-container .account-center .left[data-v-71d45262] {
  width: 200px;
  height: 100%;
  border-right: 1px solid #e9e9e9;
}
.account-container .account-center .right[data-v-71d45262] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: auto;
  padding-left: 20px;
}
.account-container .details[data-v-71d45262] {
  color: #0076d9;
  cursor: pointer;
  margin-right: 20px;
}
