<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*主体*/
.container {
    width: 1240px;
    margin: 0 auto;
}

/*全局属性*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

td, th {
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #f5f5f5;
    font-size: 14px;
    font-family: "微软雅黑", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.footerBox a {
    color: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #3b97ff;
    }

label {
    cursor: pointer;
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

a img:active, a img:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

input, textarea {
    border: 1px solid #b8c4ce;
    border-radius: 2px;
}

    input:focus, textarea:focus {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 4px rgba(41, 128, 185, 0.4);
        -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
        -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
        transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    }

div.help-block {
    font-size: 14px;
    text-indent: 0.5em;
    line-height: 30px;
    color: #ff0000;
}

em {
    font-style: normal;
}

/*解决IE6左右浮动边距*/
.item {
    display: inline;
}

/*显示或隐藏*/
.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*主体框架*/
/*排版*/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

/*网站主体-边距*/
.m-right {
    margin-right: 10px;
}

.m-left {
    margin-left: 10px;
}

.m-top {
    margin-top: 10px;
}

.m-bottom {
    margin-bottom: 10px;
}

/*字体大小*/
h6, .h6 {
    font-size: 12px;
}

h5, .h5 {
    font-size: 14px;
}

h4, .h4 {
    font-size: 16px;
}

h3, .h3 {
    font-size: 18px;
}

h2, .h2 {
    font-size: 20px;
}

h1, .h1 {
    font-size: 22px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small {
        font-size: 60%;
        filter: alpha(opacity=60);
        opacity: .6;
    }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    font-size: 12px;
    filter: alpha(opacity=60);
    opacity: .6;
}

.text-big {
    font-size: 48px;
}

.text-small {
    font-size: 10px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*行高*/
/*p, .p {
    line-height: 28px;
}*/

/*首行排版*/
.text-indent {
    text-indent: 2em;
}

/*加粗文字*/
.text-blod {
    font-weight: bold
}

/*去粗文字*/
.text-blod-none {
    font-weight: normal
}

/*对齐文字*/
.text-left {
    text-align: left
}

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

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

/*按扭*/
.button {
    border-radius: 4px;
}

/*清除浮动*/
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clear {
    height: 1%
}

/*边框*/
.border {
    border: 1px #ccc solid;
}

/*常用图标*/
.icon-close {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    line-height: 24px;
}

.icon-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.icon-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.icon-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.icon-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*常用颜色*/
.text-main {
    color: #12c2ee;
}

.text-fff {
    color: #fff;
}

.text-000 {
    color: #000;
}

.text-ccc {
    color: #ccc;
}


/*--------Nav--------*/
.nav-pub {
    position: relative;
    height: 60px;
}

.nav {
    width: 100%;
    position: fixed;
    height: 60px;
    background: #0b4d99;
    z-index: 999;
}

    .nav .logo {
        padding: 14px 0 0 0;
    }

        .nav .logo a {
            background: url(../index/logo.png) no-repeat;
            width: 166px;
            height: 50px;
            line-height: 999em;
            overflow: hidden;
            display: block;
        }

    .nav .nav-bar ul li {
        float: left;
        position: relative;
    }

        .nav .nav-bar ul li a.navtag {
            font-size: 14px;
            color: #fff;
            width: 90px;
            height: 59px;
            line-height: 59px;
            display: inline-block;
            text-align: center;
        }



        .nav .nav-bar ul li.current .nav-menu {
            display: block;
        }

        .nav .nav-bar ul li a:hover {
            border-bottom: 2px solid #34aff3;
            color: #34aff3;
        }

        .nav .nav-bar ul li a.selected {
            border-bottom: 2px solid #108ee9;
            color: #108ee9;
        }



.headerBox {
    position: relative;
    width: 100%;
    /*height: 400px;*/
    background: url(../game/img/banner1.png) no-repeat;
    background-size: cover;
}

    .headerBox .title {
        margin: 0px 0px 0px 0px;
        width: 100%;
        height: 100px;
        line-height: 100px;
        font-size: 44px;
        font-weight: bold;
        color: #FFAB20;
        letter-spacing: 1px;
        vertical-align: top;
        display: inline-block;
    }

        .headerBox .title span:first-child {
            line-height: 50px;
            vertical-align: top;
        }

        .headerBox .title span:last-child {
            line-height: 40px;
            vertical-align: bottom;
        }

    .headerBox .title1 {
        float: left;
        width: 25%;
        height: 240px;
        line-height: 240px;
        text-align: center;
    }

        .headerBox .title1 img {
            height: 90%;
        }



    .headerBox .title2 {
        width: 75%;
        font-size: 26px;
        color: #FFF;
        letter-spacing: 2px;
        display: inline-block;
    }

/*.headerBox .title {
        position: absolute;
        top: 174px;
        left: 103px;
        width: 600px;
        height: 40px;
        line-height: 100px;
        font-size: 44px;
        font-weight: bold;
        color: #FFAB20;
        letter-spacing: 1px;
    }

    .headerBox .title1 {
        position: absolute;
        top: 160px;
        left: 320px;
        width: 600px;
        height: 40px;
        line-height: 100px;
        font-size: 44px;
        font-weight: bold;
        color: #FFAB20;
        letter-spacing: 1px;
    }

        .headerBox .title1 span:first-child {
            line-height: 50px;
            vertical-align: top;
        }

        .headerBox .title1 span:last-child {
            line-height: 40px;
            vertical-align: bottom;
        }

    .headerBox .title2 {
        position: absolute;
        top: 260px;
        left: 320px;
        width: 600px;
        height: 23px;
        font-size: 40px;
        font-weight: 500;
        color: #FFF;
        letter-spacing: 2px;
    }*/

.headerBox2 {
    position: relative;
    width: 100%;
    /*height: 350px;*/
    background: url(../game/img/banner2.png) no-repeat;
    background-size: cover;
}


    .headerBox2 .title {
        margin: 0px 0px 0px 0px;
        width: 100%;
        height: 100px;
        line-height: 100px;
        font-size: 44px;
        font-weight: bold;
        color: #FFAB20;
        letter-spacing: 1px;
        vertical-align: top;
        display: inline-block;
    }

        .headerBox2 .title span:first-child {
            line-height: 50px;
            vertical-align: top;
        }

        .headerBox2 .title span:last-child {
            line-height: 40px;
            vertical-align: bottom;
        }

    .headerBox2 .title1 {
        float: left;
        width: 25%;
        height: 240px;
        line-height: 240px;
        text-align: center;
    }

        .headerBox2 .title1 img {
            height: 90%;
        }



    .headerBox2 .title2 {
        width: 75%;
        font-size: 26px;
        color: #FFF;
        letter-spacing: 2px;
        display: inline-block;
    }

.fa-slide {
    position: relative;
    height: 400px;
    overflow: hidden;
}

/*-----------中间部分------------*/


.contentBox {
    position: relative;
    width: 100%;
    background: #fff;
}

.fa-content {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.contentBox .search {
    height: 40px;
    padding: 20px 0px 20px 376px;
}

.contentBox .navigation {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: #333;
}

    .contentBox .navigation span {
        margin: 0px 5px;
    }

    .contentBox .navigation a {
        color: #2967EE;
    }

        .contentBox .navigation a:hover {
            color: #3b97ff;
        }

.contentBox .gameZone {
    display: none;
    height: 80px;
    padding: 0px 10px;
    border: 1px solid #BDBDBD;
    color: #333;
    overflow: hidden;
}

.contentBox .gameZone_a {
    color: #2967EE;
}

    .contentBox .gameZone_a:hover {
        color: #3b97ff;
    }

.contentBox .gameZonep {
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    color: #333;
}

.contentBox .gameZone i {
    font-size: 14px;
    margin-right: 5px;
}



.contentBox .gameZonepa {
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border: 1px solid #BDBDBD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.contentBox .gameZonepaa {
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border: 1px solid #BDBDBD;
    border-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

.contentBox .gameZone span {
    width: 150px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
}



.form-control {
    background: url(../game/img/searchBox.png) no-repeat 10px;
    float: left;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 35px;
    width: 385px;
    border: 1px solid #A1A1A1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-default {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 60px;
    border: 1px solid #A1A1A1;
    border-left: 0px;
    background: #FFF;
    cursor: pointer;
}

/*.btn-default:hover {
    border: 1px solid #3498DB;
    border-left: 0px;
}*/

.contentBox .content {
    overflow: hidden;
    min-height: 530px;
    margin: 5px 0px;
}

    .contentBox .content .gameTitle {
        padding: 5px;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        color: #2992D5;
        background: #F1F1F1;
        border: 1px solid #BDBDBD;
        border-bottom: 0;
    }
    /*.contentBox .content .orderList {
        overflow: auto;
        padding: 5px;
        background: #F7F7F7;
        width:100%;
        min-height: 500px;
        overflow: hidden;
    }*/
    .contentBox .content .orderList {
        overflow: auto;
        padding: 5px;
        border: 1px solid #BDBDBD;
        border-top: 0;
        background: #F7F7F7;
        height: 800px;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

        .contentBox .content .orderList::-webkit-scrollbar {
            display: none;
        }


.mui-table-view-cell {
    padding-right: 0;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    width: 99%;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    cursor: pointer;
}

/*.mui-table-view-cell:first-child {
        padding-right: 0;
        background: #fff;
        border: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        width: 95%;
        position: relative;
        overflow: hidden;
        padding-left: 10px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }*/


/*p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #A1A1A1;
}*/

.ordertitle {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.Status_icon {
    font-size: 24px;
    float: left;
    width: 3%;
    line-height: 26px;
}

.icon-gong:before {
    content: "\e660";
}



.gcolor {
    color: #2e92ce;
}

.conment {
    height: auto;
    width: 92%;
    float: left;
    padding-left: 2px;
}

.Service {
    font-size: 14px;
}

.money {
    color: #ee6a6a;
    font-size: 16px;
    padding-right: 5px;
}

.mui-pull-right {
    float: right;
}

.Time {
    padding-left: 20px;
}

.mui-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game_ul {
    width: 101%;
}

    .game_ul li {
        position: relative;
        float: left;
        width: 206px;
        height: 170px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff
    }

    .game_ul img {
        margin: 26px auto 0;
        width: 90px;
        height: 90px;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s
    }

    .game_ul .name {
        padding: 15px 5px 0;
        height: 18px;
        line-height: 18px;
        text-align: center;
        color: #333;
        font-size: 14px;
        display: block;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s
    }

    .game_ul .link-all {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block
    }

        .game_ul .link-all:hover {
            text-decoration: none
        }

            .game_ul .link-all:hover img {
                -webkit-transform: scale(1.2) translateZ(0);
                -webkit-transform-origin: 50%;
                transform: scale(1.2) translateZ(0);
                transform-origin: 50%
            }

            .game_ul .link-all:hover .name {
                color: #3C7CFF
            }

.contentBox .news {
    min-height: 200px;
    margin: 10px 0px;
}

    .contentBox .news .newsTitle {
        padding: 5px;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        color: #2992D5;
        background: #F1F1F1;
        border: 1px solid #BDBDBD;
        border-bottom: 0;
    }

        .contentBox .news .newsTitle a {
            float: right;
            margin-right: 20px;
            color: #000;
            font-size: 14px;
        }

    .contentBox .news .newsList {
        overflow: auto;
        padding: 5px;
        border: 1px solid #BDBDBD;
        border-top: 0;
        background: #FFF;
        height: 200px;
    }

        .contentBox .news .newsList .list_div {
            float: left;
            width: 48%;
            height: 50px;
            line-height: 50px;
            margin-left: 1%;
        }

        .contentBox .news .newsList .list_h3 {
            font-size: 16px;
            text-align: left;
            width: 320px;
            padding-right: 20px;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .contentBox .news .newsList .list_div2 {
            font-size: 12px;
            color: #b8b8ba;
        }

            .contentBox .news .newsList .list_div2 span {
                color: #000;
                display: inline-block;
            }

        .contentBox .news .newsList ul li {
            float: left;
            width: 48%;
            height: 40px;
            line-height: 40px;
            margin-left: 1%;
        }

            .contentBox .news .newsList ul li a {
                width: 300px;
                display: inline-block;
                font-size: 16px;
                color: #000;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            /*.contentBox .news .newsList ul li a:hover {
                color:#A1A1A1;
            }*/

            .contentBox .news .newsList ul li span {
                float: right;
                width: 130px;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #A1A1A1;
            }


/*-----------底部-------------*/
.footerBox {
    position: relative;
    width: 100%;
    height: 400px;
    background: #2b3139;
}

    .footerBox .footergo {
        width: 100%;
        height: 500px;
        border-color: #666;
        background: #2b3139;
    }

        .footerBox .footergo .footerTop {
            width: 1160px;
            height: 150px;
            padding: 20px 15px 0px 15px;
            margin-right: auto;
            margin-left: auto;
        }

            .footerBox .footergo .footerTop ul {
                margin: 0;
                list-style: none;
            }

                .footerBox .footergo .footerTop ul li {
                    margin: 0;
                    width: 12%;
                    float: left;
                    position: relative;
                    min-height: 1px;
                    padding-right: 15px;
                    padding-left: 15px;
                    list-style: none;
                }

                    .footerBox .footergo .footerTop ul li.last-child {
                        margin: 0;
                        width: 52%;
                        float: left;
                        position: relative;
                        min-height: 1px;
                        padding-right: 15px;
                        padding-left: 15px;
                        list-style: none;
                    }

.bottom_1 {
    font-size: 16px;
    color: #fff;
    height: 38px;
    cursor: pointer;
}


.bottom_2 {
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

    .bottom_2:hover {
        color: #3b97ff;
    }

.bottom_3 {
    font-size: 14px;
    color: #fff;
}

    .bottom_3 span {
        font-weight: bold;
    }


.footerBox .footergo .footerBottom {
    width: 1160px;
    height: 150px;
    padding: 20px 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #41464d;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
}

.footerBox .footergo .Link {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

    .footerBox .footergo .Link:hover {
        color: #3b97ff;
    }


.copyCenter {
    text-align: center;
    margin-top: 50px;
}

    .copyCenter a {
        font-size: 12px;
        color: #fff;
    }

        .copyCenter a:hover {
            color: #3b97ff;
        }

.footerBox .footergo .footerBottom .footerBottom2 {
    width: 100%;
    height: 43px;
    color: #fff;
    text-align: center;
}

    .footerBox .footergo .footerBottom .footerBottom2 span {
        line-height: 20px;
        font-size: 12px;
    }

    .footerBox .footergo .footerBottom .footerBottom2 div {
        cursor: pointer;
        display: inline-block;
        line-height: 20px;
        font-size: 12px;
        color: #fff !important;
    }

        .footerBox .footergo .footerBottom .footerBottom2 div.beian {
            text-align: left;
            padding-left: 20px;
            background: url(./static/police.d0289dc0.png) left 1px no-repeat;
            background-size: 18px 18px;
        }

        .footerBox .footergo .footerBottom .footerBottom2 div:hover {
            color: #3b97ff !important;
        }

.footerDBox .footerBottom {
    width: 1160px;
    height: 150px;
    padding: 20px 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #41464d;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
}

.footerDBox .Link {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

    .footerDBox .Link:hover {
        color: #3b97ff;
    }

.copyCenter {
    text-align: center;
    margin-top: 50px;
}

.footerBottom a {
    font-size: 12px;
    color: #fff;
}

    .footerBottom a:hover {
        color: #3b97ff;
    }

.footerDBox .footerBottom .footerBottom2 {
    width: 100%;
    height: 43px;
    color: #fff;
    text-align: center;
}

    .footerDBox .footerBottom .footerBottom2 span {
        line-height: 20px;
        font-size: 12px;
    }

    .footerDBox .footerBottom .footerBottom2 div {
        cursor: pointer;
        display: inline-block;
        line-height: 20px;
        font-size: 12px;
        color: #fff !important;
    }

        .footerDBox .footerBottom .footerBottom2 div.beian {
            text-align: left;
            padding-left: 20px;
            background: url(./static/police.d0289dc0.png) left 1px no-repeat;
            background-size: 18px 18px;
        }

        .footerDBox .footerBottom .footerBottom2 div:hover {
            color: #3b97ff !important;
        }</pre></body></html>