.bottom-tool{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	width: auto !important;
}
.like>span{
	display: inline-block;
	margin-left:10px;
}
.like>span span{
	margin-right: 5px;
}
.video-title{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding-bottom: .2rem;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.section-top .tit {
  color: #e3b37b;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.section-top .tit i {
  margin-right: 5px;
}
.section-top .tit .iconfont {
  font-size: 22px;
}
.section-top .section-more {
  padding: 5px;
  color: #b7b7b7;
}
.section {
  margin-top: 10px;
  box-sizing: border-box;
}
.section ul {
  margin: 0 -0.1rem;
  font-size: 0;
  display: flex;
    flex-wrap: wrap;
}
.section ul li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 0.3rem 0.1rem;
  padding-top: 0;
  font-size: 0.28rem;
  display: flex;
  flex-direction: column;
}
.section ul li .img-box {
  height: 2rem;
}
.section ul li > a {
  background: url('../img/photo_desc_bg.png') repeat;
    /* flex:1; */
    flex-grow: 1;
  display: flex;
    flex-direction: column;
}
.section .desc {
  overflow: hidden;
  padding: .18rem;
    /* flex:1; */
    flex-grow: 1;
}
.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: 12px;
  padding: .1rem .2rem;
  border-top: .01rem solid #343434;
}
.section.section-with-date .date-wrap .iconfont {
  font-size: 12px;
}
.section.section-with-date .num .iconfont {
  margin-right: .04rem;
}
.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: 1.94rem;
  position: relative;
}
.section-video ul li .img-box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
 .play-btn {
  position: absolute;
  bottom: .2rem;
  right: .2rem;
  width: 61px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: #996e3d;
  font-size: 13px;
}
.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;
}
body,
html {
  height: 100%;
}
.video-page {
  font-size: 16px;
}
.video-page .video {
  position: relative;
}
.video-page .video video {
  width: 100%;
  height: 3.9rem;
}
.video-page .video .video-box{
  padding: 0 .1rem;
  height: 4rem;
}
.video-page .video .like {
  position: absolute;
  z-index: 100;
  right: .1rem;
  top: 40%;
  transform: translateY(-50%);
}
.video-page .video .like > div {
  cursor: pointer;
  font-size: .16rem;
  padding: .01rem .07rem;
  border-radius: .09rem;
  margin-bottom: .06rem;
      display: flex;
    display: -webkit-flex;
    align-items: center;
}
.video-page .video .like > div.active{
	color: #996e3d;
}

.date-wrap {
  display: flex;
  color: #cdd8cd;
  justify-content: space-between;
  font-size: 12px;
  padding: .1rem .2rem;
  border-top: .01rem solid #343434;
}
.date-wrap .iconfont {
  font-size: 12px;
}
.num .iconfont {
  margin-right: .04rem;
}

.video-page .gallery-thumbs-wrap {
  width: 7.1rem;
  height: 1.3rem;
}
.video-page .gallery-thumbs-wrap .thumbs-arrow {
  width: .3rem;
  height: 1.3rem;
  background: #004577;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-page .gallery-thumbs-wrap .thumbs-arrow.swiper-button-disabled{
	opacity: 0.8;
}

.video-page .gallery-thumbs-wrap .thumbs-arrow .iconfont {
  font-size: .26rem;
}
.video-page .gallery-thumbs-wrap .thumbs-left {
  float: left;
}
.video-page .gallery-thumbs-wrap .thumbs-right {
  float: right;
}
.video-page .gallery-thumbs-wrap .swiper-container.gallery-thumbs {
  margin-left: .4rem;
  width: 6.3rem;
  box-sizing: border-box;
}
.video-page .gallery-thumbs-wrap .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.video-page .gallery-thumbs-wrap .swiper-container.gallery-thumbs .swiper-slide {
  width: 2.1rem;
  height: 1.3rem;
  background-size: cover;
}
.video-page .gallery-thumbs-wrap .swiper-container.gallery-thumbs .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-page .video-content {
     background: url(../img/zhanting_bg.png) repeat;
}
.video-page .video-content .video-title {
  padding: .2rem;
  border-bottom: .01px solid #1d1d1d;
  font-size: .24rem;
}
.video-page .video-content .content {
  color: #bbbbbb;
  padding: 0.2rem;
  font-size: 14px;
    line-height: 22px;
}
.video-page .video-content .content .item-group > div > span {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  /*font-size: 14px;
  line-height: 24px;*/
  padding: 0 15px;
}

.photo-explain,.zutu-explain,.video-group-info,.maybe-hide{
	padding: 0 15px;
}
.video-page .video-content .content > div {
  margin-bottom: 5px;
}
.video-page .video-content .content.active {
  display: block;
}
.video-page .video-content .content .item-title {
  font-weight: bold;
}
.video-page .video-content .content .item-title i {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: 2px;
  margin-right: 8px;
  background-color: #616161;
  border-radius: 12px;
}
 