body {
    font-size: 12px;
    color: #333;
    word-break: break-all;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

.fixed-table-body {
    overflow: visible !important;
}

.fixed-table-container {
    border: none !important;
}

    .fixed-table-container .no-records-found {
        display: none;
    }
/*充值页面*/
.formTable {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

    .formTable th, .formTable td {
        border-left: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        padding: 8px;
        background: #f5f5f5;
        line-height: 20px;
    }

    .formTable th {
        padding: 8px;
        background-color: #eee;
        font-weight: bold;
    }

    .formTable td {
        padding: 13px 8px;
    }

    .formTable .text_left {
        text-align: left;
    }

    .formTable .iptC {
        height: 25px;
        border: 1px solid #d8d8d8
    }

.copyBtn {
    background-color: #4F94CD;
    color: #fff;
    width: 50px;
    height: 28px;
}

.payInfo {
    border: 1px solid #ddd;
    padding: 0 8px;
    color: #FF5722;
    font-weight: bold;
    width: 200px;
    float: left;
}

    .payInfo .label {
        margin-right: 15px;
    }

.payInfoCopy {
    float: left
}

.payTitle {
    color: #FF5722;
    font-weight: bold;
    float: left;
}

.payTips {
    float: left;
    margin-left: 20px;
    color: #8B8386;
}

a.copy {
    float: right;
    cursor: pointer;
    color: #E96491;
}

.center {
    *position: relative;
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

input,
button,
select,
textarea {
    outline: 0;
    font-family: inherit;
}

a {
    outline: 0;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

font.f12 {
    font-size: 12px;
}

font.f13 {
    font-size: 13px;
}

font.f14 {
    font-size: 14px;
}

font.f16 {
    font-size: 16px;
}

font.f18 {
    font-size: 18px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.default-cursor {
    cursor: default;
}

.pointer-cursor {
    cursor: pointer;
}

.clear {
    clear: both;
}

.clear-header {
    height: 0px;
    clear: both;
}

.page-container {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/**
 * 头部样式
 */
.page-header {
    clear: both;
    padding-top: 32px;
}

    .page-header .toolbar {
        height: 32px;
        background-color: #787876;
        font-size: 12px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

        .page-header .toolbar .notice {
            height: 40px;
            line-height: 38px;
            color: #fff;
            float: left;
        }

            .page-header .toolbar .notice > .label {
                float: left;
            }

            .page-header .toolbar .notice > .text {
                float: left;
                width: 336px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .page-header .toolbar .links {
            float: right;
        }

            .page-header .toolbar .links > a {
                width: 120px;
                height: 40px;
                line-height: 38px;
                color: #fff;
                display: inline-block;
                text-decoration: none;
                cursor: pointer;
                text-align: center;
                transition: all 0.2s ease 0s;
            }

                .page-header .toolbar .links > a:hover {
                    background-color: #555;
                }

                .page-header .toolbar .links > a > i {
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    vertical-align: middle;
                    background-image: url("../img/common/common_icon.png");
                }

                    .page-header .toolbar .links > a > i.desktop {
                        background-position: 0 0;
                    }

                    .page-header .toolbar .links > a > i.collect {
                        background-position: -20px 0;
                    }

                    .page-header .toolbar .links > a > i.home {
                        background-position: -40px 0;
                    }

        /* 账户信息 */
        .page-header .toolbar .infos {
            color: #fff;
            display: none;
        }

            .page-header .toolbar .infos.left {
                float: right;
            }

            .page-header .toolbar .infos.right {
                float: right;
            }

            .page-header .toolbar .infos > div {
                float: left;
            }

            .page-header .toolbar .infos > .name {
                height: 32px;
                line-height: 32px;
                margin-right: 4px;
            }

            .page-header .toolbar .infos > .account {
                height: 32px;
                line-height: 32px;
                margin: 0 6px;
            }

                .page-header .toolbar .infos > .account > i.arrow-bottom {
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    vertical-align: middle;
                    background-image: url("../img/common/common_icon.png");
                    background-position: -60px 0;
                }

            .page-header .toolbar .infos > .message {
                height: 32px;
                line-height: 32px;
            }

                .page-header .toolbar .infos > .message > a {
                    height: 20px;
                    line-height: 18px;
                    background-color: #E96491;
                    color: #fff;
                    text-decoration: none;
                    display: inline-block;
                    border-radius: 2px;
                    padding: 0 6px;
                }

            .page-header .toolbar .infos > .money {
                height: 32px;
                line-height: 32px;
                margin-left: 14px;
            }

                .page-header .toolbar .infos > .money > .value {
                    padding: 0 3px;
                }

            .page-header .toolbar .infos .value > i.refresh {
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: -5px;
                background-image: url("../img/common/common_icon.png");
                background-repeat: no-repeat;
                background-position: -140px 0;
                cursor: pointer;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

        .page-header .toolbar .moneylist:hover .value > i.refresh {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .page-header .toolbar .infos > .link {
            position: relative;
            height: 32px;
            line-height: 32px;
            padding: 0 12px;
            color: #fff;
            text-decoration: none;
            float: left;
            cursor: pointer;
            transition: all 0.2s ease 0s;
        }

            .page-header .toolbar .infos > .link:hover {
                background-color: #555;
            }

            .page-header .toolbar .infos > .link > .sub-list {
                position: absolute;
                top: 32px;
                left: 0px;
                width: 84px;
                background-color: #fff;
                z-index: 2;
                padding: 4px 0;
                border: 1px solid #e9e9e9;
                box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
                display: none;
            }

                .page-header .toolbar .infos > .link > .sub-list > i.arrow {
                    position: absolute;
                    width: 15px;
                    height: 8px;
                    top: -8px;
                    left: 50%;
                    margin-left: -7.5px;
                    background-image: url("../img/common/common_icon.png");
                    background-repeat: no-repeat;
                    background-position: -160px 0;
                }

            .page-header .toolbar .infos > .link:hover > .sub-list {
                display: block;
            }

            .page-header .toolbar .infos > .link > .sub-list > .item {
                height: 24px;
                line-height: 22px;
                text-align: center;
            }

                .page-header .toolbar .infos > .link > .sub-list > .item > a {
                    color: #393939;
                    text-align: center;
                    text-decoration: none;
                    display: block;
                }


                    .page-header .toolbar .infos > .link > .sub-list > .value:hover,
                    .page-header .toolbar .infos > .link > .sub-list > .item > a:hover {
                        color: #fff;
                        background-color: #E96491;
                    }

            .page-header .toolbar .infos > .link > i {
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                background-image: url("../img/common/common_icon.png");
                background-repeat: no-repeat;
            }

                .page-header .toolbar .infos > .link > i.arrow-bottom {
                    width: 14px;
                    background-position: -60px 0;
                }

    /* 导航栏样式 */
    .page-header .navbar {
        height: 70px;
        background-color: #f6f6f6;
        border-bottom: 1px solid #e8e8e8;
    }

        .page-header .navbar .logo {
            width: 180px;
            height: 60px;
            margin-top: 3px;
            /*float: left;*/
            /*background: url("../img/logo_s1.png") no-repeat left center;*/
        }

        .page-header .navbar .list {
            height: 60px;
            float: right;
        }

            .page-header .navbar .list > a {
                padding: 0 10px;
                min-width: 63px;
                height: 70px;
                line-height: 70px;
                /*float: left;*/
                color: #333333;
                font-size: 15px;
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                transition: all 0.2s ease 0s;
                border-left: 1px solid #e8e8e8;
                /*border-right: 1px solid white;*/
                font-weight: bold;
                display:inline-block;
            }

                .page-header .navbar .list > a:hover {
                    color: #E96491;
                }

                .page-header .navbar .list > a.active {
                    background-color: #009bd7;
                }

                .page-header .navbar .list > a.right {
                    margin-left: 20px;
                }

                .page-header .navbar .list > a > i {
                    width: 30px;
                    height: 30px;
                    display: inline-block;
                    vertical-align: middle;
                    background-image: url("../img/common/common_icon.png");
                }

                    .page-header .navbar .list > a > i.arrow-bottom {
                        width: 20px;
                        height: 20px;
                        background-position: -60px 0;
                    }

                    .page-header .navbar .list > a > i.customer-service {
                        background-position: 0 -20px;
                    }

/**
 * 底部样式
 */
.page-footer {
    clear: both;
}

    .page-footer .partner {
        height: 126px;
        background-color: #f4f4f4;
        border-top: 1px solid #cecece;
        background-image: url("../img/common/footer_bg.png");
    }

        .page-footer .partner .title {
            height: 50px;
            line-height: 48px;
            color: #8d8e8e;
            font-size: 16px;
        }

            .page-footer .partner .title > span {
                font-size: 12px;
                color: #c3c3c3;
                padding: 0 5px;
                vertical-align: -2px;
            }

        .page-footer .partner .list {
            height: 76px;
        }

            .page-footer .partner .list > a {
                height: 100%;
                display: block;
                float: left;
                background-image: url("../img/common/partner_list_icon.png");
                cursor: pointer;
            }

                .page-footer .partner .list > a.ag {
                    width: 86px;
                    background-position: 0 0;
                }

                .page-footer .partner .list > a.bbin {
                    width: 162px;
                    background-position: -86px 0;
                }

                .page-footer .partner .list > a.ea {
                    width: 94px;
                    background-position: -248px 0;
                }

                .page-footer .partner .list > a.hg {
                    width: 156px;
                    background-position: -342px 0;
                }

                .page-footer .partner .list > a.riental {
                    width: 150px;
                    background-position: -498px 0;
                }

                .page-footer .partner .list > a.bet188 {
                    width: 106px;
                    background-position: -648px 0;
                }

                .page-footer .partner .list > a.mg {
                    width: 178px;
                    background-position: -754px 0;
                }

                .page-footer .partner .list > a.pt {
                    width: 118px;
                    background-position: -932px 0;
                }

    .page-footer .service {
        height: 56px;
        line-height: 54px;
        background-color: #262828;
    }

        .page-footer .service .copyright {
            color: #fff;
            float: left;
        }

        .page-footer .service .links {
            color: #fff;
            float: right;
        }

            .page-footer .service .links > a {
                color: #fff;
                text-decoration: none;
                padding: 0 3px;
            }

/**
 * 回到顶部
 */
.back-to-top {
    position: absolute;
    width: 150px;
    height: 454px;
    padding-top: 150px;
    top: 460px;
    background-image: url("../img/common/back_to_top.png");
    z-index: 9999;
    display: none;
}

    .back-to-top.navigate {
        z-index: 10001;
    }

    .back-to-top.fixed {
        position: fixed;
        top: 120px;
    }

    .back-to-top > a.link {
        height: 48px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        display: block;
        margin-top: 4px;
        cursor: pointer;
        text-decoration: none;
    }

    .back-to-top > a.top {
        height: 40px;
        width: 40px;
        display: block;
        margin: 4px auto 0 auto;
        cursor: pointer;
    }

/* 登录样式1 */
.login-form1 {
    position: fixed;
    top: 0px;
    width: 1060px;
    z-index: 10000;
    display: none;
}

    .login-form1 > .title {
        height: 43px;
        width: 435px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -7px;
        color: #fff;
        line-height: 48px;
        float: left;
    }

    .login-form1 > .row {
        width: 186px;
        float: left;
    }

        .login-form1 > .row > .label {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #fff;
            float: left;
        }

        .login-form1 > .row > .input {
            position: relative;
            display: inline-block;
            margin-top: 6px;
        }

            .login-form1 > .row > .input > input[type="text"],
            .login-form1 > .row > .input > input[type="password"] {
                height: 20px;
                font-size: 13px;
                border: none;
                background-color: #fff;
                width: 135px;
                text-indent: 25px;
                color: #787876;
                border-radius: 4px;
            }

            .login-form1 > .row > .input > i.icon {
                position: absolute;
                width: 24px;
                height: 24px;
                top: -2px;
                left: -2px;
                z-index: 1;
                background-image: url("../img/common/common_icon.png");
                background-repeat: no-repeat;
            }

                .login-form1 > .row > .input > i.icon.username {
                    background-position: 0 -54px;
                }

                .login-form1 > .row > .input > i.icon.password {
                    background-position: -32px -54px;
                }

    .login-form1 > .submit {
        width: 68px;
        float: left;
        color: #fff;
        text-decoration: none;
        line-height: 22px;
        cursor: pointer;
        display: block;
        text-align: center;
        transition: all 0.2s ease 0s;
        background: #E96491;
        margin-top: 5px;
        border-radius: 2px;
        margin-right: 8px;
    }

        .login-form1 > .submit:hover {
            background-color: #90ea39;
        }

    .login-form1 > .line {
        height: 0;
    }

    .login-form1 > .actions {
        height: 34px;
        width: 120px;
        float: left;
        line-height: 36px;
    }

        .login-form1 > .actions > a {
            color: #fff;
            text-decoration: none;
        }

/* 登录样式2 */
.login-form2 {
    position: absolute;
    width: 260px;
    height: 240px;
    top: 20px;
    left: 42px;
    background-color: rgba(0,0,0,0.3);
    z-index: 99;
}

    .login-form2 > .title {
        height: 40px;
        padding: 0 20px;
        color: #fff;
        line-height: 58px;
        font-size: 18px;
    }

    .login-form2 > .row {
        padding: 20px 20px 0 20px;
    }

        .login-form2 > .row > .label {
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            color: #fff;
        }

        .login-form2 > .row > .input {
            position: relative;
        }

            .login-form2 > .row > .input > input[type="text"],
            .login-form2 > .row > .input > input[type="password"] {
                height: 32px;
                font-size: 13px;
                border: none;
                background-color: #fff;
                width: 100%;
                text-indent: 32px;
            }

            .login-form2 > .row > .input > i.icon {
                position: absolute;
                width: 32px;
                height: 32px;
                top: 0;
                left: 0;
                z-index: 1;
                background-image: url("../img/common/common_icon.png");
                background-repeat: no-repeat;
            }

                .login-form2 > .row > .input > i.icon.username {
                    background-position: 0 -50px;
                }

                .login-form2 > .row > .input > i.icon.password {
                    background-position: -32px -50px;
                }

    .login-form2 > .submit {
        height: 36px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        line-height: 34px;
        cursor: pointer;
        display: block;
        background-color: #E96491;
        margin: 20px 20px 0 20px;
        text-align: center;
        transition: all 0.2s ease 0s;
    }

        .login-form2 > .submit:hover {
            background-color: #EC7BA1;
        }

    .login-form2 > .actions {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
    }

        .login-form2 > .actions > a {
            color: #fff;
            text-decoration: none;
        }

/**
 * 导航样式
 */
.page-menu {
    padding: 10px 0;
}

    .page-menu .nav {
        margin: 0 -5px;
        overflow: hidden;
    }

        .page-menu .nav > a {
            height: 40px;
            width: 80px;
            line-height: 40px;
            text-align: center;
            color: #000;
            background-color: #f1f1f1;
            display: block;
            float: left;
            margin: 0 5px;
            text-decoration: none;
            cursor: pointer;
        }

            .page-menu .nav > a.active,
            .page-menu .nav > a:hover {
                background-color: #F99326;
                color: #fff;
            }

/**
 * 遮罩层样式
 */
#jBox-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

/**
 * 弹出层样式
 */
.common-modal {
    /* overflow: hidden; */
    border-radius: 0;
    box-shadow: none;
    box-shadow: 0 0 10px #666;
    border-radius: 8px;
}

    .common-modal .jBox-content {
        padding: 20px;
    }

    .common-modal.grey .jBox-content {
        background-color: #F8F9FA;
    }

    .common-modal .jBox-container {
        border-radius: 8px;
        box-shadow: none;
    }

.jBox-Default .jBox-container {
    border: 1px solid #ddd;
}

.common-modal .jBox-title {
    height: auto;
    line-height: 58px;
    background-color: #FFFFFF;
    border-radius: 0;
    border-bottom: 1px dashed rgb(231, 231, 231);
    text-shadow: none;
    font-size: 20px;
    padding: 0 20px;
    color: #E96491;
    border-radius: 8px;
}

    .common-modal .jBox-title .icon {
        width: 50px;
        height: 50px;
        display: inline-block;
        background-image: url("../img/manager/manager_icon_02.png");
        background-repeat: no-repeat;
        vertical-align: -18px;
        margin-right: 10px;
    }

        .common-modal .jBox-title .icon.lock {
            background-position: 0 0;
        }

        .common-modal .jBox-title .icon.money {
            background-position: -50px 0;
        }

        .common-modal .jBox-title .icon.security {
            background-position: -100px 0;
        }

        .common-modal .jBox-title .icon.card {
            background-position: -150px 0;
        }

        .common-modal .jBox-title .icon.pen {
            background-position: -200px 0;
        }

        .common-modal .jBox-title .icon.email {
            background-position: -250px 0;
        }

        .common-modal .jBox-title .icon.user {
            background-position: -300px 0;
        }

        .common-modal .jBox-title .icon.personal {
            background-position: -350px 0;
        }

    .common-modal .jBox-title .title-sm {
        font-size: 14px;
    }

    .common-modal .jBox-title .jBox-closeButton {
        width: 60px;
        background: #E96491;
        border-radius: 50%;
        top: -15px;
        right: -15px;
        height: 60px;
    }

        .common-modal .jBox-title .jBox-closeButton svg {
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-right: -10px;
        }

        .common-modal .jBox-title .jBox-closeButton path {
            fill: #fff;
        }

            .common-modal .jBox-title .jBox-closeButton path:hover {
                fill: #fff;
            }

/**
 * 提示消息样式
 */
.common-notice {
    margin-top: 36px;
}

    .common-notice .jBox-container {
        color: #000;
        background: #f5f5f5;
        text-shadow: 0px 1px 0px #FFF;
        box-shadow: 0 0 3px #666;
    }

/**
 * 弹出确认样式
 */
.common-confirm,
.common-alert {
    /* box-shadow: 5px 5px rgba(102, 102, 102, 0.2); */
    box-shadow: 0 0 10px #666;
}

    .common-confirm .jBox-title,
    .common-alert .jBox-title {
        height: 50px;
        line-height: 48px;
        background-color: #ffffff;
        border: none;
        border-radius: 0;
        border-bottom: 1px dashed rgb(231, 231, 231);
        text-shadow: none;
        font-size: 18px;
        padding: 0 12px;
        color: #E96491;
        border-radius: 8px;
    }

        .common-confirm .jBox-title .icon,
        .common-alert .jBox-title .icon {
            width: 40px;
            height: 40px;
            display: inline-block;
            background-image: url("../img/common/common_modal_icon.png");
            background-repeat: no-repeat;
            vertical-align: -14px;
            margin-right: 8px;
        }

            .common-confirm .jBox-title .icon.warning,
            .common-alert .jBox-title .icon.warning {
                background-position: 0 -56px;
            }

            .common-confirm .jBox-title .icon.info,
            .common-alert .jBox-title .icon.info {
                background-position: -40px -56px;
            }

            .common-confirm .jBox-title .icon.question,
            .common-alert .jBox-title .icon.question {
                background-position: -80px -56px;
            }

            .common-confirm .jBox-title .icon.success,
            .common-alert .jBox-title .icon.success {
                background-position: -120px -56px;
            }

        .common-confirm .jBox-title .jBox-closeButton,
        .common-alert .jBox-title .jBox-closeButton {
            width: 50px;
            height: 50px;
            background: #E96491;
            top: -15px;
            right: -15px;
            border-radius: 50%;
        }

            .common-confirm .jBox-title .jBox-closeButton svg,
            .common-alert .jBox-title .jBox-closeButton svg {
                width: 18px;
                height: 18px;
                margin-top: -9px;
                margin-right: -9px;
            }

            .common-confirm .jBox-title .jBox-closeButton path,
            .common-alert .jBox-title .jBox-closeButton path {
                fill: #fff;
            }

                .common-confirm .jBox-title .jBox-closeButton path:hover,
                .common-alert .jBox-title .jBox-closeButton path:hover {
                    fill: #fff;
                }

    .common-confirm .jBox-container,
    .common-alert .jBox-container {
        border-radius: 0;
        box-shadow: none;
        border-radius: 8px;
    }

    .common-confirm .jBox-content,
    .common-alert .jBox-content {
        position: relative;
        line-height: 24px;
        padding: 30px 0 18px 0;
        width: 580px !important;
        min-width: 580px !important;
        max-width: 580px !important;
        text-align: left;
    }

        .common-confirm .jBox-content .msg,
        .common-alert .jBox-content .msg {
            width: 256px;
            padding: 12px 0;
            font-size: 16px;
            line-height: 24px;
            color: #787876;
            margin-left: 220px;
        }

            .common-confirm .jBox-content .msg .copy,
            .common-alert .jBox-content .msg .copy {
                color: #9fd800;
                cursor: pointer;
                text-decoration: underline;
            }

        .common-confirm .jBox-content i.icon,
        .common-alert .jBox-content i.icon {
            position: absolute;
            width: 56px;
            height: 56px;
            top: 50%;
            left: 130px;
            margin-top: -22px;
            background-image: url("../img/common/common_modal_icon.png");
        }

            .common-confirm .jBox-content i.icon.warning,
            .common-alert .jBox-content i.icon.warning {
                background-position: 0 0;
            }

            .common-confirm .jBox-content i.icon.info,
            .common-alert .jBox-content i.icon.info {
                background-position: -56px 0;
            }

            .common-confirm .jBox-content i.icon.question,
            .common-alert .jBox-content i.icon.question {
                background-position: -112px 0;
            }

            .common-confirm .jBox-content i.icon.success,
            .common-alert .jBox-content i.icon.success {
                background-position: -168px 0;
            }

    .common-confirm .jBox-Confirm-footer,
    .common-alert .jBox-Confirm-footer {
        background: none;
        border: none;
        padding: 0 0 40px 0;
    }

        .common-confirm .jBox-Confirm-footer .jBox-Confirm-button,
        .common-alert .jBox-Confirm-footer .jBox-Confirm-button {
            width: 140px;
            height: 38px;
            line-height: 38px;
            text-shadow: none;
            border-radius: 0;
            color: #fff;
            font-size: 16px;
            background-color: #E96491;
        }

            .common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon,
            .common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon {
                width: 20px;
                height: 20px;
                display: inline-block;
                background-image: url("../img/common/common_modal_icon.png");
                background-repeat: no-repeat;
                vertical-align: -5px;
                margin-left: 8px;
            }

                .common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon.close,
                .common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon.close {
                    background-position: 0 -96px;
                }

                .common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon.ok,
                .common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon.ok {
                    background-position: -20px -96px;
                }

        .common-confirm .jBox-Confirm-footer .jBox-Confirm-button-submit,
        .common-alert .jBox-Confirm-footer .jBox-Confirm-button-submit {
            background-color: #E96491;
        }

            .common-confirm .jBox-Confirm-footer .jBox-Confirm-button-submit:hover,
            .common-alert .jBox-Confirm-footer .jBox-Confirm-button-submit:hover {
                background-color: #EC7BA1;
            }

        .common-confirm .jBox-Confirm-footer .jBox-Confirm-button-cancel,
        .common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel {
            background-color: #A0A0A0;
        }

            .common-confirm .jBox-Confirm-footer .jBox-Confirm-button-cancel:hover,
            .common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel:hover {
                background-color: #C0C0C0;
            }

        .common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel {
            display: none;
        }

.jBox-Confirm table.msg-info {
    width: 80%;
}

    .jBox-Confirm table.msg-info > tbody > tr {
        line-height: 24px;
    }

        .jBox-Confirm table.msg-info > tbody > tr > td {
            padding: 0 8px;
        }

            .jBox-Confirm table.msg-info > tbody > tr > td.label {
                width: 40%;
                text-align: right;
            }

            .jBox-Confirm table.msg-info > tbody > tr > td.value {
                width: 60%;
                text-align: left;
            }

/* Tooltip */
.jBox-Tooltip .jBox-content {
    padding: 10px;
}

/**
 * 下拉框样式
 */
select.form-control, .select2-container{
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 0;
    border-radius: 0;
    color: #787876;
}

/* 文本域样式 */
textarea.form-control {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px 8px;
    color: #787876;
    resize: none;
    line-height: 24px;
}

/**
 * 输入框样式
 */
input.form-control {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 0 5px;
    color: #787876;
    line-height: 25px;
}

.input {
    color: #787876;
    transition: all 0.2s ease 0s;
}

    .input:hover {
        color: #555;
        border-color: #999;
    }

.input-focus, .input-focus:hover {
    border-color: #78C674;
    background-color: #F2FEF2;
    color: #555;
}

.input-detect, .input-detect:hover {
    border-color: #EDC7AE;
    background-color: #FFFCF6;
    color: #555;
}

.input-error, .input-error:hover {
    border-color: #FF819C;
    background-color: #FFF7F9;
}

.input-success, .input-success:hover {
    color: #555;
    background-color: FBFBFB;
}

    .input:focus, .input-detect:focus, .input-error:focus, .input-success:focus, .select2-container-active .select2-choices {
        border-color: #E96491;
        background-color: #fdeff4;
        color: #555;
        outline: none;
    }

.input-disable, .input-disable:focus, .input-disable:hover {
    background-color: #EBEBEB;
    border-color: #CECECE;
    color: #BDBDBD;
    cursor: default;
}

/**
 * 用户订单详情
 */
.lottery-order-details {
    color: #787876;
}

    .lottery-order-details > table.info {
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
    }

        .lottery-order-details > table.info > tbody > tr {
            line-height: 30px;
        }

            .lottery-order-details > table.info > tbody > tr > td {
                padding: 0 10px;
                line-height: 1.8em;
                border-bottom: 1px solid #e9e9e9;
                border-left: 1px solid #e9e9e9;
            }

                .lottery-order-details > table.info > tbody > tr > td.label {
                    width: 20%;
                    text-align: right;
                }

                .lottery-order-details > table.info > tbody > tr > td.value {
                    width: 30%;
                }

                .lottery-order-details > table.info > tbody > tr > td.v-middle {
                    vertical-align: middle;
                }

    .lottery-order-details .text-codes {
        word-break: break-word;
        line-height: 20px;
    }

    .lottery-order-details > .button-groups {
        margin: 0 -10px;
        padding-top: 15px;
        text-align: center;
    }

        .lottery-order-details > .button-groups > .button {
            width: 126px;
            height: 42px;
            text-align: center;
            border: none;
            color: #fff;
            background-color: #E96491;
            cursor: pointer;
            transition: all 0.2s ease 0s;
            font-size: 16px;
            font-family: inherit;
            vertical-align: middle;
            margin: 0 10px;
        }

            .lottery-order-details > .button-groups > .button:hover {
                background-color: #EC7BA1;
            }

            .lottery-order-details > .button-groups > .button.grey {
                background-color: #e9e9e9;
                color: #787876;
            }

                .lottery-order-details > .button-groups > .button.grey:hover {
                    background-color: #e9e9e9;
                }

    .lottery-order-details .list {
        width: 100%;
        height: 180px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        background-image: url("../img/lottery/lottery_pattern_bg.png");
    }

    .lottery-order-details table.form-control {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #787876;
    }

        .lottery-order-details table.form-control > thead > tr > td,
        .lottery-order-details table.form-control > tbody > tr > td {
            border: 1px solid #e9e9e9;
        }

        .lottery-order-details table.form-control > thead > tr {
            line-height: 34px;
            background-color: #F7E1E1;
            color: #333;
        }

        .lottery-order-details table.form-control > tbody > tr {
            line-height: 24px;
            background-color: #fcfcfc;
        }

            .lottery-order-details table.form-control > tbody > tr.nodata {
                height: 120px;
            }

                .lottery-order-details table.form-control > tbody > tr.nodata > td {
                    vertical-align: middle;
                }

            .lottery-order-details table.form-control > tbody > tr > td {
                padding: 2px 0;
            }

        .lottery-order-details table.form-control > thead > tr > td > a {
            padding: 0 2px;
            text-decoration: underline;
            color: #fff;
            cursor: pointer;
        }

        .lottery-order-details table.form-control > tbody > tr > td > a {
            padding: 0 2px;
            text-decoration: underline;
            color: #E96491;
            cursor: pointer;
        }

        .lottery-order-details table.form-control > thead > tr > td > a:hover {
            color: #fff;
        }

        .lottery-order-details table.form-control > tbody > tr > td > a:hover {
            color: #E96491;
        }

    .lottery-order-details > .page-list {
        padding-top: 10px;
    }

/**
 * 发起合买跟单
 */
.lottery-publish-plan {
    color: #787876;
}

    .lottery-publish-plan > table.info {
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
    }

        .lottery-publish-plan > table.info > tbody > tr {
            line-height: 30px;
        }

            .lottery-publish-plan > table.info > tbody > tr > td {
                padding: 5px 10px;
                border-bottom: 1px solid #e9e9e9;
                border-left: 1px solid #e9e9e9;
            }

                .lottery-publish-plan > table.info > tbody > tr > td.label {
                    width: 20%;
                    text-align: right;
                }

                .lottery-publish-plan > table.info > tbody > tr > td.value {
                    width: 30%;
                }

                .lottery-publish-plan > table.info > tbody > tr > td.v-middle {
                    vertical-align: middle;
                }

                .lottery-publish-plan > table.info > tbody > tr > td select {
                    width: 200px;
                    height: 32px;
                }

                .lottery-publish-plan > table.info > tbody > tr > td input[type="text"],
                .lottery-publish-plan > table.info > tbody > tr > td input[type="password"] {
                    width: 200px;
                    height: 32px;
                }

    .lottery-publish-plan .text-codes {
        word-break: break-word;
        line-height: 20px;
    }

    .lottery-publish-plan > .button-groups {
        margin: 0 -10px;
        padding: 15px 0;
        text-align: center;
    }

        .lottery-publish-plan > .button-groups > .button {
            width: 126px;
            height: 42px;
            text-align: center;
            border: none;
            color: #fff;
            background-color: #E96491;
            cursor: pointer;
            transition: all 0.2s ease 0s;
            font-size: 16px;
            font-family: inherit;
            vertical-align: middle;
            margin: 0 10px;
        }

            .lottery-publish-plan > .button-groups > .button:hover {
                background-color: #9fd800;
            }

            .lottery-publish-plan > .button-groups > .button.grey {
                background-color: #e9e9e9;
                color: #787876;
            }

                .lottery-publish-plan > .button-groups > .button.grey:hover {
                    background-color: #e9e9e9;
                }

    .lottery-publish-plan > .help-infos {
        font-size: 13px;
        line-height: 24px;
        border: 1px solid #e9e9e9;
        background-color: #fafafa;
        padding: 6px 12px;
    }

/* 系统消息列表样式 */
.sys-message-list {
    width: 220px;
    position: fixed;
    top: 120px;
    right: 20px;
    color: #787876;
    display: none;
    z-index: 10000;
}

    .sys-message-list > .title {
        height: 36px;
        line-height: 34px;
        padding: 0 10px;
        color: #fff;
        background-color: #9fd800;
    }

        .sys-message-list > .title > .clear {
            float: right;
            cursor: pointer;
        }

            .sys-message-list > .title > .clear:hover {
            }

    .sys-message-list > .wrapper {
        height: 300px;
        overflow: hidden;
    }

    .sys-message-list .list > .item {
        position: relative;
        padding: 5px 10px;
        border-bottom: 1px solid #e9e9e9;
        cursor: pointer;
        background-color: #fff;
    }

        .sys-message-list .list > .item:hover {
            background-color: #fafafa;
        }

        .sys-message-list .list > .item:last-child {
            border-bottom: none;
        }

        .sys-message-list .list > .item > .title {
            height: 20px;
            line-height: 18px;
            color: #00A8E9;
        }

            .sys-message-list .list > .item > .title > .time {
                color: #999;
                margin-left: 6px;
            }

        .sys-message-list .list > .item > .text {
            line-height: 20px;
        }

.call i {
    background: url('/Template/xinbao/assets/global/img/index/slider_ico.png') no-repeat -0px -29px;
    display: inline-block;
    height: 16px;
    width: 18px;
    vertical-align: -2px;
}

.submit.call {
    width: 91px;
}

/*
.b.b1 {
    background: red;
    height: 200px;
}*/

.willdrop {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    width: 100%;
    top: 102px;
}

    .willdrop .a {
        display: none;
        background: url("../img/header/dropdown_bg.jpg") repeat 0px 0px;
        background-clip: padding-box;
    }

    .willdrop a {
        display: inline-block;
    }

    .willdrop .a.a5, .willdrop .a.a6 {
        display: none;
        background: url("../img/header/dropdown_bg02.jpg") repeat 0px 0px;
        background-clip: padding-box;
    }

    .willdrop .a.a4 {
        display: none;
        background: url("../img/header/dropdown_bg03.jpg") repeat 0px 0px;
        background-clip: padding-box;
    }


    .willdrop .a1 .b1 {
        background: url("../img/header/dropdown01.jpg") no-repeat 0px 0px;
        width: 1069px;
        margin: 0 auto;
    }

    .willdrop .a2 .b1 {
        background: url("../img/header/dropdown02.jpg") no-repeat 0px 0px;
        width: 980px;
        margin: 0 auto;
    }

    .willdrop .a3 .b1 {
        background: url("../img/header/dropdown03.jpg") no-repeat 0px 0px;
        width: 980px;
        margin: 0 auto;
    }

    .willdrop .a4 .b1 {
        background: url("../img/header/dropdown04.jpg") no-repeat 0px 1px;
        width: 980px;
        margin: 0 auto;
        height: 278px;
    }

    .willdrop .a5 .b1 {
        background: url("../img/header/dropdown05.jpg") no-repeat 0px 0px;
        width: 980px;
        margin: 0 auto;
    }

    .willdrop .a6 .b1 {
        background: url("../img/header/dropdown06.jpg") no-repeat 0px 0px;
        width: 980px;
        margin: 0 auto;
        height: 200px;
        position: relative;
    }


    .willdrop .c.c1 {
        height: 130px;
    }

    .willdrop .c.c2 {
        height: 70px;
    }

    .willdrop .a .b .c {
        width: 1069px;
        margin: 0 auto;
    }

    .willdrop .a .d {
        display: inline-block;
    }

    .willdrop .a .d {
        display: inline-block;
    }

    .willdrop .a3 .d1,
    .willdrop .a2 .d1 {
        width: 204px;
        line-height: 22px;
    }

    .willdrop .a2 .d2 {
        width: 545px;
    }

    .willdrop .a3 .d2, .willdrop .a5 .d2 {
        width: 424px;
    }

    .willdrop .a2 .d3 {
        width: 240px;
    }

    .willdrop .a3 .d3, .willdrop .a5 .d3 {
        width: 356px;
    }

    .willdrop .a3 .d, .willdrop .a5 .d, .willdrop .a6 .d,
    .willdrop .a2 .d {
        text-align: center;
        margin: 11px 0px;
    }

    .willdrop .a5 .c2 .d1 .e2,
    .willdrop .a2 .c2 .d2 .e2, .willdrop .a2 .c2 .d3 .e2, .willdrop .a3 .c2 .d1 .e2 {
        background: #E96491;
        margin: 0 auto;
        width: 100px;
        line-height: 22px;
        border-radius: 3px;
        color: white;
    }

    .willdrop .a5 .c2 .d2 .e1, .willdrop .a5 .c2 .d3 .e1, .willdrop .a2 .c2 .d2 .e1, .willdrop .a2 .c2 .d3 .e1, .willdrop .a3 .c2 .d2 .e1, .willdrop .a3 .c2 .d3 .e1 {
        line-height: 26px;
    }

    .willdrop .a3 .c2 .d3 .e2, .willdrop .a5 .c2 .d3 .e2 {
        line-height: 22px;
        color: #E96491;
    }

    .willdrop .a3 .c2 .d2 .e2, .willdrop .a5 .c2 .d2 .e2 {
        line-height: 22px;
        color: black;
    }

    .willdrop .a1 .b1 .c .d1 {
        width: 508px;
    }

    .willdrop .a1 .b1 .c1 .d1 .e1 {
        position: absolute;
        top: 6px;
        left: 263px;
        font-size: 42px;
        font-style: italic;
        color: #E96491;
    }

    .willdrop .a1 .b1 .c1 .d2 .e1 {
        position: absolute;
        top: 6px;
        left: 125px;
        font-size: 42px;
        font-style: italic;
        color: #E96491;
    }

    .willdrop .a1 .b1 .c1 .d1 .e2 {
        position: absolute;
        top: 66px;
        left: 206px;
        font-size: 16px;
        font-style: italic;
        color: #E96491;
    }

    .willdrop .a1 .b1 .c1 .d2 .e2 {
        position: absolute;
        top: 66px;
        left: 34px;
        font-size: 16px;
        font-style: italic;
        color: #E96491;
    }

    .willdrop .a1 .b1 .c1 .d {
        position: relative;
    }

        .willdrop .a1 .b1 .c1 .d .e2 span {
            margin-right: 16px;
            letter-spacing: 11px;
        }

    .willdrop .a1 .b1 .c .d2 {
        width: 476px;
    }

    .willdrop .a1 .b1 .c2 .d .e1 {
        line-height: 40px;
    }

    .willdrop .a1 .b1 .c2 .d {
        text-align: center;
    }

        .willdrop .a1 .b1 .c2 .d .e2 {
            background: #E96491;
            margin: 0 auto;
            width: 100px;
            line-height: 22px;
            border-radius: 3px;
            color: white;
        }

.toolbar .time {
    color: white;
    display: inline-block;
    float: left;
    line-height: 30px;
}



.styled-select {
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 12px;
}


    .styled-select i.out {
        width: 21px;
        height: 30px;
        background: white;
        display: inline-block;
        position: absolute;
        top: 1px;
        right: 1px;
    }

    .styled-select i.in {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/icon/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

    select::-ms-expand {
        display: none;
    }

.toolbar .time font {
    color: white;
}

.page-header .toolbar .infos > .link > .sub-list.money {
    width: 100%;
    color: black;
    overflow: hidden;
}


.moneylist .value {
    line-height: 32px;
}

.moneylist.link .data {
    display: inline-block;
    min-width: 75px;
}

.willdrop .a4 {
    height: 288px;
}

    .willdrop .a4 .c.c1 {
        height: 98px;
    }

    .willdrop .a4 .c.c2 .d a {
        display: block;
        color: black;
        font-size: 14px;
    }

    .willdrop .a4 .c.c2 .d {
        width: 160px;
        text-align: center;
        line-height: 32px;
        vertical-align: top;
    }

.willdrop .a5 .d1 .e1 {
    line-height: 26px;
}

.willdrop .a5 .c2 .d1 {
    width: 129px;
}

.willdrop .a5 .c2 .d3 {
}

.willdrop .a5 .c2 .d2 {
    width: 502px;
}

.willdrop .a6 .b1 .c2 {
    position: absolute;
    top: 86px;
    right: -388px;
}

.willdrop .a6 {
    height: 200px;
}

    .willdrop .a6 .b1 .c2 .t1 .s1 {
    }

    .willdrop .a6 .b1 .c2 .t {
    }

        .willdrop .a6 .b1 .c2 .t a {
            width: 88px;
            font-size: 12px;
            text-align: center;
            color: black;
            margin-right: 6px;
        }

        .willdrop .a6 .b1 .c2 .t .s1 {
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            color: rgb(70, 70, 70);
        }

        .willdrop .a6 .b1 .c2 .t .s2 {
            font-size: 12px;
            color: #cccdcd;
        }

        .willdrop .a6 .b1 .c2 .t a:nth-child(7) {
            width: 108px;
        }

.page-header .navbar .page-container {
}

.page-header .center {
}

.toolbar  .page-container {
    width: 980px;
}

.toolbar .page-container {
}

.willdrop .a4 .c.c2 .d a:hover {
    color: #E96491;
}

.willdrop .a6 .b1 .c2 .t a:hover div {
    color: #E96491;
}

.willdrop .a6 .b1 .c2 .t a:nth-child(6) {
    margin-right: -7px;
}

/*登录*/
.m-login-form {
    /* position: absolute; */
    /* top: 110px; */
    z-index: 100;
    /* right: 120px; */
    background-color: #fff;
    /*padding: 24px 42px;*/
    border-radius: 12px;
    margin: 60px auto 0;
    width: 400px;
    padding-bottom: 24px;
    /*margin-top: 200px;*/
}

    .m-login-form .form-head {
        text-align: center;
        margin-bottom: 20px;
    }

    .m-login-form .form-body {
        padding: 0 40px;
    }

    .m-login-form .form-title {
        font-size: 22px;
        font-weight: 200;
    }

    .m-login-form .form-item {
        margin: 15px 0;
    }

        .m-login-form .form-item .label {
            display: block;
            margin-bottom: 6px;
        }

    .m-login-form .form-line {
        font-weight: normal;
        color: #aaa;
        display: inline-block;
        margin: 0 4px;
    }

    .m-login-form a:hover {
        color: #F88596;
    }

    .m-login-form .form-control {
        border: 0;
        height: 30px;
        line-height: 30px;
        padding: 6px 9px;
        box-sizing: content-box;
        outline: 0;
        border: 1px solid #D5D6D9;
        border-radius: 6px;
        width: 300px;
        font-size: 16px;
        background-color: #fff;
    }

        .m-login-form .form-control:focus {
        }

    .m-login-form .verify input {
        width: 170px;
        margin-right: 27px;
    }

    .m-login-form .verify img {
        vertical-align: top;
        cursor: pointer;
    }

    .m-login-form .form-button {
        vertical-align: middle;
        height: 42px;
        line-height: 42px;
        padding: 0 24px;
        width: 320px;
        font-size: 22px;
        background: #F88596;
        color: #fff;
        cursor: pointer;
        border-radius: 21px;
        border: 0;
        font-family: '宋体'
    }

        .m-login-form .form-button.disable {
            opacity: .6;
            cursor: not-allowed;
        }

        .m-login-form .form-button:hover {
            opacity: .9;
            filter: alpha(opacity=90);
        }

        .m-login-form .form-button.btn-loading {
            background: #ccc;
            cursor: not-allowed;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .m-login-form .form-foot {
        text-align: center;
        padding-bottom: 18px;
    }

    .m-login-form .form-link {
        color: #999;
        font-size: 16px;
    }

        .m-login-form .form-link:hover {
            color: #333;
        }
/*隐藏*/
.m-login-page .page-header {
    padding-top: 0;
}

    .m-login-page .page-header .toolbar {
        display: none !important;
    }

    .m-login-page .page-header .center {
        display: none !important;
    }

.m-login-page .page-banner {
    margin-top: 0 !important;
}

.swiper-img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.m-login-page .willdrop {
    top: 70px !important;
    z-index: 200;
}

.navbar .list a.selected {
    color: #E96491;
}
/*彩票*/
.m-caipiao {
    margin-top: 62px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 24px;
}

    .m-caipiao .caipiao-navg {
        border-bottom: 2px solid #E96491;
        margin-top: -76px;
        margin-left: -25px;
        margin-right: -25px;
    }

        .m-caipiao .caipiao-navg .navg-list {
            display: inline-block;
            position: relative;
            z-index: 90;
        }

            .m-caipiao .caipiao-navg .navg-list .list-show {
                display: inline-block;
                height: 50px;
                line-height: 50px;
                font-size: 22px;
                cursor: pointer;
                padding: 0 18px;
                background-color: #E96491;
                color: #fff;
            }

            .m-caipiao .caipiao-navg .navg-list:hover .list-hide {
                display: block;
            }

            .m-caipiao .caipiao-navg .navg-list .list-show .arrow {
                display: inline-block;
                width: 14px;
                height: 8px;
                vertical-align: top;
                margin-top: 22px;
                margin-left: 3px;
                background: url("../img/lottery/lottery_icon.png") no-repeat -147px -98px;
            }

            .m-caipiao .caipiao-navg .navg-list .list-hide {
                position: absolute;
                left: 0;
                top: 50px;
                background: #E96491;
                color: #fff;
                width: 460px;
                display: none;
                padding: 18px 0;
            }

                .m-caipiao .caipiao-navg .navg-list .list-hide .list-lottery {
                    border-bottom: 1px solid #EE89AB;
                    border-top: 1px solid #BA5074;
                    margin-left: 100px;
                    margin-right: 24px;
                }

                .m-caipiao .caipiao-navg .navg-list .list-hide .category {
                    position: relative;
                }

                    .m-caipiao .caipiao-navg .navg-list .list-hide .category .title {
                        position: absolute;
                        left: -80px;
                        top: 4px;
                        width: 80px;
                        height: 50px;
                        line-height: 99;
                        overflow: hidden;
                        background: url("../img/lottery/lottery_list.png") no-repeat 0 -48px;
                    }

                        .m-caipiao .caipiao-navg .navg-list .list-hide .category .title.icon-SSC {
                            background-position: 0 -48px;
                        }

                        .m-caipiao .caipiao-navg .navg-list .list-hide .category .title.icon-L11X5 {
                            background-position: 0 -100px;
                        }

                        .m-caipiao .caipiao-navg .navg-list .list-hide .category .title.icon-KUAI3 {
                            background-position: 0 -302px;
                        }

                        .m-caipiao .caipiao-navg .navg-list .list-hide .category .title.icon-GFC {
                            background-position: 0 -592px;
                        }

                        .m-caipiao .caipiao-navg .navg-list .list-hide .category .title.icon-PK10 {
                            background-position: 0 -402px;
                        }

                        .m-caipiao .caipiao-navg .navg-list .list-hide .category .title.icon-vr {
                            background-position: 0 -442px;
                        }

                    .m-caipiao .caipiao-navg .navg-list .list-hide .category .items {
                        display: block !important;
                        border-top: 1px solid #EE89AB;
                        border-bottom: 1px solid #BA5074;
                        padding: 10px 0;
                    }

                    .m-caipiao .caipiao-navg .navg-list .list-hide .category a {
                        color: #fff;
                        display: inline-block;
                        width: 110px;
                        font-size: 14px;
                        margin: 8px 0;
                    }

        .m-caipiao .caipiao-navg .navg-selected {
            display: inline-block;
            vertical-align: top;
        }

            .m-caipiao .caipiao-navg .navg-selected .item {
                display: inline-block;
                border: 1px solid #E9E9E9;
                width: 130px;
                text-align: center;
                height: 35px;
                line-height: 35px;
                border-bottom: 0;
                margin-top: 15px;
                position: relative;
                vertical-align: top;
                margin-right: 6px;
                color: #333;
                font-size: 14px;
                background-color: #F8F8F8;
            }

                .m-caipiao .caipiao-navg .navg-selected .item .arrow {
                    display: inline-block;
                    width: 19px;
                    height: 19px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    background: url("../img/lottery/lottery_icon.png") no-repeat -70px -80px;
                }

                .m-caipiao .caipiao-navg .navg-selected .item.selected {
                    border-color: #E96491;
                }

                    .m-caipiao .caipiao-navg .navg-selected .item.selected .arrow {
                        background-position: -101px -80px;
                    }

                .m-caipiao .caipiao-navg .navg-selected .item:hover {
                    border-color: #E96491;
                }

                    .m-caipiao .caipiao-navg .navg-selected .item:hover .arrow {
                        background-position: -101px -80px;
                    }

    .m-caipiao .caipiao-wrap {
        margin-bottom: 12px;
    }

    .m-caipiao .caipiao-colligate {
        zoom: 1;
        margin-top: 12px;
    }

        .m-caipiao .caipiao-colligate:after {
            content: '';
            display: block;
            clear: both;
            width: 0;
            height: 0;
        }

        .m-caipiao .caipiao-colligate .colligate-account {
            width: 240px;
            float: left;
            margin-top: 12px;
            height: 206px;
            font-size: 14px;
        }

            .m-caipiao .caipiao-colligate .colligate-account .box-body {
                padding: 6px 0;
            }

            .m-caipiao .caipiao-colligate .colligate-account .row {
                height: 26px;
                line-height: 26px;
                margin: 8px 0;
            }

                .m-caipiao .caipiao-colligate .colligate-account .row .label {
                    float: left;
                    width: 94px;
                    text-align: right;
                    margin-right: 4px;
                }

                .m-caipiao .caipiao-colligate .colligate-account .row .value {
                    float: left;
                    padding: 0 12px;
                    background-color: #ec7ba1;
                    width: 130px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            .m-caipiao .caipiao-colligate .colligate-account .user,
            .m-caipiao .caipiao-colligate .colligate-account .star,
            .m-caipiao .caipiao-colligate .colligate-account .money,
            .m-caipiao .caipiao-colligate .colligate-account .time {
                display: inline-block;
                width: 18px;
                height: 18px;
                vertical-align: top;
                margin-right: 12px;
                margin-top: 3px;
                background: url("../img/lottery/lottery_icon.png") no-repeat 0 0;
            }

            .m-caipiao .caipiao-colligate .colligate-account .user {
                background-position: -80px -140px;
            }

            .m-caipiao .caipiao-colligate .colligate-account .star {
                background-position: -98px -140px;
            }

            .m-caipiao .caipiao-colligate .colligate-account .money {
                background-position: -116px -140px;
            }

            .m-caipiao .caipiao-colligate .colligate-account .time {
                background-position: -134px -140px;
            }

        .m-caipiao .caipiao-colligate .colligate-jackpot {
            /*width: 518px;
	float: left;*/
            margin: 0 240px;
            position: relative;
            height: 218px;
            border-left: 1px solid #f59fbd;
            border-right: 1px solid #f59fbd;
            background: url("../img/lottery/lottery_bg.png") no-repeat 60px 132px #E96491;
        }

    .m-caipiao .lottery-open {
        width: 100%;
    }

    .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code {
        text-align: center;
        height: auto;
    }

        .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code {
            margin-top: 10px;
        }

            .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.ssc > ul,
            .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.x511 > ul,
            .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .fucai > ul {
                margin: 0;
                padding: 0;
                width: auto;
            }

        .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .fucai {
            min-height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

                .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.ssc > ul > li,
                .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.x511 > ul > li,
                .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.k3 > ul > li,
                .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.d3 > ul > li {
                    width: 68px;
                    height: 68px;
                    text-align: center;
                    line-height: 68px;
                    color: #E96491;
                    font-size: 42px;
                    float: none;
                    display: inline-block;
                    background: url("../img/lottery/ball_s3.png") no-repeat 0 0;
                }

                .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .fucai > ul > li {
                    width: 36px;
                    height: 36px;
                    text-align: center;
                    line-height: 36px;
                    color: #E96491;
                    font-size: 16px;
                    float: none;
                    display: inline-block;
                    background: url("../img/lottery/ball_s3.png") no-repeat 0 0;
                    background-size: 36px 36px;
                    margin: 0 13px 2px 13px;
                }

                .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.ssc > ul .lotNum-liNum {
                    width: 68px;
                    height: 68px;
                    text-align: center;
                    line-height: 68px;
                    color: #E96491;
                    font-size: 42px;
                    float: none;
                    display: inline-block;
                    background: url("../img/lottery/ball_s3.png") no-repeat 0 0;
                }

                .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-code > .code.ssc > ul .lotNum-li {
                    width: 20px;
                    height: 68px;
                    text-align: center;
                    line-height: 68px;
                    color: #eee;
                    font-size: 38px;
                    float: none;
                    display: inline-block;
                    background: none !important;
                }

    .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open {
        background: transparent;
        border: 0;
        color: #fff;
    }

        .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open .expect {
            font-size: 24px;
            height: 54px;
            line-height: 54px;
        }

        .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open .last-time {
/*            margin-top: 30px;*/
            border: 0;
            background: #ee89ab;
            color: #fff;
            margin-right: 4px;
        }

    .m-caipiao .caipiao-colligate .colligate-jackpot .lottery-open-info .expect {
/*        margin-top: 24px;*/
        font-size: 18px;
    }

    .m-caipiao .caipiao-colligate .colligate-jackpot .jackpot-arrow-left {
        display: inline-block;
        width: 0;
        height: 0;
        border: 6px solid #ba5074;
        border-top-color: #fff;
        border-left-color: #fff;
        position: absolute;
        top: 0;
        left: -13px;
    }

    .m-caipiao .caipiao-colligate .colligate-jackpot .jackpot-arrow-right {
        display: inline-block;
        width: 0;
        height: 0;
        border: 6px solid #ba5074;
        border-top-color: #fff;
        border-right-color: #fff;
        position: absolute;
        top: 0;
        right: -13px;
    }

    .m-caipiao .caipiao-colligate .colligate-history {
        width: 240px;
        float: right;
        margin-top: 12px;
        height: 206px;
    }

        .m-caipiao .caipiao-colligate .colligate-history .box-title.first {
            display: inline-block;
            width: 100px;
        }

        .m-caipiao .caipiao-colligate .colligate-history .list {
        }

            .m-caipiao .caipiao-colligate .colligate-history .list .expect {
                display: inline-block;
                margin-left: 6px;
                width: 100px;
            }

        .m-caipiao .caipiao-colligate .colligate-history .item {
            margin: 8px 0;
        }

            .m-caipiao .caipiao-colligate .colligate-history .item .code {
                display: inline-block;
                margin-left: 12px;
            }

                .m-caipiao .caipiao-colligate .colligate-history .item .code .num {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    text-align: center;
                    line-height: 20px;
                    color: #E96491;
                    background: #fff;
                    margin-left: 2px;
                }

                .m-caipiao .caipiao-colligate .colligate-history .item .code .longhuhe {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    text-align: center;
                    line-height: 20px;
                    color: #E96491;
                    background: #fff;
                    margin-left: 2px;
                    border-radius: 50%;
                }

        .m-caipiao .caipiao-colligate .colligate-history .box-body {
            padding-top: 5px;
        }

        .m-caipiao .caipiao-colligate .colligate-history .slim-scroll {
            height: 230px;
        }

    .m-caipiao .caipiao-colligate .colligate-box {
        background: #E96491;
        color: #fff;
    }

        .m-caipiao .caipiao-colligate .colligate-box .box-head {
            height: 48px;
            line-height: 48px;
            padding: 0 24px;
            background: #ba5074;
        }

        .m-caipiao .caipiao-colligate .colligate-box .box-title {
            font-size: 18px;
            color: #fff;
        }

    .m-caipiao .caipiao-colligate .colligate-box {
    }

        .m-caipiao .caipiao-colligate .colligate-box .wrapper {
            padding: 0;
            background: none;
        }

.lottery-record > .list {
    width: 730px !important;
}

.lottery-betting .prize-drop {
    color: #E96491;
    position: relative;
    z-index: 10;
}

.play-help {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.profit_container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    color: #E96491;
}
.lottery-betting .prize-drop.issue-max-profit {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
    .lottery-betting .prize-drop .drop-show i {
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 6px;
        cursor: pointer;
        vertical-align: top;
        margin-top: 12px;
        background-image: url("../img/lottery/lottery_icon.png");
        background-repeat: no-repeat;
        background-position: -15px -110px;
    }

    .lottery-betting .prize-drop .drop-show b {
        display: inline-block;
        vertical-align: top;
        margin-top: 18px;
        margin-left: width: 0;
        height: 0;
        border: 4px solid #c00;
        border-left-color: #FBFBFB;
        border-right-color: #FBFBFB;
        border-bottom: 0;
    }

    .lottery-betting .prize-drop .drop-hide {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: -3px;
        display: none;
        border: 1px solid #ccc;
        background: #fff;
        min-width: 120px;
        border-radius: 4px;
    }

    .lottery-betting .prize-drop .issue-max-profit-hide {
        position: absolute;
        background: #fff;
        min-width: 200px;
        border-radius: 4px;
        padding: 6px 4px;
        right: -110px;
        bottom: 100%;
        width: 400px;
        background: #fff;
        box-shadow: 0px 2px 4px 2px #8f8484;
    }

    .lottery-betting .prize-drop .help {
        line-height: 28px;
        width: auto;
        color: #333;
    }

.lottery-betting .prize-drop .drop-hide li {
    line-height: 24px;
    margin: 3px 0;
    padding: 0 9px;
}

    .lottery-betting .prize-drop:hover .drop-hide {
        display: block;
    }
/*问题*/
.m-question {
    font-size: 14px;
    line-height: 1.7em;
}

    .m-question .question-group {
        margin-top: 6px;
        padding-bottom: 18px;
    }

        .m-question .question-group dt {
            border-left: 3px solid #E96491;
            background-color: #F7E1E1;
            padding: 4px 0 4px 12px;
            margin-bottom: 6px;
        }
/*工具栏*/
.toolbar .page-contaier {
    zoom: 1;
}

    .toolbar .page-contaier:after {
        content: '';
        display: block;
        clear: both;
        width: 0;
        height: 0;
    }

.toolbar .pc-left {
    float: left;
}

.toolbar .pc-right {
    float: right;
    display: block !important;
}


.verify-bankpwd {
    border: 1px solid #ddd;
    background: #eee;
    border-radius: 4px;
    margin: 50px auto;
    width: 540px;
    padding: 24px;
}

.speed-page {
    height: 1000px;
}

body.speed-page-body {
    background: #000 url("../img/common/speed_bg.jpg") no-repeat center 0px;
}

.speed-page .page-head {
    height: 102px;
}

.speed-page .page-logo {
    width: 299px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
    line-height: 99;
    overflow: hidden;
    background: url("../img/common/logo.png") no-repeat 0 4px;
}

.speed-page .page-body {
    padding-top: 206px;
    width: 998px;
    height: 738px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.speed-page .page-foot {
}

    .speed-page .page-foot .copyright {
        line-height: 1.7em;
        margin-top: 24px;
        text-align: center;
        color: #fff;
        text-indent: 160px;
    }

.speed-page .find-speed {
    width: 568px;
}

.new-notice {
    position: relative;
}

    .new-notice .notice-copy {
        position: absolute;
        right: 12px;
        top: 12px;
    }

.jBox-Model .new-notice {
    margin: -20px;
}

.new-notice .notice-main .item {
    padding: 20px 20px 0px 0px;
}

.speed-page .find-speed .speed-list {
    font-size: 14px;
    color: #fff;
    padding: 45px 0px 0px 36px;
}

    .speed-page .find-speed .speed-list .item {
        margin-bottom: 12px;
    }

        .speed-page .find-speed .speed-list .item .speed {
            display: inline-block;
            width: 104px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            vertical-align: middle;
            background: #f3b8cc;
            color: #ff0056;
        }

        .speed-page .find-speed .speed-list .item .arrow {
            display: inline-block;
            width: 72px;
            height: 34px;
            vertical-align: middle;
            background: url("../img/common/ico.png") no-repeat 0 0;
            display: none;
        }

        .speed-page .find-speed .speed-list .item .url {
            display: inline-block;
            width: 282px;
            height: 34px;
            padding: 0 12px;
            text-align: center;
            border: 0;
            color: #fff;
            font-size: 14px;
            vertical-align: middle;
            background: #a2063d;
        }

        .speed-page .find-speed .speed-list .item .jump {
            display: inline-block;
            width: 103px;
            height: 38px;
            line-height: 38px;
            border-bottom: 3px solid #f6adc7;
            text-align: center;
            overflow: hidden;
            vertical-align: middle;
            background: #fbeff3;
            color: #d03460
        }

            .speed-page .find-speed .speed-list .item .jump:hover {
                background: #f1cbd6;
            }

.click_speed_bt {
    padding: 60px 0px 0px 66px;
}

    .click_speed_bt span {
        display: block;
        line-height: 32px;
        text-indent: 48px;
        color: #eebfcd;
    }

.speed-page .speed-btn {
    display: block;
    width: 442px;
    height: 55px;
    line-height: 99;
    overflow: hidden;
    background: url("../img/common/click_speed_bt.png") no-repeat 0px -395px;
}

    .speed-page .speed-btn:hover {
        background: url("../img/common/click_speed_bt.png") no-repeat 0px -465px;
    }

.speed-page .speed-service {
    position: absolute;
    left: 614px;
    top: 226px;
}

    .speed-page .speed-service a {
        display: block;
        width: 336px;
        height: 55px;
        line-height: 99;
        overflow: hidden;
        background: url("../img/common/click_speed_bt.png") no-repeat 0px 0px;
    }

        .speed-page .speed-service a:hover {
            background: url("../img/common/click_speed_bt.png") no-repeat 0px -81px;
        }

.speed-page .speed-help {
    position: absolute;
    top: 306px;
    left: 626px;
    width: 308px;
    font-size: 14px;
    color: #f9dce4;
    line-height: 1.7em;
}

    .speed-page .speed-help dl {
        margin-bottom: 32px;
    }

    .speed-page .speed-help dt {
        color: #FCFF00;
        margin-bottom: 3px;
    }

    .speed-page .speed-help dl a {
        color: #fff;
        text-decoration: underline;
    }

        .speed-page .speed-help dl a:hover {
            color: #fcff00;
        }

.speed-page .speed-tip {
    position: absolute;
    left: 640px;
    top: 613px;
    font-size: 14px;
    line-height: 1.7em;
    color: #f9dce4;
}

    .speed-page .speed-tip dt {
        color: #FCFF00;
        margin-bottom: 3px;
    }
/*登录*/
.m-login-page {
    background: url("../img/login/bg.jpg") repeat 0 0;
}

    .m-login-page .login-banner {
        height: 180px;
        background: url("../img/login/banner1.png") no-repeat 50% 0;
        background-size: cover;
    }

    .m-login-page .m-login-form {
        margin-top: 90px;
        box-shadow: 12px 0 24px rgba(0,0,0,.1);
    }

        .m-login-page .m-login-form .form-head .form-title {
            display: block;
            width: 400px;
            height: 108px;
            line-height: 99;
            overflow: hidden;
            background: url("../img/login/fl-login-cen.png") no-repeat 0 0;
        }

.m-sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 48px;
    z-index: 2000;
}

    .m-sidebar .sidebar-blocks {
        background: #BF1E5C;
        color: #fff;
        display: none;
    }

        .m-sidebar .sidebar-blocks.blocks-active {
            display: block;
        }

        .m-sidebar .sidebar-blocks .blocks-item {
            display: block;
            height: 48px;
            padding-top: 4px;
            padding-bottom: 2px;
            text-align: center;
            line-height: 22px;
            cursor: pointer;
            position: relative;
        }

            .m-sidebar .sidebar-blocks .blocks-item:hover {
                background: #ac1b53;
            }

            .m-sidebar .sidebar-blocks .blocks-item .item-icon {
                display: block;
                height: 20px;
                width: 22px;
                margin-right: auto;
                margin-left: auto;
                background-repeat: no-repeat;
                background-position: 50% 50%;
            }

            .m-sidebar .sidebar-blocks .blocks-item.item-active {
                background-color: #ac1b53;
            }

.pl_choose_line {
    height: 80px;
    font-size: 24px;
    text-align: center;
    line-height: 88px;
    color: #fff;
}

.m-sidebar .sidebar-blocks .blocks-item.item-active:after {
    content: '';
    border: 9px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: 0;
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -9px;
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-chat {
    background-image: url("../img/sidebar/3.png");
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-trend {
    background-image: url("../img/sidebar/1.png");
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-menu {
    background-image: url("../img/sidebar/4.png");
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-mobile {
    background-image: url("../img/sidebar/2.png");
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-pc {
    background-image: url("../img/sidebar/5.png");
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-top {
    background-image: url("../img/sidebar/8.png");
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-sound {
    background-image: url("../img/sidebar/9.png");
    background-position: 0 3px;
}

.m-sidebar .sidebar-blocks .blocks-item.item-sound-close .item-icon.icon-sound {
    background-image: url("../img/sidebar/9.png");
    background-position: 0 -32px;
}

.m-sidebar .sidebar-blocks .blocks-item .item-icon.icon-wexin {
    background-image: url("../img/sidebar/11.png");
    background-position: 0 3px;
}

.m-sidebar .sidebar-blocks .blocks-item.has-unreadmsg .item-icon.icon-chat {
    background-image: url("../img/sidebar/10.gif");
}

.m-sidebar .sidebar-toggle {
    display: none;
    height: 36px;
    cursor: pointer;
    background: url("../img/sidebar/7.png") no-repeat 15px 7px #111;
}

    .m-sidebar .sidebar-toggle.toggle-active {
        display: block;
    }

    .m-sidebar .sidebar-toggle.toggle-open {
        background: url("../img/sidebar/6.png") no-repeat 15px 7px #111;
    }
/*时间选择*/
.daterangepicker .calendar-time .hourselect, .daterangepicker .calendar-time .minuteselect, .daterangepicker .calendar-time .secondselect {
    border: 1px solid #ccc;
    padding: 3px 6px;
}
/*浮层*/
.m-sidebar-layer {
    position: fixed;
    min-height: 240px;
    z-index: 1001;
    font-size: 12px;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}

    .m-sidebar-layer .layer-title {
        display: block;
        margin-left: 12px;
        margin-right: 12px;
        height: 36px;
        line-height: 36px;
        border-bottom: 2px solid #BF3F69;
        color: #BF3F69;
    }

    .m-sidebar-layer .layer-close {
        position: absolute;
        top: 12px;
        right: 12px;
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 13px;
        text-align: center;
        background-color: #BF3F69;
        color: #fff;
        border-radius: 7px;
        cursor: pointer;
    }

        .m-sidebar-layer .layer-close:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

    .m-sidebar-layer.layer-open {
        display: block;
    }

.m-mobile-layer {
    zoom: 1;
    padding: 12px;
}

    .m-mobile-layer:after {
        content: '';
        display: block;
        clear: both;
    }

    .m-mobile-layer .layer-left, .m-mobile-layer .layer-right {
        float: left;
        width: 297px;
    }

    .m-mobile-layer .layer-left {
        margin-right: 6px;
    }

    .m-mobile-layer .layer-right {
        margin-left: 6px;
    }

    .m-mobile-layer .mobile-version {
        background-color: #eee;
    }

        .m-mobile-layer .mobile-version .version-image {
            background-color: #ccc;
            width: 297px;
            height: 177px;
        }

        .m-mobile-layer .mobile-version .version-tool {
            height: 30px;
            line-height: 30px;
            padding: 0 12px;
            background-color: #E8E8E8;
        }

        .m-mobile-layer .mobile-version .version-info {
            zoom: 1;
            padding: 12px;
        }

            .m-mobile-layer .mobile-version .version-info:after {
                content: '';
                display: block;
                clear: both;
            }

            .m-mobile-layer .mobile-version .version-info dt {
                float: left;
                width: 90px;
            }

                .m-mobile-layer .mobile-version .version-info dt img {
                    width: 90px;
                    height: 90px;
                }

            .m-mobile-layer .mobile-version .version-info dd {
                float: left;
                width: 146px;
                padding-left: 12px;
                line-height: 1.7em;
                margin-bottom: 2px;
            }

        .m-mobile-layer .mobile-version .version-link {
            height: 30px;
            line-height: 30px;
            color: #fff;
            background-color: #DC3664;
            text-align: center;
            display: block;
            cursor: pointer;
        }

            .m-mobile-layer .mobile-version .version-link:hover {
                opacity: .7;
                filter: alpha(opacity=70);
            }

        .m-mobile-layer .mobile-version .version-tip {
            line-height: 1.5em;
            padding: 6px 12px 12px;
        }

            .m-mobile-layer .mobile-version .version-tip dt {
                margin-bottom: 4px;
            }

            .m-mobile-layer .mobile-version .version-tip dd {
                text-indent: 2em;
            }

.m-pc-layer {
    width: 572px;
    padding: 12px;
}

    .m-pc-layer .layer-banner {
        height: 150px;
        /*background-color: #eee;*/
        background-image: url('/Template/xinbao/assets/global/img/common/pc.jpg')
    }

    .m-pc-layer .layer-download {
        zoom: 1;
        padding-top: 12px;
        margin-left: -6px;
        margin-right: -6px;
    }

        .m-pc-layer .layer-download:after {
            content: '';
            display: block;
            clear: both;
        }

        .m-pc-layer .layer-download .download-item {
            width: 268px;
            margin-left: 6px;
            margin-right: 6px;
            float: left;
            background-color: #DDDDDD;
            padding: 12px;
        }

            .m-pc-layer .layer-download .download-item .number {
                display: inline-block;
                vertical-align: middle;
                width: 24px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                background-color: #B0B0B0;
                font-size: 16px;
                color: #fff;
                margin-right: 6px;
                border-radius: 50%;
            }

            .m-pc-layer .layer-download .download-item .summary {
                color: #999;
                line-height: 1.5em;
            }

            .m-pc-layer .layer-download .download-item .download-link {
                display: inline-block;
                height: 30px;
                line-height: 30px;
                padding: 0 10px;
                background-color: #CA466D;
                color: #fff;
                cursor: pointer;
                margin: 3px 3px 0 0;
            }

                .m-pc-layer .layer-download .download-item .download-link:hover {
                    opacity: .7;
                    filter: alpha(opacity=70);
                }

                .m-pc-layer .layer-download .download-item .download-link.last {
                    margin-right: 0;
                }
/*协议内容*/
.m-agreement-content {
    margin-top: -15px;
    line-height: 1.6em;
    text-align: left;
    color: #484848;
}

    .m-agreement-content p {
        margin-bottom: 15px;
    }

#jBox-overlay {
    background: url("../img/common/dialog_bg.png") repeat 0 0 !important;
}

.jBox-Default .jBox-closeButton {
    overflow: hidden;
    padding-bottom: 50px;
    background: url("../img/common/dialog_close.png") no-repeat 50% 50% #E96491 !important;
}

    .jBox-Default .jBox-closeButton svg {
        display: none;
    }
/*公告*/
.new-notice {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 12px;
    position: relative;
}

    .new-notice .notice-main {
        height: 500px;
        overflow-y: auto;
    }
/*发送消息表单*/
.manager .mesage-send-form.content {
    border: 0;
    margin-top: -20px;
    min-height: auto;
    overflow-y: initial;
}

    .manager .mesage-send-form.content .form table.form-control > tbody > tr > td.label-sm {
        width: 100px;
    }

    .manager .mesage-send-form.content .wrapper {
        padding-top: 0;
    }

.pagecon-ntc-con .ng-scope {
    background: #efe9ec;
}

.page-content .new-notice .notice-menu .ng-scope, body .page-content .ng-scope .page-container > .wrapper {
    background: #fff;
}

body .page-content .page-container > .wrapper {
    padding: 0px;
    background: none;
}

body .new-notice {
    padding: 0px;
}

.page-content .notice-main .ng-scope {
    background: none;
}

.new-notice .notice-main {
    padding: 20px 20px 0px;
}
/*幻灯片*/
.swiper-container .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

    .swiper-container .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0;
        height: 6px;
        width: 36px;
        display: inline-block;
        background-color: #fff;
        margin: 0 3px;
        opacity: .7;
        filter: alpha(opacity=70);
    }

        .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #E96491;
            opacity: 1;
            filter: alpha(opacity=100);
        }

html .webim-message {
    background: #EC4C80;
    border-color: #CA0000;
    border-radius: 5px;
    z-index: 10000;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}

    html .webim-message .message-head {
        color: #fff;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        background: #EC4C80;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 0;
    }

    html .webim-message .message-body {
        margin: 0 6px 6px;
    }

    html .webim-message .message-work {
        background: #fff;
        border-bottom-right-radius: 5px;
    }

    html .webim-message .message-close {
        color: #fff;
    }

    html .webim-message .message-linkman {
        border-bottom-left-radius: 5px;
        left: 0;
        bottom: 0;
        width: 140px;
    }

    html .webim-message .message-work .message-post .post-operate {
        border-bottom-right-radius: 5px;
    }

html .webim-message-notice .state {
    display: inline-block;
    margin-right: 12px;
    color: #ccc;
    font-size: 12px;
    float: right;
}

.new-notice .notice-main {
    padding: 20px 20px 0px;
}
/*颜色*/
.color-red {
    color: #E96491;
}
/*表情*/
.think-express {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    z-index: 10000;
    padding: 6px;
}

.e-face {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 99;
    overflow: hidden;
    cursor: pointer;
    opacity: .7;
    filter: alpha(opacity=70);
    background: url("../img/common/face.png") no-repeat 50% 50%;
}

    .e-face:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.new-notice .notice-main {
    padding: 20px 20px 0px;
}
/*聊天扩展*/
.webim-extend {
    padding: 3px 0;
    line-height: 24px;
    text-align: center;
    height: 30px;
    border-bottom: 1px solid #ddd;
}

    .webim-extend a {
        color: #E96491;
        cursor: pointer;
        display: inline-block;
        margin: 0 6px;
    }

        .webim-extend a:hover {
            text-decoration: underline;
        }

.king-webim .extend-close {
    position: absolute;
    right: 12px;
    top: 9px;
    cursor: pointer;
    font-size: 18px;
}

html .webim-message {
    font-size: 12px;
    background: #EC4C4C;
    border-color: #CA0000;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}

    html .webim-message .message-head {
        color: #fff;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        background: #EC4C4C;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 0;
    }

    html .webim-message .message-body {
        margin: 0 6px 6px;
    }

    html .webim-message .message-work {
        background: #fff;
        border-bottom-right-radius: 5px;
    }

    html .webim-message .message-close {
        color: #fff;
        border: 1px solid transparent;
        border-radius: 3px;
        padding: 2px;
        width: 16px;
        height: 16px;
        line-height: 99;
        overflow: hidden;
        background: url("../img/common/close.png") no-repeat 50% 50%;
        top: 1px;
        box-sizing: content-box;
    }

    html .webim-message .message-min {
        position: absolute;
        right: 34px;
        top: 6px;
        padding: 2px;
        display: inline-block;
        width: 16px;
        box-sizing: content-box;
        height: 16px;
        line-height: 99;
        cursor: pointer;
        overflow: hidden;
        display: none;
        border-radius: 3px;
        border: 1px solid transparent;
        background: url("../img/common/hengxian.png") no-repeat 50% 50%;
    }

        html .webim-message .message-min:hover, html .webim-message .message-close:hover {
            border-color: #CA0000;
        }

    html .webim-message .message-linkman {
        border-bottom-left-radius: 5px;
        left: 0;
        bottom: 0;
        width: 140px;
    }

    html .webim-message .message-work .message-post .post-operate {
        border-bottom-right-radius: 5px;
    }

    html .webim-message .e-face {
        float: left;
        margin-top: 6px;
    }

.new-notice .notice-main {
    padding: 20px 20px 0px;
}
/*颜色*/
.color-red {
    color: #E96491;
}
/*表情*/
.think-express {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    z-index: 10000;
    padding: 6px;
}

.e-face {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 99;
    overflow: hidden;
    cursor: pointer;
    opacity: .7;
    filter: alpha(opacity=70);
    background: url("../img/common/face.png") no-repeat 50% 50%;
}

    .e-face:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.king-webim .e-face {
    float: left;
    margin-top: 6px;
}

.m-live-play {
    position: fixed;
    left: 0;
    top: 0;
    background: #EC4C4C;
    z-index: 3000;
    border-radius: 4px;
    padding: 0 6px 6px;
    border: 1px solid #CA0000;
    cursor: move;
}

    .m-live-play .minimum, .m-live-play .maximum {
        float: right;
        height: 20px;
        width: 20px;
        cursor: pointer;
        line-height: 99;
        overflow: hidden;
        margin-top: 8px;
        border-radius: 3px;
        border: 1px solid transparent;
    }

        .m-live-play .minimum:hover, .m-live-play .maximum:hover {
            border-color: #CA0000;
        }

    .m-live-play .minimum {
        background: url("../img/common/min.png") no-repeat 50% 50%;
    }

    .m-live-play .maximum {
        background: url("../img/common/max.png") no-repeat 50% 50%;
    }

.m-live-play {
    min-width: 140px;
}

    .m-live-play .hidden {
        position: absolute;
        right: 30px;
        top: 8px;
        padding: 2px;
        display: inline-block;
        width: 16px;
        box-sizing: content-box;
        height: 16px;
        line-height: 99;
        cursor: pointer;
        overflow: hidden;
        border-radius: 3px;
        border: 1px solid transparent;
        background: url("../img/common/hengxian.png") no-repeat 50% 50%;
    }

        .m-live-play .hidden:hover {
            border-color: #CA0000;
        }

    .m-live-play.play-hidden {
        padding-bottom: 0;
    }

        .m-live-play.play-hidden .play-logo {
            display: none;
        }

        .m-live-play.play-hidden iframe {
            display: none;
        }

    .m-live-play iframe {
        background: #fff;
    }

    .m-live-play .play-tool {
        height: 36px;
        line-height: 36px;
        color: #fff;
    }

        .m-live-play .play-tool strong {
            display: inline-block;
            padding-left: 18px;
            background: url("../img/common/play.png") no-repeat 0 50%;
        }

.king-webim .webim-contact {
    right: 0;
    bottom: 36px;
    position: fixed;
    width: 180px;
    z-index: 100;
}

    .king-webim .webim-contact.webim-contact-close {
        display: none;
    }

    .king-webim .webim-contact .contact-search .search-box input {
        width: 166px;
    }

.webim-message-notice {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    width: 180px;
    z-index: 2000;
    color: #eee;
    cursor: pointer;
    padding-left: 30px;
    background: url("../img/common/msg.png") no-repeat 12px 50% #313131;
}

    .webim-message-notice.active {
        display: block;
    }

    .webim-message-notice:hover {
        background-color: #484848;
    }

    .webim-message-notice.has-unreadmsg {
        background: url("../img/common/msg.gif") no-repeat 12px 50% #313131;
    }

.notice-help {
    line-height: 1.7em;
}

.m-subuser-link b {
    color: #E96491;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 12px;
}

.m-subuser-link i {
    font-style: normal;
    font-family: "宋体";
    display: inline-block;
    margin: 0 4px;
    margin-bottom: 12px;
    color: #E96491;
    opacity: .5;
    filter: alpha(opacity=50);
}
/*美女微信*/
.weixin-service {
    width: 660px;
    padding: 24px 24px 0;
    display: none;
}

    .weixin-service .service-logo {
        display: block;
        height: 78px;
        width: 299px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        background: url("../img/common/logo.png") no-repeat 0 0;
    }

    .weixin-service .service-content {
        position: relative;
        padding-left: 160px;
        padding-right: 260px;
        min-height: 148px;
        line-height: 30px;
    }

        .weixin-service .service-content a {
            color: #2185DF;
        }

    .weixin-service .service-summary p {
        font-size: 14px;
        padding-left: 50px;
    }

    .weixin-service .service-code {
        display: inline-block;
        width: 148px;
        height: 148px;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../img/service/qrcode2.png") no-repeat 0 0;
        background-size: cover
    }

    .weixin-service .service-avatar {
        display: inline-block;
        width: 237px;
        height: 148px;
        position: absolute;
        right: 0;
        top: 0;
        background: url("../img/service/fbb2.jpg") no-repeat 0 0;
        background-size: cover
    }

    .weixin-service .service-operate {
        padding: 12px;
        margin-top: 24px;
        text-align: center;
        border-top: 1px solid #ddd;
        text-align: right;
    }

    .weixin-service .service-btn {
        border: 0;
        background: #E96491;
        height: 34px;
        line-height: 34px;
        padding: 0 24px;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
    }
/*小号码*/
.m-caipiao .caipiao-colligate .colligate-jackpot.jackpot-pk10 {
    background-position: 6px 120px;
}

    .m-caipiao .caipiao-colligate .colligate-jackpot.jackpot-pk10 .lottery-open-code > .code > ul > li {
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        font-size: 24px;
        font-weight: 700;
        margin-top: 20px;
        margin-left: 4px;
        margin-right: 4px;
        background: url("../img/lottery/ball_s4.png") no-repeat 50% 50%;
    }

    .m-caipiao .caipiao-colligate .colligate-jackpot.jackpot-pk10 .lottery-open-info .expect {
        margin-top: 32px;
    }

    .m-caipiao .caipiao-colligate .colligate-jackpot.jackpot-pk10 .lottery-open .last-time {
/*        margin-top: 38px;*/
    }

.m-caipiao .caipiao-navg .navg-list .list-hide .category .c-new span,
.m-caipiao .caipiao-navg .navg-list .list-hide .category .c-hot span,
.m-caipiao .caipiao-navg .navg-list .list-hide .category .c-fire span {
    position: relative;
    text-decoration: underline;
}

    .m-caipiao .caipiao-navg .navg-list .list-hide .category .c-new span:before,
    .m-caipiao .caipiao-navg .navg-list .list-hide .category .c-hot span:before,
    .m-caipiao .caipiao-navg .navg-list .list-hide .category .c-fire span:before {
        display: block;
        position: absolute;
        top: -6px;
        right: -10px;
        font-size: 10px;
        border-radius: 50%;
        padding: 3px;
        color: #fff;
        box-shadow: 0 0 6px rgba(0,0,0,0.2);
    }

    .m-caipiao .caipiao-navg .navg-list .list-hide .category .c-new span:before {
        content: "新";
        background: #00d6ae;
    }

    .m-caipiao .caipiao-navg .navg-list .list-hide .category .c-hot span:before {
        content: "热";
        background: #ff6c00;
    }

    .m-caipiao .caipiao-navg .navg-list .list-hide .category .c-fire span:before {
        content: "火";
        background: #ff0000;
    }

body .jBox-Notice .jBox-title {
    height: 24px;
    line-height: 24px;
    padding-top: 0;
    color: #fff;
}

body .jBox-Notice .jBox-container {
    color: #333;
    line-height: 1.5em;
}
/*自动投注*/
.m-autobet-download {
    position: fixed;
    bottom: 360px;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 114px;
    z-index: 100;
    line-height: 999;
    overflow: hidden;
    background: url("../img/common/auto_bet.png") no-repeat -3px 0;
}

    .m-autobet-download:hover {
        background-position: -3px -122px;
    }
/*链接*/
.m-hightlink {
    color: red !important;
    font-weight: 700 !important;
}

    .m-hightlink:hover {
        color: #dfc308 !important;
    }

/*ug*/
.uglink {
    color: #0ca104 !important;
}

    .uglink:hover {
        color: #18c800 !important;
    }



/*提示*/
.jBox-Notice.jBox-NoticeBorder {
    border: 1px solid #C31919;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(33,33,33,.1);
}

    .jBox-Notice.jBox-NoticeBorder .jBox-container {
        background: #fff;
        color: #333;
        text-shadow: none;
    }

    .jBox-Notice.jBox-NoticeBorder .jBox-title {
        background: url("../img/common/dialog_head.jpg") no-repeat 0 0;
        padding: 6px 12px;
        height: auto;
        color: #fff;
        border-radius: 3px 3px 0 0;
    }

    .jBox-Notice.jBox-NoticeBorder .jBox-content {
        padding: 12px;
    }


.itemmessage {
    position: absolute;
    right: 4px;
    top: 0;
    background: red;
    display: inline-block;
    border-radius: 22px;
    min-width: 20px;
}

/*续投*/
.multiple-control {
    display:inline-block;
    position:relative;
    font-size:0;
}
    .multiple-control .ct {
        display: inline-block;
        height: 30px;
        line-height: 24px;
        background: #fff;
        width: 24px;
        cursor: pointer;
        border: 1px solid #dadada;
        font-size: 18px;
        color: #babfc5;
        font-weight: 700;
        text-align: center;
    }

    .multiple-control .ct-a {
        border-right: 0;
        font-size: 24px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .multiple-control .ct-b {
        border-left: 0;
        font-size: 24px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
        .input-multiple {
            text-align: center;
            width: 60px;
            padding: 4px 0;
            border: 1px solid #dadada;
            color: #666;
            font-size: 18px;
            background: #ffffe1;
            font-weight: 700;
            height: 30px;
            box-shadow: #dadada 0 1px 1px inset;
        }

.select2-drop {
    z-index: 99999 !important;
}

.select2-container {
    min-width: 150px;
}

    .select2-container .select2-choice {
        height: 34px !important;
        line-height: 34px !important;
        background-image: none !important;
        border-radius: 0 !important;
        border: 0px !important;
    }

        .select2-container .select2-choice .select2-arrow {
            border-left: 0px !important;
            background: none !important;
        }

    .select2-container.large {
        width: 320px;
    }

    .select2-container .select2-choice .select2-arrow b {
        background: url("../img/icon/arrow.png") no-repeat scroll right center transparent !important;
    }

.select2-dropdown-open, .select2-drop-active {
    border-color: #E96491 !important;
}

    .select2-dropdown-open a, .select2-drop-active {
        background-color: #fdeff4 !important;
    }

.select2-results {
    max-height: 380px !important;
}