/*------------------------------------------------------------------
Common Stylesheet

Project :  F4theme | Minimal Multipurpose Bootstrap4 Template
Build:     Bootstrap 4+
Author:    F4H3M

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.  Common Styles
	1.1	Variables
	1.2	Mixins
	1.3	Reset
2.  Menu
3.  Preloader 
4.  Buttons
5.  Section Title
6.  Cta
7.  Banner
8.  About
9.  Service
10. Feature
11. Facts
12. Work
13. Plan
14. Portfolio
15. Team
16. Testimonial
17. Brand
18. Countdown
19. Blog
20. Contact
20. Footer

-------------------------------------------------------------------*/
/* =================================== */
/*  Font Family and Colors Styles
/* =================================== */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
    /* Code for Firefox */
    background-color: #2cc6e6;
    color: #fff;
}

::selection {
    background-color: #2cc6e6;
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300;
}

.input-group-text {
    color: #495057;
    background-color: #f2e0c6;
    border: 1px solid #f2e0c6;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(242 224 198)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 50%);
    background-color: #05050594;
    border-color: #787878;
}

body {
    color: #292929;
    font-weight: 400 !important;
    font-family: "Microsoft JhengHei";
    font-size: 15px;
    font-weight: 300;
    line-height: 1.625em;
    background-color: rgb(0 110 95);
    background-image: url(../img/bgnew.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center top;
    padding-top: 136px;
    padding-left: 0px;
    padding-right: 0px !important;
    scroll-behavior: smooth;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select {
    display: block;
}

figure {
    margin: 0;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
}

.card-panel {
    margin: 0;
    padding: 60px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #1f1f1f80;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #2f2f2f;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1em;
    line-height: inherit;
}

.gray-bg {
    background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft JhengHei";
    color: #222222;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

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

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

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

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

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

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

td,
th {
    border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before,
.clear::after {
    content: " ";
    display: table;
}

.clear::after {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-red {
    color: rgb(219, 31, 31);
}

.text-green {
    color: rgb(4, 167, 12);
}

.text-blue {
    color: rgb(1, 143, 209);
}

.text-yellow {
    color: rgb(231, 216, 0);
}

.text-orange {
    color: rgb(231, 112, 0);
}

.text-grape {
    color: rgb(169, 1, 211);
}

@media (min-width: 1200px) {
    .container {
        max-width: 88%;
    }
}

.text-danger {
    color: #ff717f !important;
}


.page-item.disabled .page-link {
    color: #f2e0c6;
    pointer-events: none;
    cursor: auto;
    background-color: #000000b5;
    border-color: #dee2e63d;
}

.page-link {
    color: #f2e0c6 !important;
    background-color: #000000b5;
    border: 1px solid #dee2e63d;
}

.page-link:hover {
    color: #fff3cf !important;
    background-color: #2f2f2fb5;
    border: 1px solid #dee2e63d;
}

/*scrolldown */

.scrolldown {
    cursor: pointer;
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(113, 113, 113, 0.31);
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    z-index: 2;
}

.scrolldown.open {
    opacity: 1;
    pointer-events: auto;
}

.scrolldown:hover img {
    opacity: 1;
}

.scrolldown:hover:before {
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.scrolldown img {
    width: 15px;
    opacity: 0.8;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.scrolldown:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(136, 136, 136, 0.2);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    z-index: -1;
    -moz-animation: c 1.5s infinite;
    -webkit-animation: c 1.5s infinite;
    animation: c 1.5s infinite;
}

@-moz-keyframes c {
    0% {
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        -moz-transform: scale(1.6, 1.6);
        transform: scale(1.6, 1.6);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1.6, 1.6);
        transform: scale(1.6, 1.6);
    }

    100% {
        opacity: 0;
    }
}

@keyframes c {
    0% {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        -moz-transform: scale(1.6, 1.6);
        -ms-transform: scale(1.6, 1.6);
        -webkit-transform: scale(1.6, 1.6);
        transform: scale(1.6, 1.6);
    }

    100% {
        opacity: 0;
    }
}


.c-offcanvas {
    left: 0;
    padding: 1rem;
    overflow-y: scroll;
    background: #0d0d0dcf !important;
}

.js-offcanvas a {
    color: #dadada;
    outline: 0;
}


.js-offcanvas .dropdown-menu {
    position: relative;
    border: none;
}


.login-block .el-tag {
    font-size: 14px !important;
}

.el-tag {
    font-weight: 400;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fffcf3;
    border: 1px solid #eccb76;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    background: #0D5038;
    background: -moz-linear-gradient(to bottom, #29e1c0 0%, #0D5038 12%, #00534b 50%, #005545 51%, #015e4d 94%, #006e5f 100%);
    background: -webkit-linear-gradient(to bottom, #29e1c0 0%, #0D5038 12%, #00534b 50%, #005545 51%, #015e4d 94%, #006e5f 100%);
    background: linear-gradient(to bottom, #29e1c0 0%, #0D5038 12%, #00534b 50%, #005545 51%, #015e4d 94%, #006e5f 100%);
}

.login-block .dot-item {
    vertical-align: top;
    margin-top: -2px;
}

.el-badge {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.dot-number {
    width: 100%;
}

.el-tag--small {
    padding: 8px 20px;
    line-height: 13px;
}

.header-user-menu.el-dropdown-menu {
    margin-top: -5px;
}

.header-user-menu.el-dropdown-menu .popper__arrow {
    left: 97px !important;
}

.main-wallet-icon {
    background-image: url(../img/menu_money.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 0px;
}

.login-block .dropdown-item {
    display: block;
    width: 100%;
    line-height: 30px;
    clear: both;
    color: #ffed9e;
    text-align: inherit;
    border: 0;
    background: #0D5038;
    background: -moz-linear-gradient(to bottom, #29e1c0 0%, #0D5038 12%, #009688 50%, #03876f 51%, #038971 94%, #006e5f 100%);
    background: -webkit-linear-gradient(to bottom, #29e1c0 0%, #0D5038 12%, #009688 50%, #03876f 51%, #038971 94%, #006e5f 100%);
    background: linear-gradient(to bottom, #29e1c0 0%, #0D5038 12%, #009688 50%, #03876f 51%, #01604f 94%, #006e5f 100%);
}

.login-block .dropdown-item:hover {
    color: rgb(253, 253, 253);

}

/***.login-block .dropdown:hover>.dropdown-menu {
    display: block;
}***/

.dropdown-menu {
    background-color: #262626ad;
    top: 80%;
    left: -10px;

    padding: 0px;
}

.dropdown-menu.show {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.login-block .dropdown-toggle::after {
    display: none;
}

/*****loginmodal*******/
.dropdown-divider {
    margin: .2rem 0;
    border-top: 1px solid #797979;
}

#loginModal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 15vh;
}

.dailog-box .txt {
    font-size: 18px;
    text-align: center;
    padding: 10px 0 20px;
}

.dailog-box {
    padding: 0 45px;
}

.el-form-item {
    margin-bottom: 8px;
}

.form-title {
    background-color: #f7f7f7;
    border-radius: 6px;
    text-align: center;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.el-button+.el-button {
    margin-left: 10px;
}

.forget-pwd {
    float: right;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 0px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.el-button--text {
    color: #b79d5b;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}

.modal-dialog .dailog-footer {
    padding: 12px 18px;
    font-size: 14px;
    color: #534624;
    line-height: 18px;
    letter-spacing: 1px;
    display: none;
    background: url(../img/bg2.jpeg);
    background-size: 500px 100px contain;
}

/************/

.menu-icon {
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}

.menu-icon.wallet {
    background-image: url(../img/menu_wallet.png);
}

.menu-icon.wallet2 {
    background-image: url(../img/menu_wallet2.png);
}

.menu-icon.deposit {
    background-image: url(../img/menu_deposit.png);
}

.menu-icon.bet-log {
    background-image: url(../img/menu_betlog.png);
}

.menu-icon.logout {
    background-image: url(../img/menu_logout.png);
}

.menu-icon.mail {
    background-image: url(../img/menu_mail.png);
}

.menu-icon.slot {
    background-image: url(../img/menu_slot.png);
}

.menu-icon.info {
    background-image: url(../img/menu_info.png);
}

.menu-icon.transfer-log {
    background-image: url(../img/menu_transferlog.png);
}

.menu-icon.backmoney {
    background-image: url(../img/menu_backall.png);
}


.menu-icon.withdraw {
    background-image: url(../img/menu_withdraw.png);
}

.menu-icon.transfer-log {
    background-image: url(../img/menu_transferlog.png);
}

.header-mail-dot-number .el-badge__content {
    transform: scale(.8);
    right: 73px;
    top: 0px;
}

/***會員登入狀態***/

header {
    /*background-color:#EEE;*/
    font-size: 16px;
    font-size: 16px;
    width: 100%;
    height: 136px;
    padding-top: 62px;
    padding-bottom: 20px;
    /**background-color: black;**/
    background-image: url("../img/menubg.png"), url(../img/bgnew.jpg);
    background-repeat: repeat-x, repeat-y;
    background-position: 0 62px, center top;
    background-size: auto, 100%;
    position: fixed;
    top: 0;
    z-index: 999;

}

.nav-link,
.navbar {
    padding: 0rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    height: 65px;
}

.navbar-brand .link-inner img {
    width: 310px !important;
    margin-top: -63px !important;
    -webkit-filter: drop-shadow(3px 3px 3px #282828);
    filter: drop-shadow(3px 3px 3px #282828);
}

header .title {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;

}

header .header-menu {
    display: inline-block;
    font-size: 16px;
}

header .header-menu .menu-item {
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    padding: 0 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    font-weight: 800;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    text-shadow: 2px 2px 6px #3d0400;
}

@media (max-width: 1400px) {
    header .header-menu .menu-item {
        font-size: 18px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

@media (max-width: 1199px) {
    header .header-menu .menu-item {
        font-size: 16px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.nav-link.active {
    color: #ffe882 !important;
    border-bottom: 2px solid #faefbd !important;
}

.nav-link:hover {
    color: #faefbd !important;
}

header .header-menu .menu-item a {
    color: #909399;
}

header .header-menu .menu-item a:hover {
    color: #ff0057;
}

.pointer {
    cursor: pointer;
}

header .menu.menu--horizontal {
    border-bottom: 0px;
}

header .col-12 {
    height: 60px;
    white-space: nowrap;
}

header .login-block {
    color: #fae4b8;
    width: 50%;
    text-align: right;
    position: absolute;
    right: 25px;
    top: -55px
}

header .login-block div>a {
    text-decoration: none;
    color: #fae4b8;
    font-weight: 600;
    line-height: 40px;
    padding: 1px 25px;
    border-radius: 5px;
    border: 1px solid #FFC440;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#DFC389+0,0D5038+12,DFC389+50,000000+51,111111+94,131313+100 */
    background: #2D986C;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2D986C 0%, #0D5038 12%, #2D986C 50%, #2D986C 51%, #207250 94%, #2D986C 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2D986C 0%, #0D5038 12%, #2D986C 50%, #2D986C 51%, #207250 94%, #2D986C 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2D986C 0%, #0D5038 12%, #2D986C 50%, #2D986C 51%, #207250 94%, #2D986C 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D986C', endColorstr='#2D986C', GradientType=0);
    /* IE6-9 */
    position: relative;
}

header .login-block div>a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    z-index: -1;
    left: 0px;
    top: 6px;
    border-radius: 6px;
    background: #372f1c;
    background: -moz-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: -webkit-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: linear-gradient(to right, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
}

header .login-block div>a:first-child::after {
    background: #372f1c;
    background: -moz-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: -webkit-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: linear-gradient(to right, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
}

header .login-block div>a.dropdown-item::after {
    display: none;
}

header .login-block .user-circle {
    width: 30px;
    vertical-align: middle;
}

.header .login-block .dropdown {
    display: inline-flex;
    cursor: pointer;
}

header .ny3 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 150px;
}

.top_userInfo {
    font-size: 0.8rem;
    color: #b99b50;
    height: 32px;
    display: inline-flex;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    background-color: #353535;
    box-sizing: border-box;
    padding: 2px 8px;
    white-space: nowrap;
}

.top_userInfo .us_name {
    font-size: 0.9rem;
    color: #ffedc0;
    padding: 0 5px;
}

.top_userInfo .us_level {
    font-size: 0.9rem;
    color: #fffbf0;
    padding: 0 5px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgb(253 26 73);
    height: 127px !important;
}

.menu-item {
    float: left;
    height: 60px;
    font-weight: 400;
    line-height: 60px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399;
}

.menu-item {
    font-size: 14px;
    color: #828282;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.box[data-v-3eb55287] {
    display: none;
    font-weight: 400;
    background: #fed979;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #fed979 0%, #f7f1e3 50%, #fed979 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #fed979 0%, #f7f1e3 50%, #fed979 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #fed979 0%, #f7f1e3 50%, #fed979 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 18px;
    text-align: center;
    padding: 10px;
    color: #666;
}

.swiper-container {
    width: 100%;
    height: 490px;
}

@media (max-width: 1400px) {
    .swiper-container {
        height: 390px;
    }
}

@media (max-width: 1200px) {
    .swiper-container {
        height: 290px;
    }
}

@media (min-width: 2200px) {
    .swiper-container {
        height: 590px;
    }
}

.help-banner-container .banner-img {
    background: url(../img/help/banner.jpg) 50%/cover #000;
    width: 100%;
    height: 180px;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    color: #e0cd7a;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    background-color: #202020;
    border-top: 1px solid #c5a551;
    border-bottom: 1px solid #c5a551;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.swiper-container .swiper-slide img.img-fluid {
    margin: 0 auto;
    max-width: 100% !important;
    height: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/pre.svg) !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next.svg) !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e2c069 !important;
}

.banner-top17 {}

.banner-top18 {}

.banner-top1 {}

.banner-top3 {}

.slide-s1 {}

.slide-s2 {}

.slide-s3 {
    background-image: url(../img/live/og.jpg);
}

.slide-s4 {
    background-image: url(../img/live/wm.jpg);
}

.slide-s5 {
    background-image: url(../img/live/dg.jpg);
}

.slide-s6 {}

/*公告 begin*/
.notify-box {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
}

.notify-box .newscont {
    margin: 0 auto;
    width: 96%;
    height: 80px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #dbbf8b;
    border-top: 0px;
    background: #B39F72;
    /* Old browsers */
    background: -moz-linear-gradient(left, #B39F72 0%, #695E3F 10%, #DFC389 61%, #99855e 84%, #695E3F 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B39F72 0%, #695E3F 10%, #DFC389 61%, #99855e 84%, #695E3F 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B39F72 0%, #695E3F 10%, #DFC389 61%, #99855e 84%, #695E3F 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    position: relative;
}

.notify-box .newscont .ny1 {
    position: absolute;
    left: 0;
    top: -150px;
    z-index: 2;
}

.notify-box .newscont .ny2 {
    position: absolute;
    right: 0;
    top: -55px;
    z-index: 2;
}

.notify-box span {
    font-weight: bold;
    background: -webkit-linear-gradient(269deg, rgb(242 232 213) 20%, rgb(255 236 186) 40%, rgb(255 230 181) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f6dba3;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
}

.notify-box span:first-child::after {
    content: "";
    width: 3px;
    height: 37px;
    display: block;
    position: absolute;
    right: 6px;
    top: 0px;
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 0%, rgba(199, 182, 85, 1) 35%, rgba(204, 186, 87, 1) 36%, rgba(204, 186, 87, 1) 65%, rgba(204, 186, 87, 0.97) 66%, rgba(14, 14, 14, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.notify-box .notify-icon {
    vertical-align: middle;
    margin-right: 8px;
}

.notify-box .notify-swiper {
    top: 0px;
    height: 50px;
    line-height: 50px;
    display: inline-flex;
    width: 80%;
    cursor: pointer;
    overflow: hidden;

}

.notify-box .notify-swiper .swiper-slide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notify-box .notify-more {
    right: 15px;
    cursor: pointer;

}

.notify-box .notify-more .angle-right {
    vertical-align: middle;
}

.newsmd .modal-dialog {
    max-width: 800px;
}

.newsmd .modal-header {
    padding: 13px 20px 10px;
    background-color: #d8b65d;
}

.newsmd .modal-header h5 {
    color: white;
}

.newsmd .modal-header .close {
    color: white;
    opacity: 1;
}

.newsmd .modal-dialog {
    overflow-y: initial !important
}

.newsmd .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.newsmd .newslist-box {
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.newsmd .news-time {
    font-size: 13px;
    color: #d7b65d;
}

/*公告 end*/

.in-g-list a {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.in-g-list a:hover {
    transform: translateY(5px);
}

.in-g-list .in-g-box {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    border-radius: 30px;
}


.in-g-list .in-g-box.live {
    border: 1px solid #dac594;
    background: #372f1c;
    /* Old browsers */
    background: linear-gradient(45deg, #372f1c 0%, #877953 33%, #f7e5cc 56%, #b6a375 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url(../img/boxbg.png),
        linear-gradient(45deg, #372f1c 0%, #877953 33%, #f7e5cc 56%, #b6a375 90%);

    background-repeat: no-repeat,
        no-repeat;

    background-position: left,
        top left;
}

.in-g-list .in-g-box.live::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #372f1c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.in-g-list .in-g-box.sport {
    border: 1px solid #73c3fc;
    background: #16344a;
    /* Old browsers */
    background: linear-gradient(45deg, #16344a 0%, #247bb9 33%, #73c3fc 56%, #247bb9 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url(../img/boxbg.png),
        linear-gradient(45deg, #16344a 0%, #247bb9 33%, #73c3fc 56%, #247bb9 90%);

    background-repeat: no-repeat,
        no-repeat;

    background-position: left,
        top left;
}

.in-g-list .in-g-box.sport::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #16344a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #16344a 0%, #73c3fc 17%, #73c3fc 17%, #247bb9 28%, #247bb9 72%, #73c3fc 83%, #16344a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #16344a 0%, #73c3fc 17%, #73c3fc 17%, #247bb9 28%, #247bb9 72%, #73c3fc 83%, #16344a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #16344a 0%, #73c3fc 17%, #73c3fc 17%, #247bb9 28%, #247bb9 72%, #73c3fc 83%, #16344a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.in-g-list .in-g-box.lottery {
    border: 1px solid #db92fe;
    background: #16344a;
    /* Old browsers */
    background: linear-gradient(45deg, #431b56 0%, #7e389f 33%, #db92fe 56%, #7e389f 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url(../img/boxbg.png),
        linear-gradient(45deg, #431b56 0%, #7e389f 33%, #db92fe 56%, #7e389f 90%);

    background-repeat: no-repeat,
        no-repeat;

    background-position: left,
        top left;
}

.in-g-list .in-g-box.lottery::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #431b56;
    /* Old browsers */
    background: -moz-linear-gradient(left, #431b56 0%, #db92fe 17%, #db92fe 17%, #7e389f 28%, #7e389f 72%, #db92fe 83%, #431b56 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #431b56 0%, #db92fe 17%, #db92fe 17%, #7e389f 28%, #7e389f 72%, #db92fe 83%, #431b56 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #431b56 0%, #db92fe 17%, #db92fe 17%, #7e389f 28%, #7e389f 72%, #db92fe 83%, #431b56 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.in-g-list .in-g-box.slot {
    border: 1px solid #dacb59;
    background: #493f0d;
    /* Old browsers */
    background: linear-gradient(45deg, #493f0d 0%, #b8a022 33%, #dacb59 56%, #b8a022 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url(../img/boxbg.png),
        linear-gradient(45deg, #493f0d 0%, #b8a022 33%, #dacb59 56%, #b8a022 90%);

    background-repeat: no-repeat,
        no-repeat;

    background-position: left,
        top left;
}

.in-g-list .in-g-box.slot::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #493f0d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #493f0d 0%, #dacb59 17%, #dacb59 17%, #b8a022 28%, #b8a022 72%, #dacb59 83%, #493f0d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #493f0d 0%, #dacb59 17%, #dacb59 17%, #b8a022 28%, #b8a022 72%, #dacb59 83%, #493f0d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #493f0d 0%, #dacb59 17%, #dacb59 17%, #b8a022 28%, #b8a022 72%, #dacb59 83%, #493f0d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.in-g-list .in-g-box.poker {
    border: 1px solid #1eca23;
    background: #1c3727;
    /* Old browsers */
    background: linear-gradient(45deg, #1c3727 0%, #128411 33%, #1eca23 56%, #128411 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url(../img/boxbg.png),
        linear-gradient(45deg, #1c3727 0%, #128411 33%, #1eca23 56%, #128411 90%);

    background-repeat: no-repeat,
        no-repeat;

    background-position: left,
        top left;
}

.in-g-list .in-g-box.poker::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #1c3727;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1c3727 0%, #1eca23 17%, #1eca23 17%, #128411 28%, #128411 72%, #1eca23 83%, #1c3727 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1c3727 0%, #1eca23 17%, #1eca23 17%, #128411 28%, #128411 72%, #1eca23 83%, #1c3727 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1c3727 0%, #1eca23 17%, #1eca23 17%, #128411 28%, #128411 72%, #1eca23 83%, #1c3727 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.in-g-list .in-g-box.fish {
    border: 1px solid #1ffbe0;
    background: #09372f;
    /* Old browsers */
    background: linear-gradient(45deg, #09372f 0%, #16a48b 33%, #1ffbe0 56%, #16a48b 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url(../img/boxbg.png),
        linear-gradient(45deg, #09372f 0%, #16a48b 33%, #1ffbe0 56%, #16a48b 90%);

    background-repeat: no-repeat,
        no-repeat;

    background-position: left,
        top left;
}

.in-g-list .in-g-box.fish::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #09372f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #09372f 0%, #1ffbe0 17%, #1ffbe0 17%, #16a48b 28%, #16a48b 72%, #1ffbe0 83%, #09372f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #09372f 0%, #1ffbe0 17%, #1ffbe0 17%, #16a48b 28%, #16a48b 72%, #1ffbe0 83%, #09372f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #09372f 0%, #1ffbe0 17%, #1ffbe0 17%, #16a48b 28%, #16a48b 72%, #1ffbe0 83%, #09372f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.in-g-list .in-g-box.comings {
    border: 1px solid #727272;
    background: #242424;
    /* Old browsers */
    background: linear-gradient(45deg, #242424 0%, #372f1c 33%, #727272 56%, #372f1c 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url(../img/boxbg.png),
        linear-gradient(45deg, #242424 0%, #372f1c 33%, #727272 56%, #372f1c 90%);

    background-repeat: no-repeat,
        no-repeat;

    background-position: left,
        top left;
}

.in-g-list .in-g-box.comings::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #242424;
    /* Old browsers */
    background: -moz-linear-gradient(left, #242424 0%, #727272 17%, #727272 17%, #372f1c 28%, #372f1c 72%, #727272 83%, #242424 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #242424 0%, #727272 17%, #727272 17%, #372f1c 28%, #372f1c 72%, #727272 83%, #242424 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #242424 0%, #727272 17%, #727272 17%, #372f1c 28%, #372f1c 72%, #727272 83%, #242424 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.in-g-list .in-g-name {
    color: white;
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 auto;
    text-align: left;
    background-repeat: no-repeat;
    text-shadow: 2px 2px 8px #000;
    position: absolute;
    top: 40%;
    left: 5%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.in-g-list a:hover .in-g-name {
    color: #ffe9b3;
}

.in-g-list .in-g-name .en {
    color: #dbcaa5;
    font-size: 12px;
    line-height: 120%;
    padding-left: 3px;
    margin: 0 auto;
    text-align: left;
    background-repeat: no-repeat;
}

.in-g-list .in-g-box img {
    position: absolute;
    bottom: 0px;
}

.in-g-list .in-g-box.live img {

    max-width: 188px !important;
    right: -11px;
}

.in-g-list .in-g-box.sport img {

    max-width: 230px !important;
    right: 0px;
}

.in-g-list .in-g-box.lottery img {
    right: 10px;
}

.in-g-list .in-g-box.slot img {

    max-width: 175px !important;
    right: 12px;
}

.in-g-list .in-g-box.poker img {

    max-width: 196px !important;
    right: 5px;
}

.in-g-list .in-g-box.fish img {

    max-width: 230px !important;
    right: 5px;
}

.in-g-list .in-g-box.comings img {

    max-width: 135px !important;
    right: 19px;
    top: 29px;
}


.in-g-list .in-g-box.comings .in-g-name {
    width: 30px;
    top: 35%;
}

.in-g-list .in-g-box .giconbg {
    width: 59px !important;
    max-width: 59px !important;
    height: 52px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.in-g-list .in-g-box .gny1 {
    width: 55px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
}

.in-g-list .in-g-box .gny2 {
    width: 65px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
}

.in-g-list .in-g-box .gny3 {
    width: 85px;
    position: absolute;
    left: -10px;
    top: -15px;
    z-index: 2;
}

.in-g-list .in-g-box .gny4 {
    width: 65px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
}

.in-g-list .in-g-box .gny5 {
    width: 60px;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 2;
}

.in-g-list .in-g-box .gny6 {
    width: 65px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
}

.plate .plate-content .plate-left .swiper .banner-img .rel {
    width: 506px;
    height: 366px;
}

.main-header {
    font-weight: 400;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.main-header .line-l {
    width: 4px;
    height: 18px;
    background: #fddb83;
    position: absolute;
    left: 0;
    margin-top: 3px;
}

.main-header .plus {
    color: #8d763d !important;
}

.main-header .title {
    font-size: 18px;
    color: #6c6c6c;
    margin-left: 9px;
}

.main-header .subTitle {
    color: #666;
    margin-left: 5px;
}

.main-header .more {
    float: right;
    margin-top: 3px;
    color: #6c6c6c;
    cursor: pointer;
    font-size: 14px;
}

.main-header .more .icon-more {
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url(https://dandelionservice.com~assets/css/img/kuozhan.3856191.png) no-repeat;
    /*
  background-size: cover;*/
    margin-left: 3px;
    /*
  vertical-align: bottom;*/
    margin-bottom: -2px;
}

.activebg {
    background-color: #00312ab8;
    border-top: 1px solid #FFE6B2;
    border-bottom: 1px solid #FFE6B2;
    height: 300px;
    margin-top: 50px;
}

.activepic {
    max-width: 110%;
    margin-top: -43px;
    margin-left: -120px;
}

.activebox {
    padding: 25px;
    padding-bottom: 20px;
    background-color: #212121;
    border: 3px solid #e0cd7a;
    margin-top: -25px;
    position: relative;
    display: none;
}

.activebox .actitle {
    color: #ffe683;
    font-size: 18px;
    padding-bottom: 20px;
}

.activebox .accont li {
    margin-bottom: 15px;
}

.activebox .accont .date {
    color: #ffde00;
    font-size: 12px;
    line-height: 10px;
}

.activebox .accont a {
    color: #d4d4d4;
    font-size: 15px;
}

.activebox .accont a:hover {
    color: #ffffff;
}

.activebox .more {
    color: rgb(0, 0, 0);
    font-size: 12px;
    padding: 5px 20px;
    background-color: #e0cd7a;
    position: absolute;
    display: block;
    bottom: 20px;
    right: 0;
}

.activebox .more:hover {
    background-color: #f3df86;
    padding-left: 25px;
}

.ser-box img {
    margin: 40px auto;
    margin-right: 10px;
    display: inline-block;
}

.ser-box .sertitle {
    color: #FAEFBD;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    margin-top: 40px;
    padding-top: 30px;
    display: inline-block;
}

.ser-box .sertext {
    color: #FAEFBD;
    font-size: 14px;
    line-height: 150%;
}

.plate .plate-content {
    margin-top: 10px;
}

.plate .plate-content .plate-left {
    max-width: 540px;
    width: 540px;
    height: 450px;
    float: left;
    margin-right: 5px;
}

.plate .plate-content .plate-left .swiper {
    position: relative;
    height: 100%;
}

.plate .plate-content .plate-left .swiper .swiper-container {
    height: 100%;
    border: 1px solid #fae4ac;
}

.plate .plate-content .plate-right {
    max-width: 565px;
    height: 450px;
    float: left;
}

.plate-item {
    width: 279px;
    height: 222px;
    float: left;
    border: 1px solid #fae4ac;
}

.plate-item .plate-item-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.hoverToBig {
    overflow: hidden;
}

.cursor {
    cursor: pointer;
}

.plate-item .plate-item-img .abs,
.plate-item .plate-item-img .txt3 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.plate-item .plate-item-img .txt {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    z-index: 1;
}

.plate-item .plate-item-img .txt3 {
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
    opacity: 0;
}

.plate-item .plate-item-img:hover .txt3 {
    opacity: 1;
}

.plate-item .plate-item-img .txt .txt1 {
    margin-bottom: 10px;
    color: #409EFF;
}

.plate-item .plate-item-img .txt .txt2 {
    color: #fff;
}

.plate-item .plate-item-img .txt3 {
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
}

.plate-item .plate-item-img .txt3 .txt4 {
    padding: 30px 25px 0;
    color: #fed979;
    font-size: 16px;
}

.plate-item .plate-item-img .txt3 .button {
    display: flex;
    justify-content: center;
}

.plate-item .plate-item-img .txt3 .button .btn {
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 2px;
}

.plate-item .plate-item-img .txt3 .txt5 {
    padding: 0 25px;
    margin-top: 10px;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    height: 80px;
}


.plate-item .plate-item-img .txt3 .button .btn.empty {
    margin-left: 35px;
    background: transparent;
}

.btn.empty {
    background: #fff;
    color: #409EFF;
}

.btn-primary,
.btn-danger {
    color: white !important;
}

.plate-item .live-bg1 {
    background-image: url(../img/live/col66.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.plate-item .live-bg2 {
    background-image: url(../img/live/cli.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.plate-item .live-bg3 {
    background-image: url(../img/live/hsg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.plate-item .live-bg4 {
    background-image: url(../img/live/og.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.plate-item .live-bg6 {
    background-image: url(../img/live/og.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}


.plate-item .plate-item-img .txt3 .button .btn.empty {
    margin-left: 30px;
    background: transparent;
}

.plate-item:nth-child(2) {
    margin-left: 5px;
}

.plate-item:nth-child(3) {
    margin-top: 5px;
}

.plate-item:nth-child(4) {
    margin-top: 5px;
    margin-left: 5px;
}

.my_animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

/*中間css*/
.web-box {
    font-size: 0px;
    max-width: 98%;
    margin: 30px auto;
}

.web-box .web1 {
    width: 50%;
    height: 200px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-right: 0.5%;
    background-image: url(../img/3840906_6_s.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #b99e56;
}

.web-box .web1::after {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 5px;
    background: #372f1c;
    background: -moz-linear-gradient(left, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
    background: -webkit-linear-gradient(left, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
    background: linear-gradient(to right, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
}

.web-box .web2 {
    width: 24.5%;
    height: 200px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-right: 0.5%;
    background-image: url(../img/indexad2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #b99e56;
}

.web-box .web2::after {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 5px;
    background: #372f1c;
    background: -moz-linear-gradient(left, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
    background: -webkit-linear-gradient(left, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
    background: linear-gradient(to right, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
}

.web-box .web3 {
    width: 24.5%;
    height: 200px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background-image: url(../img/indexad3.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #b99e56;
}

.web-box .web3::after {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 5px;
    background: #372f1c;
    background: -moz-linear-gradient(left, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
    background: -webkit-linear-gradient(left, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
    background: linear-gradient(to right, #372F1C 0%, #F7E5CC 17%, #F7E5CC 17%, #877953 28%, #877953 72%, #F7E5CC 83%, #372F1C 100%);
}

.web-box a {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.web-box a:hover .webtitle {
    width: 250px;
}


.web-box .web1 a img,
.web-box .web2 a img,
.web-box .web3 a img {}

.webtitle {
    color: #f6dba3;
    font-size: 20px;
    font-weight: 800;
    text-align: center;

    width: 225px;
    padding: 15px 30px 15px 15px;

    position: absolute;
    bottom: calc(50% - 20px);
    left: -1px;

    border-radius: 0 20px 20px 0;
    border: 1px solid #b99e56;
    border-left: 0px;

    background: #0A5F46;
    background: -moz-linear-gradient(left, #0A5F46 0%, #0A5F46 10%, #0A5F46 61%, #55B87B 84%, #0A5F46 100%);
    background: -webkit-linear-gradient(left, #0A5F46 0%, #0A5F46 10%, #0A5F46 61%, #55B87B 84%, #0A5F46 100%);
    background: linear-gradient(to right, #0A5F46 0%, #0A5F46 10%, #0A5F46 61%, #55B87B 84%, #0A5F46 100%);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.webtitle:hover {
    color: #ffefcf;
}

.webtitle img {
    vertical-align: middle;
}

.webtitle .ny4 {}

.plate3 .plate-left {
    /*width: 905px;*/
    display: inline-block;
    vertical-align: top;
}

.plate3 .hotGame {
    margin-top: 10px;
}

.mt10 {
    margin-top: 10px;
}

.plate3 .item {
    width: 408px;
    /*height: 310px;*/
    float: left;
}

.plate3 .hotGame .item-img {
    width: 100%;
    height: 100%;
    border: 1px solid #fae4ac;
}

.plate3 .item img {
    width: 100%;
    height: 100%;
}

.hoverToBig img {
    transition: transform 0.5s;
}

.ml5 {
    margin-left: 5px;
}

.plate3 .hotGame .item-img1:first-child {
    margin-right: 2px;
    border: 1px solid #fae4ac;
}

.plate3 .hotGame .item-img1 {
    width: 199px;
    height: 100%;
    display: inline-block;
    border: 1px solid #fae4ac;
}

.plate3 .hotGame .item-img1>div {
    height: 100%;
}

.plate3 .plate-down {
    width: 282px;
    display: inline-block;
    margin-left: 5px;
}

.plate3 .plate-down .inform {
    border: 1px solid #eaeaea;
    height: 330px;
}

.win-info.main {
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
    background: #f9f9f9;
}

.win-info {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #eaeaea;
}

.hotGame #hotSwiper {
    margin-top: 0;
    border: 1px solid #eaeaea;
    width: 100%;
}

#hotSwiper {
    height: 120px;
    padding: 0 50px;
    background: #fff;
    margin-top: 20px;
}

.sport-right {
    background-color: #fff;
}

.sport-list {
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: 297px;
    margin-top: 10px;
    color: #666;
}

.cursor.marquee.marquee-li {
    padding: 7px 5px 0 8px;
    border-bottom: 1px dotted #eaeaea;
    height: 35px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    list-style-type: none;
}

.plate-down-content>ul {
    padding-inline-start: 0;
}

.sport>.sport-right {
    padding-left: 20px;
}

.container-sport {
    height: 255px;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.plate-down-content>.left-marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
    border-bottom: 1px solid #eaeaea;
}

.plate-down-content>.left-marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0% {
        top: 0em;
    }

    100% {
        top: -20em;
    }
}

.live_bg {
    transition: transform 0.5s;
    transform: scale(1);
}

.plate-item:hover .live_bg {
    transform: scale(1.2);
}

.hotGame .hoverToBig .live_ebg {
    transition: transform 0.5s;
    transform: scale(1);
}

.hotGame .hoverToBig:hover .live_ebg {
    transform: scale(1.2);
}

.plate-item .plate-item-img .txt3 {
    transition: all 0.5s ease !important;
    opacity: 0;
}

.plate-item:hover .plate-item-img .txt3 {
    opacity: 1;
}

.slot-swiper {
    max-width: 1110px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    background-color: #fff;

}

.slot-swiper .swiper-box {
    display: block;
    position: relative;
    height: 110px;
    padding: 10px;
}


.slot-swiper .small-image {
    float: left;
    width: 90px;
    height: 90px;
}

.slot-swiper .small-image img {
    border-radius: 10px;
}

.slot-swiper .text-box {
    float: left;
    width: 156px;
    padding-left: 10px;
}

.slot-swiper .text-box .name {
    color: #409EFF;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slot-swiper .text-box .vendor {
    color: #666;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slot-swiper .text-box .play {
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #409EFF;
    padding: 3px 7px;
    cursor: pointer;
    background-color: #409EFF;
    color: #fff;
}

.slot-swiper .text-box .try {
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #409EFF;
    padding: 3px 7px;
    cursor: pointer;
    color: #409EFF;
}


.about-box {
    max-width: 1110px;
    margin-top: 10px;
    border: 1px solid #fcdb83;
    padding: 30px 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

.about-box h1 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.about-box .left-content {
    float: left;
    width: 700px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
}

.about-box .right-content {
    float: left;
    margin-left: 30px;
}

.about-box .right-content img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 300px;
}

.page-item.active .page-link {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.page-link {
    color: #353535;
}

footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #00000040;
    /* background: url(../img/footerbg.png); */
    background-size: cover;
    border-top: 1px solid #FFE6B2;
    color: #eee;
    margin-top: -1px;
}

.footer-content a {
    color: #fff !important;
}

.footer-content a:hover {
    color: #fff !important;
}

.footer-content {
    color: #fff;
    font-size: 15px;
}

.footer-content .f_title {
    padding-bottom: 15px;
    font-weight: 500;
}

.footer-content .footer-logo {
    width: 180px;
    height: 120px;
    float: left;
    margin-top: 10px;
    background: url(../img/logo.png) no-repeat;
    background-size: cover;
    background-position: -60px;
}

.footer-content .txt {
    margin-top: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
}

.footer-content .footer-icon {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.footer-content .txt1 {
    font-size: 15px;
}


.footer-content .txt4 {
    width: 125px;
    height: 27px;
    display: inline-block;
    background: url(../img/footer-pagcorlogo.png) no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.footer-content .txt5 {
    width: 97px;
    height: 27px;
    display: inline-block;
    background: url(../img/footer-bitmap.png) no-repeat;
    background-size: cover;
}

.footer-content .txt6 {
    margin-top: 6px;
}

.footer-content .txt .txt3 {
    margin-right: 3px;
    margin-left: 8px;
}

.slotplay {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 640px;
    bottom: 90px;
    z-index: 5;
}

.slotplay a {
    width: 180px;
    height: 180px;
    display: block;
    background-image: url(../images/slotgif.gif);
    background-size: cover;
}

.floatWindow {
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 2;
}

.floatWindow .rel {
    line-height: 18px;
}

.floatWindow .oper:hover {
    background: #ffe6b2;
}

.floatWindow .oper:hover .txt {
    display: block;
    color: #4d3f1f;
}

.floatWindow dl {
    text-align: center;
}

.floatWindow dt {
    width: 48px;
    height: 48px;
    float: right;
    clear: both;
    text-align: center;
    border: 1px solid #ffe6b2;
    background: #235D29;
    margin-bottom: 5px;
    border-radius: 5px;
}

.floatWindow .download_qr {
    position: relative;
    width: 164px;
    height: 164px;
    background-color: #235D29;
    z-index: 999;
    top: -38px;
    left: -174px;
}

.floatWindow .oper:hover .kefu,
.floatWindow .oper:hover .tel,
.floatWindow .oper:hover .top,
.floatWindow .oper:hover .line {
    background-image: inherit;
}

.floatWindow .download,
.floatWindow .kefu,
.floatWindow .phone,
.floatWindow .tel,
.floatWindow .top {
    background: url(../img/floatBtn.png) no-repeat;
    background-position: 50%;
    margin-top: 9px;
    height: 32px;
    width: 32px;
}

.floatWindow .item {
    width: 48px;
    height: 48px;
    margin: auto;
    margin-bottom: 4px;
}

.floatWindow dt .txt {
    color: #ffe6b2;
    display: none;
    margin-top: 5px;
    font-size: 14px;
}

.floatWindow .kefu {
    background-position: 6px -1px;
}

.floatWindow .download {
    background-position: 6px -57px;
}

.floatWindow .phone {
    background-position: 6px -116px;
}

.floatWindow .tel {
    background-image: none;
    background-position: 6px -173px;
}

.floatWindow .tel .txt {
    display: block !important;
    color: #ffe6b2;
}

.floatWindow .top {
    line-height: 16px;
    background-position: 6px -225px;
}


.floatWindow .maintain .txt {
    display: block !important;
    color: #ffe6b2;
}

.floatWindow .kefu2 .txt {
    display: block !important;
    color: #ffe6b2;
}

.floatWindow .line {
    background: url(../img/lineicon.png) no-repeat;
    height: 48px;
    width: 40px;
    background-size: contain;
    background-position-y: 3px;
}

/***register***/

.container-register {
    margin-top: 0px;
    padding: 15px 15px 55px 15px;
    background-color: #002620;
    border: 0px solid #fed979;
    border-bottom: 0px;
    min-height: 600px;
}

.register-swiper {
    height: 100%;
}

.register-content {
    padding: 10px 70px;
    margin-top: 20px;
}

.register-right {
    padding: 40px 0;
    margin-top: 30px;
}


.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}

.register-header .txt {
    color: #f5f2ed;
    line-height: 26px;
    padding: 0 35px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.tabs .el-tabs-item {
    font-size: 16px;
}

.tabs .tabs-top {
    width: 100%;
}

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


.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #c7c7c7;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    list-style: none;
}

.el-tabs__item.is-active {
    color: #dfd0b5;
}

.container-register .left-slide1 {
    background: url(../img/reg-img.jpg) 50%/cover;
}

.banner-img {
    width: 100%;
    height: 100%;
    border-top: 1px solid #c5a551;
    border-bottom: 1px solid #c5a551;
}

.register-notice {
    border: 1px solid #fec6a0;
    padding: 10px;
    color: #6c6c6c;
    margin-top: 7px;
    background: #fef5e3;
    margin-bottom: 10px;
    font-size: 14px;
}

.el-input__inner,
.el-input__inner:focus {
    border-color: #f56c6c;
}

.el-checkbox {
    font-weight: 400;
}

.el-checkbox span {
    color: #fff5c8 !important;
}

.el-form-item__error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    /*left: 0;*/
}

.el-form-item__error2 {
    color: #f56c6c;
    font-size: 15px;
    line-height: 1;
    padding-top: 4px;
    /*position: absolute;
  top: 100%;
  left: 0;*/
}


/*****help********/

.help-container {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 600px;
    padding: 0 !important;
    overflow: hidden;
    font-size: 15px;
}

.help-container .help-left-column {
    background-color: #010101ba;
    backdrop-filter: blur(10px);
}

.help-container .help-left-column .help-left-title {
    color: #f9e8ba;
    border-right: 0px solid #eaeaea;
    font-size: 18px;
    font-weight: 700;
    padding: 25px;
    border-bottom: 1px solid #f2e0c678;
}

.help-container .help-left-column .el-menu {
    margin-bottom: -100000px;
    padding-bottom: 100000px;
}

.help-container .help-left-column .el-menu-item {
    width: 100%;
}

.help-container .help-left-column .el-menu-item a {
    color: #d5d5d5;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px !important;
    display: block;
    cursor: pointer;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.help-container .help-left-column .el-menu-item a:hover,
.help-container .help-left-column .el-menu-item.active a {
    color: #ffdc83;
    font-size: 18px;
}

.help-container .help-right-column {
    background-color: #373737b0;
    min-height: 600px;
    backdrop-filter: blur(10px);
}

.help-container .help-right-column .title {
    color: rgb(255, 246, 235);
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    background: #a89660a8;
    border-bottom: 0 solid #eaeaea;
    padding: 0 30px;
    font-size: 16px;
}

.help-container .help-right-column .help-right-content {
    color: rgb(255, 255, 255);
    margin-top: 60px;
    font-weight: 400;
    overflow: auto;
    padding: 0 60px 60px;
    line-height: 24px;
}

.helpInfo {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    min-height: calc(100% - 72px);
    padding: 0px 30px 30px 30px;
}

.helpInfo h1 {
    color: #ffdc83;
    font-size: 1.5rem;
    padding: 30px 0px 10px;
}

.helpInfo .table {
    font-size: 15px;
    border: 1px solid #ebeef5;
    text-align: center;
    border-collapse: collapse;
    width: 600px;
    margin: 0 auto;
}

.helpInfo table th {
    background-color: #817550;
    padding: 10px;
    border: 1px solid #ebeef5;
    color: #fff;
    font-weight: 400;
}

.helpInfo table td {
    border: 1px solid #ebeef5;
    padding: 5px;
    color: #fff;
}

.helpInfo ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.el-collapse {
    padding: 30px 30px;
}

.bs-accordion .panel-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border-bottom: 1px solid #a49165;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
}

.bs-accordion .panel-heading h4 {
    width: 100%;
}

.bs-accordion .panel-heading a {
    font-size: 17px;
    font-weight: 400;
    color: #fff2da;
}

.bs-accordion .panel-heading a[aria-expanded=true] .fa-angle-right {
    transform: rotate(90deg);
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bs-accordion .panel-heading a .fa-angle-right {
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bs-accordion .panel-body {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    color: #ffffff;
    line-height: 1.769230769230769;
}

.bs-accordion .panel-body h1 {
    color: #ffdc83;
    font-size: 1.5em;
    margin-block-start: 1.83em;
    margin-block-end: 0.83em;
}

/******Live******/

.live-banner-container .banner-img {
    background: url(../img/live/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .live-banner-container .banner-img {
        background: url(../img/live/banner.jpg) 35% 40% / cover rgb(0, 0, 0);
        background-size: 750px;
    }

}


.live-banner-container {
    width: 100%;
    height: 440px;
}

.card_body .bottom {
    position: absolute;
    right: 15px;
}

.card_body .bottom a {
    color: #ffeec7;
    font-size: 15px;
}

.card_body .bottom a:hover {
    color: #ffd26a;
}

.live-box {
    margin: 80px 0px 80px 0px;
}

.live-box>.el-col>.el-card {
    border-radius: 0px;
    position: relative;
}

.live-box .text1 {
    padding: 15px 0px 10px 0px;
    color: #b99e56;
}

.live-box .text2 {
    padding: 10px 0px 16px 0px;
    font-size: 14px;
    font-weight: 400;
}

.card {
    margin-bottom: 40px;
    background-color: #fff0;
}

.card:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card:hover {
    transform: translateY(6px)
}



.card_body {
    width: 240px;
    height: 300px;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 30px;
    border: 1px solid #727272;
    background: #242424;
    background: linear-gradient(45deg, #242424 0%, #372f1c 33%, #727272 56%, #372f1c 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #242424 0%, #372f1c 33%, #727272 56%, #372f1c 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card_body::after {
    width: 240px;
    height: 300px;
    margin: 0 auto;
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #372f1c;
    background: -moz-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: -webkit-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: linear-gradient(to right, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
}

.card_body:hover {
    background-position: left, 20% 50%;
}


.live-card .card_body {
    border: 1px solid #dac594;
    background: #372f1c;
    background: linear-gradient(45deg, #372f1c 0%, #877953 33%, #f7e5cc 56%, #b6a375 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #372f1c 0%, #877953 33%, #f7e5cc 56%, #b6a375 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
}

.live-card .card_body::after {
    background: #372f1c;
    background: -moz-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: -webkit-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: linear-gradient(to right, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
}

.mask {
    height: 280px;
}

.card-box {
    color: white;
    font-size: 18px;
    width: 210px;
    margin: 0 auto;
    margin-top: -45px;
    padding: 10px 20px;
    position: relative;
    background-color: black;
    border-radius: 15px;
}



.card.is-always-shadow,
.card.is-hover-shadow:focus,
.card.is-hover-shadow:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, .125);
}

.card_body img {
    width: 100%;
    padding-top: 6px;
    display: block;
}

.card_body .comings img {
    width: auto;
    max-width: 100%;
    display: block;
    right: 41px;
    position: absolute;
    bottom: 73px;
}


/********sport**********/

.sport-box {
    padding: 80px 0px 50px;
}

.sport-card .card_body {
    border: 1px solid #73c3fc;
    background: #16344a;
    background: linear-gradient(45deg, #16344a 0%, #247bb9 33%, #73c3fc 56%, #247bb9 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #16344a 0%, #247bb9 33%, #73c3fc 56%, #247bb9 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
}

.sport-card .card_body::after {
    background: #16344a;
    background: -moz-linear-gradient(left, #16344a 0%, #73c3fc 17%, #73c3fc 17%, #247bb9 28%, #247bb9 72%, #73c3fc 83%, #16344a 100%);
    background: -webkit-linear-gradient(left, #16344a 0%, #73c3fc 17%, #73c3fc 17%, #247bb9 28%, #247bb9 72%, #73c3fc 83%, #16344a 100%);
    background: linear-gradient(to right, #16344a 0%, #73c3fc 17%, #73c3fc 17%, #247bb9 28%, #247bb9 72%, #73c3fc 83%, #16344a 100%);
}

.sport-banner-container .banner-img {
    background: url(../img/sport/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .sport-banner-container .banner-img {
        background: url(../img/sport/banner.jpg) 36% 40% / cover rgb(0, 0, 0);
        background-size: 800px;
    }
}

.sport-banner-container {
    width: 100%;
    height: 440px;
}

.sport-left {
    margin-bottom: 15px;
}

.card-body .item-bg1,
.card-body .item-bg2,
.card-body .item-bg3,
.card-body .item-bg4 {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: top;
}

.sport-left .card-body .item-bg1 {
    background-image: url(../img/sport/sport-super.jpg);
}

.sport-left .card-body .item-bg2 {
    background-image: url(../img/sport/sport_win.jpg);
}



.sport-right {
    overflow: hidden;
}

.sport-right>.sport-list {
    box-shadow: 0 0 15px #ddd;
}

.win-info.main {
    padding: 7px 10px 0 10px;
    border-bottom: 1px solid #eaeaea;
    height: 35px;
    position: relative;
    line-height: 40px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: #c0c4cc17;
}

.cursor.marquee.marquee-li {
    padding: 7px 10px 0 10px;
    border-bottom: 1px dotted #eaeaea;
    height: 35px;
    position: relative;
    font-size: 100%;
    font: inherit;
    list-style-type: none;
}


.sport>.sport-right {
    padding-left: 20px;
}

.container-sport2 {
    height: 18em;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.text-fill:before {
    content: "";
    background: #fddc8a;
    left: 0;
    padding-left: 5px;
    position: relative;
    margin: 0px 7px 0px 0px;
}

.text-fill {
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0px;
}

.sport-right-img .sport-item-logo {
    width: 140px;
    height: 125px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 18px auto;

}

.sport-right-img .sport-item-logo.super {

    background-image: url(../img/sport/super-logo.jpg);
}

.sport-right-img .sport-item-logo.winbet {
    background-image: url(../img/sport/win-logo.png);
}

.sport-right-img .sport-item-logo.qt {
    width: 160px;
    height: 125px;
    background-size: 100% auto;
    background-image: url(../img/sport/qt-sport-logo.jpg);
}

.sport-left-txt {
    font-weight: 500;
    margin-top: 25px;
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

.sport-item-txt {
    padding: 10px 0px 10px 5px;
    width: 90%;
    text-align: left;
    line-height: 24px;
    color: #666;
}

.el-button--medium {
    font-size: 15px;
}


.sport>.el-col>.el-card {
    padding: 20px 20px 40px;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 10px;
}

.sport>.el-col {
    margin-bottom: 30px;
}

/***********slot*************/

.slot-box {
    padding-bottom: 50px;
}

.slot-card .card_body {
    border: 1px solid #dacb59;
    background: #493f0d;
    background: linear-gradient(45deg, #493f0d 0%, #b8a022 33%, #dacb59 56%, #b8a022 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #493f0d 0%, #b8a022 33%, #dacb59 56%, #b8a022 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
    position: relative;
}

.slot-card .card_body::after {
    background: #493f0d !important;
    background: -moz-linear-gradient(left, #493f0d 0%, #dacb59 17%, #dacb59 17%, #b8a022 28%, #b8a022 72%, #dacb59 83%, #493f0d 100%) !important;
    background: -webkit-linear-gradient(left, #493f0d 0%, #dacb59 17%, #dacb59 17%, #b8a022 28%, #b8a022 72%, #dacb59 83%, #493f0d 100%) !important;
    background: linear-gradient(to right, #493f0d 0%, #dacb59 17%, #dacb59 17%, #b8a022 28%, #b8a022 72%, #dacb59 83%, #493f0d 100%) !important;
}

.slot-banner-container .banner-img {
    background: url(../img/slot/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .slot-banner-container .banner-img {
        background: url(../img/slot/banner.jpg) 36% 45% / cover rgb(0, 0, 0);
        background-size: 600px;
    }
}

.slot-banner-container {
    width: 100%;
    height: 440px
}

.slot-box .card-image {
    width: 100%;
    height: auto;
}

.slot-box .button {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 20px;
    border: 1px solid #fddc8a;
    margin-top: -3px;
}

.slot-box .slot-header {
    color: #feecc0;
    padding: 20px 15px 15px 25px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    border-radius: 8px;
}

.slot-box .slot-header .breadcrumb-item a {
    color: #cdb473;
}

.slot-box .slot-header .breadcrumb-item a:hover {
    color: #feecc0;
}

.slot-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 20px 10px;
    padding-top: 0px;
}

.slot-box ul.content {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-left: 9px;
    font-size: 0;
}

.slot-box .content li {
    display: inline-block;
    width: 15.4%;
    border: 0px solid #EEE;
    overflow: hidden;
    margin: 8px 6px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #feecc0;
    text-align: center;
}

.slot-box .content li img {
    width: 170px;
    height: 170px;

}

.slot-box .el-col.el-col-6 {
    margin-bottom: 20px;
}

.slot-box .el-breadcrumb__inner {
    color: #cdb473;
    font-weight: 400;
}


/*電子遊戲內頁 start*/
.slot-box .photo {
    position: relative;
    width: 170px;
    height: 170px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 6px;
    border-radius: 10px;
    overflow: hidden;
}

.slot-box .photo .float-box .button {
    padding: 6px 35px;
    display: inline-block;
    float: none;
    cursor: pointer;
    color: rgb(32, 32, 32);
    font-size: 15px;
    border: 1px solid #242424;
    border-radius: 6px;
    background: #372f1c;
    background: linear-gradient(45deg, #ffe5a6 0%, #ffeab1 33%, #f7e5cc 56%, #fff8e6 90%);
    ;
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #ffe5a6 0%, #ffeab1 33%, #f7e5cc 56%, #fff8e6 90%);
    ;
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 20px 0px rgba(255, 255, 255, 0.03) inset, 0px -20px 20px rgba(0, 0, 0, 0.15) inset, 0px 20px 20px rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 20px 0px rgba(255, 255, 255, 0.03) inset, 0px -20px 20px rgba(0, 0, 0, 0.15) inset, 0px 20px 20px rgba(255, 255, 255, 0.05) inset;
}

.slot-box .photo .float-box .button.try-game {
    background-color: rgb(254 217 121);
}

.slot-box .photo .float-box .shine {
    display: block;
    position: relative;
    top: -6px;
    left: 0px;
    padding: 0 12px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
}

.slot-box .photo .float-box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
}

.slot-box .photo:hover .float-box {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

@media (max-width: 767px) {
    .cells .row {
        gap: 3px;
        height: 100%;
    }

    .slot-box .photo {
        width: 100%;
    }

    .slot-box .photo .float-box {
        opacity: 1;
        top: auto;
        bottom: 0px;
        background: rgba(0, 0, 0, .6);
    }

    .slot-box .photo .float-box .button {
        padding: 5px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

}



.slot-box .no-record {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 120px 0;
}


.slot-box .slot-search {
    width: 230px;
    position: absolute;
    right: 30px;
    top: 10px;
}

.slot-box .slot-search .el-icon-search {
    font-size: 18px;
}

.slot-box .slot-search .el-button {
    margin: -10px -27px;
}

.slot-box ul.content {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-left: 9px;
}

.slot-box .el-breadcrumb {
    font-size: 16px;
    color: #666;
}

/*電子遊戲內頁 end*/


/************lottery************/

.lottery-box {
    padding: 80px 0px 50px;
}

.lottery-card .card_body {
    border: 1px solid #db92fe;
    background: #16344a;
    background: linear-gradient(45deg, #431b56 0%, #7e389f 33%, #db92fe 56%, #7e389f 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #431b56 0%, #7e389f 33%, #db92fe 56%, #7e389f 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
}

.lottery-card .card_body::after {
    background: #431b56;
    background: -moz-linear-gradient(left, #431b56 0%, #db92fe 17%, #db92fe 17%, #7e389f 28%, #7e389f 72%, #db92fe 83%, #431b56 100%);
    background: -webkit-linear-gradient(left, #431b56 0%, #db92fe 17%, #db92fe 17%, #7e389f 28%, #7e389f 72%, #db92fe 83%, #431b56 100%);
    background: linear-gradient(to right, #431b56 0%, #db92fe 17%, #db92fe 17%, #7e389f 28%, #7e389f 72%, #db92fe 83%, #431b56 100%);
}

.lottery-banner-container .banner-img {
    background: url(../img/lottery/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .lottery-banner-container .banner-img {
        background: url(../img/lottery/banner.jpg) 38% 40% / cover rgb(0, 0, 0);
        background-size: 770px;
    }
}

.lottery .item-bg1 {
    background-image: url(../img/lottery/ob.png);
}

.lottery .item-bg2 {
    background-image: url(../img/lottery/9k.png);
}

.lottery .item-bg3 {
    background-image: url(../img/lottery/apl.png);
}

.lottery-left {
    margin-bottom: 30px;
}

.lottery-right {
    overflow: hidden;
}

.lottery-list {
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: 297px;
    margin-top: 10px;
    color: #666;
}

.lottery>.lottery-right {
    padding-left: 20px;
}

.container-lottery2 {
    height: 18em;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.lottery-banner-container {
    width: 100%;
    height: 440px;
}

.lottery>.el-col>.el-card .img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: top;
}

.lottery .lottery-right-img .lottery-item-logo {
    width: 180px;
    height: 67px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 45px auto;
}

.lottery .lottery-item-logo.maya {
    background-image: url(../img/lottery/354_134.png);
}

.lottery .nine {
    background-image: url(../img/lottery/9klogo.png);
}

.lottery .apl {
    background-image: url(../img/lottery/apllogo.png);
}




.lottery .lottery-item-logo.bingo {
    background-size: 180px auto;
    background-image: url(../img/lottery/bingo-star.png);
}

.lottery .lottery-left-txt {
    margin-top: 25px;
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

.lottery .lottery-item-txt {
    padding: 10px 0px 10px 5px;
    width: 90%;
    text-align: left;
    line-height: 24px;
    color: #666;
}

.lottery .el-button--medium {
    font-size: 15px;
}

.lottery>.el-col>.el-card {
    padding: 20px 20px 40px;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 10px;
}

.lottery>.el-col {
    margin-bottom: 30px;
}

/********chess**********/

.chess-box {
    padding: 80px 0 50px;
}

.chess-card .card_body {
    border: 1px solid #1eca23;
    background: #1c3727;
    background: linear-gradient(45deg, #1c3727 0%, #128411 33%, #1eca23 56%, #128411 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #1c3727 0%, #128411 33%, #1eca23 56%, #128411 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
}

.chess-card .card_body::after {
    background: #1c3727;
    background: -moz-linear-gradient(left, #1c3727 0%, #1eca23 17%, #1eca23 17%, #128411 28%, #128411 72%, #1eca23 83%, #1c3727 100%);
    background: -webkit-linear-gradient(left, #1c3727 0%, #1eca23 17%, #1eca23 17%, #128411 28%, #128411 72%, #1eca23 83%, #1c3727 100%);
    background: linear-gradient(to right, #1c3727 0%, #1eca23 17%, #1eca23 17%, #128411 28%, #128411 72%, #1eca23 83%, #1c3727 100%);
}

.chess-banner-container .banner-img {
    background: url(../img/chess/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .chess-banner-container .banner-img {
        background: url(../img/chess/banner.jpg) 38% 40% / cover rgb(0, 0, 0);
        background-size: 740px;
    }
}

.chess .item-bg1 {
    background-image: url(../img/chess/ob.jpg);
}

.chess .item-bg2 {
    background-image: url(../img/chess/bts.jpg);
}

.chess .item-bg3 {
    background-image: url(../img/chess/gr.jpg);
}

.chess .item-bg4 {
    background-image: url(../img/chess/gd.jpg);
}


.chess-right {
    overflow: hidden;
}

.chess-right>.chess-list {
    box-shadow: 0 0 15px #ddd;
}

.win-info.main {
    padding: 7px 10px 0 10px;
    border-bottom: 1px solid #eaeaea;
    height: 35px;
    position: relative;
    line-height: 40px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: #c0c4cc17;
}

.cursor.marquee.marquee-li {
    padding: 7px 10px 0 10px;
    border-bottom: 1px dotted #eaeaea;
    height: 35px;
    position: relative;
    font-size: 100%;
    font: inherit;
    list-style-type: none;
}

.plate-down-content>ul {
    padding-inline-start: 0;
}

.chess>.chess-right {
    padding-left: 20px;
}

.container-chess {
    height: 20em;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.plate-down-content>.left-marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
    border-bottom: 1px solid #eaeaea;
}

.plate-down-content>.left-marquee:hover {
    animation-play-state: paused;
}

/***********fish***********/

.fish-box {
    padding: 80px 0 50px;
}

.fish-card .card_body {
    border: 1px solid #1eca23;
    background: #16A087;
    background: linear-gradient(45deg, #16A087 0%, #1FFFE4 33%, #1FFFE4 56%, #16A087 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #16A087 0%, #16A087 33%, #1FFFE4 56%, #16A087 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
}

.fish-card .card_body::after {
    background: #16A087;
    background: -moz-linear-gradient(left, #16A087 0%, #1FFFE4 17%, #1FFFE4 17%, #16A087 28%, #16A087 72%, #1FFFE4 83%, #16A087 100%);
    background: -webkit-linear-gradient(left, #16A087 0%, #1FFFE4 17%, #1FFFE4 17%, #16A087 28%, #16A087 72%, #1FFFE4 83%, #16A087 100%);
    background: linear-gradient(to right, #16A087 0%, #1FFFE4 17%, #1FFFE4 17%, #16A087 28%, #16A087 72%, #1FFFE4 83%, #16A087 100%);
}

/*************hot***************/

.hot-box {
    padding: 80px 0px 50px;
}

.hot-banner-container .banner-img {
    background: url(../img/hot/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .hot-banner-container .banner-img {
        background: url(../img/hot/banner.jpg) 36% 40% / cover rgb(0, 0, 0);
        background-size: 610px;
    }
}

.hot-banner-container {
    width: 100%;
    height: 440px;
}

/***********coming***********/

.coming-box .card_body {
    width: 240px;
    height: 300px;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 30px;
    border: 1px solid #727272;
    background: #242424;
    background: linear-gradient(45deg, #242424 0%, #372f1c 33%, #727272 56%, #372f1c 90%);
    background-image: url(../img/boxbg.png), linear-gradient(45deg, #242424 0%, #372f1c 33%, #727272 56%, #372f1c 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: left, top left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.coming-box .card_body::after {
    width: 240px;
    height: 300px;
    margin: 0 auto;
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    top: 5px;
    border-radius: 30px;
    background: #372f1c;
    background: -moz-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: -webkit-linear-gradient(left, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
    background: linear-gradient(to right, #372f1c 0%, #f7e5cc 17%, #f7e5cc 17%, #877953 28%, #877953 72%, #f7e5cc 83%, #372f1c 100%);
}

/* Make it move! */

@keyframes marquee {
    0% {
        top: 0em
    }

    100% {
        top: -13em
    }
}

.chess-banner-container {
    width: 100%;
    height: 440px;
}

.text-fill:before {
    content: "";
    background: #fddc8a;
    left: 0;
    padding-left: 5px;
    position: relative;
    margin: 0px 7px 0px 0px;
}

.text-fill {
    margin: 12px 0px;
}

.chess>.el-col>.el-card .img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: top;
}

.chess .chess-right-img .chess-item-logo {
    font-size: 20px;
    width: 110px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px auto 0px;
}

.chess .chess-item-logo.vg {
    background-image: url(../img/chess/vglogo.png);
}

.chess .chess-item-logo.chinniu {
    background-image: url(../img/chess/chinniulogo.png);
}

.chess .chess-left-txt {
    margin-top: 25px;
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

.chess .chess-item-txt {
    padding: 10px 0px 10px 5px;
    width: 90%;
    text-align: left;
    line-height: 24px;
    color: #666;
}

.chess .el-button--medium {
    font-size: 15px;
}

.chess>.el-col>.el-card {
    padding: 20px 20px 40px;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 10px;
}


/***********av****************/

.av-banner-container .banner-img {
    background: url(../img/av/banner.jpg) center center / cover rgb(0, 0, 0);
}

.av .item-bg1 {
    background-image: url(../img/av/av-banner.jpg);
}

.av-banner-container {
    width: 100%;
    height: 440px;
}

.av-right {
    overflow: hidden;
}

.av-left {
    margin-bottom: 15px;
}

.av-list {
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: 297px;
    margin-top: 10px;
    color: #666;
}

.av-right>.av-list {
    box-shadow: 0 0 15px #ddd;
}


.av>.av-right {
    padding-left: 20px;
}

.container-av {
    height: 18em;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}


.av .av-right-img .av-item-logo {
    width: 140px;
    height: 125px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 18px auto;

}

.av .av-right-img .av-item-logo.av {

    background-image: url(../img/av/av-logo.jpg);
}


.av .av-left-txt {
    margin-top: 25px;
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

.av .av-item-txt {
    padding: 10px 0px 10px 5px;
    width: 90%;
    text-align: left;
    line-height: 24px;
    color: #666;
}

.av .el-button--medium {
    font-size: 15px;
}


.av>.el-col>.el-card {
    padding: 20px 20px 40px;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 10px;
}

.av>.el-col {
    margin-bottom: 30px;
}

/***********fish*************/

.fish-banner-container {
    width: 100%;
    height: 440px;
}

.fish-banner-container .banner-img {
    background: url(../img/fisher/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .fish-banner-container .banner-img {
        background: url(../img/fisher/banner.jpg) 38% 10% / cover rgb(0, 0, 0);
        background-size: 750px;
    }
}

/***********promotion*************/
.modal {
    z-index: 999999;
}

.promotion-banner-container .banner-img {
    background: url(../img/promotion/banner.jpg) center center / cover rgb(0, 0, 0);
}

@media (max-width: 450px) {
    .promotion-banner-container .banner-img {
        background: url(../img/promotion/banner.jpg) 38% 40% / cover rgb(0, 0, 0);
        background-size: 685px;
    }
}


.promotion-item {
    padding: 0px;
    cursor: pointer;
    margin-bottom: 30px;
    border: 1px solid #756449;
    border-radius: 10px;
    overflow: hidden;
}

.promotion-item .txt {
    padding: 20px;
    background-color: #002620;
}

.promotion-item .title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.promotion-item .content {
    margin-top: 10px;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 14px;
    font-size: 14px;
    max-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.promotion .el-tabs__header {
    margin: 10px 0 15px;
}

.promotion-search {
    position: absolute;
    cursor: pointer;
    line-height: 45px;
    right: 0;
    top: 10px;
    margin: 0px 0px;
}

.promotion {
    margin: 25px auto;
    padding: 0px 15px 0px 15px;
    background-color: #002620;
    border: 1px solid rgba(0, 0, 0, .2);
    min-height: 600px;
    position: relative;
    backdrop-filter: blur(10px);
}

.el-col-offset-2 {
    margin-left: 0;
}

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

.promotion .el-tabs__nav-wrap::after {
    height: 1px;
}

.promotion-banner-container {
    width: 100%;
    height: 440px
}

.promotion .promotion-search input {
    font-size: 15px;
}

.promotion-item .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}


.promotion .card-body img {
    width: 100%;
}

.promotion-item .card {
    margin-bottom: 0px;
    border-radius: 0rem;
}

.promotion-item .card:hover {
    transform: translateY(0px)
}

.promotion-item .collapse {
    width: 100%;
    padding-top: 0;
}

.promotion-item .collapse .card-header {
    background-color: white;
    padding: 30px;
    border-radius: 0rem;
}

.promotion-item .collapse .card-header .card-title {
    font-size: 20px;
    margin-bottom: 0px;
}

.promotion-item .collapse .card-body {
    background-color: white;
    padding: 30px;
    display: block;
}

/*************user***************/

.container.user-container {
    padding: 0;
    margin: 15px auto;
    background-color: #010101ba;
    backdrop-filter: blur(10px);
}

.user-container .left-column {
    font-size: 16px;
    overflow: hidden;
    height: 600px;
    min-height: 600px;
    height: 100%;
}

@media (min-height: 500px) {
    .user-container .left-column {
        height: 600px;
        min-height: 600px;
        height: 100%;
    }
}

@media (min-height: 650px) {
    .user-container .left-column {
        height: 800px;
        min-height: 800px;
        height: 100%;
    }
}

@media (min-height: 900px) {
    .user-container .left-column {
        height: 1100px;
        min-height: 1100px;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .user-container .left-column {
        height: auto;
        min-height: auto;
        height: 100%;
    }
}

.user-container .right-column {
    background-color: #1d1d1d;
    backdrop-filter: blur(10px);
}

.left-column .dot-number .el-badge__content.is-fixed {
    top: 21px;
    right: -6px;
}

.left-column .userInfo .img .avatar {
    width: 89px;
    height: 89px;
    display: none;
    border-radius: 100%;
    border: 8px solid #f9e7ba;
    margin: auto;
    background: #fff url(../img/logo-small.png) no-repeat;
    background-size: 85%;
    background-position: 50%;
}

.left-column .userInfo {
    padding: 32px 20px 24px 20px;
    font-weight: 400;
}

.block-rate {
    display: inline;
    line-height: 12px;
}

.block-box .btn {
    margin-bottom: 3px;
    margin-top: 3px;
}

.el-rate {
    height: 20px;
    line-height: 1;
}

.left-column .userInfo .txt1 {
    margin-top: 14px;
    color: #f9e8ba;
    font-size: 16px;
    font-weight: 700;
}

.left-column .userInfo .txt2 {
    margin-top: 14px;
    font-size: 14px;
    color: #f9e8ba;
}

.left-column .userInfo .txt3 {
    margin-top: 14px;
    font-size: 14px;
    color: #f9e8ba;
}

.left-column .userInfo .txt3 a {
    color: #d5c393;
}

.left-column .menu-bottom {

    border-right: 1px solid #e6e6e6;
    margin-bottom: -100000px;
    padding-bottom: 100000px;
}

.user-container .left-column .el-menu {
    padding: 20px 0;

}

.user-container .left-column .el-menu .fa-angle-right {
    font-weight: 700;
    margin-top: 12px;
    font-size: 16px;
    margin-right: 0px;
}

.user-container .left-column .el-menu .el-menu-item {
    padding-left: 20px;
    padding-right: 20px;
}

.user-container .left-column .el-menu .el-menu-item a {
    color: #d5d5d5;
    font-weight: 400;
    height: 43px;

    line-height: 43px;
    font-size: 15px;
}

.user-container .left-column .el-menu .el-menu-item:focus,
.user-container .left-column .el-menu .el-menu-item:hover,
.user-container .left-column .el-menu .el-menu-item.is-active {
    color: #ffdc83;
    border-right: 0px;
    margin-right: -1px;
}

.user-container .left-column .el-menu .el-menu-item.is-active a {
    color: #ffdc83 !important;
    font-size: 18px !important;
}

.user-container .left-column .el-menu-item {

    -webkit-transition-property: none;
    transition-property: none;
}

.left-box {
    padding-left: 10px;
    padding-right: 10px;
}


.left-box .total {
    color: #ffffff;
    font-size: 32px;
    margin: 50px 0 35px 0;
    font-weight: bold;
    text-indent: 5px;

}

.left-box .wallet {
    color: #fef5e3;
    font-size: 16px;
    margin: 55px 0;

}

.left-box .txt1 {
    display: inline-block;
}

.left-box h3,
.right-box h3,
.bottom-box h3 {
    color: #ffe4a2;
    font-size: 1.2rem;
}

.bottom-box h3 {
    padding-top: 0px;
    padding-bottom: 20px;
}

.left-box .txt2 {
    color: #fefff0;
    display: inline-block;
    font-size: 14px;
    margin-left: 30px;
}

.page-container {
    color: #fefff0;
    font-weight: 400;
    padding: 30px 27px 50px;
}

.page-container .amounts-deploy-divided {
    margin: 25px 0;
    border-bottom: 3px solid #817149;
}

.el-select-dropdown__item .vendor-icon {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -5px;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.el-select-dropdown__item .select-right-amount {
    float: right;
    color: #8492a6;
    font-size: 14px
}

.tip-amount {
    position: absolute;
    right: 100px;
    color: rgb(132, 146, 166);
    font-size: 14px;
    text-align: right;
}

.transfer-switch {
    width: 44px;
    border-top: 1px solid #e2ca93;
    border-right: 1px solid #e2ca93;
    border-bottom: 1px solid #e2ca93;
    position: absolute;
    height: 70px;
    right: 20%;
    top: 65px;

}

.transfer-switch i {
    font-size: 20px;
    border: 1px solid #e2ca93;
    padding: 8px 14px;
    position: absolute;
    right: -18px;
    top: 12px;
    border-radius: 5px;
    background-color: #252525;
    cursor: pointer;
    color: #e2ca93;
}

.el-progress--circle,
.el-progress--dashboard {
    display: inline-block;
}

.el-progress {
    width: 66px;
    line-height: 1;
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.el-progress__text {
    font-size: 14px;
    color: #606266;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1;
}

.skill-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.skill-item h2 {
    color: white;
    font-size: 12px;
    transform: translateY(-40px) translateX(22px);
}

.skill-item .circle canvas {
    width: 66px !important;
    height: 66px !important;
}

.amounts-deploy {
    font-size: 14px;
    color: #666;
}

.amounts-deploy .show-amount {
    white-space: nowrap;
    overflow: hidden;
}

.amounts-deploy .box {
    color: #fdfbe3;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin-left: 12px;
    margin-top: 12px;
    max-width: 125px;
}

.amounts-deploy .el-col-6 {
    padding: 15px 0px;
}

.amounts-deploy .el-col-8 {
    padding: 15px 0px;
}

.user-container .right-column .title {
    color: #fcf8d6;
    height: 40px;
    font-weight: 400;
    background: #a89660a8;
    line-height: 40px;
    padding: 0 30px;
}

.btn-text {
    color: #ffde8b;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

.btn-refresh {
    font-size: 14px;
    color: #ffc73a;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}

.btn-text:hover,
.btn-refresh:hover {
    color: #ffe091;
}

.wallet-box {
    margin-left: -10px;
    margin-right: -10px;
}

.wallet-box .right-box h3 {
    padding-left: 15px;
    padding-bottom: 20px;
}

.wallet-box .right-box {
    position: relative;
    border-left: 3px solid #817149;
    margin-left: -3px;
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #e9dcb9;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wallet-box .right-box .el-input {
    width: 300px;
}

.wallet-box .right-box .el-input .el-input__inner {
    background-color: transparent;
}

.wallet-box .rmb-tip {
    position: absolute;
    top: 32px;
    font-size: 12px;
    color: #e91e63;
}

.wallet-rmb-tag {
    background-color: #EA5A49;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 2;
}

.user-tabs-header {
    height: 40px;
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}

.tabs-nav {
    border: 1px solid #807149;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.tabs-item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}

.tabs-item.is-active {
    color: #cdb473;
}

/*********tab step***********/

.tabs-content {
    overflow: hidden;
    position: relative;
}

.tabs-content .global-step,
.forget-content .global-step {
    margin: 60px 0;
    white-space: nowrap;
    display: flex;
}

.tabs-content .global-step .el-step,
.forget-content .global-step .el-step {
    position: relative;
    -ms-flex-negative: 1;
    flex: 1;
    display: inline-block;
    margin-right: 0px;
}

.tabs-content .global-step .el-step .step-head,
.forget-content .global-step .el-step .step-head {
    color: #f3d17c;
    border-color: #f3d17c;
    position: relative;
    width: 100%;
    text-align: center;
}

.step-head .step-line {
    left: 50%;
    right: -50%;
    height: 1px;
    margin-right: 0px;
    top: 11px;
    position: absolute;
    border-color: inherit;
    background-color: #c0c4cc;
}

.step-head .step-icon.is-text {
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
}

.step-head .step-icon {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(63, 63, 63);
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.step-head .step-icon .step-icon-inner {
    display: inline-block;
    user-select: none;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.step-main .step-title {
    color: #f3d17c;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}

.tabs-content .global-step .el-step .step-head.is-process,
.forget-content .global-step .el-step .step-head.is-process {
    color: #999;
    border-color: #999;
}

.step-main .step-title.is-process {
    color: #999;
}

.tabs-content .global-step .el-step .step-head.is-wait,
.forget-content .global-step .el-step .step-head.is-wait {
    color: #c0c4cc;
    border-color: #c0c4cc;
}

.step-main .step-title.is-wait {
    color: #999;
}

.el-step:last-of-type .step-line {
    display: none;
}

.form .tip-div {
    font-size: 12px;
    border: 1px solid #f3d17c;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 10px;
    border-radius: 5px;
    background: #272527;
    line-height: 24px;
}

.form .tip-div:before {
    border: 11px solid transparent;
    border-right-color: #272527;
    z-index: 1;
}

.form .tip-div:after {
    border: 10px solid transparent;
    border-right-color: #f3d17c;
}

.form .tip-div:after,
.tip-div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
}

.step2,
.step3 {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.step2 .tip {
    text-align: left;
    width: 620px;
    margin: 0 auto;
}

.step2 .my-table {
    margin: 0 auto;
    width: 620px;
    display: table;
    border-collapse: collapse;
}

.step2 .my-table .my-row {
    display: table-row;
    border: 1px solid #f3d17c;
}

.step2 .my-table .my-cell {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #f3d17c;
    padding: 10px 5px;
}

.step2 .count-down {
    margin: 0 auto;
    width: 620px;
    background: #f3d17c;
    color: #fff;
    border-right: 1px solid #f3d17c;
    line-height: 45px;
}

.step2 .my-table {
    margin: 0 auto;
    width: 620px;
    display: table;
    border-collapse: collapse;
}

.step2 .btn-cell {
    text-align: right;
    padding: 15px 0 15px 15px;
}

.my-table.btns .my-row {
    border: 0;
}

.el-button--primary.is-plain {
    color: #f3d17c;
    background: #ecf5ff;
    border-color: #b3d8ff;
}

.el-button--primary {
    color: #fff;
    background-color: #f3d17c;
    border-color: #f3d17c;
}

.step3 .title2 {
    max-width: 100%;
    margin: 10px auto;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}

.step3 .line-w {
    border-bottom: solid 1px #CCC;
    margin: 10px auto;
    width: 100%;
    height: 1px;
}

.step4 .title2 {
    color: #f3d17c;
    margin: 10px auto;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}

.tip .btn-text {
    font-size: 14px;
    padding: 0 3px;
    margin-top: -1px;
}


.step3 .tip {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    line-height: 36px;
}

.tip-bottom {
    border-top: 1px solid #e4e7ed;
    margin-top: 50px;
}

.tip-bottom h3 {
    color: #fddc8a;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
}

.tip-bottom .content {
    font-size: 14px;
    color: #f6f6f6;
    line-height: 24px;
}

/*************userinfo**************/

.page-container .userInfo .img .avatar {
    width: 89px;
    height: 89px;
    display: none;
    border-radius: 100%;
    border: 8px solid #f9e7ba;
    float: right;
    background: #fff url(../img/logo-small.png) no-repeat;
    background-size: 85%;
    background-position: 50%;
}

.nav-tabs .nav-link {
    color: #d0d0d0;
    width: 120px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 0px;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-bottom: 20px;
    background-color: #002620;
    border-radius: 6px;
    padding: 0px 40px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    font-size: 18px;
    color: #ffe299;
    background-color: rgba(255, 255, 255, 0);

}

.user-info-col {
    margin: 4px 0;
    height: 30px;
    font-size: 14px;
}

.page-container .deploy-divided {
    margin: 25px 0;
    border-bottom: 3px solid #807149;
}

.user-item {
    margin-bottom: 0 !important;
}

.tip-box {
    font-size: 14px;
}

.name-tip,
.tip-box {
    line-height: 24px;
    color: rgb(228, 228, 228);
}

.tip-box .title1 {
    color: #e9dbb9;
    font-weight: 700;
    font-size: 16px;
}

.page-container table thead {
    color: #666;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}

.page-container .table td,
.table th {
    font-size: 14px;
}

.page-container .table td a,
.table th a {
    color: #666;
}

.page-container table thead th {
    padding: 8px 0.75rem !important;
    border-bottom: 1px solid #ebeef5;
    background-color: #f5f5f5;
}

.mailmd .modal-header {
    padding: 13px 20px 10px;
    background-color: #409eff;
}

.mailmd .modal-header h5 {
    color: white;
}

.mailmd .modal-header .close {
    color: white;
    opacity: 1;
}


.promlmd .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
    margin-top: 15vh;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #002e28;
    backdrop-filter: blur(30px);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    border-bottom: 0px solid #8a6b1e;
}

.modal-title {
    color: #f4dda7;
}

.modal-body {
    color: #ffffff;
}

.modal-header .close {
    float: right;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.promlmd .modal-title {
    color: #91732a;
}

.promlmd .modal-content {
    background-color: #ffffff;
}

.promlmd .modal-body {
    color: #000;
}

.modal-backdrop.show {
    opacity: .5;
    display: none;
}


.forget-type {
    background: #fff;
    border: 1px solid #eaeaea;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 20px !important;
}

.forget-type .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.forget-type.gou {
    color: #66b1ff;
    cursor: default;
    border: 1px solid #66b1ff;
}

.gou {
    position: relative;
    border: 1px solid #66b1ff !important;
}

.gou:after {
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 0 0 25px 25px;
    border-style: solid;
    border-color: transparent transparent #66b1ff;
}

.gou:before {
    bottom: 2px;
    background: url(../img/gou.png) no-repeat;
    width: 14px;
    height: 11px;
    z-index: 1;
}

.gou:after,
.gou:before {
    position: absolute;
    right: 0;
    content: " ";
}



/*mobile-footer*/
.toBig {
    color: #dfcd9c !important;
    margin-top: -26px;
    border-radius: 50px;
    border: 1px solid #f44336;
    padding: 5px;
    margin-top: -24px;
    width: 50px;
    height: 50px;
    background: #0c412c;
    font-size: 35px;
    border: 1px solid #ffe6b2;
    box-shadow: 1px 1px 6px #dac594;

    display: flex !important;
    align-items: center;
    justify-content: center;
}

.toBig .mbftjoin {
    width: 36px;
}

.toBig .appdownload {
    width: 40px;
}

.m_footer {
    position: fixed;
    display: flex;
    width: 100%;
    height: 52px;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0px 0px 1px #c4c4c4;
    background-color: #0e4630;
    padding-top: 0px;
    padding-bottom: 0px;
}

.m_footer a {
    display: flex;
    width: calc(100% / 5);
    box-sizing: border-box;
    transition: all .2s;
    background-color: #0e4630;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.m_footer a:last-child {
    border-right: none;
}

.m_footer span {
    display: block;
    color: rgb(248 248 248);
    text-align: center;
}

.m_footer .mbfticon1 {
    width: 28px;
}

.m_footer .mbfticon2 {
    width: 28px;
}

.m_footer .mbfticon3 {
    width: 28px;
}

.m_footer .mbfticon4 {
    width: 28px;
}

.m_footer svg {
    font-size: 24px;
    color: rgb(227 227 227);
}

.m_footer span.footer_icon {
    font-size: 25px;
    margin-bottom: 2px;
}

.m_footer a.active svg,
.m_footer a.active span,
.m_footer a:hover {
    color: rgb(254 217 121) !important;
}

.m_footer a.active span,
.m_footer a:hover span {
    color: rgb(138, 138, 138);
}


.cells {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    min-height: 300px;
    height: 300px;
    height: auto;
}



.cells .plate-title {
    padding: 10px 0px;
    height: 60px;
    display: block;
    position: relative;
}

.cells .plate-title .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff2b9;
    margin-right: 12px;
    position: absolute;
    z-index: 4;
}

.cells .plate-title .desc {
    font-size: 25px;
    color: #515151;
    position: absolute;
    top: 20px;
}

.cells .plate-title .more {
    float: right;
    font-size: 15px;
    color: #fff2b8;
    position: relative;
}

.cells .col100 {
    position: relative;
    width: 100%;
    height: calc((100% - 6px) / 3);
    background-size: cover;
    background-position: bottom;
    border-radius: 16px;
}

.cells .icon-chinniu {
    background-image: url(../img/mb/chinniubanner.jpg);
}

.cells .col100:before {
    content: "";
    display: block;
    padding-top: 36%;
}

.cells .col-live33 {
    position: relative;
    width: 49.3%;
    background-size: 95%;
    background-position: 50%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.cells .col-live33:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cells .col221 {
    position: relative;
    position: relative;
    width: 100%;
    height: calc((100% - 3px) / 2);
    background-size: cover;
    background-position: bottom;
    border-radius: 16px;
}

.cells .col44 {
    position: relative;
    width: calc((100% - 3px) / 2);
    height: calc((100% - 3px) / 2);
    background-position: bottom;
    background-size: cover !important;
    border-radius: 16px;
}

.cells .col66 {
    position: relative;
    width: calc((100% - 3px) / 2);
    height: calc((100% - 6px) / 3);
    background-position: bottom;
    background-size: cover !important;
    border-radius: 16px;
}

.cells .col-live33100 {
    width: 100%;
    background-position: bottom;
    height: calc((100% - 9px) / 4);
}

.cells .icon-allbet {
    background-image: url(../img/mb/allbet.png);
}

.cells .icon-allbet::after {
    content: "歐博\A真人";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

.cells .icon-sa {
    background-image: url(../img/mb/SA.png);
}

.cells .icon-sa::after {
    content: "SA\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

.cells .icon-rg {
    background-image: url(../img/mb/RG.png);
}

.cells .icon-wm {
    background-image: url(../img/mb/WM.png);
}

.cells .icon-wm::after {
    content: "WM\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

.cells .icon-dg {
    background-image: url(../img/mb/DG.png);
}

.cells .icon-dg::after {
    content: "DG\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;
}

.cells .icon-pml {
    background-image: url(../img/mb/pml.png);
}

.cells .icon-pml::after {
    content: "DB\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

.cells .icon-og {
    background-image: url(../img/mb/og.png);
}

.cells .icon-og::after {
    content: "OG\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

.cells .icon-t9 {
    background-image: url(../img/mb/t9.png);
}

.cells .icon-t9::after {
    content: "T9\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

.cells .icon-rsgl {
    background-image: url(../img/mb/rsgl.png);
}

.cells .icon-rsgl::after {
    content: "RG\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

/**TM真人**/
.cells .icon-mt {
    background-image: url(../img/mb/mt.png);
}

.cells .icon-mt::after {
    content: "MT\A真人 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b6a375,
        0px -3px 7px #b6a375,
        0px 3px 3px #b6a375;

}

.cells .icon-cli {
    background-image: url(../img/mb/cli.png);
}

.cells .icon-super {
    background-image: url(../img/mb/super.png);
}

.cells .icon-super::after {
    content: "SUPER\A體育 ";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;
    text-shadow: 0px 2px 0px #3c90cd,
        0px -3px 7px #3c90cd,
        0px 3px 3px #3c90cd;

}

.cells .icon-super2 {
    background-image: url(../img/mb/super2.png);
}

.cells .icon-super2::after {
    content: "SUPER\A體育 ";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 70px;
    height: 70px;

    position: absolute;
    z-index: 10;
    left: 16px;
    bottom: 16px;

    text-shadow: 0px 2px 0px #3c90cd,
        0px -3px 7px #3c90cd,
        0px 3px 3px #3c90cd;
}

.cells .icon-pmlt {
    background-image: url(../img/mb/pmlt.png);
}

.cells .icon-wgs {
    background-image: url(../img/mb/wgs.png);
}

.cells .icon-wgs::after {
    content: "WG\A體育";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #3c90cd,
        0px -3px 7px #3c90cd,
        0px 3px 3px #3c90cd;

}

.cells .icon-wgs2 {
    background-image: url(../img/mb/wgs2.png);
}

.cells .icon-wgs2::after {
    content: "WG\A體育";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 70px;
    height: 70px;

    position: absolute;
    z-index: 10;
    left: 16px;
    bottom: 16px;

    text-shadow: 0px 2px 0px #3c90cd,
        0px -3px 7px #3c90cd,
        0px 3px 3px #3c90cd;

}

.cells .icon-pmsp {
    background-image: url(../img/mb/pmsp.png);
}

.cells .icon-dbsp {
    background-image: url(../img/mb/dbsp.png);
}

.cells .icon-dbsp::after {
    content: "DB\A體育";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #3c90cd,
        0px -3px 7px #3c90cd,
        0px 3px 3px #3c90cd;
}

.cells .icon-dbsp2 {
    background-image: url(../img/mb/dbsp2.png);
}

.cells .icon-dbsp2::after {
    content: "DB\A體育";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 70px;
    height: 70px;

    position: absolute;
    z-index: 10;
    left: 16px;
    bottom: 16px;

    text-shadow: 0px 2px 0px #3c90cd,
        0px -3px 7px #3c90cd,
        0px 3px 3px #3c90cd;

}

.cells .icon-doinsp {
    background-image: url(../img/mb/doinsp.png);
}

.cells .icon-wgl {
    background-image: url(../img/mb/wgl.png);
}

.cells .icon-wgl::after {
    content: "WG\A彩票";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-wgl2 {
    background-image: url(../img/mb/wgl2.png);
}

.cells .icon-wgl2::after {
    content: "WG\A彩票";

    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-9k {
    background-image: url(../img/mb/9k.png);
}

.cells .icon-9k::after {
    content: "9K\A彩票";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-9k2 {
    background-image: url(../img/mb/9k2.png);
}

.cells .icon-9k2::after {
    content: "9K\A彩票";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

/*DB彩票*/
.cells .icon-dbl {
    background-image: url(../img/mb/dblottery.png);
}

.cells .icon-dbl::after {
    content: "DB\A彩票";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-dbl2 {
    background-image: url(../img/mb/dblottery2.png);
}

.cells .icon-dbl2::after {
    content: "DB\A彩票";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

/*MT彩票*/

/*4格文字樣式

.cells .icon-dbl2::after {
    content: "DB\A彩票";
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;
    width: 84%;
    height: 40px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

*/

.cells .icon-mtl {
    background-image: url(../img/mb/mtlottery.png);
}

.cells .icon-mtl::after {
    content: "MT\A彩票";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-mtl2 {
    background-image: url(../img/mb/mtlottery2.png);
}

.cells .icon-mtl2::after {
    content: "MT\A彩票";

    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-apl {
    background-image: url(../img/mb/apl.png);
}


.cells .icon-pmp {
    background-image: url(../img/mb/pmp.png);
}


.cells .icon-hsg {
    background-image: url(../img/mb/hsg.png);
}


.cells .icon-btsp {
    background-image: url(../img/mb/bts.png);
}

.cells .icon-gr {
    background-image: url(../img/mb/gr.png);
}

.cells .icon-gr::after {
    content: "好路\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-gr2 {
    background-image: url(../img/mb/gr.png);
}

.cells .icon-gr2::after {
    content: "好路\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;
}

.cells .icon-gd {
    background-image: url(../img/mb/gd.png);
}

.cells .icon-gd::after {
    content: "高登\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-gd2 {
    background-image: url(../img/mb/gd.png);
}

.cells .icon-gd2::after {
    content: "高登\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-bs {
    background-image: url(../img/mb/bs.png);
}

.cells .icon-bs::after {
    content: "百勝\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;
}

.cells .icon-bs2 {
    background-image: url(../img/mb/bs.png);
}

.cells .icon-bs2::after {
    content: "百勝\A棋牌";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-atg-chess {
    background-image: url(../img/mb/atg-chess.png);
}

.cells .icon-atg-chess::after {
    content: "ATG\A棋牌";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-atg-chess2 {
    background-image: url(../img/mb/atg-chess.png);
}

.cells .icon-atg-chess2::after {
    content: "ATG\A棋牌";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;
}

/**db棋牌**/
.cells .icon-db-chess {
    background-image: url(../img/mb/dbchess.png);
}

.cells .icon-db-chess::after {
    content: "DB\A棋牌";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-db-chess2 {
    background-image: url(../img/mb/dbchess2.png);
}

.cells .icon-db-chess2::after {
    content: "DB\A棋牌";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;
}

/**6格文字樣式
.cells .icon-db-chess2::after {
    content: "DB\A棋牌";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;
}
**/

.icon-fg-chess {
    background-image: url(../img/mb/fgchess.png);
}

.cells .icon-fg-chess::after {
    content: "FG\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.icon-fg-chess2 {
    background-image: url(../img/mb/fgchess.png);
}

.cells .icon-fg-chess2::after {
    content: "FG\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-doinpk {
    background-image: url(../img/mb/doinpk.png);
}

.cells .icon-doinpk::after {
    content: "DOIN\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;
}

.cells .icon-doinpk2 {
    background-image: url(../img/mb/doinpk.png);
}

.cells .icon-doinpk2::after {
    content: "DOIN\A棋牌";
    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;

    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #19a61b,
        0px -3px 7px #19a61b,
        0px 3px 3px #19a61b;

}

.cells .icon-atg-lottery {
    background-image: url(../img/mb/atg-lottery.png);
}

.cells .icon-atg-lottery::after {
    content: "ATG\A彩票";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 60px;
    height: 60px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-atg-lottery2 {
    background-image: url(../img/mb/atg-lottery2.png);
}

.cells .icon-atg-lottery2::after {
    content: "ATG\A彩票";

    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;
}

.cells .icon-hero-lottery {
    background-image: url(../img/mb/splottery.png);
}

.cells .icon-hero-lottery::after {
    content: "SP\A彩票";
    white-space: pre;

    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 60px;
    height: 60px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-hero-lottery2 {
    background-image: url(../img/mb/splottery2.png);
}

.cells .icon-hero-lottery2::after {
    content: "SP\A彩票";

    white-space: pre;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000078;
    border-radius: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;

    text-shadow: 0px 2px 0px #be71e3,
        0px -3px 7px #be71e3,
        0px 3px 3px #be71e3;

}

.cells .icon-winbet {
    background-image: url(../img/mb/winbet.png);
}

.cells .icon-soon {
    background-image: url(../img/mb/comson.png);
}





.cells .col33 {
    position: relative;
    width: calc((100% - 3px) / 2);
    height: calc((100% - 9px) / 4);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cells .col33:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cells .col100:before {
    content: "";
    display: block;
    padding-top: 36%;
}

.icon-mg {
    background-image: url(../img/mb/mg.png);
}

.icon-icg {
    background-image: url(../img/mb/icg.png);
}

.icon-fg-slot {
    background-image: url(../img/mb/fgslot.png);
}

.cells .icon-fg-slot::after {
    content: "FG\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-sea {
    background-image: url(../img/mb/sea.png);
}

.icon-bng {
    background-image: url(../img/mb/bng.png);
}

.cells .icon-bng::after {
    content: "BNG\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}


.icon-pm-fish {
    background-image: url(../img/mb/pmf.png);
}

.icon-i8-fish {
    background-image: url(../img/mb/i8f.png);
}

.cells .icon-i8-fish::after {
    content: "愛發\A捕魚";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #1bc4aa,
        0px -3px 7px #1bc4aa,
        0px 3px 3px #1bc4aa;

}

.icon-i8-fish2 {
    background-image: url(../img/mb/icon-i8-fish2.png);
}

.cells .icon-i8-fish2::after {
    content: "愛發\A捕魚";
    white-space: pre;

    color: white;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 80px;
    height: 80px;

    position: absolute;
    z-index: 10;
    left: 16px;
    top: calc(50% - 40px);

    text-shadow: 0px 2px 0px #1bc4aa,
        0px -3px 7px #1bc4aa,
        0px 3px 3px #1bc4aa;

}

.icon-bwin-fish {
    background-image: url(../img/mb/bwinf.png);
}

.icon-bt-fish {
    background-image: url(../img/mb/btf.png);
}

.cells .icon-bt-fish::after {
    content: "BT\A捕魚";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #1bc4aa,
        0px -3px 7px #1bc4aa,
        0px 3px 3px #1bc4aa;

}

.icon-bt-fish2 {
    background-image: url(../img/mb/icon-bt-fish2.png);
}

.cells .icon-bt-fish2::after {
    content: "BT\A捕魚";
    white-space: pre;

    color: white;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 80px;
    height: 80px;

    position: absolute;
    z-index: 10;
    left: 16px;
    top: calc(50% - 40px);

    text-shadow: 0px 2px 0px #1bc4aa,
        0px -3px 7px #1bc4aa,
        0px 3px 3px #1bc4aa;

}


.icon-ameba {
    background-image: url(../img/mb/AMEBA.png);
}

.icon-7pk {
    background-image: url(../img/mb/7PK.png);
}

.icon-spx {
    background-image: url(../img/mb/spx.png);
}

.icon-ae {
    background-image: url(../img/mb/AE.png);
}

.icon-pm-slot {
    background-image: url(../img/mb/pms.png);
}

.icon-rtg {
    background-image: url(../img/mb/RTG.png);
}

.icon-f8 {
    background-image: url(../img/mb/F8.png);
}

.icon-i8 {
    background-image: url(../img/mb/i8.png);
}

.cells .icon-i8::after {
    content: "愛發\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-rsg {
    background-image: url(../img/mb/rsg.png);
}

.cells .icon-rsg::after {
    content: "RSG\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-be {
    background-image: url(../img/mb/be.png);
}

.cells .icon-be::after {
    content: "DOIN\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-cg {
    background-image: url(../img/mb/cg.png);
}

.cells .icon-cg::after {
    content: "CG\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-bt {
    background-image: url(../img/mb/bt.png);
}

.cells .icon-bt::after {
    content: "BT\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-ttg {
    background-image: url(../img/mb/TTG.png);
}

.icon-lottery {
    background-image: url(../img/mb/354_134.png);
}

.icon-bigno {
    background-image: url(../img/mb/bingo-star-banner.jpg);
}

.icon-sport {
    background-image: url(../img/mb/sport.png);
}

.icon-qt2 {
    background-image: url(../img/mb/qt-sport.jpg);
}

.icon-qt {
    background-image: url(../img/mb/QT.png);
}

.cells .icon-qt::after {
    content: "QT\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-vg {
    background-image: url(../img/mb/vgbanner.jpg);
}

.icon-chinniu {
    background-image: url(../img/mb/chinniubanner.jpg);
}

.icon-rgs {
    background-image: url(../img/mb/rgs.png);
}

.icon-atg {
    background-image: url(../img/mb/atg.png);
}

.cells .icon-atg::after {
    content: "ATG\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}

.icon-gb {
    background-image: url(../img/mb/gb.png);
}

.cells .icon-gb::after {
    content: "GB\A電子";
    white-space: pre;

    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000078;
    border-radius: 12px;
    width: 50px;
    height: 50px;

    position: absolute;
    z-index: 10;
    left: 12px;
    top: 12px;

    text-shadow: 0px 2px 0px #b79f23,
        0px -3px 7px #b79f23,
        0px 3px 3px #b79f23;

}


.maintain-box {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 75px;
    border: 1px solid #e4bf62;
    position: fixed;
    border-radius: 6px;
    border: 1px solid #ffe6b2;
    background: #0e4630;
    color: #ffe6b2;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    line-height: 16px;
    cursor: pointer;
}

.maintain-box2 {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 135px;
    position: fixed;
    border-radius: 6px;
    border: 1px solid #ffe6b2;
    background: #000;
    color: #ffe6b2;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    line-height: 16px;
    cursor: pointer;
}

.maintain-box3 {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 195px;
    border: 1px solid #a7ffb5;
    position: fixed;
    border-radius: 6px;
    background: #01b921;
    box-shadow: 2px 3px 6px #dac594;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    line-height: 16px;
    cursor: pointer;
}

.maintain-box4 {
    width: 80px;
    height: 80px;
    right: 15px;
    bottom: 255px;
    border: 1px solid #fae7b8;
    position: fixed;
    border-radius: 20%;
    background-image: url(../images/slotgif.gif);
    background-size: cover;
    box-shadow: 2px 3px 6px #dac594;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    line-height: 16px;
    cursor: pointer;
}

.modal .maintain-table {
    font-size: 14px;
    border: 1px solid #ebeef5;
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

.div-Scrollbar {
    display: block;
    max-height: 350px;
    overflow-y: auto;
}

.maintain-table th {
    background-color: #f1d68d;
    padding: 10px;
    border: 1px solid #8a7336;
    color: rgb(70, 60, 27);
    font-weight: 400;
}

.maintain-table td {
    border: 1px solid #987f00;
    padding: 5px;
    color: #fff;
}


.btn-danger,
.btn-primary {
    color: rgb(43, 43, 43) !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
    background: #fefcea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #c2b085 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefcea 0%, #c2b085 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefcea 0%, #c2b085 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#c2b085', GradientType=0);
    /* IE6-9 */
    border: 0px;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,e5d695+100 */
    background: #fefcea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #e5d695 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefcea 0%, #e5d695 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefcea 0%, #e5d695 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#e5d695', GradientType=0);
    /* IE6-9 */

}

ul.page_news_area {
    width: 100%;
    list-style: none;
    margin: 0 auto;
}

ul.page_news_area li {
    width: 100%;
    padding: 18px 20px;
    border-bottom: 1px solid #938354;
    font-family: "Poppins", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
    font-size: 1em;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.6em;
    background-color: rgba(255, 255, 255, 0);
    margin: -1px auto 0 auto;
}

ul.page_news_area li h4 {
    width: 20%;
    display: inline-block;
    margin: 0 auto 12px auto;
    font-weight: 600;
    color: #f2e0c6;
    margin-bottom: 0px;
    vertical-align: top;
}

ul.page_news_area li h4 span.date {
    width: 90px;
    display: inline-block;
    margin: 0 auto;
}

ul.page_news_area li h4 span.dep {
    display: inline-block;
    min-width: 90px;
    background-color: #b99b50;
    padding: 3px;
    color: #FFF;
    margin: 0 5px 0 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
}

ul.page_news_area li a {
    width: 76%;
    display: inline-block;
    color: #fafafa;
    line-height: 180%;
    font-weight: 400;
    overflow: hidden;
    vertical-align: top;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.page_news_area li a:hover {
    color: #ffe872;
}

.newscontent {
    width: 100%;
    padding: 35px 15px 10px 15px;
    position: relative;
}

.newscontent .newscont {
    color: #ffffff;
    font-size: 16px;
    line-height: 170%;
    padding-top: 15px;
    padding-bottom: 35px;
}

.newscontent .page_title h3 {
    margin: 30px 0 30px 0;
    font-family: "Poppins", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
    font-size: 1em;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
    letter-spacing: 2px;
    line-height: 1.6em;
    font-size: 1.375em;
    font-weight: 500;
}

.newscontent .page_title h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.newscontent .page_title h4 .date {
    width: 90px;
    color: #f2e0c6;
    display: inline-block;
    margin: 0 auto;
}

.newscontent .page_title h4 span.dep {
    display: inline-block;
    min-width: 90px;
    background-color: #b99b50;
    padding: 3px;
    color: #FFF;
    margin: 0 5px 0 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
}

.dep.imp {
    background-color: #f04539e5 !important;
}

.dep.update {
    background-color: #3b8fee !important;
}

.dep.active {
    background-color: #e9a135 !important;
}

.btn-news {
    font-size: 15px;
    padding: 5px 16px;
    color: #f2e0c6;
    font-weight: 400;
    border: 1px solid #c6af74;
    border-radius: 5px;
}

.btn-news:hover {
    color: #fff1c6;
}

.btn-footer {
    font-size: 15px;
    padding: 5px 16px;
    color: #070707;
    font-weight: 400;
    text-align: center;
    border: 1px solid #e2cba5;
    border-radius: 5px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 80px);
    margin-top: 30px;
    width: 160px;
    background: #fefcea;
    background: -moz-linear-gradient(top, #fefcea 0%, #c2b085 100%);
    background: -webkit-linear-gradient(top, #fefcea 0%, #c2b085 100%);
    background: linear-gradient(to bottom, #fefcea 0%, #c2b085 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#c2b085', GradientType=0);
}

.btn-footer:hover {
    color: #070707;
}


/***lottery*****/
.ltmain_bg {
    width: 100%;
    background: url(../images/main_bg.jpg) top center repeat;
    height: 1000px;
    transform: scale(0.5);
    transform-origin: left top;
}

.ltmain {
    width: 100%;
    height: 1000px;
    position: relative;
    margin: 0 auto;
}

.ltnum_mask {
    background: url(../images/num_mask.png) 0px 0px no-repeat;
    height: 184px;
    width: 560px;
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: -295px;
    z-index: 9;
}

.num_box {
    height: 490px;
    width: 562px;
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: -295px;
    z-index: 8;
    overflow: hidden;
    text-align: center;
}

.num {
    background: url(../images/num.png) top center repeat-y;
    width: 181px;
    height: 265px;
    float: left;
    margin-right: 6px;
}

.ltp_btn {
    text-indent: -9999px;
    outline: none;
    width: 344px;
    height: 102px;
    background: url(../images/btn_start.png) 0px 0px no-repeat;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -182px;
    cursor: pointer;
    clear: both;
    border: 0px;
}

.ltp_btn_DS {
    text-indent: -9999px;
    outline: none;
    width: 344px;
    height: 102px;
    background: url(../images/btn_start_DS.png) 0px 0px no-repeat;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -182px;
    cursor: pointer;
    clear: both;
    border: 0px;
}

.ltp_btn:focus {
    outline: none !important;
    z-index: 10000
}

@media (max-width: 991px) {
    .ltmain_bg {
        transform: scale(1);
        transform-origin: left top;
    }

    .ltmain_bg {
        background: url(../images/main_bg.jpg) top center repeat;
        background-size: 240%;
        background-repeat: no-repeat;
        background-position: top 0px left 48.3%;
    }

    .ltnum_mask {
        top: 230px;
        height: 135px;
    }

    .num_box {
        top: 215px;
        margin-left: -275px;
    }

    .ltmain {
        height: 0px;
        transform: scale(1);
        background-repeat: no-repeat;
    }

    .ltp_btn {
        background-size: cover;
        width: 500px;
        height: 152px;
        bottom: 0px;
        margin-left: -250px;
    }
}

@media (max-width: 769px) {
    .ltmain_bg {
        height: 500px;
    }

    .ltmain {
        height: 0px;
        transform: scale(0.85);
    }
}

@media (max-width: 429px) {
    .ltmain {
        height: 0px;
        transform: scale(0.57);
    }

    .num_box {
        top: 235px;
        margin-left: -275px;
    }

    .ltnum_mask {
        margin-left: -275px;
    }
}

@media (max-width: 415px) {
    .ltmain {
        height: 0px;
        transform: scale(0.55);
    }
}

@media (max-width: 391px) {
    .ltmain {
        height: 0px;
        transform: scale(0.51);
    }

    .num_box {
        top: 235px;
        margin-left: -275px;
    }

    .ltnum_mask {
        margin-left: -275px;
    }
}

@media (max-width: 375px) {
    .ltmain {
        height: 0px;
        transform: scale(0.5);
    }
}

@media (max-width: 361px) {
    .ltmain {
        height: 0px;
        transform: scale(0.48);
    }
}

@media (max-width: 321px) {
    .ltmain {
        height: 0px;
        transform: scale(0.4);
    }
}



.ww1 {
    width: 100%;

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 16px;
}

.ww2 {
    width: calc((100% - 3px) / 2);

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 16px;
}

.hh1 {
    height: 100%;
}

.hh2 {
    height: calc((100% - 3px) / 2);
}


.hh3 {
    height: calc((100% - 6px) / 3);
}

.hh4 {
    height: calc((100% - 9px) / 4);
}