body {
    min-width: 1300px;
    background-color: #f2f2f2;
    font-family: "Microsoft Yahei";
}

.navcontent {
    width: 100%;
    background: #fff;
    z-index: 999;
    position: relative;
}

.rec_content a:hover {
    text-decoration: underline;
}

.top_bar {
    background: #282828;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
}

.top_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.top_content img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
    margin: 0 3px 0 15px;
}

.top_content a {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
}

.top_content .login {
    display: none;
    margin: 0 0 0 15px;
}

.top_content .game-download {
    margin-left: 15px;
}

.top_content .register {
    display: none;
}

.top_content .user_info {
    display: none;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
}

.top_content .user_info .logout {
    cursor: pointer;
}

.top_content .user_info .logout:hover {
    color: #ff7900;
}

.top_content .all-game {
    display: inline-block;
    line-height: 40px;
    margin: 0 0 0 17px;
}

.top_content .all-game:hover .all-game-dropdown {
    display: block;
}

.top_content .down-arrow-icon {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 5px;
    margin-top: -2px;
    transition: 0.2s;
    background: url("../img/down-arrow.png") no-repeat center/contain;
}

.top_content .all-game-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 243px;
    line-height: normal;
    z-index: 1000;
    animation: fade 0.2s ease-in-out;
    background-color: #fff;
    box-shadow: 2px 2px 5px #eee;
}

.top_content .all-game-dropdown .title_module {
    padding-bottom: 0;
    margin-bottom: 23px;
    border: 0;
}

.top_content .all-game-dropdown .pre_icon {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 18px;
    background: #ff9200;
}

.top_content .all-game-dropdown .title_module .txt {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-indent: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #5F5959;
}

.top_content .all-game-dropdown .list a {
    display: inline-block;
    margin-right: 45px;
    font-size: 12px;
    color: #737373;
}

.top_content .all-game-dropdown .list a.more,
.top_content .all-game-dropdown .list a:hover {
    color: #FF8000;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.top_content .all-game-dropdown .game-image {
    display: inline-block;
    width: 463px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.2s;
}

.top_content .all-game-dropdown .r-side {
    float: right;
    width: calc(100% - 463px);
    padding: 27px 44px;
    box-sizing: border-box;
}

.top_content .all-game-dropdown .recommend,
.top_content .all-game-dropdown .game-tool {
    display: inline-block;
    vertical-align: top;
}

.playernum {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #000;
}

.playernum {
    margin-right: 10px;
}

.nav {
    width: 1200px;
    height: 81px;
    margin: 0 auto;
    /* padding: 4px 0 0 0; */
}

.nav>a {
    display: inline-block;
    margin-top: 23px;
    font-size: 0;
}

.nav .search {
    margin-top: 24px;
    font-size: 0;
}

.nav .search input {
    width: 177px;
    padding: 8px 13px;
    border: 1px solid #eee;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
    color: #858585;
}

.nav .search .search-btn {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    text-align: center;
    background-color: #ff8000;
    cursor: pointer;
}

.nav .search .search-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    background: url('../img/search.png') no-repeat center/contain;
}

.nav_content {
    display: inline-block;
    line-height: 100%;
    /* padding: 21px 0; */
}

.nav_content a {
    font-size: 18px;
    color: #999;
}

.nav_content a.nav_click {
    font-weight: 500px;
    color: #ff7900;
}

.nav_content a:hover {
    color: #ff7900;
}

.nav_content span {
    display: inline-block;
    width: 0%;
    height: 2px;
    background: #ff7900;
    position: absolute;
    top: 56.5px;
    left: 7px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nav_icon {
    display: inline-block;
    width: 132px;
    height: 36px;
    background: url(../img/logo_03.png) no-repeat center/contain;
}

.nav_list {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
}

.nav_list:hover span {
    width: 80%;
}

.nav_click span {
    width: 80%;
}

.longtitle {
    width: 100%;
}

.longtitle span {
    width: 41px;
    height: 35px;
}

.longtitle div span {
    background: url(../img/icon-t.png) -587px -178px;
    width: auto;
    display: inline-block;
}

.longtitle_text {
    width: 99.5%;
    height: normal;
    line-height: normal;
    text-indent: 10px;
    color: #666;
    background: white;
    font-size: 16px;
    font-weight: bold;
}

.longtitle_text img {
    display: block;
    float: right;
}

.rock-icon,
.news-icon,
.wechact-icon,
.allgame-icon,
.reggame-icon,
.list-icon,
.hot-icon {
    width: 41px;
    height: 35px;
    display: block;
}

.allgame-icon {
    background: url(../img/icon-t.png) -524px -379px;
}

.reggame-icon {
    background: url(../img/icon-t.png) -524px -214px;
}

.rock-icon {
    background: url(../img/icon-t.png) -205px -520px;
}

.news-icon {
    background: url(../img/icon-t.png) -524px -434px;
}

.wechact-icon {
    background: url(../img/icon-t.png) -524px -324px;
}

.list-icon {
    background: url(../img/icon-t.png) -464px -329px;
}

.hot-icon {
    background: url(../img/icon-t.png) -524px -269px;
}

.all-icon {
    width: 17px;
    height: 15px;
    background: url(../img/icon-t.png) -537px -520px;
    margin: 3px 6px 0 0;
}

.andr-down,
.ios-down {
    width: 145px;
    height: 33px;
    display: block;
    background: url(../img/icon-t.png) -175px -397px;
}

.ios-down {
    background: url(../img/icon-t.png) -10px -397px;
}

.andr-icon,
.ios-icon {
    width: 18px;
    height: 19px;
    display: inline-block;
    background: url(../img/icon-t.png) -384px -520px;
    margin: 0 2.5px;
    vertical-align: middle;
}

.ios-icon {
    background: url(../img/icon-t.png) -644px -50px;
}

.gift-icon,
.website-icon {
    width: 17px;
    height: 15px;
    display: inline-block;
    background: url(../img/icon-t.png) -500px -520px;
    vertical-align: middle;
}

.website-icon {
    background: url(../img/icon-t.png) -460px -520px;
}

.arr-icon {
    width: 13px;
    height: 22px;
    display: inline-block;
    background: url(../img/icon-t.png) -10px -575px;
    vertical-align: middle;
}

.attion-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("../img/user_center/exclamation-mark.png") no-repeat center/contain;
    vertical-align: middle;
    margin-right: 5px;
}

.attion-icon-ok {
    background-position-x: -43px !important;
}

.attion-icon-not {
    background-position-x: -80px !important;
}

.sethome-icon,
.collecton-icon,
.login-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-top: -2.5px;
    background: url(../img/sy.png);
    vertical-align: middle;
}

.collecton-icon {
    margin-left: 20px;
    background: url(../img/sc.png);
}

.login-icon {
    background: url(../img/dl1.png);
}

.login-icon:hover {
    cursor: pointer;
    background: url(../img/dl2.png);
}

.h5game-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-top: -2.5px;
    vertical-align: middle;
    background: url(../img/h5-game.png);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 99999;
}


/*底部开始*/


/*.foot {
    width: 100%;
    background: #393939;
    padding: 40px 0 26px 0;
    font-size: 12px;
}

.foot p {
    display: table;
    margin: 10px auto;
    color: #898989;
}

.foot p:nth-child(2) a {
    color: #FFFFFF;
}

.foot a {
    color: #898989;
    margin-left: 4px;
}

.foot p:last-of-type {
    margin-top: 32px;
}

.foot_img_contetnt a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}*/


/*底部结束*/


/*底部开始*/

.p_foot {
    width: 100%;
    background: #282828;
    padding: 22px 0 49px;
    font-size: 12px;
}

.p_foot .main {
    width: 1200px;
    margin: 0 auto;
}

.p_foot .main a {
    color: #5B5B5B;
}

.p_foot .main a:hover {
    color: #ff7900;
}

.p_foot .main .top_rec {
    padding-bottom: 22px;
    border-bottom: 1px solid #444;
}

.p_foot .main .top_rec span {
    font-size: 12px;
    color: #9C9C9C;
}

.p_foot .main .top_rec a {
    display: inline-block;
    padding: 2px 0;
    margin-right: 20px;
    font-size: 12px;
    color: #5B5B5B;
}

.p_foot .main .top_rec a:hover {
    color: #ff7900;
}

.p_foot .main .bottom {
    padding: 36px 0 0;
}

.p_foot .main .bottom .logo_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 30px;
}

.p_foot .main .bottom .logo_wrap img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.p_foot .main .bottom .info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}

.p_foot .main .bottom .info .links {
    margin-bottom: 8px;
}

.p_foot .main .bottom .info .links a {
    margin-right: 19px;
    font-size: 14px;
}

.p_foot .main .bottom .info .links a.wen {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    /* width: 120px; */
    height: 38px;
    padding: 0 10px;
    margin-right: 16px;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 36px;
    background-color: rgba(0, 0, 0, 0.5);
}

.p_foot .main .bottom .info .links a.wen:hover {
    color: #5B5B5B;
}

.p_foot .main .bottom .info .links a.wen:first-child {
    margin-left: 20px;
}

.p_foot .main .bottom .info .links a.wen i {
    width: 24px;
    height: 26px;
    background: url('../img/wenhuajingying.png') no-repeat center/contain;
}

.p_foot .main .bottom .info .links a.wen i.gs {
    width: 24px;
    height: 26px;
    background: url('../img/gong_03.png') no-repeat center/contain;
}

.p_foot .main .bottom .info .links a.wen i.ga {
    width: 24px;
    height: 26px;
    background: url('../img/gongan.png') no-repeat center/contain;
}

.p_foot .main .bottom .info .links a.wen i.in {
    width: 24px;
    height: 26px;
    background: url('../img/public-info-safe.png') no-repeat center/contain;
}

.p_foot .main .bottom .info .links a.wen span {
    flex: 1;
    line-height: 16px;
    margin-left: 10px;
}

.p_foot .main .bottom .info .website_info {
    font-size: 13px;
    color: #5B5B5B;
}

.p_foot .main .bottom .info .website_info p {
    margin-bottom: 7px;
}

.p_foot .main .bottom .info .website_info p a,
.p_foot .main .bottom .info .website_info p span {
    margin-right: 10px;
}

.p_foot .main .bottom .info .website_info p span.highlight {
    color: #FF6000;
}

.rec {
    width: 100%;
    height: 45px;
}

.rec2 {
    width: 480px;
    height: 45px;
    margin: 6px auto;
}

.rec a.foot_logo {
    width: 80px;
    height: 34px;
    float: left;
    display: block;
}

.rec .foot_logo a {
    margin-left: 0;
}

.rec_content {
    width: 390px;
    height: 45px;
    float: left;
    padding-left: 22px;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rec_content a {
    margin-left: 20px;
}

.rec_content a:nth-of-type(1) {
    margin-left: 10px!important;
}

.rec_content span:nth-child(1) {
    color: #ff392f;
    margin-top: 7px;
    font-size: 15px;
}

.rec_content span:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
}

.rec_content span:nth-child(2) a {
    color: #fff;
    margin-left: 54px;
}

.rec_content span:nth-child(2) a:first-child {
    margin-left: 0;
}


/*底部结束*/

.page_btn,
.input_page {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #EAEAEA;
    background: white;
    cursor: pointer;
    margin: 0 4px;
}

.page_btn:hover {
    background: #00B6F8;
    color: white;
}

.big_btn {
    width: 51px;
}

.pagenum_box {
    display: table;
    margin: auto;
}

.pagenum_box span {
    margin-left: 20px;
}

.pageon {
    background: #00B6F8;
    color: white;
}

.mask {
    width: 100%;
    height: 922px;
    background: #232323;
    opacity: 0.3;
    position: absolute;
    top: 134px;
}

.word {
    font-size: 12px;
    color: #5b5b5b;
}

.tips {
    font-size: 13px;
    color: #363636;
    font-weight: bold;
    text-align: right;
}

.send_btn {
    width: 222px;
    height: 50px;
    background: #00B6F8;
    color: #FFFDEC;
    border-radius: 6px;
    font-size: 23px;
    display: table;
    margin: auto;
    cursor: pointer;
}

.blue {
    color: #00B6F8;
}

.red {
    word-break: break-all;
    color: #ff4824;
}

.green {
    color: #98cc05;
}

.building {
    color: #00B5F7;
    position: relative;
    top: -20px;
    left: 60px;
}

.page {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page a {
    padding: 3px 8px;
    margin: 3px;
    border: 1px solid #ccc;
}

.page span {
    padding: 3px 8px;
    margin: 3px;
}

.page .page-prev {}

.page .page-next {}

.page span.current {
    color: #fff;
    background-color: #00B6F8;
}

.loading {
    margin: 50px 350px;
}

.playernum:first-child span {
    color: #f67272;
}

#callKefu {
    display: block;
    position: fixed;
    bottom: 30%;
    right: 5%;
    width: 80px;
    height: 80px;
    background: url(../img/kefu.png) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.slide-iframe {
    width: 235px;
    height: 36px;
}


/* 注册 */

.register-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.register-pop .register-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.register-pop .register-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    padding: 40px 60px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    transform: translate(-50%, -50%);
}

.register-pop .register-main>p {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
    color: #000;
}

.register-pop .register-main>div {
    position: relative;
}

.register-pop .register-main>div .verify-tip {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    font-size: 12px !important;
    color: red !important;
}

.register-pop .register-main .register-item {
    width: 100%;
    margin: 0 auto 18px;
    padding: 0 0 0 10px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.register-pop .register-main .register-item.msg-code {
    border: 0;
    padding: 0;
}

.register-pop .register-main .register-item.msg-code input {
    width: 100px;
    margin-right: 10px;
    border: 1px solid #eee;
}

.register-pop .register-main .register-item.msg-code .get-code {
    display: inline-block;
    width: 100px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 0;
    color: #fff;
    background-color: #ccc;
}

.register-pop .register-main .register-item input {
    width: calc(100% - 25px);
    padding: 12px 10px;
    box-sizing: border-box;
}

.register-pop .register-main .register-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../img/account.png') no-repeat center/contain;
}

.register-pop .register-main .register-item .icon.password-icon {
    background-image: url('../img/password.png');
}

.register-pop .register-main .register-item .icon.name-icon {
    background-image: url('../img/idcard.png');
}

.register-pop .register-main .register-item .icon.phone-icon {
    margin: 0;
    background-image: url('../img/phone.png');
}

.register-pop .register-main .slide-iframe {
    width: 100%;
    margin: 0 auto 18px;
    height: 39px;
}

.register-pop .register-main .slide-iframe iframe {
    width: 100%;
    height: 100%;
}

.register-pop .register-main .assignment span {
    position: relative;
    top: -1px;
    color: #999;
}

.register-pop .register-main .assignment a {
    color: #999;
}

.register-pop .register-main .assignment a:hover {
    color: #ff7900;
}

.register-pop .register-main .register-btn {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    border: 0;
    color: #fff;
    background-color: rgb(240, 150, 47);
}


/* 注册 */