@charset "utf-8";
body {
    overflow-x: hidden;
    overflow-y: scroll;
    background: #252525 url(../img/bg1.jpg) no-repeat center 54px;
}
#theFloat {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 54px;
    margin-left: -961px;
    z-index: 1;
}
#borderFlash  {
    width: 100px;
    height: 50px;
    position: absolute;
    right: -5px;
    top: -4px;
}
#wrapper {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 2;
}

.w1024 {
    width: 1024px;
    margin: 0 auto;
}

.w1043 {
    width: 1043px;
    margin: 0 auto;
}

.w1078 {
    width: 1078px;
    margin: 0 auto;
}

#content {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background: #1f1f1f url(../img/bg2.jpg) no-repeat center top;
}

.header {
    background: url("../img/bg-header.png") no-repeat center top;
    width: 100%;
    height: 118px;
    min-width: 1044px;
    position: relative;
}

.menu {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    width: 1044px;
}

.menu:before,
.menu:after {
    content: '';
    display: table;
}

.menu:after {
    clear: both;
}

.menu .menuList {
    margin-left: 220px;
    padding-top: 26px;
    overflow: hidden;
}

.menu a {
    width: 137px;
    color: #fff;
    font-size: 15px;
    display: block;
    float: left;
    text-align: center;
}

.menu a span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    color: #950400;
}

.menu a.cur {
    color: #ffae00;
}

.menu a.cur span {
    color: #fff;
}

.menu a:hover {
    color: #ffae00;
}

.menu a:hover span {
    color: #fff;
}

.logo {
    width: 267px;
    position: absolute;
    left: 0;
    top: 0;
}

.tabHeader {
    position: absolute;
    left: 50%;
    margin-left: -512px;
    top: 390px;
}

.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 {
    display: block;
    margin: 7px 0 0 6px;
}

.tabHeader .btns {
    float: left;
    margin: 3px 0 0 20px;
}

.tabHeader .btns a {
    width: 200px;
    height: 61px;
    display: block;
    background-image: url(../img/btn_download.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.tabHeader .btns a.and {
    background-position: 0 -61px;
}

.tabHeader .btns a.ios:hover {
    background-position: 0 -122px;
}

.tabHeader .btns a.and:hover {
    background-position: 0 -183px;
}

#movie {
    float: left;
    width: 72px;
    height: 71px;
    background: url(../img/bg_player.png) no-repeat;
    margin: 20px 0 0 72px;
    -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;
}

#movie a {
    width: 100%;
    height: 100%;
    display: block;
}

@-webkit-keyframes playScale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes playScale {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes playScale {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@keyframes playScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    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;
}

#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: #000;

}

.c-wrapper {
    background: url("../img/bg-black.png") no-repeat center;
    padding: 22px 0;
}

.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.gameGiftPack {
    background-position: 0 -94px;
}

.quickBtn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.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 {
    color: #b10000;
}

.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:last-child {
    border: none;
}

.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: #fff;
    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: #fff;
    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 {
    background-color: #fff;
}

.infomations ul li:hover a {
    color: #b10000;
}

.infomations ul li:hover label {
    color: #b10000;
}

.listTabBtn {
    height: 161px;
    width: 1025px;
    margin: 12px auto 0;
}

.tabBtn-wrapper {
    background: url("../img/bg-black2.png") no-repeat center top;
    padding: 4px 0 17px 0;
}

.listTabBtn a {
    display: block;
    float: left;
    width: 252px;
    height: 100%;
    margin-right: 5.5px;
    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;
}

.listTabBtn a.last {
    margin-right: 0;
}

.listTabBtn a:hover {
    /*opacity: 0.8;*/
    /*filter: alpha(opacity=80);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
    transform: scale(1.05, 1.05);
    transition: all .6s;
    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;
}

.gameIntroduce {
    margin-top: 10px;
}

.gameIntroduce .title {
    background-position: 4px 0;
}

.gameIntroduce a {
    display: block;
    width: 200px;
    height: 85px;
    float: left;
    margin-right: 6px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    background-image: url(../img/gameInfo.jpg);
    background-repeat: no-repeat;
}

.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;
}

.gameIntroduce a i {
    display: block;
    width: 200%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: -100%;
    left: -140%;
    transform: skewX(-35deg);
    -o-transform: skewx(-35deg);
    -moz-transform: skewx(-35deg);
    -webkit-transform: skewx(-35deg);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.gameIntroduce a:hover i {
    left: 140%;
    top: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.imgCuts-wrap {
    background: url("../img/bg-grey.png") no-repeat center;
}
.imgCuts {
    margin-top: 10px;
}

.imgCuts .title label {
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #515151;
    font-size: 16px;
}

.imgCuts .title .active {
    color: #fff;
}

.imgCont {
    margin-right: -8px;
}

.imgCuts .title {
    background-position: 7px -48px;
}

.imgCont a {
    display: block;
    width: 250px;
    height: 155px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.imgCont a img{
	width:100%;
	height:100%;
}
.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 14px;
    width: 76px;
    height: 76px;
    background: url("../img/bg-tab-server.png") no-repeat;
}

.normalize .serverList li .f2 {
    background-position: -76px 0;
}

.normalize .serverList li .f3 {
    background-position: -152px 0;
}

.normalize .serverList li .f4 {
    background-position: -228px 0;
}

.normalize .serverList li:hover a {
    color: #fff;
}

.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 -106px;
}

.servers {
    width: 50%;
    float: left;
}

.chennels {
    width: 48%;
    float: right;
}

.chennels .title {
    background-position: 9px -155px;
}

.chennels .serverList img {
    display: block;
    margin: 0 auto 10px;
    width: 79px;
}

.chennels .serverList img.weibo {
    margin: 10px auto 12px;
}

.coMedias {
    margin: 20px auto 0;
    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%;}
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;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

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

.bg_shade .alert_package .txt {
    margin-top: 120px;
}

.bg_shade .alert_package p {
    margin-bottom: 18px;
}

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

.bg_shade .alert_package button:hover {
    background-color: #FF3A0B;
}
