.right-content {
    height: 360px;
    background: url(/images/bg_center.png) no-repeat;
    background-size: contain;
}

.center-right-top {
    position: relative;
    height: 204px;
}

.center-user-avatar {
    width: 110px;
    height: 110px;
    position: absolute;
    background: url(/images/icon_center_user.png) no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 43px;
}

.center-user-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 180px;
    color: #fff;
}

.user-phone {
    font-size: 30px;
}

.user-auth-type {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #EB6100;
    border-radius: 30px;
    text-align: center;
}

.user-auth-type.disabled {
    background: rgba(255, 255, 255, 0.4);
}

.center-right-bottom {
    height: 156px;
    position: relative;
}

.center-bottom-left,
.center-bottom-right {
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #000;
}

.center-bottom-right .account,
.center-bottom-left .account {
    color: #EB6100;
}

.center-bottom-right {
    right: 0;
    border-left: 1px solid #EEE;
}