.fluid-title {
  padding-bottom: 8px;
  margin: 0;
  border-bottom: 1px solid #333333;
}

.sub-title {
  text-align: center;
}

.sub-title span {
  display: inline-block;
  color: #999;
  margin-top: 16px;
  font-size: 13px;
  padding-right: 30px;
}

.fluid-title h1 {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.detail-container > div {
  display: inline-block;
  vertical-align: top;
}

.detail-container .detail-left-side {
  width: 150px;
  margin-right: 30px;
  text-align: center;
  position: relative;
}

.detail-extra {
  padding: 30px 0;
}

.detail-extra .extra-year, .detail-extra .extra-time {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.line-text {
  position: relative;
}

.line-text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #bbb;
  top: 50%;
  left: -20px;
}

.line-text:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #bbb;
  top: 50%;
  right: -20px;
}

.detail-extra .extra-month {
  font-size: 28px;
  font-weight: bolder;
  padding: 16px 0;
}

.detail-extra .extra-source {
  font-size: 16px;
  padding-top: 16px;
}

.detail-container .detail-content {
  width: calc(100% - 185px);
  line-height: 1.5;
  font-size: 16px;
}

/* sns share start */
.sns-toolbar {
  margin-top: 36px;
}

.sns-toolbar li {
  list-style: none;
  margin: 16px auto;
}

.wechat-share-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 262px;
  height: 250px;
  z-index: 999;
  padding: 10px;
  display: none;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  background-color: #fff;
}

.wechat-share-popup .share-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
/* sns share end */

/* recommand start */
.detail-recom {
  margin-top: 30px;
  padding-left: 30px;
}

.detail-recom-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}

.detail-recom-content a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.detail-recom-content a:hover {
  color: #D74339;
}
/* recommand end */

/* detail swiper start */
.swiper-outer-container {
  width: 76%;
  height: 520px;
  max-width: 920px;
  margin: 30px auto;
  position: relative;
}

.detail-swiper-container {
  height: 100%;
  overflow: hidden;
}

.detail-swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.detail-swiper-container .swiper-slide .slide-summary {
  display: none;
}

.slide-out-summary {
  width: 76%;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 920px;
}

.detail-swiper-container .swiper-slide a {
  margin: 0 auto;
}

.detail-swiper-container .swiper-button-prev {
  left: -45px;
  background-image:url('../images/arrow-left.png');
  background-size: 44px 44px;
}

.detail-swiper-container .swiper-button-next {
  right: -45px;
  background-image: url('../images/arrow-right.png');
  background-size: 44px 44px;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
  outline: none;
}

@media (max-width: 576px) {
  .swiper-outer-container {
    height: 270px;
  }

  .slide-out-summary {
    width: 100%;
    margin-top: 16px;
  }
}
/* detail swiper end */

/* pic group start */
.pic-group {
  margin-left: -16px;
}
.pic-card-item {
  display: inline-block;
  width: 168px;
  margin-top: 20px;
  margin-left: 16px;
  overflow: hidden;
}
.pic-card-cover {
  height: 136px;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

.pic-card-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pic-card-title {
  font-size: 16px;
  max-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pic-card-title:hover {
  color: #D74339;
}

@media (max-width: 576px) {
  .pic-group {
    margin-left: -10px;
  }

  .pic-card-item {
    width: 150px;
    margin-left: 10px;
  }
}
/* pic group end */

/* detail video start */
.detail-video {
  width: 76%;
  margin: 30px auto;
  position: relative;

}

.detail-video video {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.detail-video .arrow-btn {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  padding: 6px;
  background-color: #f6f6f6;
  border-radius: 2px;
}

.detail-video .arrow-btn img {
  width: 46px;
}

.arrow-btn.arrow-left {
  left: -20px;
}

.arrow-btn.arrow-right {
  right: -20px;
}

@media (max-width: 768px) {
  .detail-video {
    width: 92%;
  }

  .detail-video .arrow-btn {
    padding: 0;
    margin-top: -10px;
  }

  .detail-video .arrow-btn img {
    width: 20px;
  }

  .arrow-btn.arrow-left {
    left: -25px;
  }
  
  .arrow-btn.arrow-right {
    right: -25px;
  }
}
/* detail video end */

@media (max-width: 768px) {
  .detail-container .detail-left-side {
    display: none;
  }

  .detail-container .detail-content {
    width: 100%;
  }

  .detail-recom {
    padding-left: 0px;
  }

  .detail-recom-content a {
    padding: 0px;
  }

  .show-md {
    display: block!important;
  }

  .line-text::before {
    display: none;
  }

  .line-text::after {
    content: ':';
    width: 0;
    height: 0;
    right: -2px;
    top: 0;
  }

  .sns-toolbar ul {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }

  .sns-toolbar li {
    display: inline-block;
    margin: 10px;
  }
}

@media (max-width: 576px) {
  .fluid-title h1 {
    font-size: 20px;
  }

  .detail-container > div {
    display: block;
  }
}

.fr-box.fr-document .fr-wrapper {
  background: #fff!important;
}

.fr-box.fr-document .fr-wrapper .fr-element {
  width: 100%!important;
  padding: 0!important;
}