* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #f8f8f8;
}
.sblBoxWrap {
    width: 1200px;
    margin: 0 auto;
}
.sblUpdateWrap .sblBoxWrap .tableBox {
    padding-bottom: 25px;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox {
    padding: 20px 20px 30px 20px;
    background-color: white;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table {
    border: 0;
    margin: 0 auto;
    text-align: center;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table thead {
    height: 36px;
    line-height: 36px;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table tr {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eeeeee;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table thead tr {
    border: 0;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table thead tr th {
    width: 176px;
    color: white;
    border-right: 2px solid white;
    /*background-color: #2b99ff;*/
    background-color: #de3237;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table thead tr th:nth-child(2) {
    width: 456px;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table tr td {
    font-size: 16px;
    color: #333;
    cursor: default;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table tr td a {
    display: inline-block;
    color: #333;
    font-size: 16px;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tablePageBox {
    padding: 0 20px;
    background-color: white;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tablePageBox {
    padding: 0 20px;
    background-color: white;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tablePageBox .tablePageContont {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    border-top: 1px dashed #cccc;
}
.pageBox {
    padding: 23px 127px 31px 127px;
    display: flex;
    align-items: center;
}
.sblUpdateWrap .sblBoxWrap .tableBox .tablePageBox .tablePageContont .pageBox {
    padding: 0 0;
}
.pageBox a {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    background-color: white;
}
.pageBox .homePage {
    width: 59px;
    font-size: 16px;
}
.pageBox a:first-child {
    margin-left: 0;
}
.pageBox a.active {
    color: white;
    /*border-color: #2b99ff;*/
    /*background-color: #2b99ff;*/
    border-color: #de3237;
    background-color: #de3237;
}

.pageBox .next {
    width: 73px;
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .sblBoxWrap {
        width: 100%;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox {
        padding: 10px;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table tr {
        line-height: 22px;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table thead tr th {
        width: 25% !important;
        white-space: nowrap;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table thead tr th:nth-child(5) {
        display: none;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table tr td {
        font-size: 14px;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table tr td a {
        font-size: 14px;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tableContontBox table tr td:nth-child(5) {
        display: none;
    }
    .sblUpdateWrap .sblBoxWrap .tableBox .tablePageBox {
        width: 100%;
    }
    .pageBox {
        padding: 0 10px;
    }
    .pageBox a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px !important;
    }
    .pageBox .homePage,
    .pageBox .next {
        width: unset;
        white-space: nowrap;
        padding: 0 10px;
    }
}


.crumbsBox .sblBoxWrap .crumbsContont {
    padding: 20px 0 18px 4px;
    display: flex;
    align-items: center;
}

.crumbsBox .sblBoxWrap .crumbsContont .icon {
    width: 12px;
    height: 14px;
    background-position: -246px -10px;
    
    cursor: pointer;
    display: block;
    background: url(/game_static/pc/images/icon.png) no-repeat;
    background-size: 268px 204px;
}

.crumbsBox .sblBoxWrap .crumbsContont .locationTxt {
    padding-left: 7px;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}

.crumbsBox .sblBoxWrap .crumbsContont .crumbs {
    display: flex;
    height: 14px;
    align-items: center;
}

.crumbsBox .sblBoxWrap .crumbsContont .crumbs li {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}

.crumbsBox .sblBoxWrap .crumbsContont .crumbs li a {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}

.crumbsBox .sblBoxWrap .crumbsContont .crumbs .space {
    margin: 0 7px 0 10px;
}

.crumbsBox .sblBoxWrap .crumbsContont .crumbs .space .icon {
    width: 4px;
    height: 6px;
    background-position: -246px -76px;
}
