/*通用*/
@import "/assets/css/common.css";
/*重写bootstrap样式*/
body {
    background-color: #ccc;
    font-family: "Arial";
}

.input-group select.form-control {
    margin-left: -4px;
    width: calc(100% + 4px);
    border-left-width: 5px;
}

.input-group .input-group-addon {
    z-index: 5;
    position: relative;
    background: #efefef;
    padding: 5px;
}

.page-header {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding-bottom: 0;
    border-bottom: 2px solid #eee;
    height: 35px;
    line-height: 25px;
}

.page-header h5 {
    font-size: 16px;
    margin: 5px 0;
    color: #666;
    font-weight: bold;
}

.page-header .total {
    margin-right: 20px;
    font-size: 14px;
    line-height: 30px;
}

.page-header-mini {
    margin: 10px 0;
    border-bottom: 1px solid #efefef;
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 5px;
}

.panel-heading {
    padding: 6px 10px;
}

.nav > li > a {
    padding: 8px 15px;
}

.pagebar {
    overflow: hidden;
}

.pagination {
    margin: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 10px;
}

.pagination .gap {
    float: left;
}

.pagination .disabled {
    color: #999;
    opacity: 0.7
}

.panel-heading {
    overflow: hidden;
}

.input-daterange {
    width: 360px;
    float: right;
}

.input-daterange input[type=text] {
    padding: 5px;
    font-size: 14px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar {
    padding: 0;
    background: transparent;
    border-bottom: 0;
    margin-bottom: 0;
}

.navbar-header {
    padding-top: 5px;
    overflow: hidden;
}

.navbar-brand {
    padding: 0;
    height: 35px;
    position: absolute;
}

.navbar-brand img {
    height: 80px;
    width: 290px;
    margin-left: 10px;
}

.navbar-top .linear {
    color: #cecece;
    margin: 0 5px;
}

.navbar-top .lang img {
    width: 20px;
    height: 20px;
    margin: 5px 0 0 10px;
}

.navbar-nav {
    float: right;
}

.navbar-nav li {
    float: left;
}

.navbar-nav .logout {
    margin-right: 5px;
    padding: 3px 7px;
    font-size: 14px;
    background: #2989ed;
    border-radius: 3px;
}

.navbar-nav .logout:hover {
    opacity: 0.9;
}

.navbar-sub {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: transparent;
}

.navbar-sub ul {
    overflow: hidden;
    padding: 0;
    float: right;
}

.navbar-sub li {
    float: left;
    margin-left: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.navbar-sub li a {
    display: block;
    text-decoration: none;
    color: black;
}

.navbar-sub li a:hover, .navbar-sub li a.active {
    color: #ea3906;
    border-bottom: #e9ad3e;
}

.navbar-sub li ul {
    position: fixed;
    min-width: 640px;
    text-align: right;
    background-color: black;
    opacity: .9;
    padding: 10px 20px;
    right: 50px;
    margin-top: 0;
    z-index: 1000;
    display: none;
}

.navbar-sub img {
    width: 80px;
    height: 80px;
}

.navbar-nav .logined {
    font-size: 14px;
    float: left;
    height: 25px;
    margin-top: 3px;
    color: #1e57aa;
}

.navbar-nav > li > a.link {
    font-size: 12px;
    color: #1e57aa;
    height: 25px;
    line-height: 25px;
    padding: 2px 5px;
}

.navbar-nav > li > a.link:hover {
    color: #fff;
    background: #2989ed;
    border-radius: 3px;
    opacity: 0.9;
}

.navbar-nav > li.active a.link, .navbar-nav > li.active a.link:hover {
    background: #2989ed;
    color: #e9ad3e;
    font-weight: bold;
}

.top-login {
    float: right;
    font-size: 14px;
}

.top-login .btn {
    background-color: transparent;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: 0;
    float: left;
}

.top-login input {
    transition: all 0.3s;
    background: #333333;
    width: 140px;
    height: 30px;
    font-size: 14px;
    color: #c7c7c7;
    text-indent: 13px;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
}

.top-login .reg {
    margin-top: 5px;
    display: inline-block;
}

.top-login input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: black;
}

.record-query-bar {
    padding: 10px 0;
    overflow: hidden;
    line-height: 30px;
}

/*首页轮播*/
#home-banner {
    display: block;
}

.carousel {
    height: 480px;
}

.carousel-caption {
    z-index: 10;
}

.carousel-control {
    padding-top: 160px;
    font-size: 72px;
}

.carousel .item {
    height: 480px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.carousel .item a {
    display: block;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

.carousel-indicators {
    bottom: 10px;
}

/*首页注册*/
#home-reg {
    background: #fff;
    overflow: hidden;
    width: 60%;
    margin: 10px auto;
    padding: 20px;
    display: none;
}

#home-reg h3 {
    text-align: center;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#home-reg input, #home-reg select {
    float: left;
    height: 40px;
    font-size: 14px;
    border: 1px solid #cecfd4;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 90%;
}

#home-reg button[type=submit] {
    display: block;
    width: 50%;
    font-size: 16px;
    padding: 10px;
    margin: 10px auto;
}

#login-reg {
    background: #fff;
    overflow: hidden;
    width: 30%;
    margin: 10px auto;
    padding: 20px;
    display: none;
}

#login-reg h3 {
    text-align: center;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#login-reg input, #login-reg select {
    float: left;
    height: 40px;
    font-size: 14px;
    border: 1px solid #cecfd4;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 90%;
}

#login-reg button[type=submit] {
    display: block;
    width: 50%;
    font-size: 16px;
    padding: 10px;
    margin: 10px auto;
}

/*会员中心*/
.container .userhome {
    margin: 10px auto;
    background: white;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.refresh-balance-btn {
    display: inline-block;
    margin: 0 10px;
}

/*注单详情*/
.bet-detail p {
    margin: 0;
    padding: 0;
    font-size: 90%;
}

.bet-detail hr {
    margin: 5px 0;
    border-top-color: gainsboro;
}

.bet-detail .item {
    overflow: hidden;
    float: left;
    width: 100%;
}

.bet-detail .region {
    font-size: 70% !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: grey;
}

/*Parlay Combo*/
.parlay-combo-title {
    color: purple;
    font-weight: bold;
}

.parlay-combo-desc {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #888;
    margin: 5px 0;
    line-height: 12px;
}

.parlay-combo-amt {
    float: left;
    border-right: 4px solid #a8a8a8;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
    font-weight: bold;
}

.parlay-combo-desc .empty-row {
    height: 5px;
    color: #fff;
}

.parlay-combo-desc .empty-row:last-child {
    height: 0;
}

.parlay-combo-desc em {
    font-style: normal;
    margin: 0 8px;
}

.parlay-combo-switch, .parlay-combo-switch-on {
    width: 40px;
    height: 20px;
    float: right;
    background: transparent url('../img/parlay_combo_off.png');
    background-size: contain;
    outline: none;
    border: none;
    display: block;
}

.parlay-combo-switch-on {
    background: transparent url('../img/parlay_combo_on.png');
    background-size: contain;
}

.pkg-list {
}

.pkg-item {
    border-radius: 5px;
    border: 2px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 2px;
}

.pkg-item:hover {
    border-color: #5cb85c;
}

.pkg-item .intro {
    padding: 10px;
    overflow: hidden;
}

.pkg-item .intro a {
    padding-right: 0;
    color: #888;
}

.pkg-item .choosePkg {
    font-weight: bold;
    color: indianred;
}

.nav > li > a {
    color: #333 !important;
    font-size: 13px;
}

.panel-orange {
    border-color: orange;
}

.panel-orange .panel-heading {
    border-color: orange;
    background: orange;
    color: white;
}

/* --------------个性化 begin------------- */
.fancybox-container {
    z-index: 9998;
}

.swal2-container {
    z-index: 9999;
}

.service-intro p {
    color: white;
    font-size: 16px;
    line-height: 30px;
}

.service-intro small {
    font-size: 13px;
}

.navbar {
    height: 35px;
}

/*#loginForm input{background-color:white;height:25px;line-height:25px;font-size:12px;color:#ababab;}*/
/*#loginForm button{border-radius: 5px;  background:linear-gradient(0deg, rgba(14, 146, 196, 1) 0%, rgba(0, 174, 239, 1) 100%);margin-right:5px;font-weight:bold;font-size:12px;padding:0px 15px;height:25px;line-height:25px;}*/
/*#loginForm a{color:white;background:linear-gradient(0deg, rgba(38, 48, 60, 1) 0%, rgba(65, 65, 65, 1) 100%);font-weight:bold;font-size:12px;height:25px;line-height:25px;margin-top:-2px;padding:0px 15px;border-radius:5px;}*/
/*#loginForm a:hover,a:focus{color:white;text-decoration:none;}*/

.navbar-sub li ul li a {
    color: #fff;
}

.navbar-top .lang img {
    width: 25px;
    height: 25px;
    margin: 0px;
}

#navbar {
    background-color: transparent;
}

/*.nav-home > i {background-image: url(../../theme/img/Home.png);width: 27px;height: 27px;display: block;background-position-y: 0;margin-top: 5px;}*/
#dl-logo img {
    height: 55px;
}

.navbar-nav .logout {
    color: white !important;
    background: linear-gradient(to bottom, #1e57aa 0%, #26a8c3 100%);
    font-weight: bold;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    padding: 0px 25px;
    border-radius: 5px;
}

.refresh-icon {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    margin-bottom: 4px;
    animation-fill-mode: forwards;
}

.game-slide a {
    display: block;
    background-color: #eaeaea;
    color: #222;
    position: relative;
}

.tag-new {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
}

.game-slide a > .img-game {
    height: 160px;
    overflow: hidden;
    padding: 0;
    border: 0;
}

.game-slide a > div {
    border-top: 7px solid #ff0024;
}

.game-slide a > div {
    padding: 15px;
    border-top: 7px solid #a49145;
}

.game-slide a > .img-game > img {
    width: 100%;
}

.game-slide a > div > h5 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

.game-slide a > div > p {
    font-size: 12px;
    color: #7e7e7e;
}

.icn-pramaticPlay {
    background-position-x: 0;
}

.tag-hot {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 2;
}

.jackpot-container {
    width: 50%;
    float: left;
}

/*.dl-bg-img {width: 50px;height: 50px;float: left}*/
/*.dl-bg-img2 {width: 40px;height: 40px;display: block;margin: auto;background-position-y: 0;position: absolute;bottom: 15px;right: 10px;}*/
/*.dl-bg-img3 {background: url("/theme/img/jackpot-bg-en-us7d1e.gif");height: 115px;background-size: 100% 100%;margin-top: 40px;margin-bottom: 20px;}*/
/*.dl-bg-img3 .dl-bg-img3-thb {height: 115px;text-align: center;color: white;font-size: 42px;line-height: 115px;padding-left: 20%;}*/
.limit-groups ul li {
    float: left;
    min-width: 150px;
}

.statement-text p {
    padding: 5px 0px;
}

.advantages-title {
    margin-bottom: 20px;
}

.dl-foot-box {
    text-align: center;
    padding: 0px 10px;
    margin: 5px 0px;
}

.dl-foot-box-col1 {
    border-top: #16839a solid 6px;
    padding: 5px;
    height: 130px;
    -webkit-box-shadow: 1px 6px 8px 0px rgba(164, 164, 164, 0.4);
    -moz-box-shadow: 1px 6px 8px 0px rgba(164, 164, 164, 0.4);
    -ms-box-shadow: 1px 6px 8px 0px rgba(164, 164, 164, 0.4);
    -o-box-shadow: 1px 6px 8px 0px rgba(164, 164, 164, 0.4);
    box-shadow: 1px 6px 8px 0px rgba(164, 164, 164, 0.4);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.dl-foot-box-col1 h1 {
    font-style: normal;
    text-transform: uppercase;
    color: #444;
    font-size: 20px;
    font-weight: 700 !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dl-foot-box-col1 p {
    color: #333;
    line-height: 16px;
    font-size: 13px;
    margin: 0 0 10px;
}

.copyright {
    padding: 8px 5px;
    font-size: .75rem;
    color: #fff;
    background-color: #56585b;
    text-align: center;
}

.footer-bottom {
    background-image: url(/theme/item/images/bg-main.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 4px;
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom div img {
    height: 22px;
    padding: 0px 2px;
}

#footer-pc {
    background-color: #fff;
}

#footer-pc h4 img {
    width: 20px;
    margin-right: 5px;
}

#footer-pc h4 {
    text-transform: capitalize;
    font-size: 1.05rem;
    padding: 6px 0px;
    width: 130px;
    margin: 0px auto;
    text-align: left;
}

.dl-main {
    position: relative;
    background-image: url(/theme/item/images/bg-main.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 4px;
}

.welcome {
    font-size: 17px;
    line-height: 1.55;
    word-break: break-word;
    margin: 0;
    padding: 0px 85px;
}

/*#dl-jackpot h2 {text-align: center;font-size: 2.25rem;text-transform: uppercase;margin: 0;font-weight: 700;letter-spacing: 2px;}*/
/*#dl-jackpot h2 span {color: #00aeef;}*/
.jackpot-wrapper {
    max-width: 880px;
    height: 100px;
    margin: 5px auto;
    text-align: center;
    padding: 28px 15px;
    background-image: url(/theme/item/images/bg_jackpot.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0px 0px 3px #000;
}

/*.dl-navbar {background: url('/theme/img/123123123122.png');background-size: 100% 100%;background-color: white;}*/
/*.dl-icon {padding: 20px 0px;font-size: 25px;font-weight: 500;}*/
/*.dl-icon img {width: 100px;margin-bottom: 20px;}*/
/*.dl-icon:hover {background-color: #00aeef;}*/
/*.dl-icon:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}*/
#footer-mobile {
    background-color: #f5f5f5;
    text-align: left;
}

#footer-mobile ul {
    margin: 10px auto;
    width: 90px;
}

#footer-mobile ul li {
    margin: 5px 0px;
    list-style-type: disc;
    color: #383838;
}

.dl-game-ul {
    margin-right: 30px;
}

i.fa-user {
    color: #000;
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 6px;
}

i.fa-lock {
    color: #000;
    font-size: 10px;
    position: absolute;
    left: 155px;
    top: 6px;
}

/*.dl-welcome {background: url("/theme/item/images/1582997159579.png");background-size: 100% 90px;height: 90px;}*/
/*.dl-welcome-p {padding-bottom: 40px;background-color: white;background-image: url(/theme/item/images/bg-main.jpg);}*/
/*.dl-input {padding-left: 15px;color: #000;border-width: .5px;}*/
/*.dl-navx {margin-right: 20px;margin-top: 5px;}*/
/*.dl-navbar-right {width: 850px;}*/
/*.dl-lang {margin-right: 10px;}*/
/*.lang {padding: 0px 10px;}*/
/*.dl-navx li img {height: 15px;margin-right: 3px;margin-top: -2px;}*/
/*.dl-link {background-color: #1f4076;color: white !important; padding: 5px 8px !important;margin-right: 5px !important;border-radius: 5px;}*/
/*.dl-pull-left {margin-left: 20px;float: left !important;}*/

.app-home .home-quick-nav .home-quick-item.active {
    background-color: #4ca9f3 !important;
}

.bottom-nav .current, .bottom-nav .current > h3 {
    background-color: #4ca9f3 !important;
}

/*苹果适配*/
.col-lg-3 {
    width: 24%;
}

.col-md-3 {
    width: 24%;
}

/*注册框*/
.form-group p {
    font-size: 12px;
    padding: 0px 5px;
    width: 90%;
    color: #888;
}

.form-group input::-webkit-input-placeholder {
    color: #BDCADA;
}

.form-group input:-moz-placeholder {
    color: #BDCADA;
}

/* Mozilla Firefox 4 to 18 适配火狐 */
.form-group input::-moz-placeholder {
    color: #BDCADA;
}

/* Mozilla Firefox 19+ 适配火狐 */
.form-group input:-ms-input-placeholder {
    color: #BDCADA;
}

/* Internet Explorer 10+ 适配ie*/

#navbar-sub img {
    width: 80px;
    height: 80px;
}

#navbar-sub li ul {
    position: fixed;
    min-width: 640px;
    text-align: right;
    border: 1px solid rosybrown;
    background: rgba(0, 0, 0, .8);
    padding: 10px 20px;
    right: 50px;
    z-index: 1000;
    display: none;
}

#navbar-sub ul {
    overflow: hidden;
    padding: 0;
    float: right;
}

#navbar-sub li ul li {
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 1170px;
    }
}

@media (min-width: 992px) and (max-width: 970px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .dl-bg-img3 .dl-bg-img3-thb {
        height: 75px;
        font-size: 30px;
        line-height: 75px;
    }

    .dl-bg-img3 {
        height: 75px;
        margin-top: 30px;
    }

    .navbar {
        width: 100%;
    }

    .dl-navx {
        margin-right: 0px;
    }

    .dl-game-ul {
        margin-right: 0px;
    }

    .navbar-brand img {
        margin-left: 0px;
        height: 60px;
        width: 220px;
        margin-top: 10px;
    }

}

/* --------------个性化 end------------- */

/*适配移动端*/
@media screen and (max-width: 768px) {
    #dl-nav2 {
        background-color: black;
    }

    .dl-container {
        padding: 0px;
    }

    .dl-bg-img3 .dl-bg-img3-thb {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .dl-bg-img3 {
        height: 50px;
        margin-top: 20px;
    }

    #loginForm input {
        margin-right: 5px;
        width: 90px;
    }

    #loginForm button {
        margin-right: 5px;
        padding: 0px;
    }

    #loginForm a {
        padding: 0px 10px;
    }

    #navbar {
        margin-top: 0px;
        background-color: white;
        border-color: #1e57aa;
    }

    .navbar-top {
        margin-top: 0px;
    }

    #dl-logo img {
        height: 35px;
        margin-top: 5px;
    }

    .navbar-nav li {
        margin: 5px 0px 0px 5px;
    }

    .jackpot-middle #jackpot-count {
        font-size: 20px;
        font-weight: bold;
    }

    #footer-logo {
        width: 62px;
        height: 67px;
    }

    .navbar-nav > li > a.link {
        font-size: 12px;
    }

    .navbar-nav .logined {
        font-size: 12px;
        margin-top: 5px;
        line-height: 25px;
        height: 25px;
        margin-left: 10px;
    }

    .jackpot-container {
        width: 100%;
        float: left;
        padding: 0px 15px;
    }

    #dl-jackpot {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .dl-bg-img {
        width: 30px;
        height: 30px;
        float: left
    }

    .navbar-brand img {
        height: 40px;
        width: 143px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .jackpot-wrapper {
        font-size: 14px;
        height: 40px;
        padding: 10px 15px;
    }

    #dl-jackpot {
        margin-bottom: 0px;
    }

    .dl-navbar {
        background: white;
        padding: 0px;
    }

    .navbar {
        height: auto;
        background-color: black;
    }

    .fa-gamepad {
        display: none;
    }

    .fa-sign-in-alt {
        display: none;
    }

    #home-banner {
        padding: 0px;
    }

    .dl-icon {
        padding: 10px 0px;
        font-size: 15px;
        font-weight: 300;
    }

    .dl-icon img {
        width: 50px;
        margin-bottom: 10px;
    }

    .welcome {
        padding: 0px 10px;
    }

    .dl-welcome {
        background: url("/theme/item/images/mobile-welcom.jpg");
        background-size: 100% 50px;
        height: 50px;
    }

    .dl-welcome-p {
        padding-bottom: 20px;
    }

    .dl-mobile-hide {
        display: none;
    }

    .dl-input {
        padding-left: 0px;
    }

    .dl-navx {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .top-login {
        margin-top: 5px;
    }

    .dl-game-ul {
        margin-right: 0px;
    }

    #footer-mobile ul li {
        list-style-type: none;
    }

    #betSlide {
        padding: 0px 30px !important;
    }

    #betSlide .owl-nav button {
        width: 30px !important;
    }

    #betSlide .owl-nav button {
        background: #182434 !important;
    }

    .navbar-nav {
        float: left;
    }

    .navbar-brand {
        padding: 0 10px;
        height: 35px;
        position: relative;
    }

    .navbar-sub ul {
        float: left;
    }

    .navbar-sub li {
        margin: 0 7px 0 0;
        font-size: 12px;
    }

    .navbar-sub li ul {
        min-width: auto;
    }

    .top-login {
        padding: 0 5px;
        font-size: 12px;
    }

    .top-login input {
        width: 100px;
    }

    .top-login .btn {
        width: 60px;
        padding-left: 0;
        font-size: 12px;
    }

    #home-reg {
        width: 90%;
        margin-top: 50px !important;
    }

    #home-reg input, #home-reg select {
        width: 90%;
    }

    #home-reg .col-sm-6 {
        margin-bottom: 0px;
    }

    #home-reg .form-group {
        margin-bottom: 10px;
    }

    #login-reg {
        width: 90%;
    }

    #login-reg input, #login-reg select {
        width: 90%;
    }

    #login-reg .col-sm-6 {
        margin-bottom: 0px;
    }

    #login-reg .form-group {
        margin-bottom: 10px;
    }

    .carousel {
        height: 150px;
    }

    .carousel .item {
        height: 150px;
        background-size: cover;
        background-position: center;
    }

    .carousel-control {
        padding-top: 60px;
        font-size: 36px;
    }

    .dl-navbar-right {
        width: auto;
    }

    .dl-lang {
        margin-right: 0px;
    }

    .loginFormV2Input {
        width: 80px;
        border: 1px solid #888;
        padding: 2px 5px;
        font-size: 12px;
    }

    .dl-link {
        padding: 2px 5px !important;
    }

    .marquee-wrap {
        background: url(/theme/item/images/bg-main.jpg) !important;
    }

    .marquee-item {
        color: black;
    }

    .news-title {
        font-size: 20px !important;
        background-color: #0175d2 !important;
        padding: 0 15px !important;
    }

    .text-wrap {
        color: white !important;
    }

    .app-home .sport > .style-2 .title-with-icon {
        background-color: #0175d2 !important;
    }

    .app-home .sport > .style-2 .title-with-icon:before {
        background-color: #0175d2 !important;
    }
}

/*新底部*/
.footer-bg {

}

.footer-bg .footer {
    background: url(/assets_m/img/footer-bg.jpg) center center;
    background-size: contain;
}

.footer-bg .footer .row2 {
    padding-top: 0.3rem;
}

.footer-bg .footer .row2 .col1 {
}

.footer-bg .footer .row2 .col1 img {
    width: 3rem;
    display: block;
    margin: auto;
}

.footer-bg .footer .row2 .col2 {
    font-size: 0.34rem;
    text-align: center;
    color: #fff;
    line-height: 2em;
    margin-top: 0.2rem;
}

.footer-bg .footer .row2 .col2 br {
}

.footer-bg .footer .row2 .col2 span {
    font-size: 0.4rem;
}

.footer-bg .footer .row2 .col2 strong {
    color: #f00;
}

.footer-bg .footer .row2 .col3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.footer-bg .footer .row2 .col3 a {
    padding: 0.2rem;
}

.footer-bg .footer .row2 .col3 img {
    width: 0.6rem;
    display: block;
    margin: 0 5px;
}

.nav-games ul {
    margin-top: -5px;
    position: fixed;
    z-index: 10;
    float: left;
    min-width: 640px;
    text-align: right;
    border: 1px solid rosybrown;
    background: rgba(0, 0, 0, .8);
    padding: 10px;
    width: 100%;
    border-top: 0px;
    display: inherit;
}

.nav-games ul li {
    float: left;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}

.nav-games ul li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 0px 25px;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
}

.nav-games ul li a img {
    width: 80px; /*width: 80px;height: 80px;*/
}

.login-reg {
    display: inline-block;
    position: relative;
}

.didiTop {
    background-color: rgb(30 30 30 / 58%);
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 200;
    height: 100%;
}

.didiclose {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
    font-size: 25px;
}

.form-group p {
    text-align: left;
}

.nav-games ul {margin-top: -5px;position: fixed;z-index: 10;float: left;min-width: 640px;text-align: right;border: 1px solid rosybrown;background: rgba(0, 0, 0, .8);padding: 10px;width: 100%;border-top: 0px;display: inherit;}
.nav-games ul li {float: left;line-height: 25px;text-align: center;font-size: 16px;}
.nav-games ul li a {display: block;text-decoration: none;color: white;padding: 0px 25px;font-weight: 700;background-color: transparent;cursor: pointer;}
.nav-games ul li a img { width: 80px; /*width: 80px;height: 80px;*/ }
.login-reg {display: inline-block;position: relative;}
.didiTop {background-color: rgb(30 30 30 / 58%);text-align: center;display: block;top: 0;left: 0;width: 100%;position: absolute;z-index: 200;height: 100%;}
.didiclose {background: transparent;border: 0;border-radius: 0;color: #555;cursor: pointer;position: absolute;right: 0;top: 0;width: 44px;z-index: 10;font-size: 25px;}
.form-group p {text-align: left;}
.valid-code-input {
    margin: 10px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.valid-code-input input {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    color: #333333;
    outline: none;
}

.valid-code-input input:last-child {
    margin-right: 0;
}

/* 焦点样式 */
.valid-code-input input:focus {
    border-color: #ffa500;
    background: #d0e9c6;
}

.bootstrap-tree-table .treetable-box .treetable-tbody .treetable-indent {
    width: 0 !important;
}

/*倍场选择模态窗口*/
#slots_modal {
    display: none;
    width: 80%;
    height: fit-content;
    color: #FFFFFF;
    border: 1px solid #337b87;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin: 100px auto 0 auto;
    padding-right: 0px;
}

#slots_modal p {
    color: black;
}

.slots_modal-header {
    background: #337b87;
    padding: 5px 10px;
    text-align: center;
}

.slots_modal-body {
    padding: 20px 20px 0 20px;
    background: #dbeced;
}

.slots_modal-btn {
    display: inline-block;
    text-align: center;
    width: 200px;
    margin: 0 0 20px 20px;
    background: #337b87;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 2px 0;
}

.slots_modal-btn:nth-child(odd) {
	/*margin-left: 0;*/
}



/* 广告模态窗口*/
#ad_modal {
    display: none;
    width: 80%;
    height: fit-content;
    color: #FFFFFF;
    border: 1px solid #337b87;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin: 100px auto 0 auto;
    padding-right: 0px;
}

#ad_modal p {
    color: black;
}

.ad_modal-header {
    background: #337b87;
    padding: 5px 10px;
    text-align: center;
}

.ad_modal-body {
    padding: 20px 20px 20px 20px;
    background: white;
}

#commCollect { display: inline-block; }
#commCollect .btn { font-size: 13px; padding: 2px 6px; background: #8822B3; border: 0; border-radius: 5px; margin: 0 5px; }
#commCollect .btn:hover { color: yellow;}
#contactList { display: none; padding: 5px 10px 0 10px; overflow: hidden;}
#contactList li { list-style: none; border-bottom: 1px dashed #cccccc; overflow: hidden;}
#contactList li:last-child { border-bottom: 0;}
#contactList li a { display: block; width: 100%; text-align: center; padding: 5px; }
.float-support-btn { z-index: 9999; position: fixed; right: 0.5rem !important; bottom: 2rem !important; width: 50px; height: 50px;
    background: purple; border-radius: 50%; }