@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;
}

*, *:after, *:before {
    box-sizing: border-box;
    -ms-box-sizing: border-box; /* IE 9*/
    -moz-box-sizing: border-box; /* Firefox*/
    -webkit-box-sizing: border-box; /* Safari 和 Chrome*/
    -o-box-sizing: border-box;
}
*{
    -webkit-tap-highlight-color:transparent;
}
.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;
}

.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;
}

.color999 {
    color: #999;
}

.hidden {
    display: none !important;
}

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

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

.red {
    color: #ff0000 !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;
}

.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%); /* IE 9*/
    -moz-transform: translate(-50%, -50%); /* Firefox*/
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome*/
    -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;
}

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

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

.common-nav {
    position: fixed;
    top: 0;
    left: -30em;
    z-index: 6;
    display: inline-block;
    height: 100%;
    overflow-y: auto;
    font-size: 70%;
    background: #fff;
    color: #333;
    pointer-events: none;
    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.3s ease-in-out;
}

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

.nav-bottom-cont {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 20px;
}
.pdd-cont {
    position: fixed;
    bottom: 72px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    height: 56px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: 5px 0px 9px rgba(147, 169, 192, 0.77);
    border-radius: 10px;
    z-index: 99;
}
.pdd-cont .m-close{
    padding-left: 9px;
}
.pdd-cont .m-close img {
    width: 20px;
}
.pdd-cont i {
    display: inline-block;
    font-size: 24px;
    color: #4DB3EB;
}

.pdd-cont .middle-cont {
    display: flex;
}

.pdd-cont .middle-cont .logo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 8px;
}

.pdd-cont .middle-cont .text-cont .title {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.pdd-cont .middle-cont .text-cont .text {
    font-size: 12px;
    color: #666666;
}

.pdd-cont .pdd-nwog {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    background: url(/mobile/images/btn-down1.png) no-repeat center top;
    background-size: 100px;
    margin-right: 10px;
}

/*.common-nav .menu-side .item {*/
/*position: relative;*/
/*height: 44px;*/
/*border-top: 1px solid rgba(0, 0, 0, .1);*/
/*letter-spacing: 2px;*/
/*}*/

/*.common-nav .menu-side .item.arrow-r:after {*/
/*content: '';*/
/*display: inline-block;*/
/*width: 8px;*/
/*height: 13px;*/
/*background: url(../images/arr-right1-r.png) no-repeat center;*/
/*}*/

/*#main-account-box {*/
/*padding: 0 1rem;*/
/*}*/

/*.common-nav .menu-side .item.border-bottom {*/
/*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
/*}*/

/*.common-nav .menu-side .item .icon {*/
/*font-size: 400%;*/
/*}*/

/*.common-nav #main-account-box {*/
/*background: rgba(0, 0, 0, .1);*/
/*}*/

/*.common-nav .menu-side .balence-box {*/
/*height: 100%;*/
/*margin: 0 .5rem 0 0;*/
/*line-height: 44px;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*font-size: 14px;*/
/*background: url("../images/arr-right1-r.png") no-repeat center right;*/
/*}*/

/*.common-nav .menu-side .item a {*/
/*display: inline-block;*/
/*}*/

/*.common-nav .menu-side .item a:link {*/
/*color: #fff;*/
/*}*/

/*.common-nav .menu-side .item a:visited {*/
/*color: #fff;*/
/*}*/

/*.common-nav .menu-side .item a:hover {*/
/*color: #fff;*/
/*}*/

/*.common-nav .menu-side .item a:active {*/
/*color: #fff;*/
/*}*/

/*.common-nav .menu-side .item .padding-left {*/
/*display: inline-block;*/
/*padding-left: 2.8em;*/
/*}*/

/*.common-nav .menu-side .item img {*/
/*width: 100%;*/
/*}*/

/*.common-nav .menu-side .text {*/
/*font-size: 1.4em;*/
/*text-align: left;*/
/*width: 90%;*/
/*margin: 0 auto;*/

/*}*/

/*.common-nav .menu-side .text.login-tip {*/
/*margin: 15px auto;*/
/*}*/

/*.common-nav .menu-side .list-box .text {*/
/*line-height: 44px;*/
/*}*/

.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 .header-cont {
    position: relative;
    height: 100%;
    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;
}

/*.common-header .left-button {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 10px;*/
/*}*/

.common-header .header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-size: 18px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9*/
    -moz-transform: translate(-50%, -50%); /* Firefox*/
    -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome*/
    -o-transform: translate(-50%, -50%);
}
.common-header .header-title img{
    display: block;
    vertical-align: middle;
}
/*.common-header .right-button {*/
/*position: absolute;*/
/*top: 10px;*/
/*right: 0;*/
/*}*/

/*header右侧icon*/
.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-size: 20px;
    background: url(../images/sprites/more.png) no-repeat top;
}
.head-recharge-btn{
    display: inline-block;
    /* 渐变1 */

    background: linear-gradient(180deg, #57A7FA 0%, #1584F8 100%);
    border-radius: 35px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.165px;
    color: #FFFFFF;
    padding: 3px 14px;
}

.index-sprite.cs {
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/nav/cs3.png) no-repeat center;
    background-size: 20px;
}

.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: 70px;
    background: url(../images/sprites/footer-bg4.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 {
    padding-top: 26px;
    width: 20%;
}

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

.common-footer .action .item1 > a {
    position: relative;
    display: block;
    color: #9C9C9C;
    text-decoration: none;
}

.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;
    padding-top: 1px;
    color: #999;
    line-height: 14px;
}
.common-footer .action .item.active .text {
    color:#4DB3EB;
}
.unread-email-count{
    display: none;
    position: absolute;
    top: 5px;
    right: -15px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    background: #ff4d4d;
}
.common-footer .action .unread-email-count{
    top: 21px;
    right: 9px;
}
    /*登录后*/

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

.login-after-sprite.preferential {
    background: url(/mobile/images/index/preferential.png?v=1) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}
.login-after-sprite.preferential.active {
    animation: scale .3s 1;
    background: url(/mobile/images/index/preferential-active.png?v=1) no-repeat center top;
    background-size: 100% 100%;
}
.login-after-sprite.preferential.redCircle:after{
    content: '';
    position: absolute;
    right: -11px;
    top: -1px;
    width: 10px;
    height: 10px;
    background: #ff4d4d;
    border-radius: 50px;
}
.login-after-sprite.customer-link {
    background: url(/mobile/images/index/customer-link.png?v=1) no-repeat center top;
    background-size: 100% 100%;
}
.login-after-sprite.customer-link.active {
    background: url(/mobile/images/index/customer-active.png?v=1) no-repeat center top;
    background-size: 100% 100%;
}
.login-after-sprite.forum {
    background: url(/mobile/images/index/betrecord.png?v=1) no-repeat center top;
    background-size: 100% 100%;
}
.login-after-sprite.forum.active {
    animation: scale .3s 1;
    background: url(/mobile/images/index/schedule-active.png?v=1) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.account {
    background: url(/mobile/images/index/user.png?v=1) no-repeat center top;
    background-size: 100% 100%;
}

.login-after-sprite.account.active {
    animation: scale .3s 1;
    background: url(/mobile/images/index/user-active.png?v=1) no-repeat center top;
    background-size: 100% 100%;
}

.nav-index-cont {
    display: block;
    border-radius: 23px;
    margin: 0 auto;
    /*background: rgba(220, 216, 241, .8);*/
    animation: shadowS 2s infinite linear;
    min-height: 45px;
}

.login-after-sprite.home {
    width: 40px;
    height: 40px;
    animation: rotateF 1s 3 linear;
    background: url(../images/index/index.png) no-repeat center;
    background-size: 40px;
    margin: 0px auto;
}
.common-footer .item2 a.top .login-after-sprite.home{
    background: url(../images/index/index-top.png) no-repeat center;
    background-size: 36px;
}
/*代理底部*/
.agent-common-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 52px;
    padding-top: 5px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
}

.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: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(/mobile/images/agent/footer/tab-icon.png) no-repeat;
    background-size: 40px;
}

.agent-login-after-sprite.account {
    background-position: -8px -48px;
}

.agent-login-after-sprite.account.active {
    background-position: -8px -88px;
}

.agent-login-after-sprite.link {
    background-position: -8px -128px;
}

.agent-login-after-sprite.link.active {
    background-position: -8px -168px;
}

.agent-login-after-sprite.manage {
    background-position: -8px -208px;
}

.agent-login-after-sprite.manage.active {
    background-position: -8px -248px;
}

.agent-login-after-sprite.report {
    background-position: -8px -288px;
}

.agent-login-after-sprite.report.active {
    background-position: -8px -328px;
}

.agent-login-after-sprite.own {
    background-position: -8px -368px;
}

.agent-login-after-sprite.own.active {
    background-position: -8px -8px;
}

.agent-common-footer .action .text {
    font-size: 12px;
    padding-top: 1px;
    color: #333;
}

@-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);
    }
    100% {

    }
}

@-webkit-keyframes scale {
    0% {

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

    }
}

/*登录前*/

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

.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/login-active.png?v=1) no-repeat center;
    background-size: 100% 100%;
}

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

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

.login-before-sprite.register {
    background: url(../images/index/register.png?v=1) 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); /* IE 9*/
        -moz-transform: rotate(0deg); /* Firefox*/
        -webkit-transform: rotate(0deg); /* Safari 和 Chrome*/
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg); /* IE 9*/
        -moz-transform: rotate(359deg); /* Firefox*/
        -webkit-transform: rotate(359deg); /* Safari 和 Chrome*/
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9*/
        -moz-transform: rotate(0deg); /* Firefox*/
        -webkit-transform: rotate(0deg); /* Safari 和 Chrome*/
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg); /* IE 9*/
        -moz-transform: rotate(359deg); /* Firefox*/
        -webkit-transform: rotate(359deg); /* Safari 和 Chrome*/
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9*/
        -moz-transform: rotate(0deg); /* Firefox*/
        -webkit-transform: rotate(0deg); /* Safari 和 Chrome*/
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg); /* IE 9*/
        -moz-transform: rotate(359deg); /* Firefox*/
        -webkit-transform: rotate(359deg); /* Safari 和 Chrome*/
        -o-transform: rotate(359deg);
    }
}

@-o-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9*/
        -moz-transform: rotate(0deg); /* Firefox*/
        -webkit-transform: rotate(0deg); /* Safari 和 Chrome*/
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg); /* IE 9*/
        -moz-transform: rotate(359deg); /* Firefox*/
        -webkit-transform: rotate(359deg); /* Safari 和 Chrome*/
        -o-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9*/
        -moz-transform: rotate(0deg); /* Firefox*/
        -webkit-transform: rotate(0deg); /* Safari 和 Chrome*/
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg); /* IE 9*/
        -moz-transform: rotate(359deg); /* Firefox*/
        -webkit-transform: rotate(359deg); /* Safari 和 Chrome*/
        -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;
}

/*登录前侧边栏*/
.vip-cont {
    height: 160px;
    padding: 49px 25px 18px;
    color: #fff;
    background: url(/mobile/images/index/side-bg1.webp) no-repeat center top;
    background-size: 100%;
}

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

.vip-box {
    margin-right: 8px;
    background: url(/mobile/images/sport/img.png) no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
    padding: 2px;
}
.vip-box.float {
    float: left;
}
.vip-text{
    margin: 9% 10%;
    font-size: 14px;
}
#agent-login .left-login-cont .loginName{
    padding: 6% 10%;
}
.vip-box .img {
    border-radius: 35px;
}

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

.list-box .side-item {
    position: relative;
    padding: 25px 0 20px;
    border-bottom: 1px solid #F7F7F7;
}

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

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

}
.list-box .side-item a .icon-right-arr{
    color: #C7C7C7;
}
.list-box .side-item .side-title {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}

.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/nhelp.png) no-repeat center center;
    background-size: 100% 100%;
}

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

.nav-sprite.domain {
    background: url(../images/index/net.png) no-repeat center 0;
    background-size: 100% 100%;
}
.nav-sprite.app {
    background: url(../images/index/app-download.png) no-repeat center 0;
    background-size: 100% 100%;
}
.nav-sprite.ck {
    height: 22px;
    width: 29px;
    vertical-align: sub;
    background: url(/mobile/images/ck.png) no-repeat center top;
    background-size: 100% 100%;
}

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

}

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

/*登录后侧边栏*/
.left-login-cont {
    line-height: 2.3;
    text-align: left;
    font-size: 14px;
}
.left-login-cont .vip-level{
    display: inline-block;
    font-size: 12px;
}
.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 {
    margin: 8px 10px 12px;
}
.menu-side .balance-cont p{
    line-height: 2;
    font-size: 12px;
    color: #999999;
    width: 49%;
    text-align: center;
}
.balance-cont span {
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #333333;
}

.fast-link-cont {
    margin: 10px;
}
.fast-link-cont a{
    display: inline-block;
}

.fast-link-cont a:nth-of-type(2) {
    margin-left: 10px;
}
.fast-link-cont a img{
    height: 54px;
}
.vip-sprite {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url(/images/usercenter/home/header-vip.png);
    background-repeat: no-repeat;
    background-size: 46px;
    border-radius: 50px;
}
.vip-sprite.unlock{
    background-image: url(/images/usercenter/home/header-vip-unlock.png);
}
.vip-link .vip-sprite{
    background-color: #fff;
}
.vip-sprite.v0 {
    background-position: -11px -174px;
}
.vip-sprite.v1 {
    background-position: -11px -91px;
}
.vip-sprite.v2 {
    background-position: -11px -256px;
}
.vip-sprite.v3 {
    background-position: -11px -132px;
}
.vip-sprite.v4 {
    background-position: -11px -215px;
}
.vip-sprite.v5 {
    background-position: -11px -9px;
}
.vip-sprite.v6 {
    background-position: -11px -50px;
}
.js-back-top{
    display: none;
    position: fixed;
    bottom: 23.5vh;
    right: 0.5vh;
    width: 48px;
    z-index: 9999;
    cursor: pointer;
}

/*代理登录后*/
.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 {
    display: none;
}

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

#comm-other-button .iconfont {
    font-size: 20px;
}

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

#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 .title {*/
/*position: relative;*/
/*width: 100%;*/
/*padding: .2em;*/
/*letter-spacing: 3px;*/
/*font-size: 1.5em;*/
/*text-align: left; !*background-color: #F6C799;*!*/
/*color: #1d1d26;*/
/*background: #fff;*/
/*}*/

/*.content > ul > li .title:BEFORE {*/
/*display: inline-block;*/
/*transform: rotate(0deg);*/
/*-ms-transform: rotate(0deg); !* IE 9 *!*/
/*-moz-transform: rotate(0deg); !* Firefox *!*/
/*-webkit-transform: rotate(0deg); !* Safari 和 Chrome *!*/
/*-o-transform: rotate(0deg);*/
/*transition: transform 0.5s ease-in-out;*/
/*-webkit-transition: transform 0.5s ease-in-out;*/
/*-moz-transition: transform 0.5s ease-in-out;*/
/*-o-transition: transform 0.5s ease-in-out;*/
/*-ms-transition: transform 0.5s ease-in-out;*/
/*}*/

.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: 44px;
    line-height: 42px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #57A7FA;
    border-radius: 6px;
    transition: all .5s;
}

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

.btn2 {
    display: block;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #57A7FA;
    color: #57A7FA;
}

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

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

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

.mui-switch {
    position: absolute;
    top: 11px;
    right: .5rem;
    width: 44px;
    height: 27px;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    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: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

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

.mui-switch:checked:before {
    left: 17px;
}


.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;
    /*font-size: 90%;*/
    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;
}

.layui-m-layerbtn {
    background: #fff !important;
    border-top: 1px solid #e7e7e7 !important;
}

.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-coupon,
.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;
}
.unread-coupon.self-get{
    right: auto;
    top: 16px;
    left: 130px;
}

/* =============== 弹窗 =============== */
.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;
}

.layui-m-layerbtn span[yes] {
    color: #333 !important;
    font-size: 16px;
}

.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;
}

/* =============== 12/26 =============== */
.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: 4px;
    font-size: 16px;
    color: #333;
    background: #fff;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

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

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

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

.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: #333;
}

.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;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    background: #fff;
}

.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: #57A7FA;
}

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

/*账户选择*/

.platform {
    flex-wrap: wrap;
}

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

.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: #333;
}

.balance {
    color: #999;
}

.platform .plat-item.active {
    color: #fff;
    background: linear-gradient(180deg, #57A7FA 0%, #1584F8 100%);
    border: 1px solid #88C1FB;
    border-radius: 4.44444px;
}

/*.platform .plat-item:hover .balance,*/
.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: #333;
    line-height: 3;
}
.common-layer-img{
    width:60px;
}

.common-layer-text {
    font-size: 14px;
    color: #666;
}

.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 .common-item {
    height: 100%;
    line-height: inherit;
    color: #333333;
    text-align: center;
}

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

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

.common-list .common-item.active .item-title {
    border-bottom: 2px solid #57A7FA;
}

.layui-m-layerbtn span[no] {
    font-size: 16px;
}

.no-data {
    padding: 50% 0 0;
    text-align: center;
    line-height: 5;
    color: #999;
}

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

    .inline-input {
        width: 160px;
    }

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

/*.vip-sprite {*/
/*background: url(/images/usercenter/vip-sprites3.png) no-repeat 0 -1px;*/
/*width: 80px;*/
/*height: 80px;*/
/*display: inline-block;*/
/*}*/

/*.vip-sprite.v0 {*/
/*background-position: 0 -1px;*/
/*}*/

/*.vip-sprite.v1 {*/
/*background-position: 0 -87px;*/
/*}*/

/*.vip-sprite.v2 {*/
/*background-position: 0 -173px;*/
/*}*/

/*.vip-sprite.v3 {*/
/*background-position: 0 -259px;*/
/*}*/

/*.vip-sprite.v4 {*/
/*background-position: 0 -345px;*/
/*}*/

/*.vip-sprite.v5 {*/
/*background-position: 0 -431px;*/
/*}*/

/*.vip-sprite.v6 {*/
/*background-position: 0 -517px;*/
/*}*/

.pno-box {
    /*position: absolute;*/
    /*top: 9px;*/
    /*right: 50px;*/
    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: 69px; */
    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;
}


/*.layui-m-layer-appdownload {*/
    /*background: unset !important;*/
/*}*/

/*.layui-m-layer-appdownload .layui-m-layercont {*/
    /*padding: 0px !important;*/
/*}*/

#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 .logo-box,*/
/*#ap-list .btn-box {*/
/*    position: absolute;*/
/*}*/

#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;
}


.ui-item i.icon-bestRate{
    display:none;
}