
.avatar-user-info {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.12);
  border-radius: 4px;
  color: #fff;
  width: 346px;
  /* padding: 0 12px; */
  overflow: hidden;
  z-index: 999;
  font-family: PingFangSC, PingFang SC;
  padding: 20px 12px 12px;

}

.ex-avatar-user-info {
  margin-top: 0 !important;
  width: 346px !important;
  top: 56px;
  padding: 20px 12px 12px;
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
}
.account-company {
  display: flex;
  flex-direction: row;
  border-radius: 1px;
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
  color: #333744;
}
.account-company .account-company-avatar {
  margin-left: 0;
  margin-right: 8px;
  border: 2px solid #EDEDED;
  border-radius: 25px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-left: 12px;
}
.account-company-info{
  height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #333744;
  line-height: 24px;
}
.account-company-info .account-account-name{
  height: 24px;
  font-weight: 400;
  font-size: 12px;
  color: #686F7D;
  line-height: 24px;
}

.account-download-app:hover{
  background-color: transparent !important;
}
.account-content-warp-footer .safe-exit:hover{
  background-color: transparent !important;
}

.account-content-warp {
  /* padding: 0 12px 10px; */
  text-align: center;
}

.account-content-warp-footer{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 0 0 !important;
  border-top: 1px solid #F2F2F2;
}

.account-download-app {
  width: 50%;
  font-size: 14px !important;
  color: #3C8DBC !important;
  line-height: normal;
  border-right: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto; */
}

.account-content-warp-footer .safe-exit{
  width:50%;
  height: auto;
  line-height: normal;
  color: #3C8DBC !important;
  display: flex ;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
}

.account-content-warp-footer .account-icon-download-app {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(../img/svg/account-download-app.svg);
}
.account-content-warp-footer .account-icon-exit {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(../img/svg/smm-nav-user-exit.svg);
}


.account-content-ul {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 8px;
}

.account-content-ul li {
  float: left;
  width: 104px;
  height: 70px;
  line-height: normal;
  border-radius: 4px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 4px;
  color: #42485B;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.account-content-ul li:nth-child(3n+3){
  margin-right: 0px;
}

.account-content-ul li:hover {
  color: #3C8DBC;
  background: rgba(60,141,188,0.08);
}
.account-content-ul .account-title {
 margin-top: 9px;
}

.account-content-ul li:hover .account-icon-data {
  background-image: url(../img/svg/icon-data-blue.svg);
}

.account-content-ul li:hover .account-icon-person {
  background-image: url(../img/svg/icon-person-blue.svg);
}

.account-content-ul li:hover .account-icon-setting {
  background-image: url(../img/svg/icon-setting-blue.svg);
}

.account-content-ul li:hover .account-icon-control {
  background-image: url(../img/svg/icon-control-blue.svg);
}

.account-content-ul li:hover .account-icon-bank {
  background-image: url(../img/svg/icon-bank-blue.svg);
}

.account-content-ul li:hover .account-icon-service {
  background-image: url(../img/svg/icon-service-blue.svg);
}

.account-content-ul .account-icon {
  width: 20px;
  height: 20px;
  background-size: 100%;
  margin: 0 auto;
}

.account-content-ul .account-icon-data {
  background-image: url(../img/svg/icon-data.svg);
}

.account-content-ul .account-icon-person {
  background-image: url(../img/svg/icon-person.svg);
}

.account-content-ul .account-icon-setting {
  background-image: url(../img/svg/icon-setting.svg);
}

.account-content-ul .account-icon-control {
  background-image: url(../img/svg/icon-control.svg);
}

.account-content-ul .account-icon-bank {
  background-image: url(../img/svg/icon-bank.svg);
}

.account-content-ul .account-icon-service {
  background-image: url(../img/svg/icon-service.svg);
}
.account-content-ul .account-icon-service {
  background-image: url(../img/svg/icon-service.svg);
}


.safe-exit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #3498DB;
  cursor: pointer;
  background: rgb(255 255 255 / 8%);
}

.safe-exit:hover {
  background-color: rgb(255 255 255 / 14%)
}
