.MGJ_rvPush {
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
    display: none;
  }
  .MGJ_rvPush .MGJ_rvPushContent {
    width: 480px;
    border-radius: 4px;
    border-top: 4px solid #832688;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin: -240px 0 0 -240px;
    padding-bottom: 10px;
  }
  .MGJ_rvPush .MGJ_pushTitle {
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #222222;
    padding: 0 20px 0 45px;
    font-size: 14px;
    background: url("fix/rvPush/bell.png") no-repeat 15px center;
  }
  .MGJ_rvPush .MGJ_status {
    padding: 0 50px;
    margin-bottom: 10px;
    height: 66px;
  }
  .MGJ_rvPush .MGJ_status .MGJ_head {
    height: 66px;
    width: 66px;
    overflow: hidden;
    border: 4px solid #f0f0f0;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 36px;
  }
  .MGJ_rvPush .MGJ_status .MGJ_head img {
    width: 100%;
  }
  .MGJ_rvPush .MGJ_status .MGJ_member {
    float: left;
  }
  .MGJ_rvPush .MGJ_status .MGJ_member.male {
    background-image: url("fix/rvPush/bg-man.gif");
  }
  .MGJ_rvPush .MGJ_status .MGJ_member.female {
    background-image: url("fix/rvPush/bg-woman.gif");
  }
  .MGJ_rvPush .MGJ_status .MGJ_employee {
    float: right;
    background-image: url("fix/rvPush/barberBg-man.gif");
  }
  .MGJ_rvPush .MGJ_status.status1 {
    background: url("fix/rvPush/status1.png") no-repeat center center;
  }
  .MGJ_rvPush .MGJ_status.status2 {
    background: url("fix/rvPush/status2.png") no-repeat center center;
  }
  .MGJ_rvPush .MGJ_status.status3 {
    background: url("fix/rvPush/status3.png") no-repeat center center;
  }
  .MGJ_rvPush .MGJ_close {
    width: 30px;
    height: 30px;
    background: #832688 url("fix/rvPush/close.png") no-repeat center center;
    border-radius: 5px;
    position: absolute;
    left: auto;
    top: -4px;
    right: 0;
    bottom: auto;
    cursor: pointer;
  }
  .MGJ_rvPush .MGJ_close:hover {
    background-color: #4f1252;
  }
  .MGJ_rvPush .MGJ_mute {
    width: 30px;
    height: 30px;
    background: url("fix/rvPush/mute1.png") no-repeat center center;
    background-size: 24px 24px;
    position: absolute;
    left: auto;
    top: auto;
    right: 18px;
    bottom: 13px;
    opacity: 0.5;
  }
  .MGJ_rvPush .MGJ_mute:hover {
    opacity: 0.7;
  }
  .MGJ_rvPush .MGJ_mute:active {
    opacity: 1;
  }
  .MGJ_rvPush .MGJ_mute.mute {
    background-image: url("fix/rvPush/mute.png");
  }
  .MGJ_rvPush .MGJ_info {
    background: #eeeeee;
    margin: 0 20px;
    padding: 10px 20px;
    border-radius: 4px;
  }
  .MGJ_rvPush .MGJ_info table {
    width: 100%;
  }
  .MGJ_rvPush .MGJ_info table td {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .MGJ_rvPush .MGJ_info table td.remarkWrapper{
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .MGJ_rvPush .MGJ_info table td.hightLight {
    color: #f83051;
    font-weight: bold;
  }
  .MGJ_rvPush .MGJ_info table tr td:nth-child(1) {
    width: 130px;
    color: #666666;
    padding-left: 30px;
  }
  .MGJ_rvPush .MGJ_info table.cancel {
    text-decoration: line-through;
  }
  .MGJ_rvPush .MGJ_pinkBtn {
    color: #fff;
    background-color: #822687;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    width: 180px;
    text-align: center;
    margin-top: 10px;
  }
  .MGJ_rvPush .cancelReserve {
    color: #666666;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    width: 81px;
    height: 37px;
    line-height: 37px;
    float: right;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #DFE1E8;
    margin-right: 10px;
  }
  .MGJ_rvPush .notCancel {
    color: #FFF;
    background-color: #832688;
    margin-right: 20px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    width: 61px;
    height: 37px;
    line-height: 37px;
    float: right;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
  }
  .MGJ_rvPush .MGJ_tip{
    font-size: 12px;
    color: #000000;
    margin: 10px 20px;
  }
  .MGJ_rvPush .freeze{
    padding: 0 20px 20px 20px;
  }
  .MGJ_rvPush .freeze .picBox{
    width: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .MGJ_rvPush .freeze .picBox .pic{
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }
  .MGJ_rvPush .freeze .picBox .picText{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    
  }
  .MGJ_rvPush .freeze .picBox .picText span{
    color: #ED0012;
  }
  .MGJ_rvPush .freeze .freezeFeeBox{
      width: 408px;
      background: #F6F6F6;
      border-radius: 6px;
      padding: 13px 15px;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .freezeFeeBoxTitle{
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .freezeFeeBoxTitle .iconfont{
    font-size: 12px;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .box{
    display: flex;
    position: relative;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .box::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 36px;
    background: #E5E5E5;
    left: 50%;
    top: 0;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .box>div{
    width: 25%;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .box>div p{
    text-align: center;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .box>div .num{
    color: #333333;
    font-size: 20px;
    font-face: DINAlternate;
    font-weight: 700;
    line-height: 21px;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .box>div .num span{
    font-size: 12px;
  }
  .MGJ_rvPush .freeze .freezeFeeBox .box>div .text{
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 21px; 
  }