@charset "utf-8";
html {
	width: 100%;
	overflow-x: hidden;
}
body {
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Microsoft YaHei", \5b8b\4f53, Arial, Helvetica, sans-serif;
	background-color: #fff;
}
div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, textarea, table, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
area {
	outline: none;
}
img {
	border: 0;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #fff;
}
.pubAni {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.pubAni2 {
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
#wrap {
	width: 750px;
	overflow-x: hidden;
	height: 6938px;
	/*height: 6225px;*/
	background: url(../images/bg.jpg) no-repeat #000033;
	padding-top: 60px;
}
/*头部导航*/
.top {
	height: 100px;
	background: #2b2b4d;
	width: 750px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.topIcon {
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 16px;
	top: 16px;
}
.top-txt .top-name {
	color: #f9edaa;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	left: 150px;
	top: 15px;
}
.top-txt .top-time {
	color: #ef5e5e;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 150px;
	top: 60px;
}
.top_play {
	width: 105px;
	height: 100px;
	position: absolute;
	display: block;
	left: 540px;
	background: url(../images/top_play.png) no-repeat;
	z-index: 1000;}
.top_share {
	width: 105px;
	height: 100px;
	position: absolute;
	display: block;
	left: 645px;
	background: url(../images/top_share.png) no-repeat;
	z-index: 1000;}

.share_box {
	width: 105px;
	height: 500px;
	position: absolute;
	display: block;
	left: 645px;
	top: 100px;
	float: left;
	z-index: 0;
}
.share_box ul {
	width: 105px;
	height: 480px;}
.share_box li {
	width: 105px;
	height: 100px;
	position: relative;
	display: block;
	float: left;
	background-size: cover;
	margin-top: 7px;
	}
.share_pic {
	width: 100%;
	height: 100%;
	display: block;
	border-radius:7px
	}
.share_youtube {
	background: url(../images/icon_share_yt.jpg) no-repeat;
	background-size: cover;
	}
.share_twitter {
	background: url(../images/icon_share_twitter.jpg) no-repeat;
	background-size: cover;
	}
.share_fb {
	background: url(../images/icon_share_fb.jpg) no-repeat;
	background-size: cover;}
.share_line {
	background: url(../images/icon_share_line.jpg) no-repeat;
	background-size: cover;}
.share_close {
	background: url(../images/icon_share_close.jpg) no-repeat;
	background-size: cover;}

.tapBtn {
	position: absolute;
	right: 150px;
	top: 650px;
}
.tasteBtn {
	position: absolute;
	right: 150px;
	top: 750px;
	display: none;
}
/*关注我们*/
.shareWxBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
	display: none;
}
.shareWxPop {
	width: 648px;
	height: 364px;
	background: url(../images/shareWx.png) no-repeat 0 0;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -180px 0 0 -320px;
}
.shareWxClose {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/close.png) no-repeat 0 0;
	position: absolute;
	right: 24px;
	top: 24px;
}
.cardImg {
	display: block;
	width: 155px;
	position: absolute;
	left: 395px;
	top: 110px;
}
.shareImgsPop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0,0,0,0.8);
	display: none;
}
/*头图*/
.btn_offmtg {
	width: 200px;
	height: 200px;
	position: absolute;
	display: block;
	/*! background: url(../images/btn_offmtg.png) center top no-repeat; */
	top: 68px;
	right: 7px;
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.7));
	/*! animation: pulse 2s linear 0s infinite alternate; */
	/*! -webkit-animation: pulse 2s linear 0s infinite alternate; */

	
}


/*.btn_offmtg {
	width: 258px;
	height: 208px;
	position: absolute;
	display: block;
	background: url(../images/btn_offmtg.png) center top no-repeat;
	bottom: 298px;
	left: 146px;
	animation: bounceInDown 1s linear 0s;
	-webkit-animation: bounceInDown 1s linear 0s;
}*/
/*.btn_offmtg:hover {
	animation: pulse 1s linear 0s ;
	-webkit-animation: pulse 1s linear 0s ;
}*/
.page1 {
	height: 1150px;
	position: relative;
}
.btn_movplay {
	width: 108px;
	height: 107px;
	position: absolute;
	display: block;
	background: url(../images/btn_movplay.png) no-repeat;
	left: 24px;
	top: 967px;
}
.btn_cb {
	width: 370px;
	height: 96px;
	display: block;
	position: absolute;
	background: url(../images/btn_cb.gif) no-repeat;
	left: 189px;
	top: 916px;
}
.icon_10-4 {
	width: 416px;
	height: 63px;
	position: absolute;
	background: url(../images/icon_10-4.png) no-repeat;
	left: 172px;
	top: 931px;
}
.topTitle {
	position: absolute;
	bottom: 190px;
}


.btn_prelogin {
	width: 280px;
	height: 286px;
	position: absolute;
	background: url(../images/btn_prelogin.png) center no-repeat;
	left: 234px;
	top: 872px;
}
.btn_event {
	width: 192px;
	height: 192px;
	position: absolute;
	background: url(../images/btn_event.png) center no-repeat;
	left: 513px;
	top: 924px;
}
.page1_bottom {
	background: url(../images/btnBox.png) no-repeat 0 0;
	width: 100%;
	height: 168px;
	border-top: 2px solid #c3a76e;
	border-bottom: 2px solid #c3a76e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.page1_bottom a {
	float: left;
	width: 30%;
	overflow: hidden;
	text-indent: -9999px;
	height: 168px;
	cursor: default;
}
.page1_bottom a.yyBtn {
	width: 40%;
}
.pageline {
	background: url(../images/line.jpg) no-repeat 0 0;
	height: 90px;
}
.sharePopBtn {
	position: absolute;
	right: 0px;
	top: 650px;
	width: 46px;
	height: 316px;
	overflow: hidden;
	background: url(../images/shareBtnBg.png) no-repeat center top;
	display: block;
}
/*轮播*/
.page2 {
	height: auto;
}
.page2-swiper img {
	width: 100%;
	height: 100%;
}
.page2-swiper .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	background: #fff;
	opacity: 1;
	margin: 0 10px!important;
}
.page2-swiper .swiper-pagination-bullet-active {
	background: #e2c67b;
}



/*twitter*/
.page2-twitter {
  position: relative;
	width: 100%;
	height: 550px;
	display: block;
	margin: 0 auto;
	max-width: 620px;
    overflow: auto;
	}
.twitter_header {
	width: 600px;
	height: 50px;
	padding-top: 20px;
	padding-left: 20px;
	background:rgba(0,0,0,1);
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	}
.twitter_header.twitter_header h3 {
	width: 200px;
	height: 50px;
	position: absolute;
	display: none;
	font-size: 28px;
	color: #FFF;
	}
.tw_btn ,twitter-share-button {
	width: 100px;
	height: 50px;
	position: absolute;
	display: block;
	/*background: url(../images/follow.png) no-repeat;*/
	}

.tw_btn {
	width: 222px;
	height: 85px;
	position: absolute;
	display: block;
	}
.twitter-timeline_box {
	width: 100%;
	height: 90%;
	float: left;
	top: 0;
	}


/*新闻*/
.page3 {
	height: 510px;
	position: relative;
}
.news-frame {
	display: block;
	width: 100%;
	height: 486px;
	border: none;
	overflow: hidden;
  margin-bottom: 20px;
}
.list {
	padding: 0 0px;
	font: 20px/37px "微軟正黑體";
	display: none;
}
.list li {
	height: 60px;
	border-bottom: 1px solid #1e2541;
}
.list li img {
	height: 60px;
	margin-right: 10px;
	float: left;
}
.list li a {
	float: left;
	width: 70%;
	height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	line-height: 60px;
}
.list li span {
	float: right;
	height: 36px;
	color: #646b73;
	margin-top: 15px;
}
.list li:nth-child(1) {
	height: 60px;
	font: 24px/50px "MS Gothic";
	color: #82edff;
	border-bottom: 1px solid #1e2541;
	line-height: 60px;
}
.list li:nth-child(1)>img {
	display: none;
}
.list li:nth-child(1)>a {
	color: #82edff;
}
.list li:nth-child(1)>span {
	color: #82edff;
	margin-top: 0;
}
/*资料站*/

.download_menu {
	height: 120px;
	/*height: 0px;*/
	padding: 16px 43px 30px 43px;
}
/*.download_menu a {
	width: 200px;
	display: inline-block;
	margin: 6px 6px;
}*/
.download_menu a {
	width: 310px;
	display: inline-block;
	margin: 6px 6px;
}
.download_menu .a_margin {
	margin: 0 15px;
}
.download_menu a img {
	width: 100%;
}
.tt_app_download {
	width: 600px;
	height: 40px;
	position: absolute;
	display: block;
	background: url(../images/tt_app_download.png) no-repeat;
	margin-top: -30px;
	}
.page4 {
	height: 300px;
	padding: 0px 45px;
}
.page4 a {
	height: 82px;
	display: inline-block;
	margin: 6px 6px;
}
.page4 .a_margin {
	margin: 0 15px;
}
.page4 a img {
	width: 100%;
}
/*人物展示*/
.page5 {
	height: 1292px;
	position: relative;
}
.page5 h2 img {
	height: 120px;
}
.heroBox {
	width: 750px;
	height: 1165px;
	color: #FFF;
	text-align: left;
}
.heroTop {
	width: 100%;
	z-index: 2;
}
.heroTopName {
	padding: 0 0 0 44px;
	height: 96px;
	line-height: 96px;
	color: #f8da9e;
}
.heroTopName strong {
	font-size: 48px;
}
.heroTopName span {
	font-size: 30px;
	font-weight: bold;
	padding-left: 6px;
}
.heroTopMid {
	padding: 0 0 0 44px;
	height: 52px;
}
.heroTopMid strong.sys {
	float: left;
	min-width: 186px;
	height: 57px;
	background: url(../images/h_01.jpg) no-repeat;
	text-align: center;
	font-size: 24px;
	line-height: 57px;
	margin-right: 18px;
}
.heroTopMid strong.ms {
	float: left;
	min-width: 220px;
	height: 57px;
	background: url(../images/h_02.jpg) no-repeat;
	text-align: center;
	padding: 0 0 0 30px;
	font-size: 24px;
	line-height: 57px;
	margin-right: 18px;
}
.heroTopMid strong.messMore {
	float: left;
	min-width: 170px;
	height: 57px;
	background: url(../images/h_03.jpg) no-repeat;
	text-align: center;
	padding: 0 0 0 30px;
	font-size: 24px;
	line-height: 57px;
}
.heroTopText {
	padding: 18px 30px 0 44px;
	font-size: 20px;
	line-height: 26px;
}
.heroTab {
	width: 322px;
	height: 474px;
	position: absolute;
	right: 0;
	top: 315px;
	z-index: 10;
}
.heroIconlist1 {
	width: 188px;
	height: 188px;
	position: absolute;
	left: 39px;
	top: 142px;
}
.heroIconlist1 span {
	width: 158px;
	height: 158px;
}
.heroIconlist2 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 165px;
	top: 25px;
	font-family: MS Gothic;
}
.heroIconlist2 span {
	width: 90px;
	height: 90px;
}
.heroIconlist3 {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 165px;
	top: 329px;
}
.heroIconlist3 span {
	width: 90px;
	height: 90px;
}
.heroIconClick span.heroIconRte {
	display: block;
	background: #303030;
	border: 15px solid #0e0e0e;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.heroIconlist1 span.heroIconRte {
	border: 15px solid #ebd3a1;
}
.heroIconlist1 span.heroIconRte {
	background: #043463;
}
.heroIconClick img.firstImg {
	width: 300px;
	height: 300px;
	display: block;
	position: absolute;
	left: -60px;
	top: -70px;
	z-index: 2;
	overflow: hidden;
	z-index: 2;
}
.heroIconClick img.secondImg {
	width: 150px;
	height: 150px;
	display: block;
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: 2;
	overflow: hidden;
	z-index: 3;
}
.heroIconClick img.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.heroDesc {
	display: block;
	width: 528px;
	height: 153px;
	background: url(../images/heroDesc.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 490px;
	z-index: 1;
}
.heroDesc strong {
	display: block;
	text-align: left;
	padding-top: 8px;
	padding-left: 20px;
	height: 62px;
	line-height: 62px;
	color: #FFF;
	font-size: 28px;
	text-shadow: 2px 2px 4px #000;
}
.heroDesc p {
	padding-right: 115px;
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding-left: 25px;
	text-shadow: 2px 2px 4px #000;
}
.heroBig {
	width: 100%;
	position: absolute;
	left: -90px;
	top: 200px;
}
.heroBig img {
	display: block;
	width: 100%;
}
.addImg {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 85px;
	z-index: 10;
}
.mirror {
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 44px;
	top: 240px;
}
.mirror_big {
	background: url(../images/f_big.png) no-repeat 0 0;
}
.mirror_small {
	background: url(../images/f_small.png) no-repeat 0 0;
}
.heroBox .swiper-container {
	width: 100%;
	height: 100%;
}
.heroBox .swiper-slide {
}
.heroBox .swiper-pagination {
	width: 700px;
	height: 210px;
	position: absolute;
	left: 40px;
	bottom: 50px;
}
.heroBox .swiper-pagination-bullet {
	width: 97px;
	height: 87px;
	padding: 8px 0 0 0;
	text-align: center;
	float: left;
	background: none;
	border-radius: 0;
	opacity: 1;
	outline: none;
}
.heroBox .swiper-pagination-bullet img {
	margin: 0 auto;
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.heroBox .swiper-pagination-bullet-active img.heroOn {
	display: block;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}
.heroBox .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.heroBox .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: default;
}
/*游戏特色*/
.page6 {
	height: 1144px;
	position: relative;
}
.page6 h2 img {
	height: 100px;
}
.tsBox {
	height: 860px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
}
.tsBox .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 484px;
	height: 860px;
}
.tsBox .swiper-container {
	width: 660px;
}
.tsBox .swiper-button-next, .tsBox .swiper-button-prev {
	width: 133px;
	height: 170px;
	top: 45%;
	background: url(../images/btnBg.jpg) repeat-x center top;
}
.tsBox .swiper-button-next {
	right: 0px;
}
.tsBox .swiper-button-next img {
	position: absolute;
	right: 0;
	top: 0;
	height: 170px;
	width: auto;
}
.tsBox .swiper-button-prev {
	left: 0px;
}
.tsBox .swiper-button-prev img {
	position: absolute;
	left: 0;
	top: 0;
	height: 170px;
	width: auto;
}
/*致敬经典*/
.page7 {
	height: 920px;
	position: relative;
}
.page7 h2 img {
	height: 90px;
	position: absolute;
	top: -70px;
}
.jd-swiper {
	height: 920px;
	color: #fff;
}
.jd-swiper .swiper-wrapper .swiper-slide {
	text-align: center;
	padding: 50px 42px 0 42px;
	width: 666px!important;
}
.jd-swiper .swiper-wrapper .swiper-slide img {
	width: 500px;
	margin-left: -40px;
}
.jd-swiper .swiper-wrapper .swiper-slide .jd-txt {
	text-align: left;
}
.jd-swiper .swiper-wrapper .swiper-slide .jd-txt h3 {
	color: #e1c57a;
	font-size: 22px;
	font-weight: bold;
}
.jd-swiper .swiper-wrapper .swiper-slide .jd-txt p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
	text-align:justify;
}

.jd-swiper .swiper-button-next, .jd-swiper .swiper-button-prev {
	width: 88px;
	height: 106px;
	top: 25%;
	background-image: none;
}
.jd-swiper .swiper-button-next {
	right: 0px;
}
.jd-swiper .swiper-button-next img {
	position: absolute;
	right: 0;
	top: 0;
	height: 106px;
	width: auto;
}
.jd-swiper .swiper-button-prev {
	left: 0px;
}
.jd-swiper .swiper-button-prev img {
	position: absolute;
	left: 0;
	top: 0;
	height: 106px;
	width: auto;
}
.jd-line {
	float: left;
	width: 100%;
	height: 1px;
	background: url(../images/jd_line.png) no-repeat;
	background-size: 100% 100%;
	bottom: 50px!important;
}
.jd-line .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 8%;
	top: -5px;
	background: #736341;
	margin-right: 100px!important;
	opacity: 1;
  outline: none;
}
.jd-line .swiper-pagination-bullet:nth-child(2) {
	left: 24%;
}
.jd-line .swiper-pagination-bullet:nth-child(3) {
	left: 40%;
}
.jd-line .swiper-pagination-bullet:nth-child(4) {
	left: 56%;
}
.jd-line .swiper-pagination-bullet:nth-child(5) {
	left: 72%;
}
.jd-line .swiper-pagination-bullet:nth-child(6) {
	left: 88%;
}
.jd-line .swiper-pagination-bullet span {
	padding-top: 20px;
	display: block;
	color: #e2c67b;
	width: 100px;
	text-align: left;
	margin-left: -20px;
	font-size: 16px;
}

.jd-line .swiper-pagination-bullet-active {
	background: url(../images/jd_active.png) no-repeat;
	width: 48px;
	height: 48px;
	top: -25px;
}
.jd-line .swiper-pagination-bullet-active span {
	padding-top: 55px;
	margin-left: -5px;
}
/*FB巴哈*/
.page8 {
	height: 1100px;
	position: relative;
}
.shBox {
	padding-top: 90px;
}
.shList {
	width: 596px;
	height: 202px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.shBg1 {
	background: url(../images/m1.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.shBg2 {
	background: url(../images/m2.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.shBg3 {
	background: url(../images/m3.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.shBg4 {
	background: url(../images/m4.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.shText {
	padding: 60px 0 0 235px;
	width: 200px;
}
.shText li {
	float: left;
	padding-right: 14px;
	font-size: 20px;
	line-height: 20px;
}
.shText li strong {
	font-size: 28px;
	line-height: 35px;
}
.shCard {
	width: 220px;
	text-align: center;/* padding-top: .24rem; */
	float: left;
	padding-left: 10px;
	font-size: 16px;
}
.shCard img {
	display: block;
	width: 145px;
	height: 145px;
	border: 1px solid #000;
	padding: 5px;
	margin: 0 auto;
	background: #FFF;
}
.shCard p {
	font-size: 0.8em;
}
.page9 {
	height: auto;
	position: relative;
}
a.btn_giftcode {
	width: 400px;
	height: 70px;;
	display: block;
	position: relative;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 40px;
	font-weight: bold;
	}
a:hover.btn_giftcode {
	color: #f8edb0;
	}



/*视频*/
#video {
	width: 100%;
	height: 100%;
}
.videoPop {
	width: 640px;
	height: 375px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -187px 0 0 -320px;
	z-index: 99999;
	background: #000;
	display: none;
}
.closeBtn {
	width: 80px;
	height: 80px;
	background: url(../images/close.png) no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: -80px;
	z-index: 999999;
}
/*预约*/
.yyPop {
	width: 640px;
	height: 488px;
	padding: 10px;
	background: url(../images/newsBg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.yyPopCon {
	width: 640px;
	height: 488px;
	position: relative;
	border: 2px solid #d8af77;
}
.yyPopClose {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0px;
	top: -60px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat 0 0;
}
.yyTab {
	height: 88px;
	position: relative;
	z-index: 2;
}
.yyLineWrap {
	height: 88px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.yyLineWrap>img {
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.yyLineWrap .leftLine {
	left: 242px;
	height: 88px;
	width: auto;
}
.yyLineWrap .rightLine {
	left: 422px;
	height: 88px;
	width: auto;
}
.yyLineWrap .middleLine {
	left: 280px;
	height: 1px;
	width: 180px;
}
.yyTab span {
	float: left;
	height: 88px;
	line-height: 88px;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	margin-right: 2px;
	background: #df2d2d;
	position: absolute;
}
.yyTab span.yyWx {
	width: 292px;
	background: url(../images/yyBtnLine.jpg) no-repeat left bottom, linear-gradient(-113deg, transparent 45px, rgba(4,46,62,.7) 0);
	left: 0;
	text-align: left;
	text-indent: 10px;
}
.zlPop .yyTab span.yyWx {
	text-indent: 70px;
	font-size: 40px;
}
.yyTab span.yyPhone {
	width: 240px;
	background: linear-gradient(-113deg, transparent 45px, rgba(4,46,62,.7) 0) right, linear-gradient(66deg, transparent 45px, rgba(4,46,62,.7) 0) left;
	background-size: 50% 100%;
	background-repeat: no-repeat;
	left: 232px;
	text-align: center;
}
.yyTab span.yyTap {
	width: 229px;
	background: url(../images/yyBtnLine.jpg) no-repeat 48px bottom, linear-gradient(67deg, transparent 45px, rgba(4,46,62,.7) 0);
	right: -2px;
	text-align: right;
}
.yyTab span.yyWx.on {
	background: linear-gradient(-113deg, transparent 45px, rgba(7,31,55,.7) 0);
}
.yyTab span.yyPhone.on {
	background: linear-gradient(-113deg, transparent 45px, rgba(7,31,55,.7) 0) right, linear-gradient(66deg, transparent 45px, rgba(7,31,55,.7) 0) left;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}
.yyTab span.yyTap.on {
	background: linear-gradient(66deg, transparent 45px, rgba(7,31,55,.7) 0);
}
.yyTab span.on {
	color: #d8af77;
}
.yyTab span.yyTap i {
	width: 80%;
	height: 100%;
	display: inline-block;
	margin: 0 auto;
	background: url(../images/yyTap.png) no-repeat center center;
	background-size: 100%;
}
.yyTab span.yyTap em {
	position: absolute;
	top: 0;
	left: 12px;
	background: url(../../images/hotBg.png) no-repeat left top;
	width: 70px;
	height: 40px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*.yyTab span.on{color: #df2d2d; background:rgba(0,0,0,.7);}*/
.yyTab span.yyTap.on i {
	width: 80%;
	height: 100%;
	display: inline-block;
	margin: 0 auto;
	background: url(../images/yyTap_on.png) no-repeat center center;
	background-size: 100%;
}
.yyTaptap {
	text-align: center;
	padding-top: 120px;
}
.yyTaptap a img {
	display: inline-block;
	margin: 0 auto;
	width: 360px;
	height: auto;
	border: 1px solid #d8af77;
}
.yyMain {
	background: rgba(7,31,55,.7);
	height: 400px;
}
.yyMainCon {
	position: absolute;
	top: 153px;
	left: 25px;
	font: 20px/20px "微软雅黑";
	color: #d8af77;
}
.yyFrom {
	width: 458px;
	padding: 85px 0 0 0;
	margin: 0 auto;
}
.yySys {
	height: 112px;
}
.yySys span {
	width: 202px;
	height: 78px;
	background: #263036;
	text-align: center;
	color: #fff;
	line-height: 78px;
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #d8af77;
}
.yySys span.ios {
	float: left;
}
.yySys span.and {
	float: right;
}
.yySys span.on {
	background: #043071;
	color: #FFF;
}
.yyInput {
	height: 85px;
}
.yyInput input {
	border: 1px solid #d8af77;
	width: 454px;
	height: 30px;
	line-height: 30px;
	padding: 20px;
	text-align: center;
	color: #d8af77;
	font-size: 30px;
	background: rgba(7,31,55,.7);
}
.submit {
	display: block;
	width: 227px;
	height: 70px;
	margin: 0 auto;
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 74px;
}
.submit img {
	width: 227px;
	height: auto;
}
.submit:hover {
	text-decoration: none;
}
.yyWeixin {
	background: url(../images/wxYY.png) no-repeat 0 0;
	width: 640px;
	height: 400px;
	position: relative;
}
.zlPop .yyWeixin {
	background: url(../images/zlzBg.png) no-repeat 0 0;
}
.yyWeixin img {
	display: block;
	position: absolute;
	width: 190px;
	height: auto;
	left: 67px;
	top: 159px;
	-webkit-filter: drop-shadow(0px 0px 8px #c3a76e);
	filter: drop-shadow(0px 0px 8px #c3a76e);
}
.err {
	font: 16px/40px "MS Gothic";
	color: red;
	display: none;
}
.successBtn {
	display: none;
}
/*遮罩层*/
.opecBg {
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
/* 分享 */
.dialog {
	width: 750px;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}
.sharePage {
	width: 750px;
	height: 100%;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.wx_sharePage {
	width: 484px;
	height: 107px;
	display: none;
	background-size: cover;
	color: #fff;
	font-size: 36px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 18px;
	padding: 60px;
}
.sharePage ul {
	width: 560px;
	height: 145px;
	padding: 80px 80px;
	position: absolute;
	bottom: 0;
	font-size: 20px;
}
.sharePage ul li {
	float: left;
	width: 90px;
	margin-left: 40px;
}
.sharePage ul li img {
	width: 85px;
	height: 85px;
	display: block;
	margin-bottom: 12px;
}
.sharePage ul li span {
	display: block;
	width: 85px;
	text-align: center;
	color: #fff;
}
.appointPlay span {
	width: 85px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 38px;
}
.appointPlay .cancel {
	background: url(../images/cancel.png) no-repeat;
	background-size: cover;
}
.share_link {
	width: 680px;
	font-size: 24px;
	position: absolute;
	bottom: 182px;
	right: -680px;
	color: #fff;
}
.share_link i {
	width: 65px;
	height: 60px;
	background: url(../images/cancel.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: -50px;
	background-size: cover;
}
.share_link p {
	margin-bottom: 30px;
}
.share_link span {
	height: 100px;
	color: #333;
	background: #fff;
	display: block;
	padding: 20px 0 0 20px;
	border: 1px solid #333;
}
.share_code {
	width: 680px;
	font-size: 24px;
	position: absolute;
	bottom: 182px;
	right: -680px;
	color: #fff;
}
.share_code i {
	width: 65px;
	height: 60px;
	background: url(../images/cancel.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: -50px;
	background-size: cover;
}
.share_code p {
	margin-bottom: 30px;
	text-align: center;
}
.share_code span {
	display: block;
	text-align: center;
}
.share_code span img {
	width: 262px;
	height: 266px;
}
.weixin_box {
	width: 640px;
	height: 100%;
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 200px;
	display: none;
}
.weixin_box img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
}
.weixin_box p {
	text-align: center;
	font: 30px/50px "MS Gothic";
	color: #fff;
}
/*底部copyRight*/
#footer {
	background: #000;
	width: auto;
	height: 110px;
	background-color: #000;
	background-position: center center;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}
#f1 {
	width: 55px;
	height: 17px;
	background-position: center center;
	margin: auto;
	right: 40px;
	top: 8px;
	position: relative;
	padding: 0px;
	cursor: pointer;
}
#f2 {
	width: 55px;
	height: 17px;
	background-position: center center;
	margin: auto;
	top: -10px;
	right: -25px;
	position: relative;
	padding: 0px;
	cursor: pointer;
}
#f3 {
	width: 55px;
	height: 17px;
	background-position: center center;
	margin: auto;
	right: -92px;
	top: -27px;
	position: relative;
	padding: 0px;
	cursor: pointer;
}
#f4 {
	width: 38px;
	height: 17px;
	background-position: center center;
	margin: auto;
	margin-right: 9px;
	margin-top: -44px;
	padding: 0px;
	cursor: pointer;
}
#footer {
	width: 100%;
	overflow: hidden;
}
.footBox {
	position: relative;
	text-align: center;
}
.footBox p {
	font-size: 12px;
}
.footer_wrap {
	background: #fff;
	font-size: 12px;
	padding: 50px 20px 50px;
	text-align: center;
}
.footer {
	display: inline-block;
	color: #000;
}
.footer .foot_link {
	line-height: 26px;
	text-align: left;
	margin-left: 0px;
	text-align: center;
}
.footer .foot_link .foot_link_wrap {
	display: inline-block;
	height: 25px;
}
.footer .foot_link .foot_link_wrap a {
	float: left;
	color: inherit;
	font-size: 18px;
}
.footer .foot_link .foot_link_wrap em {
	float: left;
	width: 1px;
	height: 20px;
	background-color: #000;
	margin: 5px 15px 0;
}
.footer .foot_link p {
	line-height: 25px;
}
.footer .foot_logo {
	width: 500px;
	height: 70px;
	background: url(../images/foot_logo.png) top no-repeat;
	display: block;
	text-align: left;
}
.foot_logo_zlongame {
	width: 210px;;
	height: 100%;
	position: relative;
	display: block;
	float: left;
	}
.foot_logo_extreme {
	width: 140px;;
	height: 100%;
	position: relative;
	display: block;
	float: left;
	}
.foot_logo_masaya {
	width: 150px;;
	height: 100%;
	position: relative;
	display: block;
	float: left;
	}



/*側邊欄*/
.lrPop {
	width: 240px;
	height: 430px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -215px;
	z-index: 100;
	display: none;
}
.lrBtn {
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	background: url(../images/side_btn.png) no-repeat 0 0;
	width: 63px;
	height: 430px;
}
.lrBtnOn {
	background: url(../images/side_btn_reserve.png) no-repeat 0 0;
}
.lrMain {
	width: 177px;
	height: 430px;
	position: absolute;
	left: 63px;
	top: 0;
	background: url(../images/side_main.png) center top no-repeat;
}
.lrMain_gb_btn {
	width: 100%;
	height: 55px;
	display: block;
	position: absolute;
	top: 233px;
}
.lrMain_apple_btn {
	width: 100%;
	height: 55px;
	display: block;
	position: absolute;
	top: 292px;
}
.lrMain_gamebeans_btn {
	width: 100%;
	height: 55px;
	display: block;
	position: absolute;
	top: 353px;
}
.lrMain_all_btn {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
}
.moveleft {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.moveright {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.moveup {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.movedown {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
 @-webkit-keyframes moveopac {
 0% {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}
 100% {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}
}
@-moz-keyframes moveopac {
 0% {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}
 100% {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}
}
@-ms-keyframes moveopac {
 0% {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}
 100% {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}
}
@-o-keyframes moveopac {
 0% {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}
 100% {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}
}
@keyframes moveopac {
 0% {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}
 100% {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}
}

/*iframe{ width: 500px;height: 280px;margin: 0 auto;background: rgba(255,255,255,0.5);display: inherit;padding: 20px 0 0 20px;}*/


.UPUP{
	transition:all 0.6s ease-out;
	transform:translate3d(0%,-1000%,0px);
	-webkit-transition:all 0.6s ease-out;
	-webkit-transform:translate3d(0%,-1000%,0px);
}

.DOWNDOWN{
	transition:all 0.2s ease-out;
	transform:translate3d(0%,0%,0px);
	-webkit-transition:all 0.2s ease-out;
	-webkit-transform:translate3d(0%,0%,0px);
}
.btn_qqq {
    width: 277px;
    height: 257px;
    position: fixed;
    display: block;
    background: url(../images/ad.png) no-repeat;
    right: -25px;
    top: 110px;
    z-index: 1000;
}


/*-----------------------------------------------
    ad
-----------------------------------------------*/

.ad{
	position: fixed;
	left: 0;
	bottom: -43px;
	z-index: 10;
	width: 200px;
	height: 200px;
}

.ad img{
	width: 100%;
}

/*-----------------------------------------------
    ad-4th
-----------------------------------------------*/

.ad-4th{
	position: fixed;
	left: 80px;
	top: 100px;
	z-index: 10001;
	width: 300px;
	height: 400px;
	overflow: hidden;
}

.ad-4th .card01{
	position: absolute;
	top: -20px;
	left: 0;
	animation:ad41 4s ease 0s infinite both;
	cursor: pointer;
}
.ad-4th .card02{
	position: absolute;
	top: -20px;
	left: 37%;
	animation:ad4 4s ease 0.2s infinite both;
	cursor: pointer;
}


/*.ad img{
	width: 100%;
}*/


@-webkit-keyframes ad41{
0%,50%,100%{-webkit-transform-origin:top center}

0%{-webkit-transform:rotate(5deg);filter:blur(0px);}
50%{-webkit-transform:rotate(-5deg) ;filter:blur(0px);}
100%{-webkit-transform:rotate(5deg);filter:blur(0px);}
}

@-webkit-keyframes ad4{
0%,50%,100%{-webkit-transform-origin:top center}

0%{-webkit-transform:rotate(5deg);filter:blur(0px);}
50%{-webkit-transform:rotate(-7deg) ;filter:blur(0px);}
100%{-webkit-transform:rotate(5deg);filter:blur(0px);}
}

