﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
li {
	list-style: none outside none;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select,textarea {
	vertical-align: middle;
	outline: none;
	box-sizing: border-box;
	font-family: "noto sans sc", sans-serif;
	border: none;
}

button{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	outline: none;
}

textarea {
	outline: none;
	border: none;
	outline: none;
}

::-ms-browse, [type='file'] {
 padding: 0 0.2rem;
 line-height: 0.46rem;
 border: 1px solid #dcdcdc;
 background: #fff;
 color: #595757;
}
::-webkit-file-upload-button {
 padding: 0 0.2rem;
 line-height: 0.46rem;
 border: 1px solid #dcdcdc;
 background: #fff;
 color: #595757;
}

:-ms-input-placeholder {
 color: #888;
/*text-indent: 5px;*/
}
::-webkit-input-placeholder {
 color: #888;
/*text-indent: 5px;*/
}
::-moz-placeholder {
 color: #888;
 /*text-indent: 5px; *//* 没有用 */
 opacity: 1!important;
}
body {
	font-family: "noto sans sc", sans-serif;
	-webkit-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	margin: 0 auto;
	position: relative;
}
section {
	max-width: 7.5rem;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

img{
	width: auto;
	max-width: 100%;
}

.dis-block {
	display: block;
}
.dis-inlineblock {
	display: inline-block;
	vertical-align: top;
}
.dis-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.dis-inlinetable {
	display: inline-table;
	table-layout: fixed;
}
.dis-tablerow {
	display: table-row;
}
.dis-tablecell {
	display: table-cell;
}
.dis-inlinelist {
	text-align: justify;
}
.dis-flex {
	display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.dis-none{
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.overflow {
	overflow: hidden;
	max-height:100vh;
}
.full-width {
	width: 100%;
}
.half-width {
	width: 50%;
}
.fixit {
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	box-shadow: none!important;
}

.no-bg{
	background: none;
}

label {
	display: inline-block;
	position: relative;
}
label input {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
#wrap {
	position: relative;
	max-width: 7.5rem;
	overflow-x: hidden;
	margin: 0 auto;
}


.gray{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.orange-text{
	color: #ee7f2e;
}


.blue-jianbian{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#0194ff",endcolorstr="#0067ff",gradientType=1);
    background:#0194ff; /* 一些不支持背景渐变的浏览器 */  
background-image: -webkit-linear-gradient(left, #0194ff,#0067ff );
  background-image: -moz-linear-gradient(left, #0194ff,#0067ff);
  background-image: -ms-linear-gradient(left, #0194ff,#0067ff);
  background-image: -o-linear-gradient(left, #0194ff,#0067ff);
  background-image: linear-gradient(to right, #0194ff,#0067ff);
}

.blue-jianbian:hover,
.blue-jianbian-fan{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#0067ff",endcolorstr="#0194ff",gradientType=1);
    background:#0067ff; /* 一些不支持背景渐变的浏览器 */  
background-image: -webkit-linear-gradient(left, #0067ff,#0194ff );
  background-image: -moz-linear-gradient(left, #0067ff,#0194ff);
  background-image: -ms-linear-gradient(left, #0067ff,#0194ff);
  background-image: -o-linear-gradient(left, #0067ff,#0194ff);
  background-image: linear-gradient(to right, #0067ff,#0194ff);
}

.orange-jianbian{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#f18b02",endcolorstr="#ea5413",gradientType=1);
    background:#ea5413; /* 一些不支持背景渐变的浏览器 */  
background-image: -webkit-linear-gradient(left, #f18b02, #ea5413);
  background-image: -moz-linear-gradient(left, #f18b02, #ea5413);
  background-image: -ms-linear-gradient(left, #f18b02, #ea5413);
  background-image: -o-linear-gradient(left, #f18b02, #ea5413);
  background-image: linear-gradient(to right, #f18b02, #ea5413);
}

.orange-jianbian:hover,
.orange-jianbian-fan{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#ea5413",endcolorstr="#f18b02",gradientType=1);
    background:#f18b02; /* 一些不支持背景渐变的浏览器 */  
background-image: -webkit-linear-gradient(left, #ea5413,#f18b02 );
  background-image: -moz-linear-gradient(left, #ea5413,#f18b02);
  background-image: -ms-linear-gradient(left, #ea5413,#f18b02);
  background-image: -o-linear-gradient(left, #ea5413,#f18b02);
  background-image: linear-gradient(to right, #ea5413,#f18b02);
}

.green-jianbian{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#50ca72",endcolorstr="#28b303",gradientType=1);
    background:#28b303; /* 一些不支持背景渐变的浏览器 */  
background-image: -webkit-linear-gradient(left, #50ca72,#28b303 );
  background-image: -moz-linear-gradient(left, #50ca72,#28b303);
  background-image: -ms-linear-gradient(left, #50ca72,#28b303);
  background-image: -o-linear-gradient(left, #50ca72,#28b303);
  background-image: linear-gradient(to right, #50ca72,#28b303);
}

.green-jianbian:hover,
.green-jianbian-fan{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="#28b303",endcolorstr="#50ca72",gradientType=1);
    background:#28b303; /* 一些不支持背景渐变的浏览器 */  
background-image: -webkit-linear-gradient(left, #28b303, #50ca72);
  background-image: -moz-linear-gradient(left, #28b303, #50ca72);
  background-image: -ms-linear-gradient(left, #28b303, #50ca72);
  background-image: -o-linear-gradient(left, #28b303, #50ca72);
  background-image: linear-gradient(to right, #28b303, #50ca72);
}

/********* 头部  ***********/
.top-header {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	background: #fff;
	z-index: 10;
	height: 1.4rem;
	transition: all .6s;
	max-width: 7.5rem;
	transform: translate(-50%,0);
	padding: 0 0.3rem;
}


.top-header .top-logo {
	width: 5.5rem;
	line-height: 1.4rem;
	height: 1.4rem;
	font-size: 0;
	position: relative;
	z-index: 1;
}
.top-header .top-logo a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .6s
}
.top-header .top-logo a img {
	max-width: 3.63rem;
	max-height: 0.77rem;
	vertical-align: middle;
}

.top-header .right-menu{
	height: 1.4rem;
}

.top-header .right-menu .top-menu-button{
	position: relative;
	z-index: 1;
	text-align: center;
}

.top-header .right-menu .menu-button-icon{
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0;
	display: inline-block;
}

.top-header .right-menu .menu-button-icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.top-header .right-menu .menu-button-text{
	color: #222;
	font-size: 0.2rem;
	line-height: 2;
}

.top-header .right-menu .top-menu-button .close-button{
	color: #ee7d2e;
	font-size: 0.5rem;
	line-height: 1;
	display: none;
}

.top-header .right-menu .top-slide-menu {
	position: fixed;
	z-index: 0;
	background: #fff;
	width: 100vw;
	height: 0;
	top: -100vh;
	left: 0;
	padding: 0 0.25rem;
	transition: all .6s;
	overflow: hidden;
	overflow-y: scroll;
	padding-top: 1.4rem;
}
.top-header .right-menu .top-slide-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 1.2rem;
}

.top-header.menu-open .right-menu .top-slide-menu:before{
position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
}

.top-header .right-menu .top-slide-menu .menu-item {
	border-top: 1px #dcdcdc solid;
	position: relative;
	padding: 0.1rem 0;
	font-size: 0;
	z-index: 0;
}
.top-header .right-menu .top-slide-menu .menu-item > a {
	display: block;
	color: #404040;
	font-size: 0.32rem;
	line-height: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.2rem;
	width: calc(100% - 0.66rem);
}
.top-header .right-menu .top-slide-menu .menu-item .menu-click {
	position: absolute;
	top: 0;
	right: 0;
	height: 1.4rem;
	padding: 0 0.2rem;
	color: #404040;
	font-size: 0.32rem;
	line-height: 1.4rem;
	width: 0.66rem;
}

.top-header .right-menu .top-slide-menu .menu-item.is-open > a, 
.top-header .right-menu .top-slide-menu .menu-item.is-open .menu-click {
	color: #ee7d2e;
}
.top-header .right-menu .top-slide-menu .menu-item .sub-list {
	padding: 0 0.5rem;
	display: none;
}
.top-header .right-menu .top-slide-menu .menu-item .sub-list .sub-item {
}
.top-header .right-menu .top-slide-menu .menu-item .sub-list .sub-item a {
	color: #454545;
	font-size: 0.3rem;
	line-height: 0.76rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}
.top-header.menu-open .right-menu .top-slide-menu {
	top: 0;
	height: 100vh;
	transition: all .6s
}

.top-header.menu-open .right-menu .top-menu-button .close-button{
	display: inline-block;
}

.top-header.menu-open .right-menu .menu-button-icon,
.top-header.menu-open .right-menu .menu-button-text{
	display: none;
}

/*********** 页脚 ************/
.bottom-footer{
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 7.5rem;
	transform: translate(-50%,0);
	background: #fff;
	height: 1.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.3rem;
	filter: drop-shadow(0 0 0.06rem rgba(0,0,0,.35));
}

.bottom-footer .footer-menu{
	width: 2.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom-footer .footer-menu .menu-item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50%;
}

.bottom-footer .footer-menu .menu-item .icon{
	font-size: 0;
	width: 0.44rem;
	height: 0.44rem;
	line-height: 0.44rem;
}

.bottom-footer .footer-menu .menu-item .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bottom-footer .footer-menu .menu-item .wenzi{
	color: #0097fe;
	font-size: 0.26rem;
	line-height: 1;
	margin-top: 0.1rem;
}

.bottom-footer .footer-fabu{
	position: absolute;
	left: 50%;
	bottom: 0.14rem;
	transform: translate(-50%,0);
	text-align: center;
}

.bottom-footer .footer-fabu .icon{
	width: 1.2rem;
	height: 1.2rem;
	background: #0097fe;
	border: 0.15rem #fff solid;
	border-radius: 50%;
	position: relative;
	margin-bottom: -0.05rem
}

.bottom-footer .footer-fabu .icon:before{
	content: "";
	width: 0.08rem;
	height: 0.4rem;
	border-radius: 0.08rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.bottom-footer .footer-fabu .icon:after{
	content: "";
	width: 0.4rem;
	height: 0.08rem;
	border-radius: 0.08rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.bottom-footer .footer-fabu .wenzi{
	color: #0097fe;
	font-size: 0.26rem;
	line-height: 1;
}

/********* 页脚发布弹框 **********/
.footerfabu-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.footerfabu-popup .popup-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: rgba(0,0,0,.2);
}
.footerfabu-popup .popup-box {
	position: absolute;
	left: 50%;
	bottom: 1.7rem;
	width: 4.16rem;
	margin-left: -2.08rem;
	z-index: 1;
}
.footerfabu-popup .popup-box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border-top: 0.16rem #fff solid;
	border-left: 0.17rem transparent solid;
	border-right: 0.17rem transparent solid;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.footerfabu-popup .popuo-content {
	background: #fff;
	width: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
}
.footerfabu-popup .box-item {
	border-top: 1px #eee solid;
	height: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footerfabu-popup .box-item:first-child {
	border-top: none;
}
.footerfabu-popup .box-item .img-box {
	width: 0.68rem;
	height: 0.68rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footerfabu-popup .box-item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.footerfabu-popup .box-item .text-box {
	color: #000;
	font-size: 0.34rem;
	line-height: 1;
	font-weight: 500;
	padding-left: 0.24rem;
	display: inline-block
}

/************ 右侧悬浮 *************/
.fright{
	position: fixed;
	right: 0.3rem;
	bottom: 1.4rem;
	z-index: 990;
	width: 0.9rem;
	height: 0.9rem;
	font-size: 0;
	background: rgba(1,149,255,.7);
	/*box-shadow: 0 0.12rem 0.12rem rgba(1,149,255,.85);*/
	filter: drop-shadow(0 0.12rem 0.04rem rgba(1,149,255,.85));
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fright img{
	width: 0.44rem;
	height: 0.44rem;
	object-fit: cover;
}


/***交易页面****/
.unknow-page-main {
	width: 100%;
	height: calc(100vh - 1.1rem);
	position: relative;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.unknow-page-box {
	background: rgba(255,255,255,.85);
	border-radius: 0.15rem;
	width: 6.9rem;
	padding: 1.4rem 0 1.7rem 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.unknow-page-box .box-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 2.9rem;
	margin-bottom: 0.86rem;
}
.unknow-page-box .box-item:nth-child(3), .unknow-page-box .box-item:nth-child(4) {
	margin-bottom: 0;
}
.unknow-page-box .box-item .img-box {
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.3rem;
}
.unknow-page-box .box-item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.unknow-page-box .box-item .text-box {
	text-align: center;
	width: 100%;
	color: #454545;
	font-size: 0.36rem;
	line-height: 1;
	font-weight: 600
}


/****客服页面***/
.kefu{
		padding: 0.6rem;
		display: flex;
		justify-content:flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}
	
	.kefu .kefu-item{
		width: 50%;
		margin-bottom: 1.3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.kefu .kefu-item .img-box{
		border: 1px #ddd solid;
		border-radius: 50%;
		width: 1.62rem;
		height: 1.62rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0.3rem;
	}
	
	.kefu .kefu-item .img-box img{
		width: 0.9rem;
		height: 0.9rem;
		object-fit: contain;
	}
	
	.kefu .kefu-item .text-box{
		color: #454545;
		font-size: 0.36rem;
		line-height: 1;
		font-weight: 600
	}

/****投诉建议****/
.tousujianyi{
		border-top: 0.14rem #0195ff solid;
		padding: 0.3rem 0.3rem 2rem 0.3rem;
	}
	
	.tousujianyi .mt{
		background: url(images/bd-title-blue-big.png) no-repeat center left;
		background-size: 0.08rem 0.42rem;
		padding-left: 0.3rem;
		color: #454545;
		font-size: 0.38rem;
		line-height: 0.42rem;
		font-weight: 500;
		margin-bottom: 0.2rem;
	}
	.tousujianyi .mc{
		
	}
	.tousujianyi .select-fl{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width:100%;
		height: 1.12rem;
		padding: 0 0.2rem;
	}
	
	.tousujianyi .select-fl .fl-item{
		width: 25%;
		font-size: 0.28rem;
		line-height: 1.5;
		color: #454545;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.tousujianyi .select-fl .fl-item:before{
		color: #bbb;
		padding-right: 0.1rem;
	}
	
	.tousujianyi .select-fl .fl-item.on:before{
		color: #0195ff
	}
	
	.tousujianyi .textarea{
		border: 1px #dcdcdc solid;
		border-radius: 0.05rem;
		background: #f8f8f8;
		height: 3.2rem;
		padding: 0.26rem;
		color: #454545;
		font-size: 0.28rem;
		line-height: 1.5;
		margin-bottom: 0.6rem;
	}
	
	.tousujianyi .contact-box{
		margin-bottom: 0.2rem;
	}
	
	.tousujianyi .contact-box .contact-item{
		margin-top: 0.5rem;
	}
	
	.tousujianyi .contact-box .contact-item:first-child{
		margin-top: 0;
	}
	
	.tousujianyi .contact-box .contact-item .bt{
		color: #454545;
		font-size: 0.34rem;
		line-height: 1;
		font-weight: 500;
		margin-bottom: 0.25rem;
	}
	
	.tousujianyi .contact-box .contact-item .bc{
		border: 1px #dcdcdc solid;
		border-radius: 0.05rem;
		background: #f8f8f8;
		height: 1rem;
		line-height: 1rem;
		color: #454545;
		font-size: 0.28rem;
		line-height: 1.5;
		padding: 0 0.26rem;
	}
	
	.tousujianyi .tips{
		color: #454545;
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-bottom: .7rem;
	}
	
	.tousujianyi .submit{
		height: 1rem;
		color: #fff;
		font-size: 0.34rem;
		border-radius: 1rem
	}


/***常见问题****/
.changjianwenti{
		padding: 0.6rem 0.3rem;
	}
	
	.changjianwenti .mt{
		background: url(images/bd-title-blue-big.png) no-repeat center left;
		background-size: 0.08rem 0.42rem;
		padding-left: 0.3rem;
		color: #454545;
		font-size: 0.38rem;
		line-height: 0.42rem;
		font-weight: 500;
		margin-bottom: 0.5rem;
	}
	
	.changjianwenti .mc{
		
	}
	
	.changjianwenti .wenti-list{
		
	}
	
	.changjianwenti .list-item{
		border-bottom: 1px #dcdcdc solid;
	}
	
	.changjianwenti .list-item .bt{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 1.2rem;
		width: 100%;
	}
	
	.changjianwenti .list-item .bt .title{
		color: #888;
		font-size: 0.34rem;
		line-height: 1.5;
		font-weight: 300
	}
	
	.changjianwenti .list-item .bt .arrow{
		color: #888;
		font-size: 0.34rem;
		line-height: 1.5;
		font-weight: 300
	}
	
	.changjianwenti .list-item .bt .arrow.zhuan{
		transform: rotate(180deg);
	}
	
	.changjianwenti .list-item .bc{
		border-top: 1px #dcdcdc solid;
		padding: 0.3rem 0;
		color: #888;
		font-size: 0.34rem;
		line-height: 1.5;
		font-weight: 300;
		display: none;
	}
	
	/**************** 20210617 *******************/
	.top-header .right-menu .menu-button-text{
	display:none;
	}
	
	.top-header .right-menu .top-slide-menu .menu-item .menu-click{
	height:1.2rem;
	line-height:1.2rem;
	}
	
	.top-header .right-menu .top-slide-menu .menu-item .sub-list{
	display:block;
	}
	
	.top-header .right-menu .top-slide-menu{
	padding-bottom:1rem;
	padding-left:0;
	padding-right:0;
	}
	
	.top-header .right-menu .top-slide-menu .menu-item:last-child{
	margin-bottom:2rem;
	}
	
	.menu-content {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-left:0.25rem;
	padding-right:0.25rem;
}

/********** 这里加入base.css，放在最后面 *************/
.header-gongneng {
	display: none;
}
#cnzz_stat_icon_1280081018{
	display: none
}