   .personal-header {background-color: #8e8171;padding-bottom: 26px;padding-top:70px}
 .personal-header .personal-img {width: 20%;height: 20%;border-radius: 50%;background:#fff;overflow: hidden;margin: 0 auto 10px auto;text-align: center;}
 .personal-header .personal-img img {width: 100%;height: 100%;object-fit: cover;}
 .personal-header p {text-align: center;color: #ffffff;margin-bottom: ;}
 .personal-header .name {}
 .personal-header .grade {font-size: 5px;}
 .cen-list{
    margin: 0.2rem 0;
    padding: 0.25rem 0;
    background-color: #ffffff;
    display: block;
 }
 .cen-list>li{
    border: none;
    border-right: 1px solid #f5f5f5;
    width: 50%;
    float: left;
    clear: none;
    word-break: break-all;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
 }
 .cen-list .thumbnail.approve{
     background-color: #9bbd32;
 }
 .cen-list .thumbnail.respond{
     background-color: #70b4e1;
 }
  .cen-list .thumbnail{
      float: left;
    line-height: 45px;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 0;
    color: #ffffff;
    font-size: 26px;
 }
 .cen-list .span1{
     float: left;
     display: block;
 }
 .cen-list .span1 .item-title.approve{
     color: #9bbd32;
     font-size: 19.76px;
    text-align: right;
    padding: 0;
    padding-right: 5px;
    margin-bottom: 5px;
 }
 .cen-list .span1 .item-title.respond{
     color: #70b4e1;
 }
 .lists-list li{
     position: relative;
    display: flex;
    justify-content: space-between;
     border: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
    vertical-align: middle;
 }
 .lists-list li>div{
     display: flex;
 }
 .lists-list li .icon{
     width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin: 0;
    margin-right: 10px;
 }
 .lists-list li .icon img{
     width: 100%;
 }
 .lists-list li .span1{
    text-align: left;
    line-height: 27px;
 }
 .lists-list li .icon-listright{
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    width: 8px;
    height: 8px;
 }
 .page{
     margin-top: 0px;
 }
 .page .titles{
     padding: 13px 10px;
     border-bottom: 1px solid rgb(238, 238, 238);
 }