html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}

input, select, textarea, button {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-size: 62.5%;
    line-height: 1;
    font-family: Arial, Tahoma, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #646464;
    font-family: '微软雅黑', '宋体', Arial, Verdana, Geneva, Helvetica, sans-serif;
}

input, textarea {
    margin: 0;
    padding: 0;
}

input:focus, textarea:focus, button /*,*:focus*/
{
    outline: none;
}

input, select, textarea, button {
    vertical-align: middle;
}

table, tbody, tr, th, td {
    vertical-align: middle;
}

a {
    color: #646464;
    text-decoration: none;
    outline: none;
}

a:active, a:hover {
    text-decoration: none;
    /*color: #1e78eb;*/
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

p {
    text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {
    -webkit-appearance: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /*background: none;*/
    text-decoration: none;
}
body {
    overflow-x: hidden;
    margin: 0;
    background: #f1f1f1;
    color: #242222;
    font-size: 12px;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    background: url('https://static-cdn.oss.hanhai0823.com/pc_website/bg.png') center;
}
.clear {
    clear: both;
}
/***header-start***/
.container-main {
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
    max-width: 1200px;
    text-align: left;
}
.header	{
    position: fixed;
    top: 0;
    z-index: 999;
    margin-bottom: 20px;
    width: 100%;
    /*background: rgba(255,255,255,1);*/
    background: #000000;
    opacity: .95;
    /*height: 52px;*/
    height: 80px;
    height: 100px;
}

.navbar .nav {
    position: relative;
    left: 0;
    float: left;
    display: block;
    margin: 0 10px 0 0;
    font-size: 14px;
    flex: 1 1;
}

.navbar {
    margin: 0 auto;
    width: 1200px;
    /*height: 52px;*/
    
    height: 80px;
    height: 100px;
    display: flex;
    align-items: center;
}

/**logo**/
.navbar .logo {
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100px;
    height: 52px;
    background: url(/assets/img/logo.png) no-repeat 0 50%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 208px;
    background-size: 100%;
}
/*app下载logo  start**/
.navbar .app-down-logo {
    width: 90px;
    float: left;
    margin: 0px 10px 0px 0px;
    position: relative;
    left: 0;
}
.navbar .app-down-logo .down-img {
    width: 11%;
    float: left;
    margin-right: 10px;
    padding-top: 4px;
    height: 18px;
}
.navbar .app-down-logo a {
    text-decoration: none;
    color: #00CDC6;
}
.navbar .app-down-logo a p {
    padding-top: 4px;
}
/*app下载logo--end**/


/** 导航 **/
.nav {
    list-style: none;
}
.navbar .nav>li {
    position: relative;
    float: left;
    margin-right: 1px;
    width: 115px;
    text-align: center;
}
.navbar ul {
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    /*padding: 15px 5px 3px;*/
}

/***导航选中效果**/
.navbar .nav li .menu-item-active {
    clear: both;
    color: #00CDC6;
    /*border-bottom: 4px solid #00CDC6;*/
    border-bottom: 3px solid #00CDC6;
}
/***导航选中效果end**/

.navbar .nav li {
    line-height: 20px;
    text-decoration:none;
}
.navbar .nav li a {
    text-decoration: none;
    /*padding: 15px 20px;*/
    padding: 5px 2px;
    color: #fff;
    font-size: 16px
}

.navbar .nav li.active a {
    color: #EB424C;
    border-bottom: 3px solid #EB424C;
}

.nav > li > a:hover {
    color: #EB424C;
    border-bottom: 4px solid #EB424C;
}

/** 搜索框  **/
.navbar .menu {
    /*margin-top: 10px;*/
    width: 240px;
    /*width: 198px;*/
    display: flex;
    justify-content: space-evenly;
}
.pull-right {
    float: right;
}
form {
    display: block;
    margin-top: 0em;
}
input.search-input {
    float: left;
    margin-right: -35px;
    padding-right: 35px;
    width: 195px;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #ccc;
    line-height: 14px;

    display: inline-block;
/*    margin-bottom: 10px;*/
    padding: 5px 20px 5px;
    height: 30px;
    vertical-align: middle;
    
    font-size: 12px;
    outline: none;
    
    background: #212121;
}
.searchbtn {
    width: 16px;
    outline: 0;
    border: 0;
    /*background: url(../images/searchbtn.png) no-repeat 0 6px;*/
}
/*** header --end *****/
.sidebar-main {
    margin-top: 70px;
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
/**当前位置start**/
.breadcrumb {
        margin-top: 65px;
        margin-bottom: 20px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.breadcrumb .breadcrumb-start {
    margin: 0;
    padding: 5px 15px;
    border-radius: 0;
    background: 0 0;
    list-style: none;
}

.breadcrumb ol {
    padding: 20px;
}
.breadcrumb ol li {
    float: left;
    display: block;
    margin-right: 8px;
    margin-bottom: 15px;
}
.breadcrumb ol li a {
    display: inline-block;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    transition: all .3s ease 0s;
    text-decoration: none;
}
/**当前位置end*/

/**底部start**/
.footer {
    clear: both;
    width:100%;
    margin-top: 60px;
    background: #2D2F39;
    top: 0;
    z-index: 999;
    /*margin-bottom: 20px;*/
    
    position: sticky;
}

.footer .footerbar {
    margin: 0 auto;
    width: 1200px;
    padding: 35px;
}
.footer-left {
    overflow: hidden;
    margin: 0;
    width: 100%;
    color: #fff;
}

/*.footer-right {
    width: 25%;
    float: right;
    position: relative;
    left: 0;
    margin: 0 10px 0 0;
    font-size: 14px;
}*/

.globalSection {
    padding: 12.5px 0px 12.5px 0px;
    border-radius: 5px;
    margin-top: 15px;

    /*margin-top: 70px;*/
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
.ilinkt span, .ilinkt p {
    display: inline-block;
    vertical-align: middle;
}
.ilinkt span {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    border-radius: 50%;
    background-color: #ff9b24;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.ilinkt p {
    font-size: 14px;
    color: #FFF;
    text-indent: 0;
    line-height: 0px;
}

.ilinkc a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #DEDEDE;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
.ilinkc span {
    color: #fff;
}

.footer .footInfo {
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    border-radius: 5px;
    
    /*height: 128px;*/
}
.footer .footInfo .footNav a{
    color: #CCCCCC;
    font-size: 16px;
    text-decoration: none;
}
.footer .footInfo .footNav span{
    color: #FEFEFE;
    font-size: 20px;
}

.footer .footInfo .footBq {
    margin-top: 5px;
    /*color: #9A9A9A;*/
    color: #CCCCCC;
}

.footer .footInfo .footBq a{
    color: #9A9A9A;
    text-decoration: none;
}

.footer .footImg {
    max-width: 1200px;
    margin: 0px auto;
    margin-bottom: 15px;
}

.footer .footImg img {
    margin-top: 5px;
    width: 15%;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.footer .footQrcode{
    max-width: 1200px;
    margin-top: -165px;


    float: right;
    margin-right: -35px;
    padding-right: 35px;

    line-height: 14px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px 3px;

    text-align: center;
}
.footer .footQrcode ul {
    list-style: none;
}
.footer .footQrcode a{
    text-decoration: none;
    color: #FEFEFE;
}

.footer .footQrcode img{
    margin-top: 5px;
    width: 60%;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.footQrcode ul li{
    float:left;
}
.footQrcode ul li p{
    color:#fff;
}
.footer .footQrcode .wechat-number {
    border:1px solid #f1f1f1;width:73.2px;
}
.footer .footQrcode .down-app-img {
    border:1px solid #f1f1f1;
}
/**底部end**/
        
/***
***游戏详情
**/
.show-main .show-main-header, .show-main .show-main-body, .show-main .show-main-xgyx {
        position: relative;
        margin: 0 0 16px;
        padding: 30px 30px 0;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 2px rgba(0,0,0,.05);
        overflow: hidden;
    }
    
    .show-main .show-main-header .main-header-icon {
        float: left;
        position: relative;
        width: 180px;
    }
    
    .show-main .show-main-header .main-header-icon img {
        width: 100%
    }
    .show-main .show-main-header .app-qrcode-download {
        position: absolute;
        left: 10px;
        border: none;
        background: 0 0;
        font-size: 24px;
        color: #14B9C8;
        height: 25px;
        width: 25px;
        outline:none;
    }
    .show-main .show-main-header .app-qrcode-download {
        background: url(../images/qxcodebut02.png) no-repeat;
    }
    .show-main .show-main-header .main-header-text {
        position: relative;
        margin-left: 200px;
        margin-bottom: 30px;
    }
    .main-header-text .base-info-wrap {
        width: 384px;
        min-height: 100px;
    }
    .show-main .show-main-header .app-rating-block {
        display: inline-block;
        height: 115px;
        width: 100px;
        background: url(../images/fk02.png) no-repeat;
        background-size: 100%;
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 15px;
    }
    .show-main .show-main-header .app-rating-block .app-rating-container {
        width: inherit;
        height: inherit;
        position: relative;
        display: inline-block;
    }
    .show-main .show-main-header .app-rating-block .app-rating-score {
        position: absolute;
        width: inherit;
        display: inline-block;
        top: 52%;
        transform: translate3d(0,-50%,0);
        left: 0;
        margin-top: -4px;
        text-align: center;
        font-size: 30px;
        letter-spacing: -.73px;
        font-family: PingFangSC-Medium,"MicroSoft YaHei",sans-serif;
        font-weight: 500;
        text-shadow: 0 1px 1px rgba(0,140,160,.66);
        -webkit-font-smoothing: antialiased;
        font-size: 25px;
    }
    .show-main .show-main-header .main-header-text h1 {
        display: inline-block;
        margin: 0;
        line-height: 30px;
        max-height: 60px;
        vertical-align: top;
        font-size: 24px;
        overflow: hidden;
        max-width: 90%;
        font-weight: unset;
    }
    .show-main .show-main-header .main-header-text {
        display: block;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .show-main .show-main-header .main-header-text .header-text-author>a {
        font-size: 12px;
        color: #999;
        line-height: 35px;
        text-decoration: none;
    }
    
    /**下载**/
    .show-main .show-main-header .main-header-text .header-text-download .text-download-text {
        margin: 0;
        color: #666;
        overflow: hidden;
        padding-bottom: 5px;
    }
    .show-main .show-main-header .description {
        color: #999;
        font-size: 0;
        line-height: 20px;
        margin: 6px auto 0;
        float: left;
    }
    .show-main .show-main-header .description .count-stats {
        display: inline-block;
        position: relative;
        font-size: 14px;
        margin-right: 12px;
    }
    .button-download {
        position: relative;
    }
    .download-btn-wrap .taptap-button-download:nth-of-type(1) .btn {
        margin-left: 0;
    }
    
    .button-download .btn {
        padding: 7px 15px;
        min-width: 125px;
        line-height: 24px;
        font-size: 14px;
        font-family: "Microsoft YaHei",Tahoma,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif!important;
    }
    
    .button-more {
        text-align: center;
    }
    .button-more.load-more {
        clear: both;
        height: 50px;
    }
    .btn-primary {
/*        border-color: #0ccfc8;
        color: #fff;
        background: #0ccfc8;
        border-radius: 3px;
        box-shadow: none;
        border-bottom-style: hidden;
        border-right-style: hidden;
            border-color: #EB424C;*/
        background: #EB424C;
        border-radius: 3px;
        box-shadow: none;
        color: #fff;
    }
    .btn, .btn-lg {
        padding: 10px 16px;
        line-height: 1.3333333;
        border-radius: 30px;
    }
    .js-load-more {
        width: 150px;
        height: 40px;
    }
    .button-more .btn {
        padding: 8px 25.5px;
        cursor: pointer;
        border: 1px solid #EB424C;
    }
    .button-more-img {
        display: none;
        margin: 5px auto;
        height: 30px;
        width: 4%;
    }
    
    /**详情按钮*/
    .show-main .show-main-body .main-header-tab {
        clear: both;
        border-bottom: 1px solid #eee;
        background: #fff;
        margin: 0 auto;
    }
    .nav-justified {
        width: 100%;
    }
    .main-header-tab .nav {
        padding-left: 0;
        margin: 0 10px 20px 0;
        list-style: none;
    }
    .nav-justified>li {
        width:10%;
        display: table-cell;
        text-align: center;
    }
    .show-main .main-header-tab .nav>li>a {
        padding: 12px 11px;
        line-height: 25px;
        max-height: 49px;
        font-size: 18px;
        color: #333;
        border-radius: 0;
        background: 0 0;
        text-decoration: none;
    }
    
    .section-title>h3 {
        /*margin: 0px 0 10px 0px;*/
        margin: 10px 0 10px 0px;
        padding: 0 0 0 8px;
        line-height: 20px;
        font-size: 18px;
        border-left: 4px solid #EB424C;
        color: #fff;
    }
    .show-main .show-main-body .main-body-common {
        border-bottom: 1px solid #eee;
    }
       /**弹出框start**/
    .modal-dialog {
        padding: 8% 0px 0px 30%;
        width: 610px!important;
    }
    .modal-dialog .modal-content, .qrcode_modal-dialog .qrcode_modal-content {
        position: relative;
        border: none;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: none;
    }
    .modal-dialog .modal-content .modal-header,  .qrcode_modal-dialog .qrcode_modal-content .qrcode_modal-header, .qrcode_modal-dialog .qrcode_modal-content qrcode_web {
        border: none;
        padding: 30px 30px 15px;
        color: #333;
        background: #fff;
    }
    .modal-dialog .modal-content .modal-header .close, .qrcode_modal-dialog .qrcode_modal-content .qrcode_modal-header .close {
        position: absolute;
        top: 15px;
        right: 20px;
        color: #999;
        opacity: 1;
    }
    .modal-dialog .modal-content .modal-header .modal-title {
        text-align: center;
        margin: 0 0 10px;
        font-size: 24px;
    }
    .modal, .qrcode_modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }
    
    .close {
        float: right;
        font-size: 21px;
        line-height: 1;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }
    .modal .web, .qrcode_modal .qrcode_web {
        background: #fff;
        padding: 22px 20px 22px 40px;
        /*box-shadow: 0 2px 2px rgba(0,0,0,.05);*/
        overflow: hidden;
        position: relative;
    }
    .modal .web .half-width {
        background-color: #f1f1f1;
        border-radius: 5px;
        height: 215px;
    }
    
    .model-header-icon-body {
        padding: 18px;
    }
    model-header-icon-body p {
        color: #000000;
        font-size: 14px;
    }
    .modal .modal-dialog .modal-content .modal-footer {
        padding: 22px 20px;
        text-align: center;
/*        border-top: 1px solid #e5e5e5;*/
        background-color: #fff;
    }
    .modal .download-btns {
        position: relative;
        margin-left: 15px;
        display: inline-block;
        text-align: center;
    }
    .modal .download-btns .btn-primary {
        color: #fff;
        border-color: #07cac3;
        background: #07cac3;
        outline: none;
    }
    .modal .download-btns .btn {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        border: 1px solid transparent;
        user-select: none;
        width: 150px;
        height: 45px;
    }
    .model-header-icon {
        float: left;
        position: relative;
        width: 180px;
    }
    .model-header-icon img {
        width: 100%;
    }
    .model-header-text {
        display: block;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .model-header-text h3 {
        color: #000000;
        font-size: 18px;
    }
    
    .model-header-text ul {
        list-style: none;
        line-height: 30px;
        padding: 0;
    }
    .model-header-text ul li {
        color: #666666;
        font-size: 14px;
    }
    /**弹出框end**/
    /***二维码弹出框start**/

    .qrcode_model_title {
        height: 95px;
        border-bottom: 1px solid #f1f1f1;
    }
    .qrcode_modal-header {
        height:100px;
    }
    .qrcode_modal .qrcode_web {
        clear: both;
    }
    .qrcode_title_icon {
        width: 80px;
        float: left;
    }
    .qrcode_modal-content {
        width: 35%;
    }
    .qrcode_modal-dialog {
        padding: 8% 0px 0px 33%;
        width: 95%;
        /*width:75%*/
    }
    .qrcode_modal-dialog .qrcode_modal-content .qrcode_modal-header {
        /*padding: 30px 30px 32px;*/
    }
    .qrcode_text_cont {
        display: block;
        max-width: 90%;
        white-space: nowrap;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
        
        position: relative;
        margin-left: 95px;
        margin-bottom: 30px;
    }
    .qrcode_base-info-wrap h1 {
        padding: 10px 0px 0px 0px;
        color: #282828;
        font-size: 16px;
    }
    .qrcode_header-text-author>a {
        font-size: 12px;
        color: #999;
        line-height: 15px;
        text-decoration: none;
    }
    .qrcode_model-header-icon-body {
        text-align: center;
    }
    .qrcode_model-header-icon-body p {
        /*font-size: 15px;*/
        font-size: 14px;
        color: #272727;
    }
    /**侧边slide***/
    /*
    .page-side {
        float: right;
        width: 29.308%;
    }
    .widget {
        clear: both;
        margin-bottom: 10px;
        border-radius: 5PX;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
    }
    .describe {
        padding: 0px 0px 15px 0px
    }
    .describe img {
        padding-top: 25px
    }
    .describe span {
        float: left;
        margin: 0 19px 0 15px;
        font-size: 15px;
        background-size: 206px;
    }
    .tab-pane-kfb ul, .tab-pane-rmhd ul, .tab-pane-rmzt ul, .lb-main ul{
        list-style: none;
        padding-left: 15px;
    }
    .tab-pane-kfb ul li, .tab-pane-rmhd ul li, .tab-pane-rmzt ul li, .lb-main ul li {
        position: relative;
        padding: 15px 0;
        white-space: nowrap;
        overflow: hidden;
    }
    .tab-pane-kfb ul li span, .tab-pane-rmhd ul li span, .tab-pane-rmzt ul li span{
        line-height: 20px;
        margin-right: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
    }
    .tab-pane-kfb ul li .kxxx {
        color: #0ccfc8;
        background-color: #f1f1f1;
        width: 25%;
        display: inline-block;
    }
    
    .tab-pane-rmhd ul li span a, .tab-pane-rmzt ul li span a {
        text-decoration: none;
        color:#252323;
    }
    .tab-pane-rmhd ul li span a:hover, .tab-pane-rmzt ul li span a:hover{
        color:#0ccfc8;
    }*/
    /**侧边end**/
    
/***
***游戏详情end
***/
/*客服start**/
.fixedSwt {
    position: fixed;
    z-index: 917;
    /*right: -425px;*/
    right: 0px;
    top:70%;
    transform: translateY(-50%);
}
.fixedSwt ul {
    list-style: none;
}
.fixedSwt ul li img {
    width: 85%;
}
/*客服end**/

/**
**当前位置
**/
    .breadcrumb {
            margin-top: 65px;
            margin-bottom: 20px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .breadcrumb .breadcrumb-start {
        margin: 0;
        padding: 5px 15px;
        border-radius: 0;
        background: 0 0;
        list-style: none;
    }

    .breadcrumb ol {
        padding: 20px;
    }
    .breadcrumb ol li {
        float: left;
        display: block;
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .breadcrumb ol li a {
        display: inline-block;
        border-radius: 5px;
        color: #666;
        font-size: 12px;
        transition: all .3s ease 0s;
        text-decoration: none;
    }
/**
**当前位置end
**/
/**
分页start
**/
/**分页start**/
    .page {
        text-align: center;
    }
    ul.pagination {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    ul.pagination li {display: inline;}

    ul.pagination li a, ul.pagination li span {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

    ul.pagination li a.active {
        background-color: #0dcfc9;
        color: white;
        border: 1px solid #0dcfc9;
    }
    ul.pagination li a:hover:not(.active) {background-color: #ddd;}
/***分页end**/

/*qrcode**/
.qrcode_title_icon img {
    width: 100%;
    padding: 5px;
}

/**位置*/
.breadcrumb ol li, .breadcrumb ol li a {
    color: #999;
}
/**位置end*/

/*更多icon start***/
.more-img-icon {
    float: right;
    padding-left: 3px;
    padding-top: 6.5px;
    width: 8px;
}
/**更多icon end**/

/**折扣小图标start*/
.zk {
    position: absolute;
}
.zk span {
    position: absolute;
    display: inline-block;
    top: 74%;
    transform: translate3d(0,-50%,0);
    left: 5px;
    margin-top: -4px;
    text-align: center;
    letter-spacing: -.73px;
    font-family: PingFangSC-Medium,"MicroSoft YaHei",sans-serif;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0,140,160,.66);
    font-size: 12px;
    color: #fff;
}
/**折扣小图标end**/
.game-article-details {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
}


/**侧边start*/
.sidebar {
    position: relative;
    float: right;
    margin-left: -290px;
    width: 350px;
    
    position: -webkit-sticky;
    position: sticky;
}
.widget {
    clear: both;
    margin-bottom: 10px;
    border-radius: 5PX;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.widget h3 {
    position: relative;
    margin: 0;
    padding: 11px 15px 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fbfbfb;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.d_postlist li a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -3px;
    padding: 10px 15px 10px 105px;
    border-bottom: solid 1px #eee;
    border-left: 3px solid transparent;
    font-size: 14px;
    text-decoration: none;
}
.d_postlist .thumbnail {
    float: left;
    margin-left: -90px;
}
.d_postlist .thumbnail img {
    width: 80px;
    height: 55px;
}
.d_postlist .text {
    display: block;
    margin-top: -4px;
}
.d_postlist .muted {
    margin-right: 20px;
    font-size: 12px;
}
.d_postlist .muted {
    margin-right: 20px;
    font-size: 12px;
}
.describe {
    /*padding: 0 15px 15px;*/
    display: flex;
    align-items: center;
    padding: 15px 15px 15px;
}
.describe img {
    /*padding-top: 20px*/
}
.describe span {
    float: left;
    margin: 0;
    font-size: 15px;
    background-size: 206px;
    /*line-height: 1.9;*/
}
.describe .first-p-span-img {
    padding-top: 8px;
    padding-top: 0px;
    width: 80%;
    vertical-align: unset;
}
.describe .sendond-p-span {
    /*width: 165px;*/ 
    font-size: 14px;color: #666;
}
.describe .third-p-span {
    font-size: 12px;color: #999;padding-top: 20px;
    display: flex;
    align-items: center;
}
.describe .third-p-span .third-p-img {
    width: 5%;padding: 0px;margin-left: 5px;
}
.describe .sidebar-describe-img {
    width:100px;
}

.section-title {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-title>h3 {
    float: left;
    /*margin: 0 0 10px;*/
    margin: 5px 0 10px;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-size: 18px;
    border-left: 4px solid #EB424C;
}
.section-title a {
    font-size: 14px;
    display: flex;
    align-items: center;

}

.section-title a .more-img-icon {
    padding-top: 0;
    width: 14px;
}

.pull-right-gd {
    float: right!important;
    text-decoration:none;
    /*color:#484242;*/
    color: #ccc;
}
.index-tops .index-tops-contents {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    height: auto;
    overflow: hidden;
}
.index-tops .index-tops-contents .tab-content {
    float: left;
}
.tab-content>.active {
    display: block;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul {
    margin: 0;
    padding: 0 15px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.index-tops .index-tops-contents .tab-content .tab-pane>a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #14B9C8;
    text-decoration: none;
    color:#484242;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li:nth-child(-n+3) .item-order {
    color: #FE931B;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-order {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    position: relative;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-icon .discount {
    background: url('/assets/img/discont-c.png') center no-repeat;
    color: #fff;
    font-size: 11px;
    /*width: 35px;*/
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
    
    width: 40px;
    font-weight: bold;
    line-height: 1.6;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 0 0 15px;
    width: 190px;
    height: 60px;
    vertical-align: middle;
}
.index-tags {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    height: auto;
    overflow: hidden;
}
.flex-text-overflow {
    display: inline-flex!important;
    max-width: 100%;
    white-space: nowrap;
}
.flex-text-overflow.name {
    color: #000;
    /*font-weight: bold;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.flex-text-overflow.name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    margin-right: 5px;
}
.flex-text-overflow.name .nameRemark-new {
    background: #f3f4f8;
    color: #999;
    font-size: 12px;
    padding: 0 5px;
    vertical-align: text-bottom;
    font-weight: normal;
}
    
.flex-text-overflow>a {
    text-decoration: none;
    color:#282828;
    font-size: 18px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap {
    margin: 0;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>span {
    float: left;
    display: block;
    color: #999;
    font-size: 12px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>span>a {
    text-decoration: none;
    color: #999;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>i {
    float: left;
    margin: 2.5px 0 0 3px;
    display: block;
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags {
    color: #999;
    position: relative;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag {
    color: #FFB400;
    font-size: 12px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc {
    color: #666666;
    font-size: 12px;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag:not(:first-child) {
    position: relative;
    padding: 0 6px;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc {
    padding: 0 5px;
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 5px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(1) {
    color: #FD8677;
    border: 1px solid #FD8677;
    margin-left: 0
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(2) {
    color: #9487F5;
    border: 1px solid #9487F5;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(3) {
    color: #69CDF9;
    border: 1px solid #69CDF9;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul {
    padding: 0 15px;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li {
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li:first-child {
    padding-top: 15px;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .icon {
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    height: 15px; 
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .time {
    line-height: 20px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .info {
    color: #666666;
    background-color: #F6F6F6;
    width: 28%;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding: 5px;
    text-align: center;
}

.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .operate {
    font-size: 14px;
    padding: 5px 15px;
    background: #EB424C;
    border-radius: 30px;
    color: #fff;
}

.rebate-activity-tops .rebate-activity-tops-contents .tab-content .tab-pane>ul {
    padding: 0 15px;
}
.rebate-activity-tops .rebate-activity-tops-contents .tab-content .tab-pane>ul>li {
    color: #282828;
    padding: 0 0 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rebate-activity-tops .rebate-activity-tops-contents .tab-content .tab-pane>ul>li:first-child {
    padding-top: 15px;
}
/**侧边end*/

/**返回顶部的按钮start**/
.pinned {
    position: fixed;
    z-index: 9999;
    right: 10%;
    top:80%;
    width: 50px;
    transform: translateY(-50%);
    display: none;
    cursor: pointer;
    
    
    position: fixed;
    left: 50%;
    bottom: 150px;
    margin-left: 560px;
    cursor: pointer;
}
/**返回顶部的按钮end**/