		* {padding:0;margin:0;box-sizing: border-box;letter-spacing: 1px;-webkit-tap-highlight-color:rgba(255,255,255,0);}
		html, body {position: relative;max-width: 750px;margin: auto;  font-family: 'SourceHanSansCNRegular';/* background-color: #F6F6F6; */}
		img,div{display: block;-webkit-tap-highlight-color:transparent}
		::-webkit-scrollbar{width: 0;height: 0;background-color: rgba(255,255,255,0);}
		a{text-decoration: none;color: #4e4e4e;}
		@font-face {
			font-family: "FZBIAOYSJW";
			src: url("/static/css/FZBIAOYSJW.woff");
			font-style: normal;
			font-variant-ligatures: normal;
			font-variant-caps: normal;
			font-variant-numeric: normal;
			font-variant-east-asian: normal;
			font-weight: normal;
			font-stretch: normal;
		}
		
		@font-face {
  font-family: 'SourceHanSansCNRegular';
  src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCNBold';
  src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF') format('opentype');
  font-weight: bold;
  font-style: normal;
}
		
		/* 刷新			 */
		.refresh{text-align: center;line-height: 2rem;color: #999;font-size: 0.8rem;display:none;}
		
		.footer{width: 100%; background-color: #F6F6F6;position: fixed;bottom: 0;left: 0;padding: 2vw 0;}
		.footer .tab{display: flex;}
		.footer .tab div{flex: 1;text-align: center;}
		.footer .tab div img{width: 5vw;margin: auto;}
		.footer .tab div p{font-size: 3vw;line-height: 1.5;}
		.footer .tab div p.active{color: #0097e4;}
		
		.loading-box{width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,0.8); display: flex;align-items: center;justify-content: center;display: none;z-index: 3;}
		.loading{width: 10%;}
		.tips{text-align: center;font-size: 15px;line-height: 2.5;color: #ccc;}
		
		/* 图片查询 */
		.imageTexts-show{width: 100vw;height: 100vh; background: rgba(0,0,0,0.6);position: fixed;top: 0;left: 0;display: none;left: 50%;
		transform: translateX(-50%)!important;z-index: 7;}
		.swiper-container-imageTexts{overflow: hidden;z-index: 11;}
		.swiper-container-imageTexts,.swiper-container-imageTexts .swiper-wrapper{position: relative;width: 100%;max-width: 750px;height: 100vh;background-color: rgba(0,0,0,0.6);margin: auto;}
		.swiper-container-imageTexts .swiper-wrapper .swiper-slide{width: 100%;height: 100vh;display: flex;justify-content: center;align-items: center;max-width: 750px;}
		.swiper-container-imageTexts .swiper-wrapper .swiper-slide img,.swiper-container-imageTexts .swiper-wrapper .swiper-slide video{max-width: 100%;max-height: 85%;}
		.swiper-container-imageTexts .swiper-paginations{text-align: center;}
		.swiper-container-imageTexts .imageTexts-close{position: absolute;top: 10px;right: 5vw;color: #FFFFFF;z-index: 11;font-size: 15px;}
		.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{position: absolute;z-index: 1;text-align: right;}
		.swiper-pagination-bullet{background: #fff;}
		.swiper-pagination-bullet-active{background: #367be3;}