.clear:after {
    content: '';
    display: block;
    clear: both;
}

.top_bar {
    display: none !important;
}

.common-top {
    position: relative;
    height: 43px;
    line-height: 43px;
    box-sizing: border-box;
    background-color: #fff;
}

.common-top .main {
    width: 1000px;
    margin: 0 auto;
}

.common-top .logo-wrap {
    float: left;
    font-size: 0;
}

.common-top .logo-wrap .logo7977 {
    width: 92px;
    height: 25px;
}

.common-top .logo-wrap .logo {
    width: 76px;
    height: 35px;
    margin-left: 23px;
}

.common-top .logo-wrap .logo-desc {
    width: 219px;
    height: 31px;
    margin-left: 5px;
}

.common-top .r-side {
    float: right;
    font-size: 13px;
    height: 43px;
    line-height: 43px;
    color: #999999;
}

.common-top .r-side a {
    color: #999999;
}

.common-top .r-side .hot-game {
    margin: 0 12px 0 24px;
    cursor: pointer;
}

.common-top .r-side .hot-game .game-icon {
    display: inline-block;
    width: 21px;
    height: 15px;
    vertical-align: middle;
    background: url('../img/icon/game.png') no-repeat center/contain;
}

.common-top .r-side .hot-game span {
    color: #FF7A00;
}

.common-top .r-side .hot-game .arrow-icon {
    display: inline-block;
    width: 8px;
    height: 4px;
    vertical-align: middle;
    background: url('../img/icon/arrow-down.png') no-repeat center/contain;
}

.common-top .r-side .hot-game .arrow-icon.up {
    transform: rotate(180deg);
}

.common-top .r-side .search {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 132px;
    height: 26px;
    line-height: 26px;
    font-size: 0;
    border: 1px solid #ccc;
    border-radius: 41px;
}

.common-top .r-side .search input {
    width: 66%;
    padding: 0 10px;
    height: 100%;
    font-size: 12px;
    color: #888;
    background-color: transparent;
}

.common-top .r-side .search input::placeholder {
    color: #aaa;
}

.common-top .r-side .search .search-icon {
    position: relative;
    top: -4px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
    cursor: pointer;
}

.common-top .r-side .login-btn {
    display: none;
    vertical-align: top;
    width: 85px;
    height: 100%;
    margin-left: 16px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: #FF7A00;
}

.common-top .r-side .login-btn .account-icon {
    display: inline-block;
    width: 11px;
    height: 12px;
    vertical-align: middle;
    background: url('../img/icon/account.png') no-repeat center/contain;
}

.common-top .r-side .user-info {
    display: none;
}

.common-top .r-side .user-info .logout {
    margin-left: 5px;
    color: #FF7A00;
    cursor: pointer;
}

.common-top .drop-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 26px 0;
    z-index: 1000;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
}

.common-top .drop-menu .drop-content {
    width: 1000px;
    margin: 0 auto;
}

.common-top .drop-menu .game-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 66px;
    font-size: 0;
}

.common-top .drop-menu .game-list li:nth-of-type(7n) {
    margin-right: 0;
}

.common-top .drop-menu .game-list li a {
    display: inline-block;
    width: 82px;
    text-align: center;
    line-height: normal;
    font-size: 0;
}

.common-top .drop-menu .game-list li a:hover span {
    color: #FF7A00;
}

.common-top .drop-menu .game-list li a img {
    width: 100%;
    height: 82px;
    margin-bottom: 18px;
    border-radius: 14px;
}

.common-top .drop-menu .game-list li a span {
    font-size: 12px;
    font-weight: 500;
}

.common-top .drop-menu .game-list2 {
    font-size: 12px;
    font-weight: 500;
}

header {
    width: 100%;
    min-width: 1200px;
    height: 801px;
    position: relative;
}

header .big-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icon/big-banner.png") center top/cover no-repeat;
    -webkit-animation: scaleAni 1s ease-in-out forwards;
    -o-animation: scaleAni 1s ease-in-out forwards;
    animation: scaleAni 1s ease-in-out forwards;
}

header .header-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

header .header-container .age-tip-icon {
    position: absolute;
    bottom: 374px;
    right: 86px;
    width: 86px;
    height: 111px;
    cursor: pointer;
    background: url("../img/icon/age-tip.png") no-repeat center/contain;
}

nav {
    width: 100%;
    min-width: 1200px;
    height: 99px;
    font-weight: 500;
    background-color: #0a0a0c;
    position: relative;
    z-index: 999;
}

nav div.nav-contain {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

nav span.logo {
    display: block;
    width: 258px;
    height: 121px;
    background: url("../img/icon/logo.png") no-repeat 0 0;
    position: absolute;
    top: 28px;
    left: 548px;
    -webkit-animation: ani-fadeInUp 1.1s .5s both;
    -o-animation: ani-fadeInUp 1.1s .5s both;
    animation: ani-fadeInUp 1.1s .5s both;
}

nav div.nav-contain ul.nav-item {
    display: flex;
    width: 100%;
    align-items: center;
}

nav div.nav-contain ul.nav-item li {
    margin-right: 64px;
    text-align: center;
}

nav div.nav-contain ul.nav-item li a {
    color: #685e56;
    transition: all 0.35s;
    font-size: 27px;
}

nav div.nav-contain ul.nav-item li a .eng {
    margin-top: 6px;
    font-size: 15px;
}

nav div.nav-contain ul.nav-item li:nth-of-type(4) {
    margin-left: auto;
}

nav div.nav-contain ul.nav-item li:last-child {
    margin-right: 0;
    border-right: none;
}

nav div.nav-contain ul.nav-item li a:hover {
    color: #FFB400;
    cursor: pointer;
}

.footer-container {
    width: 955px;
    padding: 100px 0 91px;
    margin: 0 auto;
}

.footer-container .footer-link a,
.footer-container .footer-link span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #BFBFBF;
}

.footer-container a:hover {
    color: #CD9100;
}

.footer-container .footer-link>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 113px;
    box-sizing: border-box;
}

.footer-container .footer-link>div:last-child {
    margin-right: 0;
}

.footer-container .beian-info {
    width: 90%;
    margin: 73px auto 0;
    font-size: 13px;
    color: #787878;
}

.footer-container .beian-info .logo7977 {
    display: inline-block;
    width: 161px;
    height: 43px;
    margin-right: 46px;
    background: url("../img/icon/7977.png") no-repeat center/contain;
}

.footer-container .beian-info .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 223px);
}

.footer-container .beian-info .info>div {
    line-height: 1.5;
}

.footer-container .beian-info .info a {
    font-size: 13px;
    color: #787878;
}

.footer-container .beian-info .info a:hover {
    color: #CD9100;
}

.footer-container .beian-info .info .highlight {
    margin-left: 10px;
    color: rgba(210, 16, 0, 1);
}


/* 公共登录部分 */

.common-login-wrap {
    position: relative;
    width: 300px;
    float: left;
}

.common-login-wrap .start {
    width: 100%;
    height: 143px;
    cursor: pointer;
    background: url('../img/icon/start.png') no-repeat center/contain;
}

.common-login-wrap .start:hover {
    filter: brightness(120%);
}

.common-login-wrap .mini-reg {
    width: 100%;
    height: 53px;
    cursor: pointer;
    background: url('../img/icon/mini-reg.png') no-repeat center/cover;
}

.common-login-wrap .bottom {
    display: block;
    width: 285px;
    margin: -4px auto 0;
    box-sizing: border-box;
    border: 1px solid #433f39;
    background-color: #382e23;
}

.common-login-wrap .common-login {
    display: block;
    height: auto;
    padding: 19px 9px 20px;
    box-sizing: border-box;
}

.common-login-wrap .login-l {
    display: inline-block;
    width: 168px;
    font-size: 12px;
}

.common-login-wrap .login-l>input {
    width: 100%;
    height: 35px;
    padding: 9px 10px;
    margin-bottom: 9px;
    box-sizing: border-box;
    background-color: #fff;
}

.common-login-wrap .login-r {
    vertical-align: top;
    float: right;
}

.common-login-wrap .login-r .login-btn {
    width: 94px;
    height: 79px;
    cursor: pointer;
    background: url('../img/icon/common-login.png') no-repeat center/contain;
}

.common-login-wrap .login-r .login-btn:hover {
    filter: brightness(120%);
}

.common-login-wrap .user-info {
    width: 100%;
    min-height: 70px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

.common-login-wrap .user-info .avatar {
    float: left;
}

.common-login-wrap .user-info .avatar img {
    width: 50px;
    height: 50px;
}

.common-login-wrap .user-info .info_detail {
    width: 198px;
    float: right;
}

.common-login-wrap .user-info .info_detail .red {
    max-width: 195px;
    word-break: break-all;
}

.common-login-wrap .user-info .info_detail .logout {
    padding: 3px 5px;
    font-size: 12px;
    cursor: pointer;
}


/* 分页 */

.page {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 15px;
    color: #AD9886;
    text-align: center;
    margin-top: 42px!important;
    margin-bottom: 15px;
}

.page a,
.page span {
    font-size: 15px;
    color: #AD9886;
    border: 0;
    padding: 3px 5px;
    margin: 0;
}

.page a:hover {
    color: #F2AB00;
}

.foot p:last-of-type {
    margin-top: 15px!important;
}

.page span.current {
    color: #F2AB00;
    background-color: transparent;
    text-decoration: underline;
    border: 0;
}

.page span {
    padding: 3.5px 12.8px!important;
    margin: 3px;
    border: 1px solid #ccc;
}

@keyframes scaleAni {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ani-fadeInDown {
    0% {
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 80px, 0);
        -moz-transform: translate3d(0, 80px, 0);
        -ms-transform: translate3d(0, 80px, 0);
        -o-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }
    100% {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes ani-fadeInUp {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}