@charset "UTF-8";
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ul, li, dl, dt, dd {
    list-style: none;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 1em;
    font-family: 'Microsoft Yahei', sans-serif;
    color: #333;
    background: #f9f9f9;
}

html.night, body.night {
    background: #151625;
}

*, *:after, *:before {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.flex4 {
    flex: 4;
}

.flex5 {
    flex: 5;
}

.layui-m-layer-one-back-layer .layui-m-layercont {
    max-height: 300px;
    overflow-y: auto;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

[placeholder] {
    text-overflow: ellipsis;
}

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

.h1 {
    font-size: 200%;
    line-height: 220%;
}

.h2 {
    font-size: 150%;
    line-height: 170%;
}

.h3 {
    font-size: 120%;
    line-height: 150%;
}

.bold {
    font-weight: 700;
}

.indent {
    text-indent: 2em;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin: 15px 0;
}

.margin-top {
    height: 40px;
}

.mb20 {
    margin: 20px 0 !important;
}

.mb13 {
    margin: 13px 0 !important;
}

.mb40 {
    margin: 40px 0 !important;
}

.c-blue {
    color: #0A84FF !important;
}

.colorE1E9FF {
    color: #111;
}

.colorE1E9FF.night {
    color: #E1E9FF;
}

.color656E90 {
    color: #656E90;
}

.color9EA7C4 {
    color: #9EA7C4;
}

.color999 {
    color: #9EA7C4;
}

.noClick {
    pointer-events: none !important;
    background: #D0D0D0 !important;
    border: none !important;
}

.hidden {
    display: none !important;
}

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

.gray-bg {
    background: #e2e2e3 !important;
}

.red {
    color: #FF2D55 !important;
}

input {
    border: 1px solid #8aaada;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.space-0 {
    display: inline-block;
    width: 100%;
    height: 1px;
}

.space-1 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.space-2 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.space-3 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.space-4 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.space-5 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.hide {
    display: none;

    /*千万别用 !important 巨坑，会影响到APP下载跟提款按钮*/
    /*display: none !important;*/
}

.mui-btn--green-sm {
    background-color: #bb9a55;
    color: #fff;
    box-shadow: none;
}

.mui-btn--orange-sm {
    background-color: #bb9a55;
    color: #fff;
    box-shadow: none;
}

.load-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.load-circle:before {
    display: block;
    width: 2em;
    height: 2em;
    border: 4px #ae904f solid;
    border-radius: 50%;
    content: '';
    animation: spCircRot 0.6s infinite linear;
    -moz-animation: spCircRot 0.6s infinite linear;
    -webkit-animation: spCircRot 0.6s infinite linear;
    -o-animation: spCircRot 0.6s infinite linear;
    -ms-animation: spCircRot 0.6s infinite linear;
}

body.show-contact > .main-wrap {
    overflow: hidden !important;
}

body.show-contact > .common-contact {
    right: 0;
    pointer-events: auto;
}

body.show-contact > .common-screen {
    opacity: 1 !important;
    pointer-events: auto;
}

body.show-nav > .main-wrap {
    overflow: hidden !important;
}

body.show-nav > .common-nav {
    left: 0;
    pointer-events: auto;
    z-index: 25;
}

body.show-nav > .common-screen {
    opacity: 1 !important;
    pointer-events: auto;
}

.cont {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 380px) {
    .cont {
        width: 95%;
    }
}

.main-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fbfbfb !important;
}

.main-wrap.night {
    background: #131726 !important;
}

.main-wrap .container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.main-wrap .container.night {
    background: #151625;
}

.main-wrap .container .content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 2.7%;
}

.main-wrap .container .pro-step1 {
    background: #fff;
}

.main-wrap .container .pro-step1.night {
    background: #131726;
}

.common-nav {
    position: fixed;
    top: 0;
    left: -30em;
    z-index: 6;
    display: inline-block;
    height: 100%;
    overflow-y: auto;
    font-size: 70%;
    color: #333;
    pointer-events: none;
    border-radius: 1rem 1rem 0 0;
    transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
}

.common-nav .menu-side {
    position: relative;
    width: 25em;
    height: 100%;
    text-align: left;
    overflow-x: hidden;
    background: #fff;
}

.common-nav .menu-side.night {
    background: #191F36;
}

.nav-bottom-cont {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0 20px;
}

.common-screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 6, 6, 0.6);
    opacity: 0;
    pointer-events: none;
}

.common-header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-align: center;
    background: #fff;
    color: #333;
}

.common-header.night {
    background: #191F36;
    color: #333;
}

.night .common-header {
    background: unset;
    background-image: unset;
}

/* 优化 .header-cont，确保左右按钮不影响中间标题定位 */
.common-header .header-cont {
    position: relative;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    height: 100%; /* 确保有高度让子元素居中 */
}

/* 重点：中间标题使用 flex 让其自然置中 */
.header-title {
    font-size: 17px;
    font-weight: 500;
    color: #111;
    text-align: center;
}

/* 夜间模式颜色 */
.header-title.night {
    color: #E1E9FF;
}

.header-cont .news-title {
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    color: #111;
}

.header-cont .news-title.night {
    color: #E1E9FF;
}

.news-title a {
    display: block;
    border-bottom: 2px solid #FF2D55;
    color: #111;
}

.news-title a.night {
    display: block;
    border-bottom: 2px solid #FF2D55;
    color: #E1E9FF;
}

.news-title .unLogin {
    border: none;
    margin-right: 0 !important;
}

.news-title .title-announce {
    margin-right: 70px;
}

.common-header .left-button {
    position: absolute;
    left: 0;
}

.common-header .header-title {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: url('/images/theme/logo-day.png') no-repeat center center;
    background-size: contain;
}

.night .common-header .header-title {
    background-image: url('/images/theme/logo-night.png');
    color: #fff;

}

.hideBg {
    top: 32% !important;
    width: 80%;
    background: none !important;
}

.index-sprite {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/sprites/other-sprite1.png') no-repeat top left;
}

.index-sprite.menu {
    width: 20px;
    height: 20px;
    background: url(../images/theme/more2.png) no-repeat top  / 100% 100%;
    background-size: 20px;
}

.index-sprite.menu.night {
    background: url(../images/sprites/more2.png) no-repeat top / 100% 100%;
}

.night .index-sprite.wd {
    background: url(../images/nav/wd-night.png) no-repeat center;
}

#comm-other-button a {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

#comm-other-button i {
    position: relative;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

#comm-other-button i.wd {
    background-image: url(/mobile/app/images/deposit/icon-recordquery.png?v=2);
    left: -15px;
}

#comm-other-button i.cs {
    background-image: url(/mobile/app/images/deposit/icon-callcenter.png?v=2);
}

.night #comm-other-button i.wd {
    background-image: url('/mobile/app/images/deposit/icon-recordquery-n.png');
}

.night #comm-other-button i.cs {
    background-image: url('/mobile/app/images/deposit/icon-callcenter-n.png');
}

.index-sprite.wish {
    position: relative;
    top: 7px;
    left: 30px;
    width: 65px;
    height: 26px;
    background: url(../images/nav/common-wishlist-button.png) no-repeat center;
    background-size: 20px;
}

.index-sprite.notice {
    background-position: 0 -23px;
    width: 36px;
    height: 30px;
    background-size: 33px;
    position: absolute;
    left: 10px;
    top: -2px;
}

.index-sprite.slot {
    background-position: 0 -49px;
    background-size: 32px;
    height: 28px;
    position: relative;
    left: 12px;
    top: 1px;
}

.index-sprite.live {
    background-position: 0 -77px;
    background-size: 32px;
    height: 28px;
    position: relative;
    left: 12px;
    top: 1px;
}

.index-sprite.web {
    background-position: 0 -171px;
    width: 50px;
    height: 40px;
    background-size: 40px;
}

.index-sprite.modown {
    background-position: 0px -199px;
    width: 23px;
    height: 44px;
    background-size: 38px;
}

.common-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 97px;
    background: url(/mobile/images/theme/footer-bg5.png) no-repeat;
    background-size: 100% 100%;
}

.common-footer.night {
    background: url(../images/sprites/footer-bg5.png) no-repeat;
    background-size: 100% 100%;
}

.common-footer .action {
    width: 100%;
}

.common-footer .action .item {
    padding-top: 7%;
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    color: #787876;
}

.common-footer .action .item1 {
    width: 20%;
}

.common-footer .action .item2 {
    padding-top: 6px;
    width: 20%;
    height: 67px;
}

.common-footer .action .item2 > a, .common-footer .action .item1 > a {
    display: block;
    color: #9C9C9C;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-footer .action .item1 .preferential-div, .common-footer .action .item .customer-linka {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-footer .action .item .icon {
    font-size: 1.5em;
}

.common-footer .action .item:FIRST-CHILD {
    border-left: 0;
}

.common-footer .action .item.active {
    color: #fd4746;
}

.common-footer .action .text {
    font-size: 12px;
    color: #707EAD;
    line-height: 28px;
}

.common-footer .action .active {
    color: #FF2D55;
}

.login-after-sprite {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/index/bottom-nav-after5.png) no-repeat center;
}

.login-after-sprite.preferential {
    background: url(/mobile/images/index/icons/icon1.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.preferential.active {
    background: url(/mobile/images/index/icons/icon1-a.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.sponsor {
    background: url(/mobile/images/index/sponsor.png) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.sponsor.active {
    background: url(/mobile/images/index/sponsor-active.png) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.customer-link {
    background: url(../images/index/icons/icon2.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.customer-link.active {
    background: url(../images/index/icons/icon2-a.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.forum {
    background: url(../images/index/icons/icon3.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.forum.active {
    background: url(../images/index/icons/icon3-a.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.account {
    background: url(../images/index/icons/icon4.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.account.active {
    background: url(../images/index/icons/icon4-a.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.sponsorship {
    background: url(../images/index/icons/icon3.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.sponsorship.active {
    background: url(../images/index/icons/icon3-a.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.promotion {
    background: url(../images/index/icons/icon6.webp) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.promotion.active {
    background: url(../images/index/icons/icon6-a.webp) no-repeat center top;
    background-size: 100% 100%;
}

.nav-index-cont {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
    margin: 0 auto;
    animation: shadowS 2s infinite linear;
}

.login-after-sprite.home {
    width: 40px;
    height: 40px;
    animation: rotateF 1s 3 linear;
    background: url(../images/index/index2.png) no-repeat center;
    background-size: 40px;
}

.login-after-sprite.home.active {
    width: 40px;
    height: 40px;
    animation: rotateF 1s 3 linear;
    background: url(../images/index/index2-a.png) no-repeat center;
    background-size: 40px;
}

.appeal-step2 {
    background: #fff;
}

.appeal-step2.night {
    background: #1c1d35;
}

.agent-common-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 82px;
    padding-top: 20px;
    background: #191F36;
}

.agent-common-footer .agent-item {
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
    color: #787876;
}

.agent-common-footer .agent-item > a {
    display: block;
    color: #9c9c9c;
    text-decoration: none;
}

.agent-login-after-sprite {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.agent-login-after-sprite.account {
    background: url(/mobile/images/agent/footer/a-home.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.account.active {
    background: url(/mobile/images/agent/footer/a-home-hover.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.link {
    background: url(/mobile/images/agent/footer/a-link.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.link.active {
    background: url(/mobile/images/agent/footer/a-link-hover.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.manage {
    background: url(/mobile/images/agent/footer/a-m.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.manage.active {
    background: url(/mobile/images/agent/footer/a-m-hover.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.report {
    background: url(/mobile/images/agent/footer/a-report.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.report.active {
    background: url(/mobile/images/agent/footer/a-report-hover.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.own {
    background: url(/mobile/images/agent/footer/a-own-hover.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.own.active {
    background: url(/mobile/images/agent/footer/a-own.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.sponsorship {
    background: url(/mobile/images/index/icon5.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-login-after-sprite.sponsorship.active {
    background: url(/mobile/images/index/icon5-a.png) no-repeat center top;
    background-size: 100% 100%;
}

.agent-common-footer .action .text {
    font-size: 12px;
    padding-top: 8px;
    color: #707EAD;
}

.agent-common-footer .action .active + .text {
    color: #FF2D55;
}

@-webkit-keyframes rotateF {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform-origin: 50% 47%;
        -ms-transform-origin: 50% 47%;
        transform-origin: 50% 47%;
    }
    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes shadowS {
    0% {
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(232, 229, 255, .8);
    }
    100% {
    }
}

@-webkit-keyframes scale {
    0% {
    }
    50% {
        transform: scale(.83);
        box-shadow: 0 0 10px rgba(232, 229, 255, .8);
    }
    100% {
    }
}

.login-before-sprite {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../images/index/bottom-nav-after5.png) no-repeat center;
}

.login-before-sprite.app.active {
    background-position: 1px -1px;
}

.login-before-sprite.app {
    background-position: -22px -1px;
}

.login-before-sprite.login.active {
    background: url(../images/index/icon4-a.png) no-repeat center;
    background-size: 100% 100%;
}

.login-before-sprite.login {
    background: url(../images/index/icon4.png) no-repeat center;
    background-size: 100% 100%;
}

.login-before-sprite.register.active {
    background: url(../images/index/icon3-a.png) no-repeat center;
    background-size: 100% 100%;
}

.login-before-sprite.register {
    background: url(../images/index/icon3.png) no-repeat center;
    background-size: 100% 100%;
}

.login-before-sprite.sponsorship {
    background: url(../images/index/icon5.png) no-repeat center;
    background-size: 100% 100%;
}

.login-before-sprite.sponsorship.active {
    background: url(../images/index/icon5-a.png) no-repeat center;
    background-size: 100% 100%;
}

.header-margin {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.footer-margin {
    display: inline-block;
    width: 100%;
    height: 50px;
}

#touclick {
    top: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) scale(0.8);
}

@-webkit-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-o-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

.content .game-detail {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#historyBankList {
    padding: 10px 0;
}

#historyBankList table {
    word-break: break-all;
}

#historyBankList table td {
    font-size: 10px;
    border: 1px solid #777;
    padding: 2px;
}

#historyBankList table td:nth-child(1) {
    width: 8%;
    text-align: center;
}

#historyBankList table td:nth-child(2) {
    width: 10%
}

#historyBankList table td:nth-child(3) {
    width: 10%
}

#historyBankList table td:nth-child(4) {
    width: 15%
}

#historyBankList table td:nth-child(5) {
    width: 24%;
    text-align: center;
}

.line {
    background: white;
    width: 36px;
    height: 5px;
    margin: 15px auto;
    border-radius: 5px;
}

.line2 {
    position: absolute;
    bottom: 20px;
    background: white;
    width: 135px;
    height: 5px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%)
}

.vip-cont {
    height: 100px;
    padding: 1rem;
    text-align: center;
    margin: 2rem 0px;
    color: #111111;
    border-bottom: 1px solid #E4E4E4;
}

.vip-cont.night {
    color: #C0CAEF;
    border-bottom: 1px solid #212944;
}

.unlogin {
    line-height: 2.5;
    text-align: center;
    font-size: 16px;
}

.vip-sprite {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    margin: -5px 5px 0 5px;
}

.vip-sprite.v0 {
    background: url(/images/usercenter/vip/level0.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v1 {
    background: url(/images/usercenter/vip/level1.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v2 {
    background: url(/images/usercenter/vip/level2.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v3 {
    background: url(/images/usercenter/vip/level3.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v4 {
    background: url(/images/usercenter/vip/level4.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v5 {
    background: url(/images/usercenter/vip/level5.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v6 {
    background: url(/images/usercenter/vip/level6.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v7 {
    background: url(/images/usercenter/vip/level7.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v8 {
    background: url(/images/usercenter/vip/level8.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v9 {
    background: url(/images/usercenter/vip/level9.png) no-repeat center center / 100% 100%;
}

.vip-sprite.v10 {
    background: url(/images/usercenter/vip/level10.png) no-repeat center center / 100% 100%;
}

.vip-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 2px;
    background: url(/mobile/images/theme/avatar.png) no-repeat center center / 100% 100%;
}

.vip-box.night {
    background: url(/mobile/images/sport/avatar.png) no-repeat center center / 100% 100%;
}

.vip-box.float {
    float: left;
}

.vip-view {
    margin-left: 1rem;
    text-align: start;
    line-height: 1.5rem;
    font-size: 14px;
}

.vip-view img {
    width: 24px;
}

.vip-level {
    display: inline-block;
    vertical-align: top;
}

.vip-icon {
    position: absolute;
    right: 1rem;
    margin-top: -1.5rem;
}

.vip-icon .eye {
    display: inline-block;
    height: 14px;
    width: 18px;
    background: url(../images/index/eye.png) no-repeat center 0;
    background-size: 100% 100%;
    margin-right: 1.5rem
}

.vip-icon .eye2 {
    display: inline-block;
    height: 14px;
    width: 18px;
    background: url(../images/index/eye2.png) no-repeat center 0;
    background-size: 100% 100%;
    margin-right: 1.5rem
}

.vip-icon .refresh {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../images/index/refresh.png) no-repeat center 0;
    background-size: 100% 100%;
}

.vip-text {
    float: left;
    margin: 7% 5%;
    font-size: 14px;
}

.vip-box .img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.list-box {
    padding: 0 20px;
}

.list-box .side-item {
    position: relative;
    padding: 10px 0 10px;
}

.list-box .side-item .i0 {
    position: absolute;
    right: 20px;
    width: 24px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    background: #FF2D55;
    border-radius: 6.5px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
}

.domain-item {
    border-bottom: 1px solid transparent;
}

.list-box .side-item a {
    position: relative;
}

.list-box .side-item i {
    color: #656E90;
    font-size: 20px;
}

.list-box .side-item .side-title {
    font-size: 14px;
    color: #111111;
}

.list-box .side-item .side-title.night {
    color: #C0CAEF;
}

.list-box .changeBox {
    width: 66px;
    height: 20px;
    border-radius: 50px;
    background: #FFFFFF;
    display: flex;
    overflow: hidden;
}

.list-box .changeBox div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #979797;
    font-size: 12px;
    width: 33px;
    height: 20px;
}

.list-box .changeBox .day {
    background: #FF2D55;
    color: #fff;
}

.nav-sprite {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/index/bottom-nav-after5.png) no-repeat center 0;
}

.nav-sprite.help {
    background: url(../images/index/help2.png) no-repeat center 0;
    background-size: 100% 100%;
}

.nav-sprite.notice {
    background: url(../images/index/notice2.png) no-repeat center 0;
    background-size: 100% 100%;
}

.nav-sprite.domain {
    background: url(../images/index/net2.png) no-repeat center 0;
    background-size: 100% 100%;
}

.nav-sprite.logout {
    background: url(../images/index/logout.png) no-repeat center 0;
    background-size: 100% 100%;
}

.nav-sprite.pco {
    background: url(../images/index/pco.png) no-repeat center 0;
    background-size: 100% 100%;
}

.nav-sprite.speed {
    background: url(../images/index/speed.png) no-repeat center 0;
    background-size: 100% 100%;
}

.nav-sprite.theme {
    background: url(../images/theme/theme.png) no-repeat center 0;
    background-size: 100% 100%;
}

.nav-sprite.ck {
    height: 19px;
    width: 23px;
    vertical-align: sub;
    background: url(/mobile/images/ck2.png) no-repeat center top;
    background-size: 100% 100%;
}

.nav-sprite.zz {
    height: 19px;
    width: 23px;
    vertical-align: sub;
    background: url(/mobile/images/zz2.png) no-repeat center top;
    background-size: 100% 100%;
}

.domain-url {
    color: #707EAD;
    font-size: 14px;
}

.left-login-cont {
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
}

.login-cont {
    display: flex;
    align-items: center;
}

.qy-sport-cont {
    position: relative;
    height: 129px;
    width: 104px;
    background: url(../images/index/sport-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.qy-sport-cont .s-btn {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(-90deg, #dc404e 0%, #f8684e 100%);
}

.menu-side .balance-cont {
    line-height: 2;
    font-size: 16px;
    color: #656E90;
}

.menu-side .balance-cont a {
    display: flex;
    justify-content: space-around;
}

.balance-item {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.balance-item.night {
    color: white;
}

.balance-text {
    font-size: 14px;
    color: #656E90;
}

.balance-cont span {
    font-weight: bold;
}

.fast-link-cont {
    padding: 15px 10px;
    font-size: 14px;
}

.fast-link-cont .link {
    color: #0A84FF;
    text-align: center;
    background-color: #fbfbfbfb;
    margin: 0 0.3rem;
    border-radius: 10px;
    padding: 10px;
}

.fast-link-cont .link.night {
    background-color: #212944;
}

.fast-link-cont .linkText {
    margin-top: 5px;
}

.a-sprite {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.a-sprite.agent-center {
    background: url(../images/index/a-center-icon.png) no-repeat top left;
    background-size: 100% 100%;
}

.a-sprite.a-notice {
    background: url(../images/index/a-notice-icon.png) no-repeat top left;
    background-size: 100% 100%;
}

.a-sprite.a-email {
    background: url(../images/index/a-email-icon.png) no-repeat top left;
    background-size: 100% 100%;
}

.a-sprite.a-login-out {
    background: url(../images/index/a-login-out.png) no-repeat top left;
    background-size: 100% 100%;
}

hr {
    width: 200%;
    position: relative;
    right: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#comm-other-button {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#comm-other-button.night {
    color: #fff;
}

#comm-other-button.night .iconfont {
    color: #fff;
}

#comm-other-button.active {
    display: block;
}

#comm-other-button .iconfont {
    color: #4F5C79;
    position: relative;
    top: -10px;
    left: -4px;
}

#comm-other-button .iconfont.night {
    color: #fff;
}

#comm-other-button .icon-wenhao1 {
    left: -15px;
}

#comm-other-button .amount {
    color: #111
}

#comm-other-button .amount.night {
    color: #E1E9FF
}

#comm-other-button .amount span {
    font-size: 12px;
}

#comm-other-button .deposit {
    display: block;
    width: 40px;
    height: 20px;
    background: #0A84FF;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-left: 4px;
}

#comm-other-button .goLogin {
    background: #FF2D55;
}

#comm-other-button .goLogin.night {
    background: #0A84FF;
}

#comm-other-button .goRegister {
    border: 1px solid #FF2D55;
    color: #FF2D55;
    background: transparent;
}

#comm-other-button .goRegister.night {
    color: #C0CAEF;
    border: 1px solid #C0CAEF;
}

#comm-back-button .icon-icon_left {
    font-size: 19px;
    color: #979797;
}

#comm-back-button .icon-icon_left.night {
    color: #E1E9FF;
}

#agent-header .left-button {
    text-align: left;
    position: absolute;
    left: .2em;
    top: .5em;
    font-size: 100%;
}

#agent-header .left-button > img {
    width: 50%;
}

.agent-header-title > img {
    width: 50%;
}

#agent-header .right-button {
    text-align: right;
    position: absolute;
    right: .1em;
    top: .5em;
}

.orange-hr {
    background: #ba9a55;
}

.balence-box {
    position: relative;
}

.balence-box .balence-show {
    position: absolute;
    top: 0;
    left: 5%;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
}

#nav-account-balence {
    border: 0;
    height: 44px;
    width: 100%;
    line-height: 44px;
    padding: 0 5%;
    font-size: 1.4rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    background: rgba(0, 0, 0, .1) url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center;
}

#nav-account-balence-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, .1) url(../images/arr-right1-r.png) no-repeat center right;
}

.content > ul > li.active .page, .content > ul > li .page.active {
    display: inline-block;
}

.content > ul > li .page.stop {
    display: none !important;
}

.content > ul > li .page {
    display: none;
    width: 100%;
}

.content > ul > li .page .remark {
    font-size: 150%;
    color: #517BBD;
}

.content > ul > li .page .weixin-message {
    padding: 10px;
    text-align: center;
    color: red;
}

.content > ul > li .page table {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
}

.content > ul > li .page table th {
    padding: 5px;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    font-size: 80%;
    background-color: #F6C799;
}

.content > ul > li .page table td {
    padding: 5px;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    font-size: 80%;
}

.content > ul > li .page .remark.my-input {
    font-size: 14px;
}

.content li.li .title {
    height: 40px;
    line-height: 40px;
    padding: 0;
    letter-spacing: 0;
    font-size: 1em;
    text-indent: 0;
    text-align: left;
    border-bottom: 1px solid #e2e2e3;
    background: #FFF;
    color: #333;
}

.mui-btn + .mui-btn.rest-btn {
    margin-left: 0;
    background: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #787876;
}

.mui-btn:active, .mui-btn:focus, .mui-btn:hover {
    background: #bb9a55;
    color: #fff;
}

.rule {
    margin: 1rem auto 2rem;
    padding: 0 1rem;
}

.rule .rule-title {
    font-size: 1.5rem;
    color: #ff3e3e;
}

.rule .rule-content li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 2;
    font-size: 1.5rem;
    color: #333;
}

.rule .rule-content li span {
    color: #ff3e3e;
}

.rule .rule-content li i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

label {
    display: block;
    vertical-align: middle;
}

label, input, select {
    vertical-align: middle;
}

.btn {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    text-align: center;
    background: #FF2D55;
    color: #fff;
    transition: all .5s;
    cursor: pointer;
}

.btn.night {
    background: #0A84FF;
}

.btn:disabled, .btn.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.btn2 {
    display: block;
    margin-top: 10px;
}

.btn2.night {
    background: #212944;
}

.btn-register {
    display: block;
    margin-top: 10px;
    color: #FF2D55;
    background-color: #fff;
    border: 1px solid #FF2D55;
}

.btn-register.night {
    background: #212944;
    color: #FFFFFF;
    border: 1px solid #0A84FF;
}

.btn3 {
    color: #707EAD;
    background: #212944;
}

.btn.active {
    background: #5633cc;
}

.btn-reset {
    margin-top: 20px;
    background: #dfdfdf;
}

.btn-mg {
    margin-top: 20px;
}

.mui-switch {
    position: absolute;
    top: 36px;
    right: .5rem;
    width: 44px;
    height: 27px;
    border: 1px solid #5C6686;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}

.mui-switch:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #5C6686;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked {
    border-color: #0A84FF;
    box-shadow: #0A84FF 0 0 0 16px inset;
    background-color: #0A84FF;
}

.mui-switch:checked:before {
    left: 17px;
    background-color: #fff;
}

.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #5a56e7;
    transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: #5a56e7 0 0 0 16px inset;
    background-color: #5a56e7;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}

.mui-textfield > input, .mui-textfield > textarea, .mui-select > select, .mui-textfield > select {
    color: #787876;
    height: 40px !important;
    line-height: 40px !important;
    width: 100%;
    padding: 0 .5rem;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: none;
    -webkit-appearance: none;
}

.mui-textfield > select, .mui-select > select {
    background: #fff url(../images/arrow-bottom.png) no-repeat 97% center;
}

.mui-textfield > input:disabled, .mui-textfield > input:read-only, .mui-textfield > textarea:disabled, .mui-textfield > textarea:read-only {
    background: #e9e9e9;
}

.mui-textfield {
    position: relative;
    margin-bottom: 10px;
}

.mui-textfield > p {
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}

.mobile-common-model .layui-layer-title {
    background: #bb9a55;
    color: #fff;
}

.mobile-common-model .layui-layer-content {
    text-align: center;
    background: #fff;
}

.mobile-common-model .layui-layer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 40px;
    text-align: center;
}

.mobile-common-model .layui-layer-btn .layui-layer-btn0 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    height: 100%;
    line-height: 40px;
    margin: 0;
    padding: 0;
    background: #d8d8d8;
    border: none;
    color: #333;
}

.mobile-common-model .layui-layer-btn .layui-layer-btn1 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 100%;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    color: #fff;
    background: #ff3e3e;
    text-align: center;
}

.mobile-common-model .layui-layer-btn a {
    border-radius: 0;
}


.card-rule {
    margin: 1rem auto 2rem;
    padding: 0 1rem;
}

.card-rule-content {
    margin: 0 auto;
}

.card-rule .card-rule-title {
    font-size: 90%;
    color: #ff3e3e;
}

.card-rule .rule-list {
    font-size: 90%;
    line-height: 2;
}

.card-rule .card-rule-content li {
    position: relative;
    padding-left: 1rem;
    line-height: 2;
    font-size: .9rem;
    color: #333;
}

.card-rule .card-rule-content li i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

.license-content {
    padding: 0 .5rem;
}

.license-content .license-list {
    line-height: 2;
}

.mb15 {
    margin: 0 0 15px 0 !important;
}

#touclick-container {
    height: 0;
    overflow: hidden;
}

.favorite-action {
    display: none;
}

.withdraw-password-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem auto 2rem;
}

.withdraw-password-tab li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
}

.withdraw-password-tab li:nth-of-type(2) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.withdraw-password-tab li:nth-of-type(1) {
    border-radius: 5px 0 0 5px;
}

.withdraw-password-tab li:nth-of-type(3) {
    border-radius: 0 5px 5px 0;
}

.withdraw-password-tab li.active, .withdraw-password-tab li:hover {
    background: #bb9a55;
    color: #fff;
}

.withdraw-password-cont .pay-password-context {
    display: none;
}

.withdraw-password-cont .active {
    display: block;
}

#game-input-group1 > label, #game-input-group > label {
    left: 0;
}

.get-message-code1, .validate-phone1 {
    position: absolute;
    top: 30px;
    right: 0;
    height: 38px;
    width: 80px;
    line-height: 40px;
    border: none;
    background: #bb9a55;
    color: #fff;
    border-radius: 5px;
}

.tips-layer.layui-layer .layui-layer-content {
    padding: 15px;
    text-align: center;
}

.tips-layer.layui-layer .layui-layer-btn {
    text-align: center;
}

.new-tips-layer.layui-layer .layui-layer-content {
    padding: 20px;
    text-align: center;
}

.ck-tt {
    vertical-align: middle;
}

.email-count {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.common-nav .menu-side .list-box .email {
    position: relative;
}

.unread-coupon1 {
    display: none;
    position: absolute;
    right: 12px;
    top: 2px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #e63522;
}

.layui-m-layer-depoist-model h1 {
    font-size: 16px;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}

.layui-m-layer-depoist-model .h2 {
    font-size: 30px;
    color: red;
}

.layui-m-layer-depoist-model p {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin: 5px 0px;
}

.layui-m-layer-depoist-model .span {
    color: #999;
    margin: 5px 0px;
    font-size: 16px;
}

.layui-m-layer-depoist-model .c-orange {
    font-size: 18px !important;
}

.layui-m-layer-depoist-model .layui-m-layerbtn {
    background: #fff;
    color: #333;
    border-radius: 0px 0px 6px 6px;
}

.layui-m-layer-depoist-model .layui-m-layerbtn span {
    color: #333;
}

.layui-m-layer-depoist-model .close-layer {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    width: 15px;
    height: 15px;
    font-size: 18px;
}

.deposit-model2 .layui-m-layercont, .deposit-model3 .layui-m-layercont {
    padding: 30px !important;
    text-align: center;
}

.deposit-model2 h1, .deposit-model2 h3, .deposit-model3 h1, .deposit-model3 h3 {
    background: #BB9A55;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}


.deposit-model3 .layui-m-layerbtn span {
    border-radius: 0px;
}

.deposit-model3 .layui-m-layerbtn span[yes] {
    background: #fff;
    color: #333 !important;
}

.deposit-model3 .layui-m-layerbtn span[no] {
    background: #fff;
    color: #999 !important;
}

.deposit-model3 .close-layer {
    color: #fff;
}

.ui-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.4%;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    font-size: 15px;
    background: #F8F8F8;
    color: #111;
}

.ui-item.night {
    background: #191F36;
    color: #E1E9FF;
}

.ui-item > p {
    padding: 0 2.5% 0 0;
}

.edit-btn {
    position: absolute;
    right: 20px;
}

.edit-title {
    padding: 10px 0 10px;
    font-size: 14px;
    color: #9EA7C4;
}

.edit-tips {
    margin: 10px 0 18px;
    line-height: 1;
    min-height: 12px;
    font-size: 12px;
    color: #ff0000;
}

.inline-input {
    height: 40px;
    border: none;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    padding-left: 5px;
    color: #111;
    background: transparent;
}

.inline-input.night {
    background: #191F36;
    color: #E1E9FF;
}

.inline-input::placeholder {
    color: #3F4866;
}

.top-right-radius {
    border-radius: 4px 4px 0 0;
}

.bottom-left-radius {
    border-radius: 0 0 4px 4px;
}

.gray {
    font-size: 16px;
    color: #999;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #d0d0d0;
    text-align: left;
    font-size: 16px;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #d0d0d0;
    text-align: left;
    font-size: 16px;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #d0d0d0;
    text-align: left;
    font-size: 16px;
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #d0d0d0;
    text-align: left;
    font-size: 16px;
}

.forget-password {
    font-size: 14px;
    color: #187aff;
}

.bg-shadow {
    line-height: 1;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #F8F8F8;
}

.night .bg-shadow {
    background: #191F36;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize12 {
    font-size: 12px;
}

.ui-tips {
    font-size: 14px;
    padding: 10px 0 20px;
    color: #666;
}

.width100 {
    width: 100%;
}

.mt40 {
    margin-top: 40px !important;
}

.relative {
    position: relative;
}

.clear-btn {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 18px;
    color: #d0d0d0;
}

.i-arrow-r {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 22px;
    color: #d0d0d0;
}

.ano-list {
    height: 40px;
    line-height: 40px;
    background: #fff;
}

.ano-list li {
    float: left;
    width: 50%;
    height: 100%;
    line-height: inherit;
    color: #333333;
    text-align: center;
}

.ano-list li span {
    display: inline-block;
    height: 100%;
    line-height: inherit;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.ano-list li:hover, .ano-list li.active {
    color: #764efc;
}

.ano-list li:hover .ano-tab-title, .ano-list li.active .ano-tab-title {
    border-bottom: 2px solid #764efc;
}

.platform {
    flex-wrap: wrap;
}

.platform .plat-item {
    position: relative;
    width: 47%;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #9EA7C4;
    background: #f8f8f8;
    cursor: pointer;
}

.platform .plat-item.night {
    background: #212944;
}

.platform .plat-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.platform .plat-item p:nth-child(1) {
    display: inline-block;
}

.platform .plat-item .balance.active {
    color: #ff0000;
}

.platform .plat-item .icon-shuaxin1 {
    position: absolute;
    right: 10px;
    top: 8px;
}

.plat-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #9EA7C4;
}

.balance {
    color: #111;
}

.balance.night {
    color: #E1E9FF;
}

.platform .plat-item.active {
    color: #fff;
    background: #FF2D55;
}

.platform .plat-item.night.active {
    background: #0A84FF;
}

.all-in {
    color: #0A84FF;
}

.platform .plat-item.active .balance {
    color: #fff;
}

.platform .plat-item.active .icon-pno {
    background: url(/images/icon/wno.png) no-repeat center !important;
    background-size: 100% !important;
}

.platform .plat-item .item-title {
    font-weight: normal;
}

.platform .plat-item .item-text {
    color: #999;
}

.common-layer-cont {
}

.common-layer-title {
    font-size: 18px;
    color: #fff;
    line-height: 3;
}

.common-layer-img {
    width: 60px;
}


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

.text-left {
    text-align: left !important;
}

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

.common-list {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: #fff;
}

.common-list.night {
    background: #191F36;
}

.common-list .common-item {
    height: 100%;
    line-height: inherit;
    color: #111;
    text-align: center;
}

.common-list .common-item.night {
    color: #9EA7C4;
}

.common-list .common-item.active {
    color: #d12344;
}

.common-list .common-item.night.active {
    color: #E1E9FF;
}

.common-list .common-item .item-title {
    position: relative;
    display: inline-block;
    height: 100%;
    line-height: inherit;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}

.common-list .common-item .item-title i {
    position: absolute;
    right: -26px;
    top: 7px;
    display: block;
    width: 24px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    background: #FF2D55;
    border-radius: 6.5px;
    color: #FFFFFF;
    font-size: 10px;
    display: none;
    font-style: normal;
}

.common-list .common-item.active .item-title {
}

.common-list .common-item.active .item-title::after {
    position: relative;
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background: #FF2D55;
    border-radius: 2px;
    margin: -3px auto;
}


.no-data {
    padding: 50% 0 0;
    text-align: center;
    line-height: 5;
    color: #C0CAEF;
    font-size: 14px;
}

.layui-m-layer2 .layui-m-layercont, .layui-m-layer2 .layui-m-layerchild {
    background: 0 !important;
}


@media (max-width: 374px) {
    .ui-item {
        font-size: 14px;
    }

    .inline-input {
        width: 160px;
    }

    .gray {
        font-size: 14px;
    }
}

.pno-box {
    display: inline-block;
}

.icon-pno {
    background: url(/images/icon/pno.png) no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    right: -8px;
    top: -2px;
}

.j-i-tip {
    display: none;
    position: absolute;
    color: #000 !important;
    top: -64px;
    left: -6px;
    width: 260px;
    height: 56px;
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.j-i-tip.left-side {
    left: -5px;
    width: 230px;
}

.j-i-tip.right-side {
    left: -104px;
}

.j-i-tip.right-side:after {
    left: 199px;
}

.j-i-tip:after {
    position: absolute;
    display: inline-block;
    top: 43px;
    left: 81px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    box-shadow: 2px -2px 2px #ccc;
}

.j-i-tip.oneline {
    line-height: 42px;
}

.js-modal-slot .icon-pno {
    top: -1px;
}

#platForm-modal .pno-box .left-side.j-i-tip:after {
    left: 101px;
}

#platForm-modal .pno-box .right-side.j-i-tip:after {
    left: 179px;
}

#red-list .pno-box .right-side.j-i-tip:after {
    left: 190px;
}

.selfDeposit-modal .pno-box .left-side.j-i-tip:after {
    left: 81px !important;
}

.emailist {
    border: 1px solid #e7e7e7;
    background: #fff;
    font-size: 16px;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 10px;
    right: 0px;
    width: 100%;
}

.emailist li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #333;
    text-align: right;
}

#ap-header img {
    width: 100%;
}

#ap-list {
    background: #EEEEFF;
    padding: 10px;
}

#ap-list ul li {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    padding: 20px 5px;
}

#ap-list ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

#ap-list ul li div {
    width: auto;
    float: left;
}

#ap-list ul li img {
    width: 80%;
    position: relative;
    top: 4px;
}

#ap-list .desc-box {
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 4px;
}

#ap-list .desc-box .title {
    color: #333;
}

#ap-list .desc-box .text {
    color: #999;
}

#ap-list .logo-box {
    width: 50px;
    height: 50px;
}

#ap-list .btn-box {
    float: right;
}

#ap-list .btn-box button {
    background: url(/mobile/images/modal/btn-bg.png) no-repeat center;
    width: 90px;
    height: 50px;
    background-size: 90%;
    display: inline-block;
    border: none;
    color: #fff;
}

#ap-close {
    margin-top: 20px;
}

#ap-close img {
    width: 10%;
}

@media screen and (max-width: 320px) {
    #ap-list .logo-box {
        display: none;
    }
}

i.icon-close1 {
    background: url(/images/cc.png) no-repeat center;
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.agentBg.container {
}

.agentBg .ui-item {
    background: #212944;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.agentBg .ui-item > p:first-child {
    width: 100px;
    color: #E1E9FF;
}

.agentBg .get-code-btn {
    width: 130px;
    color: #0A84FF;
}

.agentBg .header-title {
    font-size: 17px;
    color: #E1E9FF;
}

.agentBg .icon-icon_left {
    color: #E1E9FF !important;
}

.agentBg.common-header {
    background: #191F36;
}

.customer-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

.customer-alert .customer-inner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.061113);
    border-radius: 24px 24px 0px 0px;
    overflow: hidden;
}

.customer-alert .customer-inner li {
    box-sizing: border-box;
    color: #111111;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    background: #fff;
}

.customer-alert .customer-inner.night li {
    color: #E1E9FF;
    background: #191F36;
    border-bottom: 1px solid #252D49;
}

.customer-alert .customer-inner li:last-child {
    border-bottom: none;
}

.withdrawal-content .remainAmount {
    padding: 10px 1% 0;
    font-size: 12px;
    color: #3F4866;
}

.night .withdrawal-content .remainAmount {
    color: #E1E9FF;
}

.onHourTip {
    color: #FF2D55;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    display: none;
}

.onHourTip span {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 20px;
    background-color: #FF2D55;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}

.header_c2c {
    box-sizing: border-box;
    padding: 5px 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    background: #FFF7D8;
    z-index: 10;
    display: none;
}

.header_c2c .c2c_inner {
    display: flex;
    color: #FF2D55;
    align-items: center;
    text-align: left;
    font-weight: bold;
}

.header_c2c .c2c_inner img {
    width: 17px;
    height: 17px;
    margin: 5px 5px 0 0;
}

.header_c2c .c2c_inner .timeWrapper {
    display: inline-block;
}

.lock-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 100;
    display: none;
}

.lock-inner {
    position: fixed;
    right: 46px;
    top: 95px;
    z-index: 200;
    box-sizing: border-box;
    width: 228px;
    height: 104px;
    background: url('/mobile/images/theme/lock-bg.png') no-repeat center center / 100% 100%;
    padding: 22px 14px 0;
}

.night .lock-inner {
    background: url('/mobile/images/theme/lock-bg-dark.png') no-repeat center center / 100% 100%;
}

.lock-inner h1, .lock-inner p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

.lock-inner h1 {
    font-size: 14px;
    margin-bottom: 10px;
}

.lock-inner p {
    font-size: 12px;
    margin-top: 6px;
    text-indent: 19px;
}

.night .lock-inner p {
    color: #9EA7C4;
}

.lock-inner span {
    display: flex;
    align-items: center;
}

.lock-inner .yen {
    display: flex;
    width: 16px;
    height: 16px;
    background: #fff;
    color: #FF2D55;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    border-radius: 50px;
}

.night .lock-inner .yen {
    color: #212944;
    background: #FF2D55;
}

.lockTip {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('/mobile/images/theme/warn.png') no-repeat center center / 100% 100%;
}


.layui-m-layermain, .layui-m-layershade {
    position: fixed;
    left: 0;
    top: 1px !important;
    width: 100%;
    height: 100%;
}

.slide-in {
    width: 100vw;
    min-height: 100%;
    overflow-y: scroll;
    background: #F5F5F5;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    z-index: 100;
}

.night #p-content {
    color: #E1E9FF;
}

.icon-filter {
    width: 15px;
    position: relative;
    right: 9px;
    top: 1px;
}