html,
body,
#app {
  height: 100%;
}
.textoverhide {
  white-space: pre;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.width_height_6 {
  width: 6px !important;
  height: 6px !important;
  line-height: 6px !important;
  vertical-align: middle !important;
}
.width_height_14 {
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
  vertical-align: middle !important;
}
.width_height_16 {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  vertical-align: middle !important;
}
.width_height_20 {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  vertical-align: middle !important;
}
.width_height_22 {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  vertical-align: middle !important;
}
.width_height_24 {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  vertical-align: middle !important;
}
.width_height_26 {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
  vertical-align: middle !important;
}
.width_height_30 {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  vertical-align: middle !important;
}
.width_height_32 {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  vertical-align: middle !important;
}
.meet_confirm_btn {
  font-size: 16px !important;
  color: #fff !important;
  background-color: #2081eb !important;
  height: 35px !important;
}
.meet_confirm_btn:hover {
  background-color: #1d72cf !important;
}
.meet_confirm_btn:active {
  background-color: #0d5eb5 !important;
}
.meet_warning_btn {
  background-color: #de353d !important;
  border-color: #de353d !important;
  font-size: 16px !important;
}
.meet_warning_btn:hover {
  background-color: #ca333a !important;
  border-color: #ca333a !important;
  font-size: 16px !important;
}
.meet_warning_btn:active {
  background-color: #ab272d !important;
  border-color: #ab272d !important;
  font-size: 16px !important;
}
.meet_cancel_btn {
  background-color: #f0f0f0 !important;
  font-size: 16px !important;
  border: 1px solid #c8c8c8 !important;
  color: #333 !important;
  height: 35px !important;
}
.meet_cancel_btn:hover {
  background-color: #d4d4d4 !important;
  border-color: #c8c8c8 !important;
  color: #333 !important;
}
.meet_cancel_btn:active {
  background-color: #aaa !important;
  border-color: #c8c8c8 !important;
  color: #333 !important;
}
.meet_drop_list {
  width: 120px;
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
.meet_drop_list li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  cursor: pointer;
}
.meet_drop_list li:last-child {
  border-bottom: none;
}
.meet_drop_list li:hover,
.theme_color {
  color: #2081eb;
}
.mar_right_10 {
  margin-right: 10px;
}
.mar_left_10 {
  margin-left: 10px;
}
.mar_top_20 {
  margin-top: 20px;
}
.mar_top_30 {
  margin-top: 30px;
}
.mar_top_10 {
  margin-top: 10px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.centerMiddle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 30%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
