@charset "UTF-8";
html {
	height:100%;
}
body {
	font: 12px/150% Arial, Verdana, "\5b8b\4f53";
	color: #666;
	background-color:#000;
	background-image: none;
}
.mainPage img {
	border: none;
	width: 100%;
}

/* 整体框架*/
.mainPage {
	background: url(../../image/img/bg-mid.jpg) no-repeat center;
	position:relative;
	background-position:center;
	background-size: 100%;
}
.leftContainer {
	width:62%;
	display:inline-block;
	vertical-align: top;
	text-align:left;
	max-width: 922px;
}
.rightContainer {
	width:32%;
	display:inline-block;
	vertical-align: top;
	text-align:right;
}
.wrapper {
	min-width:1200px;
	margin:0 auto;
	max-width:1700px;
	text-align: center;
}
/* header*/
.header {
	background: url(../../image/img/bg-top.png) repeat-x bottom;
}
.header a {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 96px;
	font-family: arial;
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
	margin: 12px;
	line-height:32px;
	text-align: center;
 transition: color .4s;
 -webkit-transition:color .4s;
}
.header a:hover {
	color: #dc571c;
}
.leftBtn {
	width: 100px;
}
.rightBtn {
	width: 200px;
}
/* 弹出视频*/
.alphaBg {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 0, 0, .8);
	z-index: 60;
}
.vedio {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -200px;
	z-index: 999;
	height: 400px;
	width: 800px;
}
.closewin {
	height: 40px;
	width: 40px;
	float: right;
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	display:none;
}
.play_wrapper {
	position: relative;
	text-align: center;
}
.btn {
	width: 220px;
	height: 220px;
	background-image: url(../../image/img/play_s.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	cursor: pointer;
	z-index:0;
	display: inline-block;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -120px;
	margin-left: -130px;
}
.btn:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
/*downloadBox*/
.BoxContainer {
	display:inline-block;
	max-width:520px;
}
.downloadBox {
	background: url(../../image/img/downloadBg.png)repeat;
	box-shadow: 0 0 0 1px rgba(152, 149, 148, 0.4);
	text-align:center;
	padding-top: 20px;
	margin-top: 40px;
}
.downloadBox img {
	width:100%
}
.downloadBox .evonyShop a {
	width: 48%;
	display: inline-block;
}
.evonyPlay, .shuoming {
	background: url(../../image/img/downloadBgApp.png)repeat;
}
.shuoming {
	font-family: arial;
	font-size:14px;
	color: rgba(255, 255, 255, .75);
	line-height: 20px;
	text-align: left;
	padding:0 40px 20px 40px;
}
.shuoming a {
    color: #37b5cd;
	transition: color .4s;
    -webkit-transition: color .4s;
}
.shuoming a:hover {
  color: rgba(255, 255, 255, .4);
}
.evonyShop {
	width:100%;
	text-align:center;
	border-radius: 0 0 4px 4px;
}
/*footer*/
.footer {
	background: url(../../image/img/bg-top.png) repeat-x top;
	width: 100%;
	line-height:48px;
	font-size: 13px;
	position: absolute;
	bottom: 0;
}
.banquan {
	color: rgba(255, 255, 255, .4);
	display:inline-block;
}
.footer li {
	display: inline-block;
	
}
.footer  a {
	color: rgba(255, 255, 255, .4);
	font-size: 13px;
	padding: 6px;
}
.footer a:hover {
	color: fff;
}
.footer .rightContainer  {
	text-align:left;
}
 @media screen and (max-width: 1280px) {
.downloadBox {
 padding-top: 20px;
 margin-top:20px;
}
.play_wrapper img {
 max-width:800px;
}
.shuoming {
 padding:0 20px 20px 20px;
}
}
 @media screen and (min-width: 1800px) {
.downloadBox {
 padding-top: 20px;
 margin-top:40px;
}
.leftContainer {
 width: 64%;
}
.wrapper {
 max-width: 1800px;
}
.btn {

    background-image: url(../../image/img/play.png);

}
}
/*图片最大限制*/
.play_wrapper img {
	max-width:922px;
}
.evonyLogo img {
	max-width:560px;
}
.evonyShop img {
	max-width:240px;
}
.evonyPlay img {
	max-width:459px;
}

/*<iframe name="IframeSubmitForm1" id="IframeSubmitForm1" frameborder="0" width="0" height="0" src="/ad_iframe.html"></iframe>*/