/* 会议模块共用组件 */
/*顶部 操作栏start */
.meetTops {
  /* position: fixed; */
  top:0px;
  left: 0px;
  right: 0px;
}
.meetTop {
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: end;
  box-sizing: border-box;
  padding: 2.7vw 0vw;
}

.meetHand {
  display: flex;
  align-items: center;
  margin-right: 6vw;
}
.meetHand p {
  font-size: 2.6667vw;
  color: #333333;
  margin-left: 0.667vw;
  text-align: center;
}
.kefu {
  position: fixed;
  bottom: 18vh;
  right: 5.3333vw;
}
/*顶部 操作栏end */
/* 头部菜单 start */

.meetNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 12.8vw;
  font-size: 4vw;
  color: #333333;
  background: #fff;
}

.meetNav span {
  padding: 4vw;
  color:#18B47F;
  background: url('../../../images/titileBg.png') no-repeat center bottom;
}

.meetNav a {
  padding: 4vw;
  color: #333333;
}
/* 头部菜单 end */


/* 底部操作栏 start */
  .meetBottom {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 14.933vw;
    background: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 4vw;
  }
  
  
  .meetBottom .joinBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5871C;
    color:#fff;
    width: 27.733vw;
    height: 11.733vw;
    box-shadow: 0px 4px 8px 0px rgba(153,153,153,0.5);
    border-radius: 6.4vw 0vw 0vw 6.4vw;
  }
  .meetBottom .paperBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #18B47F;
    color:#fff;
    width: 27.733vw;
    height: 11.733vw;
    box-shadow: 0px 4px 8px 0px rgba(153,153,153,0.5);
    border-radius: 0vw 6.4vw 6.4vw 0vw;
  }
  .meetBottom .btnRadio {
    border-radius: 6.4vw;
  }
  .bottonNav {
    text-align: center;
    font-size: 2.6667vw;
    color: #333333;
    margin-right: 6.6667vw;
  }
  .bottonNav p {
    margin-top: 0.6667vw;
    word-break: keep-all;
  }
/* 底部操作栏 end */