
.page-content .person-info {
  height: 180px;
  color: #f4f4f4;
  text-align: center;
  background: url("/content/img/login-bg.png");
  background-size: 100% auto;
}
.page-content .person-info .person-img {
  width: 64px;
  height: 64px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.page-content .person-info .person-login {
  width: 100px;
  height: 2em;
  line-height: 2em;
  font-size: 16px;
  border-width: 2px;
  font-weight: bold;
   background-color: rgba(0, 0, 0, 0.2);
 
}
.page-content .person-info .person-num {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  background-color: rgba(0, 0, 0, 0.2);  
  border-radius:4px;
  padding:0 5px;
 
}
.page-content .person-info .person-num:after {
  content: '';
  display: inline-block;
  /*width: 1em;*/
  height: .6em;
  /*background: url("/content/img/icon-arrowdowm.png");*/
  background-size: 100% 100%;
  margin-left: 5px;
}
.page-content .info-list {
  width: 100%;
  font-size: 15px;
  color: #757575;
}
.page-content .info-list dd {
  height: 3.2em;
  line-height: 3.2em;
  padding: 0 15px;
  border-bottom: 1px solid #e3e3e3;
}
.page-content .info-list dd > a {
  display: block;
  text-decoration:none;
  color:#666666;
  font-size:14px;
}
.page-content .info-list dd > a:active,
.page-content .info-list dd > a:hover {
  background-color: transparent;
}
.page-content .info-list dd span {
  vertical-align: middle;
}
.page-content .info-list .list-icon-left {
  width: 1.6em;
  height: 1.6em;
  margin-right: 8px;
}
.page-content .info-list .list-icon-right {
  float: right;
  margin-top: 1em;
}
.page-content .info-list .icon-arrow-right-gray {
  width: .6em;
  height: 1.2em;
}
.btn-logout {
   
 margin-top:20px;
 width:60%;
 margin-left:20%;
 
}