.bg-content{
  background: #fff !important;
  height: 25.5rem !important;
  border-radius: 1.428571rem !important;
  .usercenter-title{
    font-size: 1.571429rem;
    color: #FF8A62;
    padding: 2.214286rem 0 3.928571rem 0;
  }
  .usercenter-content{
    padding-left: 2.714286rem;
    .uc-nickname,
    .uc-phone,
    .uc-retime{
      font-size: 1.142857rem;
      color: #000000;
      line-height: 2.571429rem;
      span{
        font-size: 1rem;
        color: #999999;
      }
    }
    .uc-loginout{
      width: 18.571429rem;
      height: 3.142857rem;
      text-align: center;
      font-size: 1.285714rem;
      color: #FF8A62;
      line-height: 3rem;
      border: .071429rem solid #ff8a62;
      border-radius: 1.571429rem;
      // box-shadow: 0pt 1px 2px 1px rgba(255,92,36,0.4);
      background-color: #fff;
      outline: none;
      margin-top: 3.571429rem;
    }
  }
}
#commontabbar {
  z-index: 99;
  background-color: #fff;
  .tabbar-usercenter{
    p{
      background: url('../images/common/usercenter-sel.png') !important;
      background-size: 100% 100% !important;
    }
    span{
      color: #FF8A62;
    }
  }
}