* {
  padding: 0;
  margin: 0;
}

.popup {
  background: #ffffff;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

html,
body {
  height: 100%;
  position: relative;
}

.popup-bg {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 100%;
  position: relative;
}

.poparea {
  max-width: 1200px;
  width: 62.23%;
  margin: 0 auto;
  background: #ffffff;
  position: absolute;
  top: 100px;
  bottom: 40px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.pophide {
  position: absolute;
  top: 53px;
  right: 45px;
  cursor: pointer;
}

.popup-head {
  padding: 28px 0 16px;
}

.popup-head2 {
  padding: 32px 0;
}

.popup-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  color: #222222;
  text-align: center;
}

.popup-p {
  text-align: center;
  padding-top: 10px;
  color: #999999;
}

.popup-border {
  margin: 0 14px;
  height: 1px;
  background: #cfcfcf;
}

.popup-content {
  width: 100%;
  font-size: 0;
  line-height: 26px;
  letter-spacing: 0px;
  color: #222222;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 112px;
  bottom: 20px;
  overflow: hidden;
  padding: 40px 0 0;
}

.popup-content p {
  font-size: 14px;
  text-indent: 2em;
}

.popup-img {
  text-align: center;
  text-indent: 0;
}

.popup-img img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.popup-content h3 {
  font-size: 14px;
  color: #222222;
}

.popup-content .foot {
  text-align: right;
}

.popup-content i {
  display: block;
  padding: 21px 0;
}

.popup-content .foot1 {
  padding-top: 24px;
}

.swiper-scrollbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute !important;
  right: 10px;
  top: 0;
  height: 100%;
  width: 5px;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #000000;
}

.swiperbar {
  height: 100%;
  overflow: hidden;
  padding: 0 6.5%;
}

/* µ¯´°·Ö²ãÑùÊ½ */
.popup-content h4 {
  font-weight: normal;
  color: #666666;
  text-align: center;
  font-size: 14px;
  padding: 14px 0;
  overflow: hidden;
  clear: both;
}

.width {
  width: 59%;
  margin: 0 auto;
}

.width2 {
  width: 50%;
}

.pop-infot {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}

.popup-p3 {
  text-indent: 19em;
}

@media screen and (max-width: 1200px) {
  .popup-img img {
    width: 80%;
  }

  .width {
    width: 80%;
  }

  .popup-p3 {
    text-indent: 4em;
  }
}

@media screen and (max-width: 480px) {
  .poparea {
    width: 90%;
    margin: 0 auto;
    top: 20px;
    bottom: 20px;
  }

  .popup-p {
    font-size: 14px;
  }

  .popup-head3 {
    padding: 40px 0 16px;
  }

  .popup-p3 {
    text-indent: 0;
  }

  .popup-title {
    font-size: 21px;
    line-height: 28px;
  }

  .swiper-scrollbar {
    right: 8px;
  }

  .width {
    width: 100%;
  }

  .pophide {
    width: 28px;
    height: 28px;
    top: 30px;
    right: 28px;
    background: url(/sjlztmb/20191008guoji/css/img/pophide2.png) no-repeat center;
    z-index: 999;
    background-size: 80%;
  }

  .pophide img {
    width: 100%;
  }

  .popup-img img {
    width: 100%;
  }

  .popup-content {
    line-height: 24px;
    padding: 20px 0 0;
  }

  .popup-content .foot1 {
    padding-top: 22px;
  }

  .popup-content i {
    padding: 12px 0;
  }

  .popnone {
    display: none;
  }

  .popup-content .foot1 {
    padding-top: 40px;
  }

  .swiperbar {
    height: 100%;
    overflow: hidden;
    padding: 0 6%;
  }

  .padding24 {
    padding-bottom: 24px;
  }
}<!--ºÄÊ±1764538650.9909Ãë-->