
html{ font-size: 1000%; text-size-adjust: none; max-height: 100%; }

@font-face {
	font-family: "member";
	src: url('../font/member.woff') format('woff'),  url('../font/member.ttf') format('truetype');
}
.member_iconfont {
	font-family: "member" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/*font*/
@font-face {
	font-family: "commonfont999";
	src: url('../font/common.woff') format('woff'), url('../font/common.ttf') format('truetype');
}
.commonfont999 {
	font-family: "commonfont999" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.share { width: 160px; margin: 0.5rem auto; }
.class-btn span.commonfont999 { font-size: 0.28rem; }
.footer999 {width: 100%; height: 0.8rem; bottom: 0px; right: 0px; z-index: 9999; transition: all 0.3s ease-in-out 0s; position: fixed !important; }
.foot999 {background: #040404;width: 100%; position: fixed; height: 0.8rem; bottom: 0px; left: 0px; z-index: 10; transition: all 0.3s ease-in-out 0s; }
.foot999-relative { position: relative; width: 100%; height: 0.8rem; }
.foot999 a { display: block; float: left; width: 25%; color: rgb(255, 255, 255); }
.foot999 a span { display: block; width: 100%; text-align: center; font-size: 0.4rem; line-height: 0.5rem; }
.foot999 a h3 { width: 100%; text-align: center; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; font-size: 0.18rem; line-height: 0.2rem; font-family: "microsoft yahei"; }
.commonfont999 { font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; font-family: commonfont999 !important; }
.type li span.commonfont999 { font-size: 0.3rem; line-height: 0.46rem; display: block; width: 16%; text-align: center; color: rgb(102, 102, 102); position: absolute; top: 0px; right: 0px; }
input { outline: none; }
.share { bottom: 2%; display: none; z-index: 9; width: 100%; position: fixed !important; }


/*强制隐藏滚动条

::-webkit-scrollbar { width: 0px; height: 5px; }

*/
/*自适应 当屏大于999时隐藏<div id="wxnr"> 和<div id="toolbar"> */
@media screen and (min-width: 999px) {
.foot999{display: none;}
.share{display: none;}
.bottom23{display: none;}
}
		
/*自适应 当屏小于1000时隐藏   隐藏<div class="gotop-wrapper"> */
@media screen and (max-width: 1000px) {
.Nav_r{display: none;}
.all_gg{display: none;}
}

