/*
 * @Author: MEDCON 
 * @Date: 2021-04-15 14:10:50 
 * @Last Modified by:   MEDCON美迪康会务通学术会议服务平台 
 * @Last Modified time: 2021-04-15 14:10:50 
 */
* {
  margin: 0;
  padding: 0;
}
.none {
  display: none;
}
html,
body {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url('../images/bg.jpg') no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  box-sizing: border-box;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.pswp__bg {
  opacity: 0.7 !important;
}
.header {
  height: 150px;
  position: absolute;
  left: 0;
  top: 7.5%;
  text-align: center;
  width: 100%;
}
.header img {
  max-width: 100%;
}
.wrapper {
  height: 100%;
  width: 100%;
  padding: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url('../images/footer.png') no-repeat center -webkit-calc(50%);
  background: url('../images/footer.png') no-repeat center -moz-calc(50%);
  background: url('../images/footer.png') no-repeat center calc(100% - 50px);
  -webkit-background-size: auto 80px;
  -moz-background-size: auto 80px;
  -o-background-size: auto 80px;
  background-size: auto 80px;
}
/* 轮播 */
.swiper-container {
  height: 60%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 150px;
  right: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s linear;
}
.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font-size: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
}
.swiper-container .swiper-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.swiper-container .swiper-wrapper::-webkit-scrollbar-track-piece {
  background-color: rgba(47, 7, 5, 0.6);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.swiper-container .swiper-wrapper::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ff352a), to(#ffae47));
  background: -webkit-linear-gradient(left, #ff352a 0%, #ffae47 100%);
  background: linear-gradient(to right, #ff352a 0%, #ffae47 100%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.swiper-slide {
  height: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 10px;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.5)));
  position: relative;
  z-index: 1;
}
.swiper-slide:last-child {
  margin-right: 0;
}
.swiper-slide img {
  max-height: 100%;
  display: block;
}
.preview__video {
  max-width: 100%;
  width: 700px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.video-icon-play {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.video-icon-play:before {
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 60px;
  margin-left: -30px;
  margin-top: -25px;
  color: #fff;
}
.video-icon-play:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.3);
}
.slide-title {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* 轮播 */
.aslide {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  text-align: center;
}
.aslide a {
  text-decoration: none;
  display: block;
  line-height: 60px;
  color: #ddd;
}
.aslide a.active {
  color: #fff;
  font-weight: bold;
}
.title {
  position: absolute;
  left: 50px;
  width: 75px;
  height: 100%;
  top: 0;
  background: url('../images/title.png') no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .header {
    top: 6%;
  }
  .header img {
    height: 80px;
  }
  .wap-menu {
    display: block;
    position: absolute;
    right: 25px;
    top: 23%;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
  }
  .wap-menu.active:before {
    content: '\e60e';
  }
  .wap-autoplay {
    display: block;
    position: absolute;
    right: 50%;
    top: 75%;
    margin-right: -21px;
    font-size: 42px;
    color: #fff;
    text-decoration: none;
  }
  .wap-autoplay.active:before {
    content: '\e61c';
  }
  .title {
    width: 100%;
    top: 22%;
    left: 0;
    height: 40px;
    background: url('../images/wap_title.png') no-repeat center center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .wrapper {
    padding: 150px 15px;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    background-position: center -webkit-calc(80%);
    background-position: center -moz-calc(80%);
    background-position: center calc(100% - 20px);
  }
  .aslide {
    display: none;
    top: -webkit-calc(62%);
    top: -moz-calc(62%);
    top: calc(22% + 40px);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 25px;
    padding: 10px 0;
    background-color: #fff;
  }
  .aslide a {
    color: #595757;
    line-height: 35px;
  }
  .aslide a.active {
    color: #000;
  }
  .aslide.active {
    display: block;
  }
  .swiper-container {
    right: 15px;
    left: 15px;
  }
}
/*# sourceMappingURL=index.css.map */