.meeting-header {
  padding: 0 10px;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.header img {
    display: inline-block;
}
.header .logout-meeting-button {
    background: #712c2c;
    border-radius: 4px;
    color: white;
    border: none;
    font-size: 16px;
}
.header .logout {
    font-size: 18px;
    color: #409eff;
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
}
.header .driver-fix-stacking .el-button logout el-button--text driver-highlighted-element driver-position-relative {
    color: #45a0ff;
}
.header .m-img-logout {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.footer-container {
  height: 100px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}
.footer-container .footer-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    color: #999999;
}

.app-brower-version-lower {
  z-index: 9999;
  display: block;
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  background-color: #f60;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #4e4e4e;
}
.app-brower-close {
  display: inline-block;
  position: absolute;
  right: 5%;
  color: #4e4e4e;
  cursor: pointer;
}
.app-brower-close:hover {
  color: red;
  font-weight: bolder;
}


html,
body,
#app,
.el-container {
    height: 100%;
    background: #f2f3f7;
}
#app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
}
.el-scrollbar__wrap {
    overflow-x: hidden;
}
.el-header {
    background: #409eff;
    height: 52px;
}

.timer-enter-active,
.timer-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.timer-enter-from,
.timer-leave-to {
  opacity: 0;
}
.w-timer-alert-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.w-timer-alert-dialog .custom-alert-content {
    background: white;
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    width: 300px;
}
.w-timer-alert-dialog .custom-alert-content .c-title {
      font-size: 16px;
}
.w-timer-alert-dialog .custom-alert-content .c-message {
      margin-top: 10px;
      font-size: 14px;
}
.w-timer-alert-dialog .custom-alert-content .c-message .el-icon-warning {
        color: #e6a23c;
        margin-right: 5px;
}
.w-timer-alert-dialog .custom-alert-content .c-buttons {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.w-timer-alert-dialog .custom-alert-content .el-button {
      margin-left: 10px;
}

body,
div,
ul,
li,
ol,
p,
img,
span,
button {
  margin: 0;
  padding: 0; }

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none; }

.container {
  width: 1200px;
  margin: 0 auto; }

.container-wrap {
  width: 96%;
  margin: 20px auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

div#driver-popover-item .driver-popover-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  div#driver-popover-item .driver-popover-footer .driver-next-btn {
    border-color: #409eff;
    border-width: 0px; }

.el-select-dropdown__wrap {
  margin-bottom: 0px !important; }


/*# sourceMappingURL=app.63fd0fc5.css.map*/