* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i{
	font: normal 12px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
div,a{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}

body{
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
}
.footer-info{
	display: block;
	height: 76px;
    margin: 0 auto;
    bottom: 0px;
    position:absolute;
    display: inline;
}
.footer-info .left {
    float: left;
    color: #afaeae;
    font-size: 12px;
    padding: 30px 0 0 26px;
    width: 800px;
}

.footer-info .right{
	width: 300px;
	float: right;
	padding: 30px 26px 0 0;
}
