
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #fafbfd;
}
.container{
    width: 100%;
}
/*top*/
h1{
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
}
.top{
    width: 100%;
    position: relative;
    background-color: #1d1b1e;
}
.top .download_qr{
    position: absolute;
    width: 9.1%;
    height: 12.6%;
    top: 54.9%;
    left: 17.8%;
}
.top .download_qr img{
    width: 100%;
    height: 100%;
}
.top .zs_bg{
    width: 100%;
}
.top .zs_bg img{
    width: 100%;
}
.top a{
    /*width: 15.3%;
    height: 6.30%;*/
    width: 14%;
    height: 8.1%;
    position: absolute;
    border-radius: 9px;
    /*background-color: red;
    opacity: 0.5;*/
}
.top .AppStoreDownload{
    /*background-color: red;*/
    /*left: 28.47%;
    top: 54.5%;*/
    left: 30%;
    top: 60.29%;
}
.top .AndroidDownload{
   /* background: blue;*/
   /* left: 28.47%;
    top: 61.4%;*/
    left: 30%;
    top:69.2%;
}

/*conten*/
.content{
    margin: 0 auto;
    width: 100%;
    margin-top: -10px;
    position: relative;
    background: #1d1b1e;
}
.content .switch{
    width: 500%;
}

.content .switch li{
    width: 20%;
    float: left;
}
.content .switch li img{
    width: 100%;

}
/*控制器*/

.content span{
    display: block;
    position: absolute;
    width: 7%;
    height: 10%;
    border-radius: 50%;
    /*z-index: 2;*/
}
.content .control_left{
   /* background-color: red;*/
    top: 46.5%;
    left: 2.5%;
}
.content .control_right{
    /*background-color: blue;*/
    top: 46.5%;
    right: 2.5%;
}
/*底部控制器*/
.content .bottom_control{
    width: 12%;
    height: 4%;
    position: absolute;
   /* background-color: lightgoldenrodyellow;*/
    left: 50%;
    top: 85%;
    margin-left:-6%;
}
.content .bottom_control li{
    width: 15%;
    display: inline-block;
    margin-left: 6.2%;
}
.content .bottom_control li img{
    width: 100%;
}

/*footer*/
/*************************************************/
body{
    background-color: #1d1b1e;
}
.footer{
    margin: 50px auto;
    width: 1180px;
    height: 190px;
}
.game_health{
    width: 100%;
    height: 100px;
    border-bottom:1px solid #c5c4c4;
}
.game_health p{
    text-align: center;
    color: #696969;
    font-size: 14px;
    padding-top: 10px;
}
.game_health p span{
    padding:0px 5px;
}
.game_health p:first-of-type{
    font-size: 20px;
    padding-bottom: 8px;
}

.about_sy{
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #696969;
}
.about_sy p{
    text-align: center;
}
.about_sy p a{
    color: #696969;
    padding: 5px;
}
.about_sy p a:hover{
    color: #c7a774;
}
.about_sy p img{
    width: 120px;
    height: 37px;
    vertical-align:middle;
    margin-right: 16px;
}
.about_sy .aq{
    margin-top: 16px;
}
.about_sy .aq img{
    width: 24px;
    height: 24px;
}



