@charset "UTF-8";

:root {
    --financial-text: #fff !important;
    --financial-bg: #32a8ff !important
}

#app-portal>.main {
    padding-top: 123px;
    background-color: #f5faff
}

.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

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

#banner {
    display: none;
    background: no-repeat center top
}

#news {
    position: relative;
    z-index: 1;
    height: 51px;
    margin-bottom: -6px;
    background: url(../images/news_bg.png) repeat-x center top;
    border-top: 1px solid #dbe5f0
}

#news .wrapper {
    height: 100%;
    padding: 0 139px 0 97px
}

#news .title {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    padding-left: 31px;
    color: #323232;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    background: url(../images/new_title.png) no-repeat left center
}

#news .online {
    position: absolute;
    top: 7px;
    right: 0;
    width: 115px;
    height: 32px;
    background: url(../images/news_online.png) no-repeat center top
}

#news .marqueeScroll {
    height: 45px;
    color: #636363;
    font-size: 14px;
    line-height: 45px;
}

#content {
    position: relative;
    z-index: 0;
    padding: 30px 0;
    background: #eff7fa url(../images/bg.jpg) no-repeat center top
}

.customScrollbar::-webkit-scrollbar {
    width: 8px;
    height: 3px
}

.customScrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2)
}

.customScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial
}

.announcementDialog .modal-header,
.announcementDialog .modal-body .leftMenu li.active {
    background-color: #1379d7
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    min-width: 1300px
}

.header .headerTop {
    position: relative;
    z-index: 3;
    padding: 4px 0;
    font-size: 0;
    background-color: #374149;
    height: 40px
}

.header .headerTop .language {
    display: inline-block;
    vertical-align: middle
}

.header .headerTop .language .languageBox {
    position: relative;
    width: 111px;
    height: 32px;
    color: #fff;
    font-size: 12px;
    line-height: 29px;
    border: 1px solid #5d656b;
    background: none no-repeat 11px center;
    border-radius: 5px;
    cursor: pointer
}

.header .headerTop .language .languageBox span {
    padding-left: 11px
}

.header .headerTop .language .languageBox span img {
    vertical-align: top;
    margin: 8px 7px 0 0
}

.header .headerTop .language .languageBox i {
    color: #1379d7
}

.header .headerTop .language .languageBox .subnav {
    color: #323232;
    background-color: #fff
}

.header .headerTop .language .languageBox .subnav span:hover {
    color: #1379d7
}

.header .headerTop ul.topNav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.header .headerTop ul.topNav li {
    display: inline-block;
    height: 32px;
    vertical-align: top;
    padding-top: 6px;
    color: #fff;
    font-size: 12px
}

.header .headerTop ul.topNav li:not(:last-child):before {
    content: "|";
    display: inline-block;
    padding: 0 5px;
    color: #71787e
}

.header .headerTop ul.topNav li>a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

.header .headerTop ul.topNav li>a:hover {
    color: #1379d7
}

@keyframes cycle-prefix {

    0%,
    to {
        content: "a"
    }

    20% {
        content: "b"
    }

    40% {
        content: "c"
    }

    60% {
        content: "d"
    }

    80% {
        content: "e"
    }
}

.header .headerTop ul.topNav li .animated-domain {
    font-size: 18px
}

.header .headerTop ul.topNav li .animated-domain:before {
    content: "a";
    margin-left: 15px;
    color: red;
    animation: cycle-prefix 5s infinite
}

.header .headerTop ul.topNav li .animated-domain:after {
    content: "08868.com"
}

.header .headerTop .accountBox {
    position: absolute;
    top: 0;
    right: 0
}

.header .headerTop .accountBox form {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px
}

.header .headerTop .accountBox form input {
    display: inline-block;
    width: 140px;
    height: 28px;
    vertical-align: top;
    margin-left: 10px;
    padding: 0 9px 0 30px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    background: transparent no-repeat 11px center;
    border: 1px solid #677580;
    transition: border-color .3s;
    outline: none
}

.header .headerTop .accountBox form input::placeholder {
    color: #fff
}

.header .headerTop .accountBox form input:-moz-placeholder {
    color: #fff
}

.header .headerTop .accountBox form input::-moz-placeholder {
    color: #fff
}

.header .headerTop .accountBox form input::-webkit-input-placeholder {
    color: #fff
}

.header .headerTop .accountBox form input.account {
    background-image: url(../images/icon_account.png)
}

.header .headerTop .accountBox form input.password {
    background-image: url(../images/icon_password.png)
}

.header .headerTop .accountBox form input:focus {
    border-color: #1379d7
}

.header .headerTop .accountBox form div.captcha {
    position: relative;
    display: inline-block
}

.header .headerTop .accountBox form div.captcha input {
    padding: 0 9px
}

.header .headerTop .accountBox form div.captcha img {
    position: absolute;
    top: 3px;
    right: 3px;
    width: auto;
    height: 22px
}

.header .headerTop .accountBox form .passwordSection {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.header .headerTop .accountBox form .passwordSection .btnForget {
    position: absolute;
    top: 5px;
    right: 7px;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

.header .headerTop .accountBox form .passwordSection .btnForget:hover {
    color: red
}

.header .headerTop .accountBox form .passwordSection>input {
    padding-right: 56px
}

.header .headerTop .accountBox form .passwordSection>i {
    position: absolute;
    top: 8px;
    right: 40px;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

.header .headerTop .accountBox form .loginSection {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.header .headerTop .accountBox form .loginSection .agreement {
    display: none;
    position: absolute;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    background-color: #1379d7
}

.header .headerTop .accountBox form .loginSection .agreement a {
    font-weight: 700;
    cursor: pointer
}

.header .headerTop .accountBox form .loginSection:hover .agreement {
    display: block
}

.header .headerTop .accountBox form .btnLogin,
.header .headerTop .accountBox form .btnJoin {
    display: inline-block;
    width: 75px;
    height: 28px;
    vertical-align: top;
    margin-left: 10px;
    color: #fff;
    font-size: 0;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    background: no-repeat center top;
    border: none;
    transition: background-position .4s;
    overflow: hidden;
    cursor: pointer
}

.header .headerTop .accountBox form .btnLogin:before,
.header .headerTop .accountBox form .btnJoin:before {
    content: attr(data-mynameis);
    display: block;
    height: 32px;
    font-size: 12px;
    line-height: 26px;
    transition: margin-top .4s
}

.header .headerTop .accountBox form .btnLogin:after,
.header .headerTop .accountBox form .btnJoin:after {
    content: attr(data-mynameis);
    display: block;
    height: 32px;
    font-size: 12px;
    line-height: 26px
}

.header .headerTop .accountBox form .btnLogin:hover,
.header .headerTop .accountBox form .btnJoin:hover {
    background-position: center bottom
}

.header .headerTop .accountBox form .btnLogin:hover:before,
.header .headerTop .accountBox form .btnJoin:hover:before {
    margin-top: -32px
}

.header .headerTop .accountBox form .btnLogin {
    background-image: url(../images/btn_login.png)
}

.header .headerTop .accountBox form .btnJoin {
    background-image: url(../images/btn_register.png)
}

.header .headerTop .accountBox form .btnTrial {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.header .headerTop .accountBox form .btnTrial:hover {
    color: #1379d7
}

.header .headerTop .accountBox .accountInfo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px
}

.header .headerTop .accountBox .accountInfo>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 32px
}

.header .headerTop .accountBox .accountInfo>li .info {
    display: inline-block;
    max-width: 9em;
    color: #dee00c;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden
}

.header .headerTop .accountBox .accountInfo>li .mailBox {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin: 3px 5px 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    background: url(../images/m_icon.png) no-repeat
}

.header .headerTop .accountBox .accountInfo>li .mailBox span {
    position: absolute;
    left: 80%;
    bottom: 60%;
    min-width: 16px;
    padding: 0 2px;
    height: 16px;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-radius: 5px;
    background: #fff47e
}

.header .headerTop .accountBox .accountInfo>li .reset {
    color: #1379d7;
    cursor: pointer
}

.header .headerTop .accountBox .accountNav {
    display: inline-block;
    vertical-align: top
}

.header .headerTop .accountBox .accountNav>li {
    display: inline-block;
    vertical-align: top;
    line-height: 32px
}

.header .headerTop .accountBox .accountNav>li+li:before {
    content: "|";
    padding: 0 5px;
    color: #fff;
    font-size: 12px
}

.header .headerTop .accountBox .accountNav>li.yellow a {
    color: #fff700
}

.header .headerTop .accountBox .accountNav>li a {
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer
}

.header .headerTop .accountBox .accountNav>li a:hover {
    color: #1379d7
}

.header .headerBottom {
    position: relative;
    height: 83px;
    background-color: #fff
}

.header .headerBottom .wrapper {
    width: 100%
}

.header .headerBottom .wrapper .nav {
    position: relative;
    text-align: center
}

.header .headerBottom .wrapper .nav>ul>li {
    display: inline-block;
    height: 83px;
    vertical-align: middle
}

.header .headerBottom .wrapper .nav>ul>li+li {
    margin-left: 28px
}

.header .headerBottom .wrapper .nav>ul>li>a {
    position: relative;
    display: block;
    height: 100%;
    padding-top: 19px;
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.header .headerBottom .wrapper .nav>ul>li>a>span {
    display: block;
    color: #a5aeb5;
    font-size: 10px
}

.header .headerBottom .wrapper .nav>ul>li>a:hover {
    color: #1379d7
}

.header .headerBottom .wrapper .nav>ul>li>a:hover>span {
    color: #1379d7
}

.header .headerBottom .wrapper .nav>ul>li:hover .subnav {
    display: block
}

.header .headerBottom .wrapper .nav>ul>li.logo {
    display: inline-flex;
    align-items: center;
    margin: 0 37px 0 43px
}

.header .headerBottom .wrapper .nav>ul>li.logo+li {
    margin-left: 0
}

.header .headerBottom .wrapper .nav>ul>li.logo>a {
    display: block;
    width: 254px;
    height: 63px;
    padding: 0;
}

.header .headerBottom .wrapper .nav>ul>li.logo:hover .logoSubnav {
    display: block
}

.header .headerBottom .wrapper .nav .logoSubnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 35%;
    z-index: 4;
    width: 30%;
    min-height: 234px;
    font-size: 0;
    background: url(../images/subnav_bg.png) repeat center top;
    border-top: 3px solid #00a9fc
}

.header .headerBottom .wrapper .nav .logoSubnav ul {
    width: 400px;
    padding: 20px 0;
    text-align: center
}

.header .headerBottom .wrapper .nav .logoSubnav ul li {
    display: inline-block;
    width: 120px;
    height: 100px;
    margin: 0 5px 10px
}

.header .headerBottom .wrapper .nav .logoSubnav ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none
}

.header .headerBottom .wrapper .nav .logoSubnav ul li a:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 3px;
    background-color: #00a8ff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.header .headerBottom .wrapper .nav .logoSubnav ul li:hover a {
    color: #32a8ff
}

.header .headerBottom .wrapper .nav .logoSubnav ul li:hover a:before {
    background-color: #0093ff
}

.header .headerBottom .wrapper .nav .logoSubnav ul li.register a:before {
    background-image: url(../images/logo_nav1.png)
}

.header .headerBottom .wrapper .nav .logoSubnav ul li.discount a:before {
    background-image: url(../images/logo_nav2.png)
}

.header .headerBottom .wrapper .nav .logoSubnav ul li.promotion a:before {
    background-image: url(../images/logo_nav3.png)
}

.header .headerBottom .wrapper .nav .logoSubnav ul li.deposit a:before {
    background-image: url(../images/logo_nav4.png)
}

.header .headerBottom .wrapper .nav .logoSubnav ul li.app a:before {
    background-image: url(../images/logo_nav5.png)
}

.header .headerBottom .wrapper .nav .logoSubnav ul li.chat a:before {
    background-image: url(../images/logo_nav6.png)
}

.header .headerBottom .wrapper .nav .subnav {
    display: none;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 4;
    width: 100%;
    min-height: 234px;
    font-size: 0;
    border-top: 1px solid #ccdae6;
    background: url(../images/subnav_bg.png) repeat center top
}

.header .headerBottom .wrapper .nav .subnav ul {
    width: 1200px;
    min-height: 204px;
    padding: 20px 0 0 240px;
    background-repeat: no-repeat;
    background-position: left 30px;
    text-align: left
}

.header .headerBottom .wrapper .nav .subnav ul li {
    display: inline-block;
    width: 120px;
    height: 100px;
    vertical-align: top;
    color: #323232;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}

.header .headerBottom .wrapper .nav .subnav ul li img {
    display: block;
    margin: 0 auto 5px
}

.header .headerBottom .wrapper .nav .subnav ul li:hover {
    color: #1379d7
}

.header .headerBottom .wrapper .nav .subnav.game ul {
    background-image: url(../images/title_game.png)
}

.header .headerBottom .wrapper .nav .subnav.board ul {
    background-image: url(../images/title_board.png)
}

.header .headerBottom .wrapper .nav .subnav.fish ul {
    background-image: url(../images/title_fish.png)
}

.header .headerBottom .wrapper .nav .subnav.fish ul li {
    padding-top: 19px
}

.header .headerBottom .wrapper .nav .subnav.fish ul li img {
    margin-bottom: 5px
}

.header .headerBottom .wrapper .nav .subnav.live ul {
    background-image: url(../images/title_live.png)
}

.header .headerBottom .wrapper .nav .subnav.sport ul {
    background-image: url(../images/title_sport.png)
}

.header .headerBottom .wrapper .nav .subnav.lottery ul {
    background-image: url(../images/title_lottery.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul {
    background-image: url(../images/title_promotion.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li a {
    display: block;
    height: 100%;
    padding-top: 23px;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-position: center
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro1 a:before {
    background-image: url(../images/promotion/pro1.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro2 a:before {
    background-image: url(../images/promotion/pro2.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro3 a:before {
    background-image: url(../images/promotion/pro3.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro4 a:before {
    background-image: url(../images/promotion/pro4.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro5 a:before {
    background-image: url(../images/promotion/pro5.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro6 a:before {
    background-image: url(../images/promotion/pro6.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro7 a:before {
    background-image: url(../images/promotion/pro7.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro8 a:before {
    background-image: url(../images/promotion/pro8.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro9 a:before {
    background-image: url(../images/promotion/pro9.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro10 a:before {
    background-image: url(../images/promotion/pro10.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.pro11 a:before {
    background-image: url(../images/promotion/pro11.png)
}

.header .headerBottom .wrapper .nav .subnav.promotion ul li.more a:before {
    background-image: url(../images/promotion/more.png)
}