@charset "UTF-8";
.pubCon {
  width: 81%;
  color: #333;
  margin: 0 auto;
}
.article {
  margin-top: 70px;
}
.article .pInfo {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding-bottom: 12px;
}
.article .pInfo .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.article .pInfo .subtitle span {
  margin-right: 50px;
  font-size: 12px;
}
.article .pInfo .qpBtn {
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  color: #333;
  margin-right: 1px;
  margin-top: 22px;
}
.article .pInfo .qpBtn span {
  transition: all 0.5s;
  margin-right: 10px;
  position: relative;
  top: 3px;
  background-image: url(../images/icon_fullscreen.png);
  width: 16px;
  height: 16px;
}
.article .attrs {
  margin-top: 70px;
}
.article .attrs li {
  float: left;
  width: 380px;
}
.article .attrs li .title {
  color: #666666;
  margin-bottom: 20px;
}
.article .text {
  margin: 50px 0;
}
.article .text p {
  text-indent: 2em;
  line-height: 28px;
}
.article .text p:not(:last-child) {
  margin-bottom: 35px;
}
.photos {
  margin-top: 100px;
  margin-bottom: 100px;
}
.photos #photoSwiper {
  width: 89%;
  height: 782px;
  margin-left: auto;
  margin-right: auto;
}
.photos #photoSwiper img {
  width: 100%;
  height: 100%;
}
#photoSwiperPrev,
#photoSwiperNext,
#photoSwiper2Prev,
#photoSwiper2Next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 38px;
  transition: all 0.3s;
}
#photoSwiperPrev,
#photoSwiper2Prev {
  background: url(../images/icon_p_btn_prev.png) no-repeat center center;
}
#photoSwiperPrev:hover,
#photoSwiper2Prev:hover {
  background: url(../images/icon_p_btn_prev_cur.png) no-repeat center center;
}
#photoSwiperNext,
#photoSwiper2Next {
  background: url(../images/icon_p_btn_next.png) no-repeat center center;
}
#photoSwiperNext:hover,
#photoSwiper2Next:hover {
  background: url(../images/icon_p_btn_next_cur.png) no-repeat center center;
}
#photoSwiperPag,
#photoSwiper2Pag {
  width: 89%;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: -40px;
  font-family: Gilroy-Bold;
  font-weight: bold;
  font-size: 18px;
  color: #999999;
}
#photoSwiperPag .swiper-pagination-current,
#photoSwiper2Pag .swiper-pagination-current {
  color: #941d37;
}
.popup_mask {
  display: none;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
}
.popup_open {
  overflow: hidden;
}
.clWrapper {
  position: absolute;
  left: 10%;
  width: 80%;
  top: 110px;
  bottom: 170px;
  height: calc(80% - 120px);
}
.clWrapper #photoSwiper2 {
  width: 89%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.clWrapper #photoSwiper2 .swiper-slide {
  overflow: hidden;
  text-align: center;
}
.clWrapper #photoSwiper2 .swiper-slide img {
  width: auto;
  height: 100%;
  cursor: pointer;
}
.clWrapper #photoSwiper2-thumb {
  margin-left: 0;
  margin-top: 20px;
  width: calc(100% - 100px);
}
.clWrapper #photoSwiper2-thumb .swiper-slide {
  width: 150px !important;
  height: 72px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}
.clWrapper #photoSwiper2-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
}
.clWrapper #photoSwiper2-thumb .swiper-slide:hover {
  opacity: 1;
}
.popup_close {
  position: absolute;
  right: 80px;
  top: 43px;
}
.popup_close div {
  position: relative;
  width: 18px;
  height: 18px;
}
.popup_close div::before,
.popup_close div::after {
  position: absolute;
  content: "";
  background-color: #333;
  width: 2px;
  height: 21px;
  left: 9px;
  transition: all 0.3s;
}
.popup_close div::before {
  transform: rotate(45deg);
}
.popup_close div::after {
  transform: rotate(135deg);
}
.popup_close div:hover::before {
  transform: rotate(135deg);
}
.popup_close div:hover::after {
  transform: rotate(225deg);
}
.viewer-backdrop {
  background-color: #fff;
}
@media (max-width: 1600px) {
  .photos #photoSwiper {
    height: 625px;
  }
}
