body {
	background: black url(../images/bg.jpg) center top no-repeat;
}
@-webkit-keyframes rotate{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
	from{-moz-transform:rotate(0deg)}
	to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
	from{-ms-transform:rotate(0deg)}
	to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
	from{-o-transform:rotate(0deg)}
	to{-o-transform:rotate(360deg)}
}
@keyframes rotate{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}
}
.banner {
	/*padding-top: 37px;*/
}
.banner a {
	display: block;
/*	transition: all ease-in-out .3s*/
}
.newqrcode{
	margin-left:50px;
	float:left;
	width:195px;
	height:156px;
	background:url(../images/newqrcode.png);
}
.code{
	  width: 130px;
    margin: 15px 0px 0px 50px;
}
#play_btn {
	  margin-top: 540px;
    width: 130px;
    height: 120px;
    border-radius: 100%;
    margin-left: 100px;
    /*background: url(../images/play-btn.png) 27px no-repeat;*/
    background-size: 70%;
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    /*cursor: pointer;*/
}
#play_btn:hover {
	opacity: 1
}
/*#play_btn b {
    display: block;
    height: 100%;
    cursor: pointer;
    background: url(../images/play-btn-act.png) center no-repeat;
    background-size: 100%;
    -webkit-animation: 8s linear 0s normal none infinite rotate;
    -moz-animation: 8s linear 0s normal none infinite rotate;
    -o-animation: 8s linear 0s normal none infinite rotate;
    animation: 8s linear 0s normal none infinite rotate;
}*/

b, strong {
    font-weight: bold;
}
.views { display: none; width: 100%; height: 100%; top: 0; left: 0; position: fixed; text-align: center; background: url(http://www.eyougame.com/Public/images/cover.png) repeat; z-index: 1000 }
.views div { display: table-cell; vertical-align: middle; text-align: center }
.views video { width: 720px; }
.views b { width: 65px; position: absolute; font-size: 54px; font-size: 5.4rem; color: #eee; background: rgba(255,255,255,.36); cursor: pointer }
.views b:hover { color: #EF4D01 }
#view_tips { overflow-y: scroll; }
#view_tips b { top: 0; position: fixed; }
#view_tips img { margin: auto; }
@media (max-width: 991px) {
	.views b { margin: -65px auto auto -65px; }
}
@media (max-width: 768px) {
	.views div { padding: 15px; box-sizing: border-box }
	.views video { width: 100%; }
	.views b {  bottom: 15px; margin-left: -32.5px; left: 50%; background: none; }
}


.link-box {
 margin-top:89px;
 height:177px;
}

.qrcode-text {
	margin: 28px auto auto 151px;
}
.allqrcode{
	margin-right: 150px;
	float: right;
	width:213px;
	height:178px;
	background:url(../images/allqrcode.png);
}
.share{
	float:right;
}
.share img{
	padding: 30px 20px 0px 13px;
}
.qrcode {
	padding-left: 5px;
  float: left;
  padding-top: 1px;
}
.qrcode img{
	width:140px;
	height:140px;
}
.download{
	margin-left: 170px;
	float:left;
	width:186px;
	height:177px;
}
.download a{
	width:186px;
	height:62px;
	display:block;
	background:url('../images/down_default.png') no-repeat;
}
.download a:nth-child(2){
	background-position: 0px -62px;
}
.download a:nth-child(3){
	background-position: 0px -124px;
}
.download a:hover{
	background:url('../images/down_click.png') no-repeat;
}
.download a:hover:nth-child(3){
	background:url('../images/down_click.png') no-repeat;
	background-position: 0px -124px;
}
.download a:hover:nth-child(2){
	background:url('../images/down_click.png') no-repeat;
	background-position: 0px -62px;
}
.video2{
	float:left;
	width:296px;
	height:181px;
	background: url("../images/video.png");
	margin:0px 0px 0px 100px;
	cursor:pointer;
}
.video2:hover{
	background: url("../images/video.png");
	opacity:0.7;
}
#glod-bg{
    margin:150px 0px 0px -10px;
    position: absolute;
     z-index: 10;
}

#carousel {
    margin-left: 61px;
    width: 583px;
    margin-top: 114px;
}
/*#carousel .swiper-container .swiper-wrapper .swiper-slide i{
	list-style:none;
	background: url(../images/2.png) no-repeat; 
	position: absolute;
	margin-left:-7px;
	margin-top:-6px;
	 width: 680px; 
	 height: 485px; 
}*/
#carousel img {
	width: 583px;
	height: 302px;
}

#carousel .swiper-pagination { padding-right: 18px; bottom: 19px; text-align: right }

#news {
	background:black;
  width: 495px;
  height: 304px;
  margin-top: 114px;
  margin-left: 20px;
  font-size: 14px;
}

.hot-news {
	display: block;
	width:495px;
	margin: 10px auto auto;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 18px;
	color: white;
	background-color: #9697ab;
}
#news .tabs{
	margin: 2px 0px 0px 3px;
	width:328px;
}
#news .tabs a {
  display: block;
  width: 82px;
  height: 61px;
  line-height: 55px;
  float: left;
  text-align: center;
  font-size: 22px;
  color: #9697ab;
}
#news .tabs .active { 
	background: url(../images/newsnav_on.png) center no-repeat;
	color:white;
}

.tab-contents { overflow: hidden; }
#news .swiper-slide { display: block; padding: 0 18px; margin: 0 }
#news li {
	display: block;
	padding: 0 50px 0 20px;
	line-height: 44px;
	position: relative;
	text-align: left;
	border-bottom: 1px dashed #626584;
	background: url(../images/text-doc-inverted.png) left center no-repeat;
	/*transition: background .3s;
	-webkit-transition: background .3s;*/
}
#news li a:hover {
	color: yellow;
}
#news li a {
	overflow: hidden;
    color: #9697ab;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.more{
	  margin: -40px 0px 0px 400px;
    position: absolute;
    width: 65px;
    height: 18px;
    /*background: url(../images/icon_more.png) no-repeat;*/
}
.newsbg{
	min-height: 240px;
}
#news li span { right: 0; position: absolute; }


#game_data {
  text-align: center;
  padding-top: 140px;
  padding-left: 60px;
}

#game_data .swiper-slide {
	height: 350px;
	background: center no-repeat;
}
#game_data .btn-ground {
	height: 100%;
     padding: 0 8px 8px 0;
	margin: auto 9px;
	opacity: 0;
	background: url(http://www.eyougame.com/Public/images/cover.png) repeat;
	transition: all .3s;
	-webkit-transition: all .3s
}
/*#game_data a {
	display: block;
	float: left;
	padding: 6px 16px;
	margin: 8px auto auto 8px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	border-radius: 3px;
	color: #fff;
	background-color: #12B7D8
}*/
#game_data .swiper-slide:hover .btn-ground {
	opacity: 1;
}
.curr{
	margin-left:-35px;
}
.pageSamll3 ul li{
	float:left;
	list-style:none;
	/*width:135px;*/
	cursor: pointer;
}

/*screenshot*/
#screenshot {padding: 105px 0px 0px 60px;width:1180px;}
#screenshot .swiper-container {
	padding-bottom: 54px;
}
#screenshot a {
	display: block; 
	background-repeat: no-repeat;
	background-position: 3px 2px;
}
#screenshot img {     
	width: 350px;
  height: 264px;
}

#screenshot swiper-pagination { bottom: 0; }

/*fixed*/
.footer {
	margin-top: 120px;
}
.md-ul{
		-webkit-animation: fadeInUp 1s 1s ease both;
		animation: fadeInUp 1s 1s ease both;
		margin:0 auto;
		overflow: hidden;
		font-size:0;
	}
	.md-ul li{
		overflow: hidden;
		float: left;
		-webkit-transition: width .5s;
		-moz-transition: width .5s;
		-ms-transition: width .5s;
		-o-transition: width .5s;
		transition: width .5s;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		cursor: pointer;
		font-size: 14px;
		background:none;
	}
	.on{
		width:683px;
		height:411px;
	}
	.md-ul-li1.on{
		background: url('../images/carousel/1.png') no-repeat;background-size:545px 405px;background-position: right;
	}
		.md-ul-li2.on{
		background: url('../images/carousel/2.png') no-repeat;background-size:545px 405px;background-position: right;
	}
		.md-ul-li3.on{
		background: url('../images/carousel/3.png') no-repeat;background-size:545px 405px;background-position: right;
	}
		.md-ul-li4.on{
		background: url('../images/carousel/4.png') no-repeat;background-size:545px 405px;background-position: right;
	}
	.md-ul li b {
			display: block;
			width: 138px;
			height: 411px;
			text-indent: -9999em;
			/*background: url("img/hover.png") no-repeat;*/
			-webkit-transition: all .5s;
			-moz-transition: all .5s;
			-ms-transition: all .5s;
			-o-transition: all .5s;
			transition: all .5s;
			position: relative;
		}
	.md-ul li b img {
			position: absolute;
			left: 0;
			top: 0;
		}
	.on b {
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			 transform: translate3d(0, 0, 0); 
		}
		.leak{
		width: 700px;
		height: 440px;
		background: rgba(0,0,0,0.2);
		/*opacity: 0.2;*/
		display: none;
		/*transition: 1s;*/
	}
	.md-ul .leak a{
		display: block;
		float: left;
		padding: 6px 16px;
		margin: 8px auto auto 8px;
		text-decoration: none;
		text-align: left;
		font-size: 14px;
		border-radius: 3px;
		color: #fff;
		background-color: #D8BB6C;
	}
	.md-ul li:hover .leak{
		display: block;
	}
	.clear{zoom: 1;}
	.clear:after{
		content: ".";
		display: block;
		clear: both;
		overflow: hidden;
		height: 0;
	}