@charset "utf-8";

*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}

html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

a{text-decoration:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body,html,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:rgba(0,0,0,0);-ms-tap-highlight-color:rgba(0,0,0,0);-o-tap-highlight-color:rgba(0,0,0,0);outline:0;}
body{line-height:1;font-family:"\5FAE\8F6F\96C5\9ED1",Helvetica,Arial,sans-serif;color:#313131;}
body,html{width: 100%;height: 100%;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
button{border:none;background:none;}
blockquote,q{quotes:none;}
figure{margin:0;}
img,object,embed,video{max-width:100%;_width:100%;}
ol,ul,li{list-style:none;}
svg:not(:root){overflow:hidden;}
table{border-collapse:collapse;border-spacing:0;}

/* 类 */
.pad_body{background-color:#3b3b3b;}
.visible{visibility:visible;}
.hidden{visibility:hidden;}
.blod{font-weight:bold;}
.tc{text-align:center;}
.show{display:block;}
.hide{display:none;}
.none{display:none;}
.clear{clear:both;}
.fr {float:right;}
.fl{float:left;}

/* 遮罩 */
.mask{display: none;position: fixed;_position:absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 100%;background-color: #000;filter: alpha(opacity=80);-moz-opacity: .8;-khtml-opacity: 0.8;opacity: .8!important;}

/* 文字溢出隐藏 */
.text-overflow{
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space: nowrap;/* 不换行 */
}

/* 自适应 */
@media screen and (max-width: 360px){
	
}