.meetIndex {
  min-height: 100vh;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 22vw;
  /* padding-top: 27vw; */
}

.meetIndex .heaerPoster {
  width: 100%;
  /* height: 56vw; */
  border-bottom: 2.667vw solid #F8F8F8;
}

.meetIndex .heaerPoster img {
  width: 100%;
  height: 100%;
}

.meetIndex .meetInfo {
  padding-top: 20px;
  background: #fff;
}

.meetTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1.067vw solid #20AE9C;
  font-size: 4.267vw;
  font-weight: 600;
  color: #333333;
  padding: 0 4vw;
}

.meetInfo > .meetName {
  font-size: 4.267vw;
  font-weight: 600;
  color: #333333;
  line-height: 5.867vw;
  margin-top: 2.667vw;
  text-align: center;
  padding: 0 4vw;
}

.meetInfo .labelWrap {
  display: flex;
}
.meetInfo .meetTitle .labelItem {
  background: url('../../../images/meet/labelBg.png') no-repeat;
  background-size: 100% 100%;
  width: 21vw;
  text-align: center;
  margin-left: 5vw;
  font-size: 3.4667vw;
  color: #FFFFFF;
  line-height: 7vw;
}

.meetOther {
  text-align: center;
  margin-top: 1.333vw;
  font-size: 3.733vw;
  color: #333333;
}

.meetOther img {
  vertical-align:top;
}

.meetWeb {
  color:#18B47F;
}

.meetEditor {
  padding: 4vw;
  word-break: break-all;
}
.meetEditor img {
  max-width: 100%;
}
.meetTime {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 15vw;
  background: #ED530A;
  height: 9.333vw;
  box-sizing: border-box;
  color:#fff;
  font-size: 3.2vw;
  font-weight: 500;
  padding: 2.4vw 4vw;
  display: flex;
  align-items: center;
}

.timeNumer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.333vw;
  height: 5.333vw;
  background: #FFFFFF;
  border-radius: 1.067vw;
  text-align: center;
  color:#FF4B00;
  margin: 0 0.667vw;
}

.meetTops {
  background: #F8F8F8;
  /* margin-top: 2.667vw; */
}
.meetTops-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 4vw 2vw 4vw;
  background: #fff;
  
  color:#333;
  font-size: 4vw;
}
.meetTops-top > a {
  color: #18B47F;
  font-size: 3.2vw;
  margin-left: auto;
}