/*直播*/
.Live-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/bg1.png) 0 no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg1.png', sizingMethod='scale');
}
.Live-container > .live-name {
  height: 20%;
  text-align: center;
  position: relative;
  margin: 10px 0;
}
.Live-container > .live-name > div {
  position: absolute;
  height: 83px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Live-container > .live-name > div h1 {
  color: #030203;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: normal;
}
.Live-container > .live-name > div div {
  color: #D3CCCC;
}
.Live-container > .liveBox {
  max-width: 53%;
  height: 60%;
  border: 30px solid black;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
  background-color: #353232;
}
.Live-container > .liveBox .radius {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f5f3f4;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
/*会议*/
.Meeting-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/bg2.png) 0 no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg2.png', sizingMethod='scale');
}
.Meeting-container > .Meeting-name {
  height: 20%;
  text-align: center;
  position: relative;
}
.Meeting-container > .Meeting-name > div {
  position: absolute;
  height: 83px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Meeting-container > .Meeting-name > div h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: normal;
}
.Meeting-container > .Meeting-name > div div {
  color: #95bae8;
}
.Meeting-container > .Meeting-boxList {
  width: 90%;
  height: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.Meeting-container > .Meeting-boxList .left {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
}
.Meeting-container > .Meeting-boxList .left .Meeting-box {
  height: 30%;
  width: 100%;
  border-radius: 10px;
  border: 4px solid #9bceff;
  background-color: #fff;
  box-sizing: border-box;
}
.Meeting-container > .Meeting-boxList .center {
  width: 55%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.Meeting-container > .Meeting-boxList .center .Meeting-box {
  height: 100%;
  width: 100%;
  border: 30px solid black;
  border-radius: 30px;
  background-color: #353232;
  box-sizing: border-box;
}
.Meeting-container > .Meeting-boxList .center .Meeting-box .radius {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f5f3f4;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
.Meeting-container > .Meeting-boxList .right {
  position: relative;
  width: 20%;
  height: 100%;
  float: right;
}
.Meeting-container > .Meeting-boxList .right .Meeting-box {
  height: 30%;
  width: 100%;
  border-radius: 10px;
  border: 4px solid #9bceff;
  background-color: #fff;
  box-sizing: border-box;
}
.Meeting-container > .Meeting-boxList .Meeting-box.top {
  position: absolute;
  top: 0;
}
.Meeting-container > .Meeting-boxList .Meeting-box.bottom {
  position: absolute;
  bottom: 0;
}
.Meeting-container > .Meeting-boxList .Meeting-box.center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* phone */
.Live-titleBar {
  padding: 10px;
}

.Live-titleBar-text {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.Live-titleBar-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Live-titleBar-number {
  display: flex;
  align-items: center;
}

.Live-titleBar-number img {
  width: 16px;
  height: 16px;
  margin: 0 4px;
}

.Live-titleBar-number span {
  white-space: nowrap;
  color: #8f8f8f;
  font-size: 12px;
}

.Live-titleBar-time {
  color: #8f8f8f;
  font-size: 14px;
  display: flex;
}

.Live-titleBar-time span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Live-titleBar-time p {
  white-space: nowrap;
}

.starTime {
  margin-right: 16px;
}
