

html,body,ul,li,p,h1,h2,h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Tahoma,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif!important;
}
body{
    background-color: #eee;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    display: block;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix{
    zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.page-wrap{
    max-width: 1920px;
    min-width: 1260px;
    margin: 0 auto;
    position: relative;
}
.wrap{
    width: 1260px;
    margin: 0 auto;
}
.hide{
    display: none;
}


#header{
    width: 100%;
    height: 80px;
    background-color: #fff;
}
#header.position{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
#header .wrap{
    height: 100%;
    position: relative;
}
#header h1{
    height: 100%;
}
#header h1 a{
    display: block;
    width: 170px;
    height: 100%;
    text-indent: -100000px;
    background: url("http://www.maplewhispering.com/common/footer/logo_black_170x56.png") no-repeat center;
    background-size: 100% auto;
}
#header .header-nav{
    height: 100%;
    text-align: center;
    margin-right: 174px;
}
#header .header-nav a{
    float: left;
    height: 100%;
    padding: 0 30px;
}
#header .header-nav a:hover span,#header .header-nav a:hover b{
    color: #e3203e;
}
#header .header-nav a.active span,#header .header-nav a.active b{
    color: #e3203e;
}
#header .header-nav span{
    font-size: 17px;
    padding-top: 22px;
    display: block;
    color: #333;
}
#header .header-nav b{
    font-size: 12px;
    font-weight: normal;
    color: #666;
    display: block;
}



#header .header-game-list{
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 1000;
}
#header .game-list-btn{
    position: absolute;
    top: -80px;
    right: 0;
    width: 100px;
    height: 80px;
    cursor: pointer;
}
#header .game-list-btn .open-game-list{
    width: 100%;
    height: 100px;
    background: url("../images/icons/header_open_menu_icon.png") no-repeat center #e3203e;
    line-height: 160px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
#header .game-list-btn .close-game-list{
    display: none;
    width: 100%;
    height: 100%;
    background: url("../images/icons/header_close_menu_icon.png") no-repeat center #272a2c;
}


#header .all-game-list{
    display: none;
    background-color: #272a2c;
    font-size: 18px;
    width: 100%;
}
#header .game-list-title{
    height: 72px;
    line-height: 72px;
    color: #fff;
    padding: 0 32px;
    text-indent: 32px;
    background: url("../images/icons/game_list_title_icon.png") no-repeat 32px center;
}
#header .platform-game{
    float: left;
    width: 50%;
    box-sizing: border-box;
}
#header .game-type-title{
    height: 50px;
    line-height: 50px;
    color: #e3203e;
    background-color: #35373a;
    padding: 0 50px;
}
#header .game-type-title span{
    border-left: 3px solid #e3203e;
    padding-left: 26px;
}
#client-game{
    border-right: 1px solid #464646;
}
#mobile-game{
    border-left: 1px solid #464646;
    margin-left: -1px;
}
#header .game-list-wrap{
    padding: 22px 40px;
}
#header .game-list-box{
    overflow: hidden;
}
#header .game-list{
    margin-left: -1px;
}
#header .game-list a{
    float: left;
    font-size: 14px;
    color: #ddd;
    padding: 6px 0;
}
#header .game-list a:hover{
    color: #e3203e;
}
#header .game-list a span{
    display: block;
    height: 14px;
    padding: 0 12px;
    line-height: 100%;
    border-left: 1px solid #525252;
}

#header .header-game-list:hover .open-game-list{
    display: none;
}
#header .header-game-list:hover .close-game-list{
    display: block;
}
#header .header-game-list:hover .all-game-list{
    display: block;
}


.show-title{
    height: 18px;
    font-size: 18px;
    color: #333;
    padding-left: 10px;
    border-left: 4px solid #e3203e;
    margin: 50px 0 20px;
    line-height: 100%;
}
.show-title b{
    font-size: 12px;
    color: #666;
    font-weight: normal;
    padding-left: 3px;
}


.place{
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    padding: 20px 0 40px 0;
}
.place span,.place a,.place b{
    float: left;
    height: 100%;
}
.place a{
    color: #333;
}
.place a:hover{
    color: #e3203e;
}
.place b{
    font-weight: normal;
    margin: 0 5px;
}