@charset "utf-8";
body>a{
	display: none !important;
}
/* CSS Document */

/*公共样式*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}

body{font:12px "宋体","Arial Narrow",HELVETI  CA;background:#fff;-webkit-text-size-adjust:100%}

body,html{width: 100%;height: 100%;}

a{color:#172c45;text-decoration:none;cursor: pointer;}

a:hover{text-decoration:none;}

em{font-style:normal}

li{list-style:none}

img{border:0;vertical-align:middle}

table{border-collapse:collapse;border-spacing:0}

p{word-wrap:break-word}

.clear{clear: both;width: 0px;height: 0px;overflow: hidden;}/*清除漂浮*/

.line{width: 1px;height: 12px;overflow: hidden;background: #a2a2a2;float: left;margin: 0 26px;margin-top: 13px;}/*分隔线*/

.line2{width: 1px;height: 12px;overflow: hidden;background: #a2a2a2;float: left;margin: 0 10px; }/*分隔线*/

.mid{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-box-pack: center;-moz-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;}



/*头部*/

.top{position: fixed; top: 0; width: 100%; height: 123px; z-index: 9999; padding: 0; background-color: #ffffff; -webkit-animation: fadeInDown .5s; -moz-animation: fadeInDown .5s; animation: fadeInDown .5s; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15); box-shadow: 0 2px 5px rgba(0,0,0,0.15); }

.top>div{ width:970px; height: 91px; margin:16px auto; }

.top div>a{ float:left; width: 200px;height: 91px; margin-right: 40px; margin-left: 40px;}
.top div>a>img{ width: 100%; /*height: 100%;*/}

.top div .nav{height: 100%; margin-left: 175px;}

.top .nav li{ float: left; position: relative; height:100%; padding-right: 20px; margin-left: 20px; font-size: 16px; color: #404040; font-family:"方正兰亭中黑"; font-weight: bold;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.top .nav li a{ float:left;}

.top .nav li a:hover{ color:#000;}

.top .nav li a:after{content: ""; position: absolute; top: 43%; right: 0; width: 7px; height: 15%; background: url(./../images/tab-border.png) no-repeat 0 0; background-size: 100% 100%; }

.top .nav li:last-child a:after{background: inherit;}

.top .nav li.active a:before{content: ""; position: absolute; bottom: 18px; left: 0; width: 50%; height: 2px; background: #6f253a; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

.top .nav li.payTab{
    font-size: 18px;
}



/*banner*/

.banner {position: relative; width: 100%; }

.banner > img {width: 100%; }

.banner .banner-cont {position: absolute;top: 18.7%; left: 49.5%;width: 26%;height: 60.5%;}

.download {position: absolute; top: 41%; left: 49%; width: 8%; height: 8%; }

.jumpios {position: absolute; top: 53%; left: 49.5%; width: 14%; height: 11.5%; }

.jumpandroid {position: absolute; top: 66%; left: 49.5%; width: 14%; height: 11.5%; }

.download > a,

.jumpios > a,

.jumpandroid > a

{

    display: block;



    width: 100%;

    height: 100%;

}

footer{
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background-color: #868dd2;
    min-height: 5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
footer>div{
    width: 970px;
    margin:0 auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
footer p{
    color: #fff;
    font-family: "微软雅黑";
    font-size: 1em;
    line-height: 1.4;
    width: -moz-calc( 100% - 5em);
    width: calc( 100% - 5em);
}

footer .level_15{
    background: url(./../images/level_15.png) no-repeat center center;
    background-size: contain;
    width: 7em;
    height: 7em;
    margin-right: 1em;
}
footer .coolplay{
    background: url(./../images/coolplay.png) no-repeat center center;
    background-size: contain;
    width: 16em;
    height: 3em;
    margin-top: 1.7em;
    margin-left: 1em;
}


@media (max-width: 767px){
    footer>div{
        width: 100%;
    }
}
