@charset "utf-8";

/*=====reset for webapp=====*/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
img,
dl,
dt,
dd,
ul,
ol,
li,
pre,

/*文本格式元素 */

form,
fieldset,
lengend,
button,
input,
textarea,
select
/*表单元素 */

th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
input,
textarea,
select {
    outline: 0;
}

html,
body {

    position: relative;
    overflow-x: hidden;
}

a,
img {
    -webkit-touch-callout: none;
    /* 禁止长按链接与图片弹出菜单 */
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    /* 在IE8/9浏览器中，当img标签中包含a标签时，去除img边框属性。 */
}

html {
    -ms-text-size-adjust: 100%;
    /* IE浏览器 */
    -webkit-text-size-adjust: 100%;
    /* Chrome浏览器 */
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*禁用ios点击元素时的灰色背景*/
}

a {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.text-center {
    text-align: center;
}

.blimg {
    display: block;
    width: 100%;
}

.bgWhite {
    background: #fff;
}

.mt7 {
    margin-top: 7px;
}

.hide {
    display: none;
}

body {
    position: relative;
    margin: 0 auto;
    max-width: 720px;
    background-color: #f2f2f2;
    font-family: "微软雅黑";
    height: 100%;
}


/*end 原子性样式*/


/*媒介查询字体定义*/

@media screen and (max-width: 320px) {
    body {
        font-size: 14px;
    }
    .nav_bar {
        padding-bottom: 0.8em;
    }
}

@media screen and (min-width: 320px) {
    body {
        font-size: 14px;
    }
    .nav_bar {
        padding-bottom: 0.8em;
    }
}

@media screen and (min-width: 480px) {
    body {
        font-size: 19px;
    }
    .nav_bar {
        padding-bottom: 0.8em;
    }
}

@media screen and (min-width: 640px) {
    body {
        font-size: 24px;
    }
    .nav_bar {
        padding-bottom: 0.8em;
    }
}

@media screen and (min-width: 720px) {
    body {
        font-size: 27px;
    }
    .nav_bar {
        padding-bottom: 0em;
        font-size: 22px;
    }
}


/*========header=======*/

#header {
    text-align: center;
    padding: 16px 0;
    position: relative;
    border-bottom: 2px solid #f2f2f2;
}

#header .user-center {
    display: block;
    height: 52px;
    width: 48px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -298px 0;
    position: absolute;
    top: 16px;
    right: 50px;
}


/*===copy===*/

#copy {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 100px;
}

#copy p {
    color: #444;
    font-size: 20px;
    margin-top: 3px;
}


/*=====footer====*/

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2
}

#footer ul {
    border-top: 2px solid #d3d3d3;
    padding: 10px 0;
    max-width: 720px;
    margin: 0 auto;
}

#footer li {
    float: left;
    width: 25%;
    text-align: center;
}

#footer li span {
    display: block;
    width: 65px;
    height: 50px;
    background: url(../img/sprite.png) no-repeat -606px 0;
    margin: 0 auto 2px;
}

#footer li span.game-icon {
    background-position: -346px 0;
}

#footer li span.gift-icon {
    background-position: -411px 0;
}

#footer li span.kefu-icon {
    background-position: -476px 0;
}

#footer li a {
    display: block;
    color: #444;
    font-size: 20px;
}

#footer li a.active {
    color: #00beef;
}

#footer li a.active span.home-icon {
    background-position: -671px 0;
}

#footer li a.active span.game-icon {
    background-position: -736px 0;
}

#footer li a.active span.gift-icon {
    background-position: -541px 0;
}

#footer li a.active span.kefu-icon {
    background-position: -801px 0;
}


/*=====sideMenu====*/

.frame_mask {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)!important;
    filter: Alpha(opacity=50);
}

#sideMenu {
    background: #1f2638;
    min-width: 100px;
    width: 50%;
    margin-left: 50%;
    max-width: 720px;
    text-align: right;
    height: 100%;
    font-family: "微软雅黑";
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
    overflow-y: auto;
    display: none;
}

#sideMenu .user-pic {
    color: #fff;
}

#sideMenu .user-pic img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 20px;
}

#sideMenu h3 {
    padding: 20px 0;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #8b8b8b;
}

#sideMenu li {
    background: #293043;
    border-bottom: 1px solid #686e7c;
    padding: 25px 20px;
}

#sideMenu li a {
    display: block;
    color: #a4aab7;
    font-size: 26px;
}

#sideMenu li i {
    float: left;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 6px solid #686e7c;
    border-bottom: 5px solid transparent;
    margin-top: 10px;
}

.page-content {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f2f2f2;
}

.open {
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    overflow-y: hidden;
}


/*----------------------------------------首页-------------------------------------*/


/*=======banner======*/

#banner .swiper-container {
    width: 100%;
    height: 320px;
    margin: 0 auto;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
#banner .swiper-pagination-fraction {
    left: auto;
    right: 60px;
    bottom: 15px;
}

#banner .swiper-pagination {
    text-align: right;
}

#banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    background: #00beef;
}


/*=====精品游戏======*/

.best-game ul.title {
    padding: 15px 20px 15px 25px;
}

.best-game ul.title li {
    float: left;
    color: #404040;
    font-size: 32px;
}

.best-game ul.title li:nth-child(2n+2) {
    float: right;
    text-align: right;
}

.best-game ul.title li a {
    display: block;
    color: #606060;
    font-size: 24px;
    font-family: "微软雅黑";
    margin-top: 6px;
}

.best-game .best-list>li {
    position: relative;
    float: left;
    width: 50%;
    padding: 20px 25px;
    box-sizing: border-box;
}

.best-game .best-list>li:nth-child(odd) {
    border-right: 2px solid #dbdbdb;
}

.best-game .best-list>li:nth-child(4n+3),
.best-game .best-list>li:nth-child(4n+4) {
    border-top: 2px solid #dbdbdb;
}

.best-game .best-list li .game-icon {
    float: left;
    width: 30%;
}

.best-game .best-list li .content {
    float: right;
    width: 65%;
    margin-left: 5%;
}

.best-game .best-list li h3 {
    font-weight: normal;
}

.best-game .best-list li h3 a {
    color: #000;
    font-size: 26px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.best-game .best-list li .des {
    color: #8a8989;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 4px;
}

.best-game .best-list ul.star li {
    float: left;
    background: url(../img/sprite.png) no-repeat -23px 0;
    width: 23px;
    height: 23px;
}

.best-game .best-list ul.star li.active {
    background-position: 0 0;
}

.best-game .best-list li .content .tip {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 70px solid #83ce63;
    border-left: 90px solid transparent;
}

.best-game .best-list li .content .tipText {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}


/*====tabs====*/

.tabs-title {
    border-bottom: 2px solid #dbdbdb;
}

.tabs-title li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 0;
}

.tabs-title li:first-child a {
    border-right: 2px solid #dbdbdb;
}

.tabs-title li a {
    display: block;
    color: #898989;
    font-size: 32px;
    text-align: center;
}

.tabs-title li.active {
    border-bottom: 5px solid #00beef;
}

.tabs-title li.active a {
    color: #00beef;
}

.tabs-centent .open-list {
    display: block;
}

.tabs-centent .open-list ul,
.tabs-centent .ranking-list ul {
    margin-top: 15px;
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    padding: 12px 25px;
}

.tabs-centent .open-list ul li,
.tabs-centent .ranking-list ul li {
    float: left;
}

.tabs-centent .open-list ul li:nth-child(3n+1) {
    width: 14%;
}

.tabs-centent .open-list ul li:nth-child(3n+2) {
    width: 60%;
    margin-left: 3%;
}

.tabs-centent .open-list ul li:nth-child(3n+3) {
    width: 20%;
    margin-left: 3%;
    text-align: right;
}

.tabs-centent .open-list ul li h3,
.tabs-centent .open-list ul li h3 a,
.tabs-centent .ranking-list ul li h3,
.tabs-centent .ranking-list ul li h3 a {
    font-weight: normal;
    color: #00beef;
    font-size: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.tabs-centent .open-list ul li p,
.tabs-centent .ranking-list ul li p {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.tabs-centent .open-list ul li .des,
.tabs-centent .ranking-list ul li .des {
    color: #9f9f9f;
}

.tabs-centent .open-list ul li .time {
    color: #ff8a4a;
}

.tabs-centent .open-list ul li:nth-child(3n+3) a,
.tabs-centent .ranking-list ul li:nth-child(4n+4) a {
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    float: right;
}

.tabs-centent .open-list ul li .pay-btn,
.tabs-centent .ranking-list ul li .download-btn {
    background: #00beef;
}

.tabs-centent .open-list ul li .gift-btn {
    background: #83ce63;
    margin-top: 13px;
}


/* .tabs-centent .ranking-list{ display: none;}
 */

.tabs-centent .ranking-list ul li:nth-child(4n+1) {
    width: 10%;
    text-align: center;
}

.tabs-centent .ranking-list ul li:nth-child(4n+2) {
    width: 14%;
}

.tabs-centent .ranking-list ul li:nth-child(4n+3) {
    width: 50%;
    margin-left: 3%;
}

.tabs-centent .ranking-list ul li:nth-child(4n+4) {
    width: 20%;
    margin-left: 3%;
    text-align: right;
}

.tabs-centent .ranking-list ul li .rank {
    height: 50px;
    width: 45px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(../img/sprite.png) no-repeat;
    background-position: -163px 0;
    margin-top: 25px;
}

.tabs-centent .ranking-list ul li .index_1 {
    background-position: -118px 0;
}

.tabs-centent .ranking-list ul li .index_2 {
    background-position: -253px 0;
}

.tabs-centent .ranking-list ul li .index_3 {
    background-position: -208px 0;
}

.tabs-centent .ranking-list ul li .des {
    margin-top: 5px;
}

.tabs-centent .ranking-list ul li:nth-child(4n+4) a {
    margin-top: 23px;
    width: 135px;
    height: 50px;
    line-height: 50px;
}


/*----------------------------------------游戏中心-------------------------------------*/

.game-tabs {
    border-top: 1px solid #f2f2f2;
}

.search {
    padding: 15px 0;
    border-bottom: 2px solid #dbdbdb;
}

.search li {
    float: left;
}

.search li:nth-child(2n+1) {
    width: 15%;
    text-align: right;
}

.search li .search-icon {
    display: block;
    width: 42px;
    height: 39px;
    background: url(../img/sprite.png) no-repeat -76px 0;
    margin: 0 auto;
}

.search li:nth-child(2n+2) {
    width: 85%;
}

.search li input {
    border: none;
    height: 39px;
    line-height: 39px;
    width: 85%;
    font-size: 26px;
    color: #000;
    font-family: "微软雅黑";
}

.tabs-centent .open-list ul li .download-btn {
    background: #00beef;
    margin-top: 25px;
}


/*----------------------------------------礼包-------------------------------------*/

.tabs .tabs-centent .gift-list h3 {
    color: #000;
}

.tabs .tabs-centent .gift-list .details a {
    color: #00beef;
    text-decoration: underline;
}

.tabs .tabs-centent .gift-list .get-btn {
    background: #72b127;
    width: 100px;
    height: 60px;
    line-height: 60px;
    margin-top: 18px;
}

.tabs .tabs-centent .gift-list .get-btn .get-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/sprite.png) no-repeat -46px 0;
    vertical-align: middle;
    margin-left: 2px;
}

.gift-more {
    padding: 40px 0;
}

.gift-more a {
    display: block;
    width: 340px;
    height: 70px;
    line-height: 70px;
    background: #00beef;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}

.question {
    border-top: 2px solid #dbdbdb;
    background: #fff;
    padding: 25px 0;
    text-align: center;
}

.question a {
    color: #00beef;
    font-size: 28px;
}


/*----------------------------------------客服-------------------------------------*/

#banner .swiper-container.kefu-banner {
    height: 290px;
}

.self-servie,
.area-list {
    padding: 25px 0;
}

.self-servie img {
    width: 195px;
    height: 100px;
    margin: 0 auto;
}

.self-servie li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 25px 0 0;
}

.self-servie li a>div {
    background: #4ac3ed;
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%;
}

.self-servie li a>p {
    font-size: 24px;
    color: #4b4b4b;
    margin-top: 10px;
}

.self-servie li a>div span {
    display: block;
    float: left;
    width: 115px;
    height: 115px;
    margin: 30px;
    background: url(../img/sprite.png) no-repeat;
}

.self-servie li .forget-icon span {
    background-position: -1211px 0;
}

.self-servie li .modify-icon span {
    background-position: -1096px 0;
}

.self-servie li .set-icon span {
    background-position: -981px 0;
}

.self-servie li .bind-icon span {
    background-position: -866px 0;
}

.self-servie li a {
    display: block;
}

.area-list {
    background: #e5e5e5;
}

.area-list .title {
    width: 357px;
    height: 106px;
    margin: 0 auto;
}

.area-list ul {
    width: 520px;
    margin: 30px auto 15px;
}

.area-list li {
    float: left;
    width: 33.33%;
}

.area-list li img {
    width: 155px;
    height: 155px;
    margin: 0 auto;
}

.area-list li p {
    color: #4b4b4b;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}


/*----------------------------------------九洲山海录-------------------------------------*/

#banner .jzshl-banner {
    height: 380px;
}

.top-download {
    background: #1fa1b9;
    padding: 8px 20px;
}

.top-download .game-icon {
    float: left;
    width: 18%;
}

.top-download .game-icon img {
    width: 97px;
    height: 94px;
}

.top-download .centent {
    float: left;
    width: 62%;
}

.top-download .centent h3,
.top-download .centent p {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.top-download .centent h3 {
    margin-top: 15px;
}

.top-download .right {
    float: right;
    width: 20%;
}

.top-download .right a {
    display: block;
    float: right;
    background: #353535;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 15px;
    width: 145px;
    height: 55px;
    line-height: 55px;
    margin-top: 18px;
}

.game-pic .title {
    background: #31abc1;
    padding: 15px 25px;
    color: #fff;
    font-size: 24px;
}

.child-tabs {
    padding: 15px 15px 35px;
}

.child-tabs .title {
    border-bottom: 2px solid #bfbfbf;
}

.child-tabs .title li {
    float: left;
    text-align: center;
    width: 25%;
}

.child-tabs .title li a {
    display: block;
    padding: 25px 0;
    color: #3b3b3b;
    font-size: 24px;
}

.child-tabs .title li.active a {
    border-bottom: 5px solid #30beed;
}

.child-tabs .tabs-centent ul {
    display: none;
}

.child-tabs .tabs-centent ul:first-child {
    display: block;
}

.child-tabs .tabs-centent li {
    padding: 25px 0;
    border-bottom: 2px dashed #e4e4e4;
}

.child-tabs .tabs-centent li a {
    display: block;
    color: #3b3b3b;
    font-size: 22px;
}

.child-tabs .tabs-centent li .date {
    display: block;
    width: 125px;
    float: right;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.child-tabs .tabs-centent li .text {
    float: left;
    width: 550px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#footer .child-foot {
    background: #1fa1b9;
}

#footer .child-foot li a {
    color: #fff;
}

#footer .child-foot li span {
    background: url(../img/child-sprite.png) no-repeat 0 0;
}

#footer .child-foot li span.game-icon {
    background-position: -130px 0;
}

#footer .child-foot li span.gift-icon {
    background-position: -195px 0;
}

#footer .child-foot li span.kefu-icon {
    background-position: -65px 0;
}



/***é¢†å–æ–°æ‰‹å¡***/

.card_details {
    margin-top: 0px;
    width: 78%;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
}

.card_li_1 {
    position: relative;
}

.card_li_1 .po_a {
    position: absolute;
    right: 9px;
    top: 55px;
    z-index: 1;
}

.card_details h4 {
    margin: 0px;
}

.libao_right a.lingqu2,
.libao_right a.lingqu {
    color: #fff;
    height: 2.2em;
    line-height: 2.2em;
    border-radius: 0.2em;
    padding: 0 0.2em;
    margin-top: 0.92em;
    font-size: 0.9em;
}

.libao_right a.lingqu {
    display: block;
    border: 1px solid #72b127;
    background: #72b127;
}

.libao_right a.lingqu2 {
    display: block;
    border: 1px solid #9e9e9e;
    background: #9e9e9e;
}

.lingqu img,
.lingqu2 img {
    width: 1.23em;
    height: 1.23em;
    display: inline-block;
    vertical-align: middle;
}

.game_libao {
    background: #f7f7f7;
    padding: 0.5em 0em;
    text-align: left;
}

.game_libao li.card_li_1 {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 1em;
    position: relative;
}

..libao_box {
    background: #fff;
    margin: 0.8em 0.5em 0em 0.5em;
    padding: 0.8em 0em;
}

.libao_tit {
    border-left: 3px solid #0b85db;
    padding-left: 8px;
}

.my_libao {
    background: #00beef;
    width: auto;
    color: #fff;
    margin: 2em 0 2em 0;
}

.my_libao div {
    width: auto;
}

.tabs-centent .mycard-list ul li:nth-child(3n+2) {
    width: 83%;
    margin-left: 3%;
}