@charset "utf-8";
body{
	width:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#e9ebef url(../img/in_bg1.jpg) no-repeat center 54px;
}
#wrapper {
	width: 100%;
	height: 600px;
	position: relative;
z-index:2;
}
.w1024 {
	width: 1024px;
	margin: 0 auto;
}
#theFloat{
	width:1920px;
	position:absolute;
	left:50%;
	top:53px;
	margin-left:-961px;
	z-index:1;
}
#content {
	width: 100%;
	background: url(../img/in_bg2.jpg) no-repeat center top;
	z-index:1;
	position:relative;
}
.menu {
	zoom: 1;
	position: absolute;
	left: 50%;
	margin-left: -530px;
	top: 20px;
	width: 1044px;
}
.menu:before,
.menu:after {
	content: '';
	display: table;
}
.menu:after {
	clear: both;
}
.menu a {
	width: 137px;
	height: 59px;
	color: #f4cb9e;
	font-size: 16px;
	display: block;
	float: left;
	text-align: center;
	line-height: 59px;
	background-image: url(../img/bg_menu.png);
	background-repeat: no-repeat;
	text-indent: 30px;
	background-position: 0 0;
	-webkit-transition: background-position .3s, color .3s;
	-moz-transition: background-position .3s, color .3s;
	-ms-transition: background-position .3s, color .3s;
	transition: background-position .3s, color .3s;
	overflow: hidden;
}
.menu a:hover {
	color: #d3cdc8;
	background-position: 0 -59px;
}
.menu a.m2 {
	background-position: -141px 0;
}
.menu a.m3 {
	background-position: -271px 0;
}
.menu a.m4 {
	float: right;
	background-position: -412px 0;
}
.menu a.m5 {
	float: right;
	background-position: -546px 0;
}
.menu a.m6 {
	float: right;
	background-position: -685px 0;
}
.menu a.m2:hover {
	background-position: -141px -59px;
}
.menu a.m3:hover {
	background-position: -271px -59px;
}
.menu a.m4:hover {
	background-position: -412px -59px;
}
.menu a.m5:hover {
	background-position: -546px -59px;
}
.menu a.m6:hover {
	background-position: -685px -59px;
}
.logo {
	width: 267px;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 0;
}
.onLineDate {
	width: 350px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	text-align: center;
	font-size: 24px;
	color: #fc1fbf;
	line-height: 24px;
	top: 335px;
}
.onLineDate b {
	color: #fe54da;
	font-weight: 700;
}
.onLineDate:before,
.onLineDate:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #f90130;
	position: relative;
	top: -6px;
}
.tabHeader {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	top: 385px;
	z-index:3;
}
.tabHeader .ewm {
	width: 130px;
	height: 130px;
	text-align: center;
	line-height: 130px;
	background: url(../img/bg_ewm.png) no-repeat;
	float: left;
}
.tabHeader .ewm img {
	vertical-align: middle;
}
.tabHeader .btns{
	float: left;
	margin:3px 0 0 20px;
}
.tabHeader .btns a {
	width: 219px;
	height: 57px;
	display: block;
	background-image: url(../img/btn_download.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-transition: filter .4s, opacity .4s;
	-moz-transition: filter .4s, opacity .4s;
	-ms-transition: filter .4s, opacity .4s;
	transition: filter .4s, opacity .4s;
}
.tabHeader .btns a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tabHeader .btns a.and{
	background-position: 0 -57px;
	margin-top:10px;
}
#movie{
	float:left;
	width:141px;
	height:130px;
	background:url(../img/bg_player.png) no-repeat;
	margin-left:10px;
}
#movie a{
	width:100%;
	height:100%;
	display:block;
	position: relative;
}
#movie a i{
	position:absolute;
	width:0;
	height:0;
	border:14px solid #fff;
	border-right-color:transparent;
	border-top-color:transparent;
	border-bottom-color:transparent;
	border-top-width:8px;
	border-bottom-width:8px;
	display:block;
	left:50%;
	top:50%;
	margin-top:-4px;
	margin-left:-2px;
	-webkit-animation:playScale 1.2s infinite both;
	-moz-animation:playScale 1.2s infinite both;
	-ms-animation:playScale 1.2s infinite both;
	animation:playScale 1.2s infinite both;
	-webkit-transform-origin: 8px 8px;
	-moz-transform-origin: 8px 8px;
	-ms-transform-origin: 8px 8px;
	transform-origin: 8px 8px;
}
@-webkit-keyframes playScale{
	0%{-webkit-transform: scale(1);}
	50%{-webkit-transform: scale(1.4);}
	100%{-webkit-transform: scale(1);}
}
@-moz-keyframes playScale{
	0%{-moz-transform: scale(1);}
	50%{-moz-transform: scale(1.4);}
	100%{-moz-transform: scale(1);}
}
@-ms-keyframes playScale{
	0%{-ms-transform: scale(1);}
	50%{-ms-transform: scale(1.4);}
	100%{-ms-transform: scale(1);}
}
@keyframes playScale{
	0%{transform: scale(1);}
	50%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
#getGiftPannel{
	height:30px;
	padding:6px 0;
	background-color:#ccc;
	width:409px;
	margin-top:17px;
	overflow: visible;
	position: relative;
}
#getGiftPannel input{
	position:absolute;
	width:100px;
	height:28px;
	line-height:28px;
	border:1px solid #bfbeb0;
	padding:0 10px;
	font-size:14px;
	left:4px;
	text-align:center;
}
#getGiftPannel label#system{
	position:absolute;
	left: 130px;
	height:28px;
	line-height:28px;
	border:1px solid #bfbeb0;
	width:56px;
	text-align: center;
	background:#fff;
	color:#bfbeb0;
}
#getSystem,#getPhoneName{
	position:absolute;
	left: 186px;
	height:28px;
	line-height:28px;
	border:1px solid #bfbeb0;
	width:28px;
	text-align: center;
	background:#fff;
	cursor:pointer;
}
#getSystem:after,#getPhoneName:after{
	content: '';
	width:0;
	height:0;
	border:6px solid #bfbeb0;
	display:block;
	position: absolute;
	top:12px;
	left:8px;
	border-right-color:transparent;
	border-left-color:transparent;
	border-bottom-color:transparent;
}
#getPhoneName{
	left:290px;
}
#phoneName{
	position:absolute;
	left: 220px;
	height:28px;
	line-height:28px;
	border:1px solid #bfbeb0;
	width:70px;
	text-align: center;
	background:#fff;
	color:#bfbeb0;
}
#borderFlash{
	width:100px;
	height:50px;
	position:absolute;
	right:-5px;
	top:-4px;
}

#getGiftPannel a{
	width:79px;
	height: 30px;
	line-height:30px;
	display:block;
	position: absolute;
	left:325px;
	background:url(../img/btn_get.png) no-repeat;
	text-align:center;
	color:#fff;
}
#getGiftPannel a:hover{
	background-position:0 -30px;
}
#theSystems{
	width:84px;
	position:absolute;
	left:130px;
	top:36px;
	border:1px solid #bfbeb0;
	border-bottom:0;
	z-index:4;
	background:#fff;
	color:#555;
	display:none;
}
#theSystems label{
	width:100%;
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
	cursor: pointer;
	border-bottom:1px solid #bfbeb0;
}
#theSystems label:hover,#theSystems label.cur{
	background:#ddd;
}
#thePhoneName{
	width:98px;
	position:absolute;
	left:220px;
	top:36px;
	border:1px solid #bfbeb0;
	border-bottom:0;
	z-index:4;
	background:#fff;
	color:#555;
}
#thePhoneName label{
	width:100%;
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
	cursor: pointer;
	border-bottom:1px solid #bfbeb0;
}
#thePhoneName label:hover,#thePhoneName label.cur{
	background:#ddd;
}
#thePhoneName div{
	display:none;
}
.cHeader{
	height:190px;
	background-color:#262424;
	
}
	
.quickBtn{
	width:176px;
	height: 184px;
	margin:1px 0 0 1px;
}
.quickBtn a{
	display:block;
	width:100%;
	height:94px;
	background-image:url(../img/btn_freeBtn.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	-webkit-transition: filter .4s, opacity .4s;
	-moz-transition: filter .4s, opacity .4s;
	-ms-transition: filter .4s, opacity .4s;
	transition: filter .4s, opacity .4s;
}
.quickBtn a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-position:-176px 0;
}
.quickBtn a.gameGiftPack{
	background-position:0 -94px;
}
.quickBtn a:hover.gameGiftPack{
	background-position:-176px -94px;
}


.slider{
	width:442px;
	height:188px;
	overflow: hidden;
	position:relative;
	margin-left:7px;
	margin-top:1px;
}
.slider .imgFrame{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.slider a,.slider img{
	width:100%;
	height:100%;
	display:block;
}
.slider .imgFrame a{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.slider .controller{
	text-align: right;
	position:absolute;
	bottom:10px;
	right:15px;
}
.slider .controller label{
	width:17px;
	height:17px;
	display:inline-block;
	margin-left:5px;
	background-color:#828282;
	color:#fff;
	text-align:center;
	line-height:17px;
	cursor:pointer;
}
.slider .controller label:hover,.slider .controller label.cur{
	background-color:#b84728;
	color:#feecaf;
}

.infomations{
	width:390px;
	margin-top:1px;
}
.infomations .tab{
	height:30px;
	line-height:30px;
	background-color:#060605;
}
.infomations .tab label{
	float: left;
	width:70px;
	height:30px;
	color:#959391;
	text-align: center;
	line-height:30px;
	cursor: pointer;
}
.infomations .tab label.cur{
	background:#262424;
	color:#cf8939;
}

.infomations .tab span{
	float:right;
	margin-right:10px;
}
.infomations .tab span a{
	display:none;
	color:#959391;
}
.infomations ul{
	width:380px;
	margin:4px 3px 0 0;
	display:none;
}
.infomations ul li{
	height:30px;
	line-height:30px;
	background:url(../img/icon_li_style.png) no-repeat 4px center;
	border-bottom:1px dashed #3f3e3e;
	zoom:1;
	-webkit-transition:background .5s;
	-moz-transition:background .5s;
	-ms-transition:background .5s;
	transition:background .5s;
}
.infomations ul li:before,.infomations ul li:after{
	content: '';
	display:table;
}
.infomations ul li:after{
	clear:both;
}
.infomations ul li a{
	float:left;
	margin-left:12px;
	color:#c4b79b;
	display:block;
	width:310px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-webkit-transition:color .5s;
	-moz-transition:color .5s;
	-ms-transition:color .5s;
	transition:color .5s;
}
.infomations ul li label{
	float:right;
	color:#8f8e8d;
	margin-right:4px;
	-webkit-transition:color .5s;
	-moz-transition:color .5s;
	-ms-transition:color .5s;
	transition:color .5s;
}
.infomations ul li:hover{
	background:#000 url(../img/icon_li_style.png) no-repeat 4px center;
}
.infomations ul li:hover a{
	color: #ffe484;
}
.infomations ul li:hover label{
	color: #ffe484;
}

.listTabBtn{
	height:161px;
	width:1025px;
	margin:12px auto 0;
}
.listTabBtn a{
	display:block;
	float:left;
	width:250px;
	height:100%;
	position:relative;
	background-repeat:no-repeat;
	font-family:"黑体";
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	-webkit-transition: filter .4s, opacity .4s;
	-moz-transition: filter .4s, opacity .4s;
	-ms-transition: filter .4s, opacity .4s;
	transition: filter .4s, opacity .4s;
  background-size: cover;
  margin-right:8px;
}
.listTabBtn a:nth-child(4){
	margin-right:0;
}
.listTabBtn a:hover{
	/*opacity: 0.8;*/
	/*filter: alpha(opacity=80);*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
    transform: scale(1.1,1.1);
    transition: all .4s;
    position: relative;
    z-index: 999;
}
.listTabBtn a img {
    width: 100%;
}

.title{
	width:100%;
	height:53px;
	background-image:url(../img/pannel_title.png);
	background-repeat:no-repeat;
    text-align: right;
}
.charactorIntroduce {
    margin-top: 10px;
}
.charactorIntroduce .title{
	background-position:9px -53px;
}
.charactorIntroduce .title label {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-top: 12px;
    text-align: center;
    text-indent:-9999px;
    overflow: hidden;
    cursor: pointer;
    background-image:url(../img/bg_tab_charactors.png);
    background-repeat:no-repeat;
}

.charactorIntroduce .title .v1{
    background-position: 0 0;
}
.charactorIntroduce .title .v2{
    background-position: 0 -40px;
}
.charactorIntroduce .title .active2 {
    background-position-x: -90px;
}
.charactorIntroduce .title .active1 {
    background-position-x: 0;
}

.charactorIntroduce .content{
    position: relative;
    width: 1024px;
    height: 346px;
    background-image:url(../img/bg_charctor_man.jpg);
    background-repeat:no-repeat;
}
.charactorIntroduce .female {
    background-image: url("../img/bg_charctor_female.jpg");
}
.charactorIntroduce .man_head {
    position: absolute;
    top:-19px;
    left: 300px;
}
.charactorIntroduce .man_foot {
    position: absolute;
    left: 224px;
    bottom: -14px;
}
.charactorIntroduce .female_head {
    position: absolute;
    top:-9px;
    left: 181px;
}
.charactorIntroduce .female_foot {
    position: absolute;
    left: 206px;
    bottom: -8px;
}
.charactorIntroduce .power5 {
    position: absolute;
    bottom:10px;
    right: 68px;
}

.charactorIntroduce .humanText {
    position: absolute;
    right: 0;
    top:0;
    width: 550px;
    height: 346px;
}
.charactorIntroduce .humanText h2 {
    margin-top: 20px;
    width: 194px;
    height: 65px;
    text-indent: -9999px;
    background: url("../img/charctor_title.png") no-repeat;
}
.charactorIntroduce .humanText h2.female {
    background-position: 0 -65px;
}
.charactorIntroduce .humanText p.pto {
    margin-top: 10px;
    width: 66%;
}
.charactorIntroduce .humanText p.pto a {
    color: #37a1dd;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 6px;
}
.charactorIntroduce .humanText p {
    color: #6b6c6f;
    line-height: 1.7;
}
.charactorIntroduce .humanText h3 {
    font-size: 30px;
    color: #163a6f;
    margin-top: 26px;
    margin-bottom: 4px;
}
.gameIntroduce {
    margin-top: 10px;
}
.gameIntroduce .title{
	background-position:4px -106px;
}
.gameIntroduce a {
    display: block;
    width: 200px;
    height: 85px;
    float: left;
    margin-right: 6px;
    overflow: hidden;
    text-indent: -9999px;
    background-image:url(../img/gameInfo.jpg);
    background-repeat:no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: filter .4s, opacity .4s;
    -moz-transition: filter .4s, opacity .4s;
    -ms-transition: filter .4s, opacity .4s;
    transition: filter .4s, opacity .4s;
}
.gameIntroduce a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.gameIntroduce a.f1 {
}
.gameIntroduce a.f2 {
    background-position: -200px 0;
}
.gameIntroduce a.f3 {
    background-position: -400px 0;
 }
.gameIntroduce a.f4 {
    background-position: -600px 0;
  }
.gameIntroduce a.f5 {
    margin-right: 0;
    background-position: -800px 0;
}
.imgCuts {
    margin-top: 10px;
}
.imgCuts .title label {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-top: 12px;
    text-indent:-9999px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    background-image:url(../img/bg-tab-imgCuts.jpg);
    background-repeat:no-repeat;
}
.imgCuts .title .cur{
    background-position: -90px 0;
}
.imgCuts .title .active {
    background-position-y: -40px;
}
.imgCont {
    margin-right: -8px;
}
.imgCuts .title{
	background-position:7px -159px;
}
.imgCont a {
    display: block;
    width: 250px;
    height: 155px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.normalize {
    overflow: hidden;
}

.normalize .serverList li {
    list-style: none;
    float: left;
    width: 24%;
    text-align: center;
}
.normalize .serverList li a {
    color: #acaeb2;
    font-size: 13px;
}
.normalize .serverList li .img-box {
    margin:0 auto 10px;
    width: 88px;
    height: 85px;
    background: url("../img/bg-tab-server.jpg") no-repeat;
}
.normalize .serverList li .f2 {
    background-position: -88px 0;
}
.normalize .serverList li .f3 {
    background-position: -176px 0;
}
.normalize .serverList li .f4 {
    background-position: -264px 0;
}

.normalize .serverList li:hover a {
    color: #37a1dd;
}
.normalize .serverList li:hover .img-box{
    transition: transform .3s;
    -webkit-transition: transform .3s;
    transform: scale(1.05);
    -webkit-transform: scale(1.06);

}

.servers .title{
	background-position:4px -212px;
}
.servers {
    width: 50%;
    float: left;
}
.chennels{
    width: 48%;
    float: right;
}
.chennels .title{
	background-position:9px -265px;
}
.chennels .serverList img{
    display: block;
    margin: 0 auto 10px;
    width: 85px;
    height: 85px;
}

.coMedias {
    margin: 20px auto;
    background-color: #fff;
    position: relative;
}

.coMedias .prev {
    position: relative;
    z-index: 999;
    width: 60px;
    height: 75px;
    background: url("../img/bg-prev-next.png") no-repeat 14px 0;
    cursor: pointer;
}
.coMedias .next {
     width: 46px;
    height: 75px;
    background: url("../img/bg-prev-next.png") no-repeat -46px 0;
    cursor: pointer;
}
.coMedias .slidebar {
    width: 918px;
    height: 75px;
    overflow: hidden;
    position: relative;
}
.coMedias .slidebar ul{
    position: absolute;
    left: 0;
    top:0;
}
.coMedias .slidebar li {
    float: left;
    margin: 17px 20px 0 20px;
}
.coMedias .slidebar li img {
    width: 113px;
}
.coMedias .partner {
    position: absolute;
    top:0;
    left: 0;
    width: 75px;
    height: 75px;
}
.coMedias .partner img {
    width: 100%;
}

footer{background:#1a1e2a; width:100%;margin-top:20px;}
footer .footer{width:1200px; margin:0 auto;  background: url(/zt/img/logo.png) no-repeat 20px center;padding:10px 0 30px;}
.footer div{color: #a4a4a4;width:900px;}
.footer div p{line-height: 26px;}
.footer div a,.footer div span{color: #a4a4a4;margin:0 5px;}
.footer div a:hover{color:#e1a252;}
.footer .logo{width:229px; height: 97px;}
.footer .logo a{width:100%;height: 100%; display: block;text-indent: -9999px;}

.bg_shade {
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index:4;
}

.bg_shade .alert_package {
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -100px;
    width: 360px;
    height: 200px;
    text-align: center;
    color: #fff831;
    font-size: 22px;
    box-sizing: border-box;
    padding: 40px 0;
    background: url("../img/alert_package.png") no-repeat;
}
.bg_shade .alert_package p {
    margin-bottom: 20px;
}

.bg_shade .alert_package button{
    background-color: #fff831;
    border: 0 none;
    height: 26px;
    width: 60px;
    border-radius: 15px;
}
