.article-wrap{
	overflow: hidden;
}

.article-contain{
	background-color: #fff;
	padding: 0.06rem 0.12rem;
}
.article-content{
	font-size: 0.16rem;
	color: #2E2E2E;
	line-height: 0.26rem;
  
}
.expand-toggle{}

.imgbox {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999999999;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.boxmask {
  background: #232323;
  height: 100%;
  position: absolute;
  width: 100%;
}
.swiper-container {
  overflow: inherit !important;
}
.boxcon {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.boxcon img {
  width: 100%;
  align-items: center;
}
.pinch-zoom,
.pinch-zoom img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.pinch-zoom {
  position: static !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pinch-zoom-container {
   width: 100%;
   display: table;
   height: 100% !important
}
.swiper-pagination {
   text-align: right;
   padding-right: 10px;
   font-size: 22px;
   color: #fff;
}
img {
  max-height: 100% !important;
  max-width: 100% !important;
  height: auto;
}