.header-title{
  height: 32px;
  line-height: 32px;
  width: 100%;
}
.header-title .title-text{
  float: left;
  color: #4F7AE5;
  width: 96px;
  margin: 0;
}
.header-title .sidebar-line{
  float: left;
  height: 16px;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 50px 0 ;
  width: calc(100% - 122px);
}
.header-title .title-text.hasBtn{
  width: 128px;
}
.header-title .sidebar-line.hasBtn{
  margin: 0 50px;
  width: calc(100% - 308px);
}
.account .account-col {
  border-radius: 25px;
  background-color: rgba(240, 243, 248, 1);
}
.account .account-detail-ul li {
  margin-bottom: 15px;
}
.account .text-size1 {
  font-size: 20px;
}
.account .text-size2 {
  font-size: 24px;
}
.account .text-size3 {
  font-size: 14px;
}
.account .text-size4 {
  font-size: 12px;
}
.account .text-color1 {
  color: rgba(98, 54, 255, 1);
}
.account .text-color2 {
  color: rgba(182, 32, 224, 1);
}
.account .text-color3 {
  color: rgba(38, 200, 240, 1);
}
.account .text-color4 {
  color: rgba(204, 153, 51, 1);
}
.account .text-color5 {
  color: #14C2CD;
}
.account .text-color6 {
  color: #FF6600;
}
.account .text-color7 {
  color: #CC9933;
}
.account .text-color8 {
  color: #CC9933;
}
.account .text-color9 {
  color: #20E0A5;
}

.max-picture {
  max-width: 150px;
}
