*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    font-family: "Microsoft YaHei UI","Arial" !important;
}
.clearfix:after{content:" ";visibility:hidden;display:block;clear:both;height:0;font-size:0}
.clearfix {clear: both;}
body,html{
    width: 100%;
}
.margin{
    width: 1330px;
    margin: 0 auto;
}
.header{
    width: 100%;
    position: relative;
}
.nav {
    padding: 0;
}
.header .shade{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.65);
}
.header .btn-container{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -124px;
}
.header .btn-container p{
    font-size: 45px;
    line-height: 57px;
    font-weight: bold;
    color: #fff;
}
.search-input {
    position: relative;
    width: 462px;
    height: 52px;
    margin: 109px auto 0;
}
.search-input .input-bg {
    background: #fff;
    opacity: 0.4;
    height: 100%;
}
.search-input .input-bg.focus {
    background: #888;
}
.search-input input {
    border: 2px solid #ccc;
    width: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #fff;
    padding-left: 50px;
    font-size: 20px;
    outline: none;
    transition:border-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.search-input input::-webkit-input-placeholder {
    color: #ccc;
}
.search-input input:-moz-placeholder {
    color: #ccc;
}
.search-input input:-ms-input-placeholder {
    color: #ccc;
}
.search-input input:hover {
    border-color:#fff;
}
.search-input input:focus {
    border-color:#0fc;
}
.search-input span {
    width: 48px;
    height: 48px;
    top: 2px;
    left: 2px;
    background: url(../img/icons.png) no-repeat -188px -187px;
    position: absolute;
    cursor: pointer;
}
.search-input ul{
    display: none;
    background: #efefef;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.search-input ul li {
    padding: 0 50px;
    text-align: left;
    line-height: 30px;
}
.search-input ul li a {
    color: #000;
}
.search-result {
    padding-bottom: 10px;
}
.search-result p{
    font-size: 14px;
    line-height: 34px;
    color: #5d5d5d;
}
.search-result span{
    float: left;
    height: 24px;
    background: #5d5d5d;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.header .btn-container a.downloadMEmu{
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    width: 462px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    background: #008873;
    color: #fff;
    box-shadow: 0 2px 3.5px rgba(0,46,40,0.7);
    transition:box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),background-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header .btn-container a.downloadMEmu:hover{
    box-shadow: 0 2px 6.5px rgba(0,19,16,0.8);
    background-color: #00a289;
}
.header .banner-container{
    width: 100%;
    margin-top: 3.1vw;
}
.header .banner-container div{
    width: 100%;
    display: none;
}
.header .banner-container div img{
    width: 100%;
    display: block;
}
.header .banner-container div.active{
    display: block;
}
.categoryList{
    padding: 20px 0 10px 0;
    height: 78px;
    box-sizing: content-box;
    text-align: center;
    border-bottom: 2px solid #0dc5a0;
    position: relative;
}
.categoryList .cate-container {
    display: flex;
}
.categoryList .cates{
    width: 800px;
    float: left;
    height: 78px;
    overflow: hidden;
    position: relative;
    display:block;
    white-space:nowrap;
}
.categoryList .cates ul{
    min-width: 800px;
    height: 78px;
    word-spacing: -6px;
    position: absolute;
    text-align: left;
}
.categoryList ul li{
    width: auto;
    min-width: 200px;
    text-align: center;
    height: 22px;
    margin:17px 0;
    font: 18px/22px "";
    padding: 0 18px;
    color: #303030;
    cursor: pointer;
    border-right: 1px dashed #323232;
    display: inline-block;
    position: relative;
}
.categoryList a{
    color: #303030;
}
.categoryList i{
    background: url("../img/cate.png") no-repeat center;
    width: 38px;
    height: 18px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -19px;
    display: none;
}
.categoryList .home{
    float: left;
    width: 200px;
    text-align: center;
    cursor: pointer;
    color: #0dc5a0;
    border: 2px solid #0dc5a0;
    border-radius: 4px;
    height: 56px;
    margin: 0;
    font: 18px/56px "";
    position: relative;
}
.categoryList .home.active{
    background: #0dc5a0;
    color: #fff;
}
.categoryList .home.active a{
    color: #fff;
}
.categoryList .home.active li a{
    color: #303030;
}
.categoryList .home .cateList {
    display: none;
    position: absolute;
    z-index: 10;
    width: 802px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.4);
    box-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.cateList ul {
    margin-bottom: 10px;
    float: left;
    text-align: left;
}
.cateList ul li.header {
    float: none;
    cursor: default;
    font-size: 22px;
}
.cateList ul li{
    padding: 0 14px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 200px;
    border: none;
}
.cateList ul li.header:hover {
    background: #fff;
    color: #303030;
    border: none;
    font-size: 22px;
}
.categoryList ul li.header:hover a {
    color: #303030;
}
.categoryList .home .cateList ul li:hover {
    margin: 0;
}
.categoryList ul li:hover a,.categoryList ul li.active a{
    color: #fff;
}
.categoryList ul li:hover,.categoryList ul li.active{
    color: #fff;
    border-right: 1px solid #0dc5a0;
    border-radius: 4px;
    height: 56px;
    margin:0 0 0 0;
    font: 18px/56px "";
    background: #0dc5a0;
}
.categoryList .active i{
    display: block;
}
.game-list{
    background: #f4f4f4;
    padding-bottom: 80px;
}
.section-init .loadMore {
    padding: 8px 20px;
    border: 3px solid #0dc5a0;
    color: #0dc5a0;
    font-size: 18px;
    background: none;
    border-radius: 4px;
    margin: 30px auto;
    display: table;
    cursor: pointer;
    outline: none;
}
.section-init .loadMore:hover{
    background: #0dc5a0;
    color: #fff;
}
.section-init{
    padding-top: 66px;
}
.section-init ul{
    width: 1335px;
}
.section-init ul li{
    width: 262px;
    margin:0 5px 5px 0;
    background: #fff;
    float: left;
    height: 148px;
    padding: 30px 10px;
    box-sizing: border-box;
}
.section-init ul li .app-icon{
    float: left;
    height: 88px;
    width: 88px;
    margin-right: 10px;
}
.section-init ul li .info-init{
    height: 88px;
}
.section-init ul li .info-init h5{
    font: 18px/18px "";
    color: #666;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-init ul li .info-init h6{
    font: 16px/36px "";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ccc;
}
.section-init ul li .info-init p span{
    float: left;
    height: 14px;
    width: 15px;
    margin-right: 2px;
    background: url(../img/icons.png) no-repeat -50px -50px;
    background-size: 200px auto;
}
.section-init ul li .info-init p span i{
    display: block;
    height: 14px;
    width: auto;
    background: url(../img/icons.png) no-repeat 0 -50px;
    background-size: 200px auto;
}
.game-list h3{
    font: 30px/30px "";
    padding-left: 10px;
    border-left: 4px solid #0dc5a0;
    color: #696969;
    margin-bottom: 25px;
}
.categoryList ul li.last{
    border-right: none!important;
}
.page-footer{
    padding: 20px 0;
    background: #232323;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.page-footer p {
    font: 17px/38px arial,"微软雅黑","Microsoft YaHei";
    font-family:arial,"微软雅黑","Microsoft YaHei";
    color: #acacac;
}
.page-footer p a{
    font: 17px/38px arial,"微软雅黑","Microsoft YaHei";
    font-family:arial,"微软雅黑","Microsoft YaHei";
    color: #fff;
}
.page-footer p a:hover{
    color: #fff;
}
.page-footer p span:nth-child(1){
    margin-right: 2vw;
}
.last-pages-link{
    width: 400px;
    height: 24px;
    text-align: center;
    margin: 40px auto 0;
}
.last-pages-link li{width: 33%;float: left;text-align: center;}
.last-pages-link li a{font-size: 14px;color:#acacac;line-height: 24px}
.last-pages-link li a:hover{color:#fff;}
.contact-init{display:inline-block;width: 48px;height:48px;background:url(../img/facebook3.png) no-repeat center; background-size: 70%}
.top-nav a{color:#B0B0B0;opacity:.9;}
.twitter{background:url(../img/twitter3.png) no-repeat center; background-size: 70%}
.google{background:url(../img/google1.png) no-repeat center; background-size: 70%}
.youtube{background:url(../img/youtube.png) no-repeat center; background-size: 70%}
#page{
    height:24px;
    margin:60px 0;
    text-align: center;
}
#page a{
    display: inline-block;
    width: 24px;
    height:24px;
    margin: 0 2%;
    background: #fff;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    font: 14px/24px "微软雅黑";
    color: #353535;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    box-sizing: border-box;
}
#page a.nowPage{
    border-color: #0dc5a1;
    background: #0dc5a1;
    color: #fff;
}
#page a.noPage{
    border: none;
    cursor: auto;
}
#page a.proPage{
    background: url("../img/icon.png") no-repeat -420px 0;
}
#page a.nextPage{
    background: url("../img/icon.png") no-repeat -700px 0;
}
#page a.proPage:hover{
    background: url("../img/icon.png") no-repeat -560px 0;
}
#page a.nextPage:hover{
    background: url("../img/icon.png") no-repeat -840px 0;
}
@media only screen and (max-width:1439px ) {
    .margin {
        width: 1100px;
    }
    .header .shade .btn-container{
        margin-top: -3vh;
    }
    .header .shade .btn-container div{
        height: 10vw;
    }
    .header .shade .btn-container p{
        font:bold 5vw/10vw "";
    }
    .header .shade .btn-container p span{
        width: 2.6vw;
        height: 10vw;
        background-size: auto 10vw;
    }
    .header .shade .btn-container p span:nth-child(2) {
        background-size: auto 10vw;
    }
    .header .shade .btn-container a{
        margin-top: 2vw;
        width: 30vw;
        height: 6vw;
        font: 2.2vw/6vw "";
        overflow: hidden;
    }
    .categoryList {
        padding: 2vw 0 2vw;
        height: 4vh;
    }
    .categoryList .cates{
        height: 40px;
    }
    .categoryList .cates ul{
        min-width: 0;
        height: 40px;
        white-space: normal;
    }
    .categoryList ul li{
        min-width: 140px;
        height: 20px;
        margin: 10px 0;
        font: 14px/20px "";
        padding: 0 12px;
    }
    .categoryList i{
        background: url("../img/cate.png") no-repeat center;
        width: 38px;
        height: 2vw;
        bottom: -18px;
        left: 50%;
        margin-left: -19px;
        display: none;
    }
    .categoryList .home{
        width: 140px;
        height: 40px;
        font: 14px/40px "";
    }
    .categoryList .home .cateList {
        width: 560px;
    }
    .cateList ul li {
        padding: 0 8px;
        width: 140px;
    }
    .categoryList .active i {
        display: none;
    }
    .categoryList ul li:hover, .categoryList ul li.active {
        height: 40px;
        margin: 0 0 0 0;
        font: 14px/40px "";
    }
    .section-init {
        padding-top: 3vh;
    }
    .game-list h3{
        font: 2.8vh/2.8vh "";
        padding-left: 0.5vw;
        border-left: 0.4vw solid #0dc5a0;
        margin-bottom: 2.3vh;
    }
    .section-init ul {
        width: 1105px;
    }
    .section-init ul li {
        width: 216px;
        height: 104px;
        padding: 21px 7px;
    }
    .section-init ul li .app-icon {
        height: 62px;
        width: 62px;
        margin-right: 7px;
    }
    .section-init ul li .info-init h5 {
        font: 14px/14px "";
        margin-bottom: 7px;
    }
    .section-init ul li .info-init h6 {
        font: 14px/26px "";
    }
    .page-footer p {
        font: 2vh/4vh arial,"微软雅黑","Microsoft YaHei";
    }
    .page-footer p a {
        font: 2vh/4vh arial,"微软雅黑","Microsoft YaHei";
    }
    .last-pages-link {
        width: 80vw;
        height: 4vw;
        text-align: center;
        margin: 6vw auto 0;
    }
    .last-pages-link li a {
        font-size: 2.6vw;
        color: #acacac;
        line-height: 4vw;
    }
    .contact-container{
        text-align: center;
        width: auto;
        margin: 2vh auto 1vh;
    }
    .contact-init {
        width: 8vw;
        height: 8vw;
    }
    #footer {
        height: auto;
    }
    .page-footer {
        position: relative;
    }
    .header .btn-container p {
        font-size: 2.2vw;
        line-height: 3vw;
    }
    .search-input {
        width: 30vw;
        height: 3vw;
        margin: 5.6vw auto 0;
    }
    .search-input input {
        padding-left: 2.6vw;
        font-size: 1vw;
    }
    .header .btn-container a.downloadMEmu {
        width: 30vw;
        height: 3vw;
        font-size: 1vw;
        line-height: 3vw;
        margin-top: 1vw;
    }
    .search-input span {
        width: 2.6vw;
        height: 2.6vw;
        background: url(../img/icons.png) no-repeat -9.4vw -9.3vw;
        background-size: 30vw auto;
    }
    .header .btn-container a {
        margin-top: 1vw;
        width: 30vw;
        height: 3vw;
        font-size: 1vw;
        line-height: 3vw;
    }
    .header .btn-container {
        margin-top: -6vw;
    }
}
@media only screen and (max-width:1199px ) {
    .margin{
        width: 762px;
    }
    .categoryList .cates {
        width: 560px;
    }
    .section-init ul {
        width: 768px;
    }
    .section-init ul li {
        width: 186px;
        height: 104px;
        padding: 21px 7px;
        margin: 0 6px 6px 0;
    }
}
@media only screen and (max-width:539px ) {
    .margin{
        width: 92%;
    }
    .header .shade .btn-container a {
        margin-top: 2vw;
        width: 50vw;
        height: 8vw;
        font: 4vw/8vw "";
    }
    .categoryList {
        padding: 2vw 0 2vw;
        height: 6vh;
    }
    .categoryList .home {
        width: 90vh;
        height: 6vh;
        font: 2vh/6vh "";
    }
    .categoryList .cates {
        height: 6vh;
    }
    .categoryList .cates ul {
        height: 6vh;
    }
    .categoryList ul li {
        min-width: 10vw;
        height: 3vh;
        margin: 1.5vh 0;
        font: 2vh/3vh "";
        padding: 0 2vw;
    }
    .game-list h3 {
        padding-left: 1vw;
        border-left: 0.8vw solid #0dc5a0;
    }
    .section-init ul {
        width: 92vw;
    }
    .section-init ul li {
        width: 44vw;
        margin: 0 2vw 2vw 0;
        height: auto;
        padding: 1vw 2vw;
    }
    .section-init ul li .app-icon {
        height: 40vw;
        width: 40vw;
        margin-right: 0;
        float: none;
    }
    .section-init ul li .info-init {
        width: 40vw;
        height: auto;
        float: none;
    }
    .section-init ul li .info-init h5 {
        font: 4vw/4vw "";
        margin-bottom: 1vw;
    }
    .section-init ul li .info-init h6 {
        font: 3vw/4vw "";
        width: auto;
    }
    .search-input {
        width: 50vw;
        height: 5vw;
        margin: 5.6vw auto 0;
    }
    .search-input input {
        padding-left: 4vw;
        font-size: 1vw;
    }
    .search-input span {
        width: 4vw;
        height: 4vw;
        background: url(../img/icons.png) no-repeat -19vw -19vw;
        background-size: 60vw auto;
    }
    .header .btn-container a {
        width: 50vw;
        height: 5vw;
        line-height: 5vw;
    }
}