body,
html {
    /* min-width: 1200px; */
    font-family: 'Microsoft Yahei';
    /* max-width: 1920px; */
    width: 100%;
    height: 100%;
    background: url("../images/common/o_1RSd8O.jpg");
    /* background-size: 100% 1463px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f8f8f8;
}

* {
    font-family: 'Microsoft Yahei';
    box-sizing: border-box;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.section-header-common {
    height: 528px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}


.section-header-common .logo {
    position: absolute;
    top: 42px;
    left: -63px;
    z-index: 9;
}

.section-header-common .act {
    position: absolute;
    top: 420px;
    left: 195px;
    width: 465px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
}
.section-header-common .act a {
    color: #fff;
}
.section-header-common .act:hover a {
    text-decoration: underline;
}
.section-header-common .act.act-1 {background-image: url("../images/common/act-time-1.png");}
/* .section-header-common .act.act-2 {background-image: url("../images/common/act-time-2.png");} */

.section-header-common .act .video-btn-top {
    display: block;
    width: 32px;
    height: 38px;
    margin-left: 105px;
    margin-top: -8px;
    background: url('../images/common/video-btn.png');
}

.section-header-common .act .video-btn-top:hover {
    background-position-y: -41px;
}


.section-header-common .link {
    position: absolute;
    top: 498px;
    left: 99px;
    width: 471px;
    height: 129px;
    border: 1px solid #170c17;
    background: #655351;
    padding: 4px;
}

.section-header-common .link a {
    display: block;
    background: url("../images/common/common-btns.jpg") no-repeat 0 0;
}

.section-header-common .link .download-game {
    width: 256px;
    height: 119px;
    opacity: .8;
}

.section-header-common .link .download-game:hover {
    opacity: 1;
}

.section-header-common .link .to-index {
    width: 205px;
    height: 59px;
    background-position: -256px 0px;
}

.section-header-common .link .to-reg {
    width: 205px;
    height: 60px;
    background-position: -256px -59px;
}

.head-nav {
    height: 56px;
    width: 100%;
    background: url("../images/common/head-nav.png") no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    background-size: 100% 100%;
}

.head-nav ul {
    width: 900px;
    margin: 0 auto;
}

.head-nav li {
    float: left;
    padding-top: 16px;
    margin: 0 40px;
}

.head-nav li a {
    display: block;
    width: 70px;
    height: 24px;
    background: url("../images/common/nav-text3.png") no-repeat 0px 0px;
}

.head-nav li a:hover {
    background-position-y: -39px;
}

.head-nav .download-center {
    background-position-x: -136px;
}

.head-nav .news {
    background-position-x: -272px;
}

.head-nav .game-data {
    background-position-x: -408px;
}

.head-nav .media-center {
    background-position-x: -539px;
}

.head-nav .custom-service {
    background-position-x: -681px;
}

.main-common {
    min-height: 1492px;
    /* background: url('../images/common/bg-common-main.jpg') no-repeat center top; */
    /* background-color: #f8f8f8; */
}

/* 左侧菜单 */

.left-menu {
    width: 220px;
    height: 1300px;
    overflow: hidden;
}

.left-menu .donwload-client {
    display: block;
    width: 220px;
    height: 120px;
    background: url('../images/common/download-btn-big.jpg') no-repeat 0 0;
}

.left-menu .donwload-client:hover {
    background-position-y: -120px;
}

.download-region li {
    height: 61px;
    background: #3f4254;
}

.download-region li:hover {
    opacity: .9;
}


.download-region li a {
    display: block;
    width: 180px;
    height: 100%;
    margin: 0 auto;
    border-top: 1px solid #2e303e;
    border-bottom:1px solid #585d74;
    background: url("../images/common/icon-text.png") no-repeat center 17px;
}

.download-region .gift a {
    border-top: none;
}

.download-region .reg-link a {
    background-position: center -44px;
}

.download-region .recharge a {
    background-position: center -102px;
}

.left-menu .fast-way {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 113px;
    padding: 4px 20px 0px;
    background:#474b5f;
}

.left-menu .title {
    height: 36px;
    border-bottom: 1px solid #575c73;
    margin-bottom: 8px;
}

.left-menu .title-text {
    width: 58px;
    height: 100%;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.left-menu .title-text:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -1px;
    background: #f2782f;
    height: 2px;
    left: 0px;
}

.left-menu .fast-way li {
    height: 31px;
    border-top: 1px dashed #54596e;
    border-bottom: 1px dashed #363949;
}

.left-menu .fast-way li:first-child {
    border-top: 0px;
}
.left-menu .fast-way .last-li {
    border-bottom: 0px;
}

.left-menu .fast-way li a {
    width: 73px;
    height: 100%;
    line-height:31px;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.left-menu .fast-way li a:after {
    content: '';
    height: 5px;
    width: 7px;
    position: absolute;
    top: 15px;
    left: 2px;
    background: url("../images/common/little-arrow.png") no-repeat center center;
}

.left-menu .ad-act {
    height: 202px;
    overflow: hidden;
}

.left-menu .ad-act li {
    width: 220px;
    height: 96px;
    margin-bottom: 10px;
}

.left-menu .ad-act li img {
    width: 100%;
    height: 100%;
}

.left-menu .ad-act li:first-child {
    margin-bottom: 10px;
}

.left-menu .contect {
    height: 308px;
    margin-top: 10px;
    background: #474b5f;
    padding: 0px 20px;
}

.left-menu .contect .wx-code {
    width: 170px;
    height: 170px;
    margin: 21px auto 0px;
}
.left-menu .contect .wx-code img {
    width: 170px;
    height: 170px;
}
.contect .surprise {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}

.left-menu .bottom-btn {
    text-align: center;
}

.left-menu .bottom-btn a {
    display: inline-block;
    width: 80px;
    height: 26px;
    border: 1px solid #697194;
    padding: 1px;
    background: #697194;
    text-align: center;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-clip: content-box;
}


/* 右侧部分 */

.right-detail {
    width: 960px;
    min-height: 1460px;
}

.right-detail .head-title {
    height: 70px;
    background: #000;
    background: rgba(0 , 0 , 0 ,.6);
    padding-left: 35px;
}

.right-detail .head-title .title-name {
    height: 70px;
    line-height: 70px;
    color: #dadbdf;
    font-size: 24px;
}

.right-detail .head-title .line {
    width: 1px;
    height: 15px;
    background: #777885;
    display: inline-block;
    margin: 0 15px;
}

.right-detail .head-title .en {
    color: #f2782f;
    font-size: 20px;
}

.right-detail .head-title .crumbs {
    height: 70px;
    line-height: 70px;
    padding-right: 33px;
    color: #fff;
    font-size: 14px;
}

.right-detail .head-title .crumbs a {
    color: #fff;
}

.right-detail .head-title .crumbs a:hover {
    text-decoration: underline;
}

.right-detail .article {
    min-height: 1390px;
    background: #fff;
    padding: 0px 39px 90px;
}

.right-detail .article .article-head {
    height: 133px;
    border-bottom: 1px solid #e5e5ea;
    position: relative;
    padding-top: 45px;
    margin-bottom: 30px;
}

.right-detail .article .article-title {
    color: #121524;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.right-detail .article .input-time {
    color: #999999;
    font-size: 12px;
    position: absolute;
    bottom: 16px;
    left: 2px;
}

.right-detail .article .share {
    width: 180px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #999999;
    position: absolute;
    bottom: 8px;
    right: 5px;
}

.right-detail .share  .share-btn {
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 6px;
    background: url("../images/common/share-icon.png") no-repeat 0px 0px;
}

.right-detail .share  div.share-btn {
    background: none;

}

.right-detail .share .bdshare-button-style0-16 a {
    margin: 0px !important;
}

.right-detail .share > .share-btn:first-child {
    width: 53px;
    color: #999999;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: none;
    cursor: auto;
}

.right-detail .share .share-qqwb {
    background-position: -29px 0px;
}

.right-detail .share .share-wx {
    background-position: -58px 0px;
}

.right-detail .share .share-qq {
    background-position: -86px 0px;
}

.right-detail .share .share-qq-zone {
    background-position: -115px 0px;
}

.right-detail .share .share-more {
    background-position: -143px 0px;
}

.right-detail .article .article-text {
    color: #222222;
    font-size: 16px;
    line-height: 1.8;
}

.right-detail .article .article-text img {
    max-width: 880px !important;
    height: auto !important;
}

.pages {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.pages a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #bcbcbc;
    color: #333333;
    font-size: 14px;
    margin-right: 7px;
    min-width: 26px;
    padding:0 9px;
    background: #dcdcdc;
}

.pages span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 7px;
    text-align: center;
    color: #f2782f;
    font-size: 14px;
}

.download-btn {
    display: block;
    width: 290px;
    height: 81px;
    margin: 22px auto 28px;
    background: url(../images/common/download-btn.png) no-repeat;
}

.download-btn2 {
    display: block;
    width: 290px;
    height: 81px;
    margin: 22px auto 28px;
    background: url(../images/common/download-btn2.png) no-repeat;
}