.section-video .img-box{
	    background-size: cover !important;
    background-position: top center !important;
}

.tuzu-info span {
    display: inline-block;
    background-color: #0b1733;
    font-size: 12px;
    color: #b0b1b6;
    padding: .05rem .15rem;
    margin-right: .1rem;
    margin-top: .1rem;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}
.section-top .tit {
  color: #e3b37b;
}
.section-top .tit i {
  margin-right: 5px;
}
.section-top .tit .iconfont {
  font-size: 12px;
}
.section-top .section-more {
  padding: 5px;
  color: #b7b7b7;
}
.section {
  margin-top: 0.2rem;
  box-sizing: border-box;
}
.section ul {
  margin: 0 -0.1rem;
  font-size: 0;
}
.section ul li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 0.2rem 0.1rem;
  padding-top: 0;
  font-size: 14px;
}
.section ul li .img-box {
  height: 2.3rem;
}
.section ul li > a {
  background: url('../img/photo_desc_bg.png') repeat;
}
.section .desc {
  overflow: hidden;
  padding: .18rem;
}
.section .cline2 {
  height: .65rem;
  font-size: .24rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section.section-with-date .desc {
  padding-bottom: .1rem;
}
.section.section-with-date .date-wrap {
  display: flex;
  color: #cdd8cd;
  justify-content: space-between;
  font-size: 14px;
  padding: .1rem .2rem;
  border-top: .01rem solid #343434;
}
.section.section-with-date .date-wrap .iconfont {
  font-size: 14px;
}
.section.section-with-date .num .iconfont {
  margin-right: .04rem;
}
.section.section-with-date.section-with-play-btn .img-box {
  position: relative;
}
.section.section-with-date.section-with-play-btn .play-btn {
  position: absolute;
  bottom: .1rem;
  right: .2rem;
  width: 61px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: #996e3d;
  font-size: .14rem;
}
.section.section-with-date.section-with-play-btn .play-btn .iconfont {
  font-size: .14rem;
}
.section-with-info .section-body li .img-box {
  position: relative;
}
.section-with-info .section-body li .img-box .checkbox-blue {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #004578;
  border: 0.02rem solid #004578;
  display: none;
  height: .4rem;
  width: .4rem;
  text-align: center;
}
.section-with-info .section-body li .img-box .checkbox-blue .iconfont {
  font-size: .2rem;
  position: absolute;
  top: 0;
  left: .1rem;
}
.section-with-info .section-body .info {
  padding: 0rem .2rem .2rem;
  font-size: .16rem;
  color: #a0a0a0;
}
.section-video ul li .img-box {
  height: 2rem;
  position: relative;
}
.panoramaImgBox  .img-box{
  height: 2.3rem!important;
}
.section-video ul li .img-box .desc {
  font-size: .18rem;
  position: absolute;
  width: 100%;
  padding: 0 .2rem .19rem;
  left: 0;
  bottom: 0;
  overflow: visible;
}
.section-video ul li .img-box .desc .date {
  color: #d2d2d2;
  font-size: .18rem;
  float: right;
}
.section-video ul li .img-box .desc .single-title {
  font-size: .18rem;
}
.section-video ul li .img-box .desc .play-btn {
  position: absolute;
  top: -33px;
  right: .2rem;
  width: 61px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: #996e3d;
  font-size: .14rem;
}
.section-video ul li .img-box .desc .play-btn .iconfont {
  font-size: .14rem;
}
.photo-detail-wrap {
  background: url('../img/zhanting_bg.png') repeat;
  margin-bottom: .2rem;
}
.photo-detail-wrap .group-title {
  display: flex;
  justify-content: space-between;
  padding: .2rem;
  align-items: center;
  font-size: .24rem;
}
.photo-detail-wrap .group-title h1 {
  font-size: 16px;
  width: 75%;
}
.photo-detail-wrap .group-title .watch-zutu {
  cursor: pointer;
  background-color: #0068b6;
  /*border-radius: 30px;*/
  padding: .01rem .1rem;
  display: inline-block;
  float: right;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
}
.photo-detail-wrap .group-title .watch-zutu .iconfont {
  font-size: 12px;
  margin-right: .03rem;
}
.photo-detail-wrap .swiper-button-disabled {
  opacity: .35;
}
.photo-detail-swiper {
  position: relative;
}
.photo-detail-swiper .swiper-button-prev,
.photo-detail-swiper .swiper-button-next {
  top: 2.5rem;
}
.photo-detail-swiper .swiper-container.gallery-top {
  width: 100%;
}
.photo-detail-swiper .img-box img{
  object-fit: contain;
  width: 100%;
  height: 100%;
    display: block;
}
.img-box img{
	display: block;
	width: 100%;
}
.photo-detail-swiper .swiper-container.gallery-top .swiper-slide {
  background-repeat: no-repeat;
}
.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .img-box {
  width: 94%;
  height: 5rem;
  margin: 0 auto;
  position: relative;
}
.panoramaImgBox.img-box{
  height: 3.75rem!important;
}


.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .content {
  color: #9fa6ab;
  margin-top: 2.4rem;
  padding: 0.2rem;
  background: url('../img/zhanting_bg.png') repeat;
  font-size: 14px;
  line-height: 22px;
}





.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .content .item-group > div > span {
  width: 100% !important;
  display:block;
  padding: 0 15px;
}
/*.zutu-list p{*/
/*  text-indent: 2em;*/
/*}*/
/*.zutu-explain span{*/
/*  display: block;*/
/*  text-indent: 2em;*/
/*}*/
.photo-explain,.zutu-explain,.video-group-info{
	padding: 0 15px;
}
.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .content > div {
  margin-bottom: 10px;
}
.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .content.active {
  display: block;
}
/*.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .content .item-group{*/
/*  padding-left: 15px;*/
/*}*/
.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .content .item-title {
  font-weight: bold;
}
.photo-detail-swiper .swiper-container.gallery-top .swiper-slide .content .item-title i {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: 2px;
  margin-right: 8px;
  background-color: #56627e;
  border-radius: 12px;
}
.photo-detail-swiper .gallery-thumbs-wrap {
  width:94%;
  margin: 0 auto;
  right: 0;
  height: 1.3rem;
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: 100;
}
.gallery-thumbs-wrap.panoramaImgBox{
  top: 4rem;
}
.photo-detail-swiper .gallery-thumbs-wrap .bottom-tool {
  display: flex;
  display: -webkit-flex; 
  padding: .1rem 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-size: .2rem;
}
.photo-detail-swiper .gallery-thumbs-wrap .bottom-tool .thumbs-pagination,
.photo-detail-swiper .gallery-thumbs-wrap .bottom-tool .like{
  display: flex;
}
.photo-detail-swiper .gallery-thumbs-wrap .bottom-tool .like > span {
  margin-left: 20px;
  cursor: pointer;
  font-size: 16px;
}
.photo-detail-swiper .gallery-thumbs-wrap .bottom-tool .thumbs-pagination {
  width: auto;
}
.photo-detail-swiper .gallery-thumbs-wrap .bottom-tool .iconfont {
  font-size: 17px;
  margin-right: 5px;
}
.photo-detail-swiper .gallery-thumbs-wrap .thumbs-arrow {
  width: .3rem;
  height: 1.3rem;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.photo-detail-swiper .gallery-thumbs-wrap .thumbs-arrow .iconfont {
  font-size: .26rem;
}
.photo-detail-swiper .gallery-thumbs-wrap .thumbs-left {
  float: left;
}
.photo-detail-swiper .gallery-thumbs-wrap .thumbs-right {
  float: right;
}
.photo-detail-swiper .gallery-thumbs-wrap .swiper-container.gallery-thumbs {
  /*margin-left: .4rem;
  width: 6.3rem;*/

  box-sizing: border-box;
}
.photo-detail-swiper .gallery-thumbs-wrap .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.photo-detail-swiper .gallery-thumbs-wrap .swiper-container.gallery-thumbs .swiper-slide {
  width: 2.1rem;
  height: 1.3rem;
  opacity: 0.4;
   background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #232323;
}
.gallery-thumbs-wrap .swiper-container.gallery-thumbs .swiper-slide img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
} 
.zutu-list italic,.zutu-list2 italic{
  font-style: italic;
}