/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
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,
fieldset, 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{ -webkit-tap-highlight-color: rgba(0,0,0,0);}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.notifications {
position: fixed;
right: 0;
bottom: 76px;
z-index: 1000;
padding: 0;
margin: 0;
width: 100%;
}
.notifications li {
    /*background: #68a42b;*/
	background: rgba(0,0,0,0.5);
    color: white;
    max-width: 60%;
    display: block;
    padding: 10px 10px;
	text-align: center;
	margin: 0 auto;
	display:none;
	font-size:16px;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.4); }

.loading-layer{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	z-index: 1;
}
.loading-layer .cnt{
	position: absolute;
	height: 4em;
	width: 16em;
	left:50%;
	top: 50%;
	margin-top: -1.5em;
	margin-left: -8em;
	line-height: 4em;
	box-sizing: border-box;
	background: #f8faf9;
	border-radius: 5px;
}
.loading-layer .wrapper{
	background: url('../images/loading6.gif') no-repeat scroll 3em center;
	background-size: 4em;
	color: #333;
	padding-left: 7em;
}
footer .download{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: #4a4a4a;
}
footer .download .tel{
    float: left;
    color: #fff;
    line-height: 55px;
    margin-left:0.6em;
    background: url("../images/tel.png") no-repeat left center;
    background-size: 32px 32px;
    padding-left: 38px;
}
footer .download .APP{
    padding:13px 0;
    float: right;
    margin-right:0.6em;
    color: #fff;
    width: 20%;
    background: #20b375;
    margin-top: 7px;
    border-radius: 5px;
    text-align: center;
}
.content a, .download a{}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* add */
body {font-size:12px;}
body,html{height:100%;}
img{border:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
select,input{vertical-align:middle}
.clear { display:block !important; clear:both !important; float:none !important; margin:0 !important; padding:0 !important; height:0; line-height:0; font-size:0; overflow:hidden;}
.clearfix { zoom:1; }
.clearfix:after { content:""; display:block; clear:both; height:0; }
.spacer{clear:both; font-size:0; height:0; line-height:0;}
a{color:#333;text-decoration:none}
a:hover{color:#333;}
.cf:before,
.cf:after {
    content: " "; 
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}