body {
    min-width: 1300px;
    background: #f9f9f9;
    font-family: "Microsoft Yahei";
}

p {
    margin: 0;
    padding: 0;
}

.navcontent {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 999999;
    position: relative;
}

.rec_content a:hover {
    text-decoration: underline;
}

.top_bar {
    background: #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
}

.top_content {
    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: 13px;
    color: #000;
}

.playernum {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #000;
}

.playernum {
    margin-right: 10px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    padding: 4px 0 0 0;
}

.nav_content {
    line-height: 100%;
    padding: 21px 0;
}

.nav_content span {
    display: inline-block;
    width: 0%;
    height: 4px;
    background: #ff9200;
    position: absolute;
    top: 46.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 {
    width: 225px;
    height: 67px;
    background: url(../img/logo_03.png) no-repeat;
    display: inline-block;
    background-size: 100% 100%;
}

.nav_list {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 4px;
    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: 35px;
    height: 35px;
    display: inline-block;
}

.longtitle_text {
    width: 94.5%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    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: 17px;
    height: 18px;
    display: inline-block;
    background: url(../img/icon-t.png) -117px -575px;
    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: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -2.5px;
    background: url(../img/sy.png);
    vertical-align: middle;
}

.collecton-icon {
    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: #393939;
    padding: 23px 0 30px 0;
    font-size: 12px;
}

.p_foot p {
    display: table;
    margin: 10px auto;
    color: #898989;
}

.p_foot p:nth-child(3) a {
    color: #FFFFFF;
}

.p_foot a {
    color: #898989;
    margin-left: 4px;
}

.rec {
    width: 100%;
    height: 45px;
}

.rec2 {
    display: flex;
    justify-content: center;
    width: 570px;
    height: 45px;
    margin: 6px auto;
}

.rec a.foot_logo {
    width: 170px;
    height: 34px;
    float: left;
    display: block;
}

.rec a.foot_logo img:nth-of-type(2) {
    height: 28px;
    margin-left: 5px;
}

.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: 5px;
}

.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 {
    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;
}

.pay_mask, .pay_mask2 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.pay_platform {
    width: 400px;
    background: #ebebeb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    padding: 28px;
    box-sizing: border-box;
}

.pay_platform2 {
    width: 650px;
    background: #ebebeb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    padding: 46px;
    box-sizing: border-box;
}

.pay_item {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pay_item img {
    width: 56px;
}

.pay_close {
    position: absolute;
    top: 4px;
    right: -28px;
    width: 20px;
    cursor: pointer;
}

.pay_close img {
    width: 100%;
}

.pay_item span {
    font-size: 18px;
    margin-left: 12px;
}