#main {
    margin-bottom: 10px;
}

.game-header-box {
    width: 100%;
    height: 100%;
    background: url("../image/game.jpg");
}

.game-header {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
}

.game-header .game-header-left {
    width: 80%;
}

.game-header .game-header-left img {
    width: 115px;
    height: 115px;
    border-radius: 20px;
}

.game-header .game-header-left .ghli-label button {
    border: 1px solid #ececec;
    background: none;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 15px;
    color: #ffffff;
    min-height: 24px;
    margin: 20px 5px 5px 0px;
}

.game-header .game-header-right {
    width: 25%;
}

.game-header .game-header-right .button {
    min-width: 130px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.game-header .game-header-right .button .ios {
    color: #ffffff;
}

/*菜单*/
.game-header-tab {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.game-header-tab .game-header-tab-list {
    width: 150px;
    position: relative;
}

.game-header-tab .game-header-tab-list a {
    display: block;
    width: 150px;
    height: 45px;
    text-align: center;
    font-size: 16px;
}

.game-header-tab .game-header-tab-list a:hover {
    color: #f8f8f8;
}

.game-header-tab ul li a span {
    font-size: 18px;
    font-weight: bold;
}

.tip-top {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    position: absolute;
    top: 25px;
    right: 60px;
}

/*内容*/
.game-body-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    color: #333333;
}

.game-body-box h1 {
    height: 25px;
    line-height: 25px;
    border-left: 5px solid red;
    padding: 0px 10px;
}

.game-body-box .game-header-box-left .ghbl-banner-box {
    width: 800px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.ghbl-banner img {
    margin-right: 22px;
    border: 1px solid #ececec;
}

.game-body-box .game-header-box-left .ghbl-acticle h1 {

}

.game-body-box .game-header-box-left .ghbl-acticle-content {
    padding: 20px 0px;
    text-align: justify;
    line-height: 22px;
}

.game-body-box .game-header-box-left {
    width: 800px;
    min-height: 700px;
    background: #ffffff;
    padding: 20px;
}

.game-body-box .game-header-box-right {
    width: 310px;
    min-height: 700px;
    padding: 20px;
    background: #ffffff;
}

.game-header-box-right .ghbl-acticle-data {
    margin: 20px 0px 10px 0px;
}

.game-header-box-right .ghbl-acticle-data-list {
    font-size: 14px;
}

.game-header-box-right .ghbl-acticle-type {
    background: #222633;
    color: #ffffff;
    padding: 5px 12px;
}

.game-header-box-right .gadl-left {
    width: 25%;
    color: #666666;
}

.ghbl-acticle-info span {
    color: #666666;
}

.ghbl-acticle-header {
    color: #666666;
    height: 30px;
    line-height: 30px;
    margin:15px 0px 0px 0px;
}

.ghbl-acticle-header .left {
    width: 15%;
    text-align: left;
}

.ghbl-acticle-header .center {
    width: 55%;
    text-align: left;
}

.ghbl-acticle-header .right {
    width: 30%;
    text-align: center;
}

.ghbl-acticle-header-left {
    width: 15%;
    text-align: center;
}

.ghbl-acticle-header-left .num {
    width: 26px;
    height: 60px;
    line-height: 60px;
}

.ghbl-acticle-header-left img {
    max-width: 100%;
    max-height: 100%;
}

.ghbl-acticle-header-center {
    width: 55%;
    text-align: center;
}

.ghbl-acticle-header-center .game-title-box {
    text-align: left;
}

.ghbl-acticle-header-right {
    width: 30%;
    text-align: center;
}

.ghbl-acticle-list {
    height: 80px;
    border-bottom: 1px dashed #ececec;
}

.ghbl-acticle-header-right button {
    background: none;
    border: 1px solid #ececec;
    padding: 4px 10px;
}

