@CHARSET "UTF-8";
@font-face {
	font-family: 'FontAwesome';
	src:url('/public/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf');
	font-weight: normal;
	font-style: normal
}
html,body{
	width:100%;
	height: 100%;
	min-height: 100%;
	background:#fff;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: "Helvetica Neue","FontAwesome",Helvetica,Arial,sans-serif;
	text-shadow: 0 0 0.5px rgba(127,127,127,0.2);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga","kern";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	display: block;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	font-weight: 400;
	-webkit-overflow-scrolling: touch;
	position: relative;
	font-size: 16px;
	color:#000;
	overflow-y:scroll;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{color:#262626;}
H3{font-size: 20px!important;margin:0;}
H2{font-size: 24px!important;margin:0}
ul{list-style:none;}
p{margin:0;padding:0;}
.db{display: block;}
.left{float:left!important}
.right{float:right!important}
.both{clear:both!important}
.bg-b{background-color:#000!important}
.bg-w{background-color:#fff!important}
.color-def{color:#d8be84!important}
.color-w{color:#fff!important}
.color-b{color:#000!important}
.b-1-s-w{border:1px solid #fff}
.b-1-s-b{border:1px solid #000}
.b-1-s-f2{border:1px solid #f2f2f2}
.b-1-s-def{border:1px solid #d8be84}
.b-r-50{border-radius:50%;}
.p-0{padding:0}
.p-1{padding:12px}
.p-1_5{padding:16px}
.p-t-1{padding-top:12px;}
.p-l-0{padding-left:0;}
.p-r-0{padding-right:0;}
.p-l-1{padding-left:12px;}
.p-r-1{padding-right:12px;}
.p-b-1{padding-bottom:12px;}
.m-0{margin:0}
.m-1{margin:12px}
.m-1-a{margin:12px auto}
.m-t-1{margin-top:12px;}
.m-l-0{margin-left:0!important}
.m-r-0{margin-right:0!important}
.m-l-1{margin-left:12px;}
.m-r-1{margin-right:12px;}
.m-b-1{margin-bottom:12px;}
.m-0-a{margin:0 auto;}

.fs1{font-size:12px;}
.fs1_5{font-size:16px;}
.fs2{font-size:24px;}
.fs2_5{font-size:36px;}
.t-c{text-align: center!important}
.t-l{text-align: left!important}
.t-r{text-align: right!important}
.w-50{width:50%}
.w-100{width:100%}
ul.line-msg{
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 999;
	color: #fff;
	background-image: url('/public/img/wx/msg.png');
	background-size: 30px;
	background-repeat: no-repeat;
}
ul.line-msg li{
	height:30px;
	text-indent:15px;
	font-size:12px;
	line-height:30px;
	list-style:none;
	padding-left:30px;
}
