.head{
    width: 100%;
    height: 47px;
	text-align: center;
    background: #50c291;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1;
 }
.head .head-inner{
    position: relative;
}
.head h2{
	line-height:47px;
    font-size: 18px!important;
    font-weight: normal;
    color: #fff;
}
.head .back-btn{
	width: 2em;
	height: 2em;
    position: absolute;
    top:12px;
    left: 0.6em;
	display:block;
	background:url(../../images/jg/bj.png) no-repeat ;
	background-size: 12px 22px;
}
.head .right-font{
    position: absolute;
    top:16px;
    right: 1em;
    color: #fff;
    font-size: 14px;
}
a,button,input, li{-webkit-tap-highlight-color:rgba(255,0,0,0);}
body{
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", Arial,Helvetica,SimSun, "瀹嬩綋", "鍗庢枃缁嗛粦", Heiti, "榛戜綋", sans-serif;
	font-size: 100%;
	position: relative;
}
header + article{position:relative; top: 75px;}