
.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.g-line {
    position: relative;
}
.g-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.g-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.g-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
    padding-left: 5px;
}

.g-con {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.g-list{
    width:92%;
    margin:-6rem auto;
    background:#fff;
    border-radius:5px;
    box-shadow:0 3px 15px #e7e7e7;
    position:relative;
    z-index:2;
    padding-bottom:3rem;
}
.g-user{
    padding:3rem 0 0;
    text-align:center;
    position:relative;
    z-index:3;
}
.g-user span{
    width:42%;
    margin:0 auto 0.8rem;
    display:block;
    font-size:0.9rem;
}
.g-user h1{
    color:#333;
    margin-bottom:0.8rem;
}
.g-user span i{
    margin-top:-2px;
}
.g-user button{
    background:none;
    border:1px solid #51e091;
    font-size:0.9rem;
    font-weight:400;
    color:#51e091;
    border-radius:22px;
    padding:0.1rem 0.5rem;
}
.aui-jf{
    background:#5e7ce0;
    color:#fff;
    font-weight:normal;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    position:absolute;
    top:1rem;
    right:1rem;
    padding:0.12rem 0.6rem;
    box-shadow:0 3px 9px #5e7ce0;
}