/**
 * Main Style
 * @author zhangjunfa
 */

 html {
	height: 100%;
}
#root {
	font-size: 100px;
}
body {
	background: #000000 url(../images/bg.jpg) center center no-repeat;
	background-size: cover;
	font-family: 'Microsoft Yahei', 'Arial';
	font-size: 12px;
	line-height: 18px;
}
body.mobile {
	background: #000000;
}
a, a:hover {
	text-decoration: none;
}
a,button,input,textarea{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input {
	vertical-align: middle;
	outline: 0;
}
textarea {
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac */
*html .clearfix {
	height: 1%;
}
.clearfix { 
	display: block; 
}
/* End hide from IE-mac */
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial';
	line-height: 1.8em;
	*font-weight: normal;
}
img {
	max-width: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
.container {
	margin: 0px auto;
	width: 100%;
}
.focus {
	background: url(../images/focus.png) no-repeat;
	position: absolute;
	/* width: 980px;
	height: 653px; */
	width: 1059px;
	height: 751px;
	
	top: 50%;
	left: 50%;
	margin-left: -529.5px;
	margin-top: -375.5px;

	/* margin-left: -490px;
	margin-top: -326.5px; */
}

.logo{
	width: 299px;
	height: 51px;
	background: url(../images/logop.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 50px;
	top: 30px;
}
.mobile-body {
	background-color: #171717;
	position: absolute;
	width: 309px;
	height: 495px;
	/* left: 55px;
	top: 74px; */
	left: 152px;
    top: 124px;
}

.bq{
	position: absolute;
	left: 50px;
	right: 0;
	bottom: 30px;
	height: 17px;
	color: #fff;
	font-size: 14px;
	font-family: 'Microsoft YaHei', 'Segoe UI', 'Arial', sans-serif;
}
.bq a {
	color: #fff;
	margin-left: 10px;
}
@media screen and (max-width: 1280px) {
	.focus {
		width: 800px;
		height: 533px;
		margin-left: -400px;
		margin-top: -266.5px;
		background-size: 100%;
	}
    .mobile-body {
		/* width: 250px;
		height: 400px;
		left: 46px;
		top: 66px; */
		width: 230px;
		height: 368px;
		left: 116px;
		top: 97px;
	}
}