body {
  padding: 0;
  line-height: 1.5;
}

#app {
  overflow: hidden;
}

.baseTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.baseTitle .text {
  line-height: 1.2;
}
.baseTitle .text .en {
  font-size: 30px;
  padding-left: 20px;
}
.baseTitle .text .cn {
  font-size: 36px;
  padding-left: 50px;
  position: relative;
}
.baseTitle .text .cn::after {
  width: 30px;
  height: 29px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/meeting/base-icon1.png);
  background-size: 100% 100%;
}
.baseTitle .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.baseTitle .line::after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #adafb0;
}
.baseTitle .line::before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../img/meeting/base-icon2.png);
  background-size: 100% 100%;
}

section .modular {
  padding-bottom: 60px;
  background-image: url(../img/meeting/pageBg1.png), url(../img/meeting/pageBg2.png);
  background-size: 520px auto, 394px auto;
  background-position: left 66px, right 945px;
  background-repeat: no-repeat, no-repeat;
}
section .modular .modularCont {
  width: 1190px;
  padding: 47px 65px 60px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 10px 10px #ecf3fa;
          box-shadow: 0 10px 10px #ecf3fa;
  background: #ffffff;
  background: -o-linear-gradient(top, #ffffff 0%, #dfe9f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfe9f1));
  background: linear-gradient(to bottom, #ffffff 0%, #dfe9f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dfe9f1",GradientType=0 );
}
section .modular:first-child {
  padding-top: 0;
}
section .modular:first-child .modularCont {
  position: relative;
  padding-top: 47px;
}
section .modular:first-child .modularCont::after {
  width: 100%;
  height: 47px;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background-image: url(../img/meeting923/topBg.jpg);
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.pageTitle {
  font-size: 37px;
  color: #0271c5;
  text-align: center;
  font-weight: bold;
}

.meetingInfor {
  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;
  padding-top: 30px;
}
.meetingInfor .left {
  width: 440px;
  font-size: 25px;
  color: #727273;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meetingInfor .left .content {
  padding-bottom: 20px;
  border-bottom: 11px solid #00c7fe;
}
.meetingInfor .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.meetingInfor .right p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333333;
}
.meetingInfor .right .btn.state a {
  background: #cccccc;
  cursor: text;
}
.meetingInfor .right .btn a {
  width: 270px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #00c7fe;
  background: -o-linear-gradient(left, #4787de 0%, #b764bc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4787de), to(#b764bc));
  background: linear-gradient(to right, #4787de 0%, #b764bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4787de", endColorstr="#b764bc",GradientType=0 );
}

.modularBox {
  margin-top: 30px;
}

.scheduleBox {
  padding-left: 30px;
  margin-bottom: 50px;
}
.scheduleBox ul {
  border-left: 1px solid #000000;
}
.scheduleBox ul li {
  padding-left: 43px;
  margin-bottom: 20px;
}
.scheduleBox ul li .content {
  padding: 20px 20px 20px 0;
  background-color: #ffffff;
  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;
  border-radius: 10px;
}
.scheduleBox ul li .content .items {
  width: 600px;
}
.scheduleBox ul li .content .items .titel {
  position: relative;
  padding-left: 224px;
  padding-right: 50px;
  margin-top: 20px;
}
.scheduleBox ul li .content .items .titel:first-child {
  margin-top: 0;
}
.scheduleBox ul li .content .items .titel::before {
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  background-color: #00c7fe;
  position: absolute;
  left: -43px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scheduleBox ul li .content .items .titel::after {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: -43px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scheduleBox ul li .content .items .titel .date {
  width: 127px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #00c7fe;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.scheduleBox ul li .content .items .titel .date::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border-top: 7px solid transparent;
  border-right: 10px solid #00c7fe;
  border-bottom: 7px solid transparent;
}
.scheduleBox ul li .content .items .titel .text {
  font-size: 18px;
  font-weight: bold;
}
.scheduleBox ul li .content .peopleInfor {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scheduleBox ul li .content .peopleInfor .name {
  width: 70px;
  color: #000;
  font-weight: bold;
  display: inline-block;
}
.guestBox .guestSwiperBox {
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}
.guestBox .guestSwiperBox .guestSwiper .swiper-slide {
  position: relative;
}
.guestBox .guestSwiperBox .guestSwiper .swiper-slide img {
  width: 100%;
  display: block;
}
.guestBox .guestSwiperBox .guestSwiper .swiper-slide .name {
  position: absolute;
  top: 38px;
  right: 45px;
  font-size: 30px;
  padding-bottom: 10px;
}
.guestBox .guestSwiperBox .guestSwiper .swiper-slide .name::after {
  width: 38px;
  height: 7px;
  content: "";
  background-color: #00c7fe;
  position: absolute;
  bottom: 0;
  right: 0;
}
.guestBox .guestSwiperBox .guestSwiper .swiper-slide .postBox {
  min-width: 187px;
  max-width: 246px;
  -webkit-transform: skewX(-9deg);
      -ms-transform: skewX(-9deg);
          transform: skewX(-9deg);
  background-color: rgba(0, 199, 254, 0.7);
  position: absolute;
  bottom: 21px;
  right: 53px;
  text-align: right;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 12px 5px 10px;
}
.guestBox .guestSwiperBox .guestSwiper .swiper-slide .postBox .text {
  -webkit-transform: skewX(9deg);
      -ms-transform: skewX(9deg);
          transform: skewX(9deg);
}
.guestBox .guestSwiperBox .swiper-button-prev, .guestBox .guestSwiperBox .swiper-button-next {
  outline: none;
}
.guestBox .guestSwiperBox .swiper-button-prev::after, .guestBox .guestSwiperBox .swiper-button-next::after {
  font-size: 80px;
  color: #00c7fe;
}
.guestBox .guestSwiperBox .swiper-button-prev.swiper-button-disabled::after, .guestBox .guestSwiperBox .swiper-button-next.swiper-button-disabled::after {
  color: #878787;
}

.swiper-button-prev, .swiper-button-next {
  width: 41px;
  height: 56px;
}

.swiper-button-prev {
  background-image: url(../img/prev-y-923.png);
}

.swiper-button-next {
  background-image: url(../img/next-y-923.png);
}

.popup.loadingBox {
  display: block;
}