#activeExplain {
  width: 100%;
  background-color: #ffffff;
}

input[type=date],
input[type=datetime-local] {
  width: 100%;
  height: 35px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 20px;
}

.active-explain-content {
  padding: 0px 10px;
  padding-bottom: 50px !important;
  width: 100% !important;
}

.active-subhead {
  font-size: 16px !important;
  color: #888888 !important;
}

.active-explain-content img {
  max-width: 100%;
}

.promptMsg {
  margin-bottom: 10px;
  color: #888888;
  font-weight: 500;
  font-size: 13px;
}

.unfold {
  width: 50px;
  display: block;
  height: 25px;
  line-height: 25px;
  background: #f1f1f1;
  border-radius: 5px;
  color: #555;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 15px;
}

.showMsg {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*想省略几行就写几*/
  -webkit-box-orient: vertical;
}

/* 在线直播 */
#activeLive {
  height: 600px;
  position: relative;
  /* background: url('../img/livebottom.jpg') no-repeat 100% 100%; */
}

#activeLiveCar,
#activePictureCar {
  width: 851px;
  height: 478px;
  margin: 0 auto;
}

.live-item {
  width: 851px;
  /* height: 478px; */
  position: relative;
  background-color: #ffffff;
}

.live-item>img:first-child {
  width: 100%;
  /* height: 100%; */
}

.live-item>img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
  cursor: pointer;
}

.live-item>img:nth-child(2):hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.live-item-title {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 60px;
  padding: 0px 30px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: left;
}

#liveTors,
#pictureTors {
  bottom: 80px !important;
}

#liveTors>li,
#pictureTors>li {
  margin-right: 5px;
}

/* 文档资料 */
#activeFile {
  padding-bottom: 50px;
}

.file-content>div {
  width: 530px;
  height: 68px;
  background: rgba(245, 245, 245, 0.3);
  border: 1px dashed rgba(204, 204, 204, 1);
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 19px 15px;
}

.file-content>div:nth-child(even) {
  margin-right: 0px !important;
}

.file-content>div>img:first-child {
  width: 30px;
  float: left;
}

.file-content>div>p {
  text-align: left;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 445px;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-content>div>img:last-child {
  width: 20px;
  float: left;
  margin-top: 4px;
}

/* 精彩呈现 */


.jingcai-item {
  background-color: aliceblue;
  text-align: center;
}

.jingcai-item>img:first-child {
  height: 100%;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
}

.jingcai-item>img:first-child:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* 活动嘉宾 */
.guest {
  width: 100%;
  position: relative;
  /* margin-top: -60px; */
  overflow: hidden;
  /* background: url('../img/jiabin.png') no-repeat; */
}

#activeRiCheng {
  margin-bottom: 20px;
}

.guest::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 897px;
  top: 0;
  background: url('../images/jiabin.png') no-repeat;
}

.guest-list-pannel {
  /* min-height: 100px; */
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

.guest-head {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.guest-bottom {
  padding-bottom: 50px;
}

.guest-list-pannel>div {
  width: 216px;
  height: 255px;
  margin-bottom: 10px;
  text-align: center;
  /* float: left; */
}

.guest-list-pannel>div img {
  width: 100%;
  min-height: 180px;
}

.guest-list-pannel>div>p:nth-child(2) {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 8px;
}

.guest-list-pannel>div>p:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

/* 活动日程 */
.richeng-list-pannel {
  width: 100% !important;
  min-height: 10px;
}

.richeng-first,
.richeng-secound {
  width: 100%;
  display: flex;
  align-items: center;
}

.richeng-first {
  border-top: 1px solid #eaeaea;
}

.richeng-secound {
  background: #F7F7F7;
  border-top: 1px solid #eaeaea;
}

.secound-richeng-title {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  line-height: 22px;
  margin-bottom: 7px;
}

.richeng-status-red {
  color: #EE2233
}

.richeng-status-blue {
  color: #588CE9
}

.richeng-status-yellow {
  color: #FFAB00;
}

.third-detail {
  width: 72px;
  height: 28px;
  border-radius: 20px;
  border: 1px solid #EE2233;
  font-size: 12px;
  font-weight: 400;
  color: #EE2233;
  line-height: 26px;
  text-align: center;
  margin-top: 16px;
  cursor: pointer;
}

.modal-dialog {
  width: 60%;
  margin-top: 15%;
}

.third-body {
  width: 100%;
  display: flex;
}

.third-content {
  width: 96%;
  padding: 16px 0 16px 21px;
  background: #F7F7F7;
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.line-icon {
  flex: 1;
}

.line-icon img {
  display: block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
}

.line {
  width: 3px;
  height: 92%;
  background: rgba(238, 34, 51, 0.6);
  margin: 0 auto;
}

.third-info {
  width: 50%;
}

.grey {
  color: #555;
}

.third-name {
  width: 35%;
  margin-right: 10px;
}

.third-title {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  line-height: 22px;
  margin-bottom: 10px;
}

.richeng-secound>div:first-child {
  padding-left: 34px;
}

.first-info {
  width: 55%;
  padding: 25px 0 25px 18px;
}

.schedule-time,
.schedule-place {
  /* width: 14px; */
  height: 14px;
  margin-right: 8px;
}

.schedule-time-text {
  margin-right: 34px;
}

.schedule-time-text,
.schedule-place-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.first-richeng-title p span {
  color: #333333;
}

.first-richeng-title {
  font-size: 18px;
  font-weight: 600;
  color: #EE2233;
  line-height: 25px;
  margin-bottom: 7px;
}

.schedule-status-img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.first-name {
  width: 35%;
}

.schedule-name {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 22px;
  margin-right: 16px;
  display: inline-block;
  min-width: 50px;
}

.schedule-postion {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
}

.richeng-tab {
  width: 100% !important;
  height: 75px;
  border-bottom: 1px solid #EE2233;
  display: flex;
}

.richeng-tab>div {
  width: 180px;
  height: 100%;
  background: rgba(234, 234, 234, 0.5);
  padding: 13px 0 9px 0;
  text-align: center;
  margin-right: 12px;
  border-radius: 8px 8px 0px 0px;
}

.richeng-tab>div.active {
  background: linear-gradient(70deg, #FC4C2F 0%, #EE2233 100%) !important;
}

.richeng-tab>div.active p {
  color: #FFFFFF !important;
}

.richeng-tab>div .p1 {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}

.richeng-tab>div .p2 {
  color: #555;
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
}

.richeng-date {
  width: 100%;
  height: 50px;
  background-color: #e14c46;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
}

.diyi-richeng {
  width: 100%;
  height: 45px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.diyi-richeng>div {
  float: left;
  height: 45px;
  line-height: 45px;
  padding: 0px 15px;
  color: #333333;
  font-size: 14px;
  border-right: 1px solid #cccccc;
}

.diyi-richeng>div:first-child,
.diyi-richeng>div:last-child {
  width: 200px;
}

.diyi-richeng>div:nth-child(2) {
  width: 675px;
}

.diyi-richeng>div:last-child {
  border: none;
}

.dier-richeng-pannel {
  width: 100%;
  min-height: 40px;
  padding-left: 50px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #e14c46;
}

.dier-richeng {
  width: 100%;
  height: 40px;
  background-color: #f7f9fb;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.dier-richeng:last-child {
  border: none;
  border-right: 1px solid #cccccc;
}

.dier-richeng>div {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-right: 1px solid #cccccc;
  font-size: 12px;
}

.dier-richeng>div:first-child,
.dier-richeng>div:last-child {
  width: 150px;
}

.dier-richeng>div:last-child {
  border: none;
}

.dier-richeng>div:nth-child(2) {
  width: 675px;
}

.detail-new-pannel {
  width: 1100px;
  margin: 0 auto;
  min-height: 100px;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  overflow: hidden;
}

.liulan {
  max-width: 90px !important;
  float: right;
  border: none !important;
  text-align: right !important;
}

.liulan img {
  width: 18px;
  margin-right: 5px;
}

.share-code {
  max-width: 120px !important;
  float: right;
  border: none !important;
}

.share-code>img {
  width: 30px;
}

.activity-nav {
  width: 100px;
  height: 180px;
  position: absolute;
  top: 450px;
  left: 50px;
}

.activity-nav ul li {
  display: block;
  padding: 5px 0 5px 8px;
  height: 25px;
  font-size: 12px;
  color: #888888;
  cursor: pointer;
  border-left: 1px solid rgba(232, 232, 232, 1);
}

.nav-active {
  color: #EE2233 !important;
  border-left: 2px solid #EE2233 !important;
}