﻿@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, iframe, span, table, thead, tbody, tr, th {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
    min-width: 1300px;
    font-size: 12px;
    color: #333;
    word-break: break-all;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    background: #fcede8;
}

.fixed-table-body {
    overflow: visible !important;
}

.fixed-table-container {
    border: none !important;
}

    .fixed-table-container .no-records-found {
        display: none;
    }

ul, ol, dl, li {
    list-style: none;
}

img, input, span {
    display: inline-block;
}

input, button {
    border: none;
    outline: 0 none;
}

a, img {
    border: 0;
}

textarea {
    resize: none;
    outline: 0 none;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

button {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.middle {
    text-align: center;
}

.weight {
    font-weight: 600;
}

.must {
    color: #f00;
}

.txtHide {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.w {
    width: 1000px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w17 {
    width: 17.44rem;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

ul.personB li.active {
    background: #e86143;
    color: #fff;
    position: relative;
}

    ul.personB li.active:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50px;
        bottom: -14px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #e86143;
        border-bottom: 7px solid transparent;
    }

.page-list {
    /*width: 962px;*/
    padding-top: 10px;
    height: 30px;
    margin: 0 0 10px 20px;
}

    .page-list .easyweb-pagination {
        line-height: 30px;
        font-size: 14px;
        text-align: right;
        color: #787876;
    }

        .page-list .easyweb-pagination .infos {
            float: left;
        }

        .page-list .easyweb-pagination .pages {
            float: right;
        }

            .page-list .easyweb-pagination .pages a {
                display: inline-block;
                text-align: center;
                margin: 0 2px;
                text-decoration: none;
                cursor: pointer;
                border: 1px solid #ddd;
                padding-left: 10px;
                padding-right: 10px;
            }

                .page-list .easyweb-pagination .pages a:hover {
                    color: #e86143;
                    border-color: #e86143;
                }

            .page-list .easyweb-pagination .pages .top {
                border: 1px solid #ddd;
                padding-left: 10px;
                padding-right: 10px;
            }

            .page-list .easyweb-pagination .pages a.selected {
                cursor: default;
                color: #fff;
                background-color: #e86143;
                border: 1px solid #e86143;
            }

        .page-list .easyweb-pagination div.go {
            float: right;
            padding-left: 2px;
            padding-right: 2px;
            overflow: hidden;
            margin-right: 5px;
        }

            .page-list .easyweb-pagination div.go input {
                width: 42px;
                height: 30px;
                float: left;
                border: 1px solid #ddd;
                text-align: center;
                padding: 0 !important;
                color: #787876;
                vertical-align: -0.5px;
            }

            .page-list .easyweb-pagination div.go .btn-go {
                cursor: pointer;
                display: inline-block;
                text-decoration: none;
                text-align: center;
                border: 1px solid #ddd;
                padding-left: 10px;
                padding-right: 10px;
                margin-left: 4px;
            }

                .page-list .easyweb-pagination div.go .btn-go:hover {
                    background: #e86143;
                    color: #fff;
                    border-color: #e86143;
                }
/**/

/*footer*/
.footCont {
    height: 140px;
    width: 100%;
    background: #fff url(../images/footer.png) no-repeat top center;
    background-size: 60% 30%;
    padding: 15px 0;
    text-align: center;
    position: relative;
    right: 0;
    bottom: 0;
}

    .footCont div.test {
        margin-top: 30px;
    }

        .footCont div.test p {
            width: 100%;
            line-height: 30px;
            text-align: center;
        }

            .footCont div.test p.warning {
                color: #9c9c9c;
                line-height: 20px;
                text-align: center;
            }
/*header*/
.headCont {
    width: 99%;
    height: 62px;
    padding: 0 1% 0 0;
    background: #e86143;
    overflow: hidden;
}

    .headCont .logoBox {
        height: 62px;
        padding: 0 20px 0 16px;
        overflow: hidden;
    }

        .headCont .logoBox .headLogo {
            width: 138px;
            height: 41px;
            margin: 11px 45px 0 0;
        }

            .headCont .logoBox .headLogo img {
                width: 138px;
                height: 41px;
            }

        .headCont .logoBox .headmenu {
            width: 26px;
            height: 26px;
            margin: 20px 0 16px 5px;
            display: block;
            background: url("../images/headHide.png") no-repeat;
            background-position: 0 0;
            cursor: pointer;
        }

            .headCont .logoBox .headmenu.scoll {
                background-position: 0 -26px;
            }

    .headCont .chiefL {
        height: 62px;
        /*margin: 0 0 0  1%;*/
    }

        .headCont .chiefL li {
            height: 62px;
        }

            .headCont .chiefL li:hover {
                background: #fff;
            }

        .headCont .chiefL a {
            display: inline-block;
            height: 62px;
            line-height: 62px;
            text-align: center;
            color: #fff;
            background-size: 22px 22px;
            padding: 0 10px 0 40px;
        }


            .headCont .chiefL a.menu {
                background: url(../images/headGg.png) no-repeat 5px center;
            }

            .headCont .chiefL a.person {
                background: url(../images/headGr.png) no-repeat 5px center;
            }

            .headCont .chiefL a.reports {
                background: url(../images/headBb.png) no-repeat 5px center;
            }

            .headCont .chiefL a.discount {
                background: url(../images/headYh.png) no-repeat 5px center;
            }

            .headCont .chiefL a.kefu {
                background: url(../images/headKf.png) no-repeat 5px center;
            }

            .headCont .chiefL a:hover {
                text-decoration: none;
                color: #333;
                font-weight: 600;
                background-color: #fff;
            }

            .headCont .chiefL a.selected {
                color: #333;
                font-weight: 600;
                background-color: #fff;
            }

    .headCont .chiefR #customerBox {
        width: auto;
        height: 39px;
        margin: 11.5px 30px;
    }

        .headCont .chiefR #customerBox .name, .headCont .chiefR #customerBox .money {
            height: 39px;
        }

            .headCont .chiefR #customerBox .name span {
                height: 39px;
                line-height: 39px;
                color: #fff;
                margin: 0 5px;
            }

            .headCont .chiefR #customerBox .name .icon {
                width: 39px;
                height: 39px;
                background: #fff url(../images/headUser.png) no-repeat center;
                background-size: 39px;
                border-radius: 50%;
            }

        .headCont .chiefR #customerBox .money {
            height: 39px;
            margin: 0 5px 0 10px;
            background: url(../images/headMoney.png) no-repeat left center;
            background-size: 25px 25px;
        }

            .headCont .chiefR #customerBox .money span.fl {
                height: 39px;
                line-height: 39px;
                color: #fff;
                padding: 0 0 0 30px;
                font-size: 12px;
            }

                .headCont .chiefR #customerBox .money span.fl span.ng-binding {
                    padding-left: 8px;
                }

            .headCont .chiefR #customerBox .money .refresh {
                width: 20px;
                height: 20px;
                background: transparent url(../images/headRef.png) no-repeat center;
                background-size: 20px 20px;
                color: #fff;
                margin: 10px;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
                cursor: pointer;
            }

                .headCont .chiefR #customerBox .money .refresh:hover {
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

        .headCont .chiefR #customerBox .moneyB {
            width: 130px;
            height: 39px;
            color: #fff;
            float: left;
        }

            .headCont .chiefR #customerBox .moneyB li {
                width: 50px;
                height: 39px;
                line-height: 39px;
                text-align: right;
                cursor: pointer;
                margin-right: 15px;
            }

                .headCont .chiefR #customerBox .moneyB li:nth-child(1) {
                    background: url(../images/l-rechage.png) no-repeat 0 center;
                    background-size: 20px 18px;
                }

                .headCont .chiefR #customerBox .moneyB li:nth-child(2) {
                    background: url(../images/withdraw.png) no-repeat 0 center;
                    background-size: 20px 18px;
                }

                .headCont .chiefR #customerBox .moneyB li:hover {
                    color: #333;
                }

        .headCont .chiefR #customerBox .quit {
            width: 50px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            background: #67c0c6 url(../images/headPower.png) no-repeat 8px center;
            background-size: 20px 20px;
            border-radius: 5px;
            color: #fff;
            margin: 2.5px 0;
            padding-left: 20px;
        }

/*slideLeft*/
.conLeft {
    width: auto;
    height: auto;
    /*overflow: hidden;*/
}

.conLeftOverflow {
    overflow: hidden;
}

.nicescroll-cursors {
    background-color: #fcede8 !important;
    border: 0 !important;
}

.conLeft #slideNormal {
    width: 100%;
    height: 100%;
    max-width: 250px;
    min-height: 715px;
    position: relative;
    background: #4e4946;
}

    .conLeft #slideNormal .slideCont {
        width: 100%;
        min-width: 250px;
    }

    .conLeft #slideNormal .money {
        width: 2.5rem;
        height: 0.55rem;
        min-width: 250px;
        min-height: 55px;
        background: #423e3a;
        color: #fff;
    }

        .conLeft #slideNormal .money li {
            width: 125px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            cursor: pointer;
        }

            .conLeft #slideNormal .money li:nth-child(1) {
                background: url(../images/l-rechage.png) no-repeat 20px center;
                background-size: 20px 18px;
            }

            .conLeft #slideNormal .money li:nth-child(2) {
                background: url(../images/withdraw.png) no-repeat 20px center;
                background-size: 20px 18px;
            }

            .conLeft #slideNormal .money li:hover {
                background-color: #f8f3f0;
                color: #333;
            }

    .conLeft #slideNormal .slideCont .many {
        width: 250px;
    }

        .conLeft #slideNormal .slideCont .many h3 {
            height: 35px;
            background: #4e4946;
            padding: 15px 30px 15px 15px;
            clear: both;
            cursor: pointer;
            font-size: 14px;
            color: #efefef;
            position: relative;
            font-weight: bold;
        }

            .conLeft #slideNormal .slideCont .many h3:hover {
                background: #f8f3f0;
                border-left: 3px solid #e86143 !important;
            }

                .conLeft #slideNormal .slideCont .many h3:hover span.text {
                    color: #666;
                }

            .conLeft #slideNormal .slideCont .many h3.current {
                background: #f8f3f0;
                border-left: 3px solid #e86143;
            }

                .conLeft #slideNormal .slideCont .many h3.current span.text {
                    color: #3c3c3c;
                }

                .conLeft #slideNormal .slideCont .many h3.current span.iconR {
                    background: transparent;
                }

                    .conLeft #slideNormal .slideCont .many h3.current span.iconR span.iconfont {
                        color: #e86143;
                    }

            .conLeft #slideNormal .slideCont .many h3 span.icon {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background: url(../images/slide.png) no-repeat;
                margin-right: 15px;
            }

            .conLeft #slideNormal .slideCont .many h3 span.iconR {
                background: transparent;
            }

                .conLeft #slideNormal .slideCont .many h3 span.iconR span.iconfont {
                    font-size: 26px;
                    color: #999;
                }

            .conLeft #slideNormal .slideCont .many h3 .icon-SSC {
                background-position: 0 -35px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-L11X5 {
                background-position: 0 -70px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-GFC {
                background-position: -1px -4211px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-KUAI3 {
                background-position: 0 -140px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-PK10 {
                background-position: 0 -175px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-vr {
                background-position: -4px -1253px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-fish {
                border-radius: 5px !important;
                background-position: 0 -210px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-pai {
                border-radius: 5px !important;
                background-position: 0 -315px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-web {
                /*border-radius: 5px !important;*/
                background-position: 0 -1837px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-real {
                border-radius: 5px !important;
                background-position: 0 -245px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-qipai {
                border-radius: 5px !important;
                background-position: 0 -280px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-ug {
                border-radius: 5px !important;
                background-position: -6px -1320px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-kaiyuan {
                border-radius: 5px !important;
                background-position: -18px -1436px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-ebet {
                border-radius: 5px !important;
                background-position: -12px -1547px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-yg {
                border-radius: 5px !important;
                background-position: 0px -1967px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-jm {
                border-radius: 5px !important;
                background-position: 0px -2211px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-im {
                border-radius: 5px !important;
                background-position: 0px -2091px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-sb {
                border-radius: 5px !important;
                background-position: 0px -2597px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-yb {
                border-radius: 5px !important;
                background-position: 0px -2885px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-ybl {
                border-radius: 5px !important;
                background-position: 0px -2740px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-ob {
                border-radius: 5px !important;
                background-position: 0px -3028px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-baisheng {
                border-radius: 5px !important;
                background-position: 0px -3164px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-yx {
                border-radius: 5px !important;
                background-position: 0px -3295px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-kx {
                border-radius: 5px !important;
                background-position: 0px -3347px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-bg {
                border-radius: 5px !important;
                background-position: 0px -3558px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-cr {
                border-radius: 5px !important;
                background-position: 0px -3674px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-pg {
                border-radius: 5px !important;
                background-position: 0px -3799px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-oubo {
                border-radius: 5px !important;
                background-position: 0px -3926px !important;
            }

            .conLeft #slideNormal .slideCont .many h3 .icon-sg {
                border-radius: 5px !important;
                background-position: 0px -4062px !important;
            }

            /*.conLeft #slideNormal .slideCont .many h3 span.iconyb {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background: url(../images/yb.png) no-repeat;
                margin-right: 15px;
                border-radius: 5px !important;
                background-size: cover;
            }
            .conLeft #slideNormal .slideCont .many h3 span.iconybl {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background: url(../images/yblive.png) no-repeat;
                margin-right: 15px;
                border-radius: 5px !important;
                background-size: cover;
            }*/

            .conLeft #slideNormal .slideCont .many h3 span.text {
                width: 120px;
                height: 36px;
                text-align: left;
                line-height: 36px;
                color: #efefef;
                font-weight: normal;
            }

        .conLeft #slideNormal .slideCont .many .menu_body {
            width: 130px;
            margin-left: 50px;
            border-left: 1px solid #ccc;
            position: relative;
        }

            .conLeft #slideNormal .slideCont .many .menu_body a {
                display: block;
                width: 130px;
                height: 40px;
                line-height: 40px;
                color: #eee;
                padding-left: 20px;
                background: url(../images/slideBg.png) no-repeat left center;
            }

            .conLeft #slideNormal .slideCont .many .menu_body span.last {
                position: absolute;
                left: -1px;
                bottom: 0;
                width: 2px;
                height: 19px;
                background: #4e4946;
            }

.conLeft #slideShort {
    width: 3.5%;
    height: 100%;
    min-width: 67px;
    min-height: 792px;
    position: relative;
    left: -70px;
    background: #4e4946;
}

    .conLeft #slideShort .slideCont {
        width: 67px;
        height: 792px;
    }

        .conLeft #slideShort .slideCont li {
            width: 67px;
            height: 65px;
            background: #4e4946;
            padding: 0 1px;
            clear: both;
            cursor: pointer;
        }

            .conLeft #slideShort .slideCont li.active {
                background: #efefef;
                border-left: 2px solid #e86143;
            }

            .conLeft #slideShort .slideCont li ul {
                background: #4e4946;
                left: 67px;
            }

                .conLeft #slideShort .slideCont li ul li {
                    margin: 0;
                    width: auto;
                    color: #efefef;
                    padding: 0 10px;
                    height: 45px;
                    line-height: 45px;
                }

                    .conLeft #slideShort .slideCont li ul li.title {
                        color: #e86143;
                        font-size: 16px;
                    }

                    .conLeft #slideShort .slideCont li ul li a {
                        color: #efefef;
                    }

            .conLeft #slideShort .slideCont li span.icon {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background: url(../images/slide.png) no-repeat;
                margin: 15px;
            }
            /*.conLeft #slideShort .slideCont li:hover span.icon {
  width: 45px;
  height: 45px;
  margin:10px;
}*/
            .conLeft #slideShort .slideCont li:hover span.icon {
                width: 65px;
                height: 65px;
                margin: 0;
            }

                .conLeft #slideShort .slideCont li:hover span.icon.icon-ug {
                    background-position: -2px -1301px !important;
                }

            .conLeft #slideShort .slideCont li ul.ng-scope {
                display: block;
                background: #fff;
            }

                .conLeft #slideShort .slideCont li ul.ng-scope li span {
                    color: #fff;
                }

            .conLeft #slideShort .slideCont li span.recharge {
                background: url(../images/l-rechage.png) no-repeat center;
                background-size: 100%;
                border-radius: 5px;
            }

            .conLeft #slideShort .slideCont li span.withdraw {
                background: #fff url(../images/slideWith.png) no-repeat center;
                background-size: 100% !important;
                border-radius: 5px;
            }

            .conLeft #slideShort .slideCont li .icon-SSC {
                background-position: 0 -35px !important;
            }

            .conLeft #slideShort .slideCont li .icon-L11X5 {
                background-position: 0 -70px !important;
            }

            .conLeft #slideShort .slideCont li .icon-GFC {
                background-position: -1px -4211px !important;
            }

            .conLeft #slideShort .slideCont li .icon-KUAI3 {
                background-position: 0 -140px !important;
            }

            .conLeft #slideShort .slideCont li .icon-PK10 {
                background-position: 0 -175px !important;
            }

            .conLeft #slideShort .slideCont li .icon-vr {
                background-position: -4px -1253px !important;
            }

            .conLeft #slideShort .slideCont li .icon-fish {
                border-radius: 5px !important;
                background-position: 0 -210px !important;
            }

            .conLeft #slideShort .slideCont li .icon-pai {
                border-radius: 5px !important;
                background-position: 0 -315px !important;
            }

            .conLeft #slideShort .slideCont li .icon-web {
                /*border-radius: 5px !important;*/
                background-position: 0 -1837px !important;
            }

            .conLeft #slideShort .slideCont li .icon-real {
                border-radius: 5px !important;
                background-position: 0 -245px !important;
            }

            .conLeft #slideShort .slideCont li .icon-qipai {
                border-radius: 5px !important;
                background-position: 0 -280px !important;
            }

            .conLeft #slideShort .slideCont li .icon-ug {
                border-radius: 5px !important;
                background-position: -6px -1320px !important;
            }

            .conLeft #slideShort .slideCont li .icon-kaiyuan {
                border-radius: 5px !important;
                background-position: -3px -1498px !important;
            }

            .conLeft #slideShort .slideCont li .icon-kaiyuan:hover {
                background-position: -2px -1426px !important;
            }

            .conLeft #slideShort .slideCont li .icon-ebet {
                background-position: -12px -1542px !important;
            }

            .conLeft #slideShort .slideCont li .icon-yg {
                border-radius: 5px !important;
                background-position: 0px -1967px !important;
            }

            .conLeft #slideShort .slideCont li .icon-yg:hover {
                background-position: -6px -1891px !important
            }

            .conLeft #slideShort .slideCont li .icon-jm {
                border-radius: 5px !important;
                background-position: 0px -2211px !important;
            }

            .conLeft #slideShort .slideCont li .icon-im {
                border-radius: 5px !important;
                background-position: 0px -2091px !important;
            }

            .conLeft #slideShort .slideCont li .icon-sb {
                border-radius: 5px !important;
                background-position: 0px -2597px !important;
            }

            .conLeft #slideShort .slideCont li .icon-ob {
                border-radius: 5px !important;
                background-position: 0px -3028px !important;
            }

                .conLeft #slideShort .slideCont li .icon-ob:hover {
                    background-position: -3px -2945px !important;
                }

            .conLeft #slideShort .slideCont li .icon-baisheng {
                border-radius: 5px !important;
                background-position: 0px -3164px !important;
            }

                .conLeft #slideShort .slideCont li .icon-baisheng:hover {
                    background-position: -3px -3077px !important;
                }

            .conLeft #slideShort .slideCont li .icon-yx {
                border-radius: 5px !important;
                background-position: 0px -3295px !important;
            }

                .conLeft #slideShort .slideCont li .icon-yx:hover {
                    background-position: -2px -3215px !important;
                }

            .conLeft #slideShort .slideCont li .icon-kx {
                border-radius: 5px !important;
                background-position: 0px -3347px !important;
            }

                .conLeft #slideShort .slideCont li .icon-kx:hover {
                    background-position: -2px -3393px !important;
                }

            .conLeft #slideShort .slideCont li .icon-bg {
                background-position: -16px -3487px !important;
            }

                .conLeft #slideShort .slideCont li .icon-bg:hover {
                    background-position: -2px -3479px !important;
                }

            .conLeft #slideShort .slideCont li .icon-cr {
                background-position: 0px -3670px !important;
            }

                .conLeft #slideShort .slideCont li .icon-cr:hover {
                    background-position: -2px -3612px !important;
                }

            .conLeft #slideShort .slideCont li .icon-pg {
                background-position: 0px -3799px !important;
            }

                .conLeft #slideShort .slideCont li .icon-pg:hover {
                    background-position: -2px -3725px !important;
                }

            .conLeft #slideShort .slideCont li .icon-oubo {
                background-position: 0px -3926px !important;
            }

                .conLeft #slideShort .slideCont li .icon-oubo:hover {
                    background-position: -2px -3860px !important;
                }

            .conLeft #slideShort .slideCont li .icon-sg {
                background-position: 0px -4062px !important;
            }

                .conLeft #slideShort .slideCont li .icon-sg:hover {
                    background-position: -2px -3996px !important;
                }

            .conLeft #slideShort .slideCont li:hover span.recharge {
                background: url(../images/slide.png) no-repeat 0 -352px;
            }

            .conLeft #slideShort .slideCont li:hover span.withdraw {
                background: url(../images/slide.png) no-repeat 0 -400px;
            }

            .conLeft #slideShort .slideCont li:hover .home {
                background-position: -2px -488px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-SSC {
                background-position: 0 -555px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-L11X5 {
                background-position: 0 -625px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-GFC {
                background-position: -2px -4120px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-KUAI3 {
                background-position: 0 -760px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-PK10 {
                background-position: 0 -829px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-vr {
                background-position: 0 -1170px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-fish {
                border-radius: 10px !important;
                background-position: 0 -898px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-pai {
                border-radius: 10px !important;
                background-position: 0 -1100px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-web {
                /*border-radius: 10px !important;*/
                background-position: 0 -1769px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-real {
                border-radius: 10px !important;
                background-position: -1px -963px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-qipai {
                border-radius: 10px !important;
                background-position: -2px -1032px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-im {
                border-radius: 10px !important;
                background-position: -2px -2018px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-sb {
                border-radius: 10px !important;
                background-position: -2px -2514px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-jm {
                border-radius: 10px !important;
                background-position: -1px -2131px !important;
            }

            .conLeft #slideShort .slideCont li:hover .icon-ebet {
                border-radius: 10px !important;
                background-position: -2px -1539px !important;
            }

.boxCont {
    margin-top: 20px !important;
    background: #fff;
}

    .boxCont .menu {
        width: auto;
        height: 50px;
        background: #e86143;
        padding: 8px 25px 0;
    }

        .boxCont .menu li {
            width: 158.33px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            float: left;
            color: #fff;
            cursor: pointer;
        }

            .boxCont .menu li a {
                display: block;
                width: 159px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                margin: 15px 0;
                border-right: 1px solid #fff;
                color: #fff;
                font-size: 16px;
            }

                .boxCont .menu li a:hover {
                    text-decoration: none !important;
                }

                .boxCont .menu li a.lastB {
                    border: none;
                }

            .boxCont .menu li.active {
                background: #fff;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                color: #e86143;
            }

                .boxCont .menu li.active a {
                    color: #e86143;
                    border: none;
                }

    .boxCont div.nav ul.nav-inner {
        height: 40px;
        margin: 25px 0;
        border: none;
    }

        .boxCont div.nav ul.nav-inner li {
            width: 115px;
            height: 40px;
            background: #ef8e76;
            line-height: 40px;
            text-align: center;
            margin: 0 5px;
            font-size: 14px;
            color: #454545;
            cursor: pointer;
            float: left;
        }

            .boxCont div.nav ul.nav-inner li.active {
                background: #e86143;
                color: #fff;
            }

/*backToTop*/
.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;
    }

/**
 * ZheZhaoCengStyle
 */
#jBox-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

/**807-1160
 * alertStyle
 */
.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;
        /*overflow: hidden;*/
    }

    .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: #fafafa;
    border-radius: 0;
    border-bottom: 1px dashed #e7e7e7;
    text-shadow: none;
    font-size: 20px;
    padding: 0 20px;
    color: #e86143;
    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: #e86143;
        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;
            }

/**
 * TiShiXiaoXiStyle
 */
.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;
    }

.jBox-container span {
    display: inline;
}

/**
 * alertSureStyle
 */
.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, .regist-alert .jBox-title {
        height: 50px;
        line-height: 48px;
        background-color: #fefefe;
        border: none;
        border-radius: 0;
        border-bottom: 1px dashed #e7e7e7;
        text-shadow: none;
        font-size: 18px;
        padding: 0 12px;
        color: #e86143;
        border-radius: 8px;
        text-align: left;
    }

        .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: #e86143;
            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: #e86143;
        }

            .common-confirm .jBox-Confirm-footer .jBox-Confirm-button:hover, .common-alert .jBox-Confirm-footer .jBox-Confirm-button:hover {
                background: #dd7e6b;
            }

            /*.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: #e86143;
        }

            .common-confirm .jBox-Confirm-footer .jBox-Confirm-button-submit:hover, .common-alert .jBox-Confirm-footer .jBox-Confirm-button-submit:hover {
                background-color: #ef8e76;
            }

        .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;
}

/**
 * selectionStyle
 */
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;
    height: 34px;
}

/* textareaStyle */
textarea.form-control {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px 8px;
    color: #787876;
    resize: none;
    line-height: 24px;
}

/**
 * inputStyle
 */
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: #e86143;
        background-color: #fcede8;
        color: #555;
        outline: none;
    }

.input-disable, .input-disable:focus, .input-disable:hover {
    background-color: #EBEBEB;
    border-color: #CECECE;
    color: #BDBDBD;
    cursor: default;
}

/**
 * YongHuDingDanXQ
 */
.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;
                text-align: left;
            }

                .lottery-order-details > table.info > tbody > tr > td.label {
                    width: 20%;
                    text-align: right;
                    font-weight: normal;
                    color: #787876;
                    display: table-cell;
                }

                .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: #e86143;
            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: #ef8e76;
            }

            .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;
        display: inline-table;
    }

        .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: #ef8e76;
            color: #fff;
        }

            .lottery-order-details table.form-control > thead > tr th {
                text-align: center;
                font-weight: normal;
            }

        .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: #e86143;
            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: #e86143;
        }

    .lottery-order-details > .page-list {
        padding-top: 10px;
    }

/**
 * FaQiHeHuoMaiDan
 */
.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: #e86143;
            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;
    }

/* xiTongxiaoxi */
.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 > .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;
}

.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 .d2 {
    width: 502px;
}

.willdrop .a6 .b1 .c2 {
    position: absolute;
    top: 86px;
    right: -388px;
}

.willdrop .a6 {
    height: 200px;
}

    .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: #464646;
    }

    .willdrop .a6 .b1 .c2 .t .s2 {
        font-size: 12px;
        color: #cccdcd;
    }

    .willdrop .a6 .b1 .c2 .t a:nth-child(7) {
        width: 108px;
    }

.toolbar  .page-container {
    width: 980px;
}

.willdrop .a4 .c.c2 .d a:hover {
    color: #e86143;
}

.willdrop .a6 .b1 .c2 .t a:hover div {
    color: #e86143;
}

.willdrop .a6 .b1 .c2 .t a:nth-child(6) {
    margin-right: -7px;
}

/*login*/
.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 .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;
        }

/*hide*/
.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;
}

.m-login-page .willdrop {
    top: 70px !important;
    z-index: 200;
}

.navbar .list a.selected {
    color: #e86143;
}

.lottery-record > .list {
    width: 730px !important;
}

.lottery-betting .prize-drop {
    color: #e86143;
    z-index: 10;
}

    .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: 6px;
        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;
        border: 1px solid #ccc;
        background: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    }

        .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;
    }

/*WenTi*/
.m-question {
    font-size: 14px;
    line-height: 1.7em;
}

    .m-question .question-group {
        margin-top: 6px;
        padding-bottom: 18px;
    }

        .m-question .question-group dt {
            background-color: #f9ddcb;
            border-left: 3px solid #ff9d22;
            padding: 4px 0 4px 12px;
            margin-bottom: 6px;
        }

/*GongJuLan*/
.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;
}

.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;
}


.m-sidebar {
    position: fixed;
    right: 0;
    bottom: 8%;
    width: 48px;
    z-index: 2000;
}

    .m-sidebar .sidebar-blocks {
        background: #e86143;
        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.blocks-sound {
                display: none;
            }

            .m-sidebar .sidebar-blocks .blocks-item:hover {
                background: #dd7e6b;
            }

            .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: #ef8e76;
            }

                .m-sidebar .sidebar-blocks .blocks-item.item-active:after {
                    content: '';
                    border: 9px solid #fff;
                    border-top-color: transparent;
                    border-bottom-color: transparent;
                    border-right: 0;
                    position: absolute;
                    top: 50%;
                    left: -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/6.png") no-repeat 15px 7px #111;
    }

        .m-sidebar .sidebar-toggle.toggle-active {
            display: block;
        }

        .m-sidebar .sidebar-toggle.toggle-open {
            background: url("../img/sidebar/7.png") no-repeat 15px 7px #111;
        }

/*ShiJianXuanZe*/
.daterangepicker .calendar-time .hourselect, .daterangepicker .calendar-time .minuteselect, .daterangepicker .calendar-time .secondselect {
    border: 1px solid #ccc;
    padding: 3px 6px;
}

/*FuCeng*/
.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, 0.1);
}

    .m-sidebar-layer .layer-title {
        display: block;
        margin-left: 12px;
        margin-right: 12px;
        height: 36px;
        line-height: 36px;
        border-bottom: 2px solid #e86143;
        color: #e86143;
    }

    .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: #e86143;
        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;
        left: auto !important;
        right: 48px;
    }

.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: #e86143;
            text-align: center;
            display: block;
            cursor: pointer;
        }

            .m-mobile-layer .mobile-version .version-link:hover {
                opacity: .7;
                filter: alpha(opacity=70);
                text-decoration: none;
            }

        .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/xinbao5/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: 255px;
            margin-left: 6px;
            margin-right: 6px;
            float: right;
            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: #e86143;
                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;
                }

/*XieYiNeiRong*/
.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-color: rgba(0, 0, 0, 0.4);
}

.jBox-Default .jBox-closeButton {
    overflow: hidden;
    padding-bottom: 50px;
    background: url("../img/common/dialog_close.png") no-repeat 50% 50% #e86143 !important;
}

    .jBox-Default .jBox-closeButton svg {
        display: none;
    }


.regist-alert .jBox-content {
    padding: 25px;
}

.regist-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel {
    display: none;
}

.regist-alert .jBox-closeButton {
    background: none !important;
}

    .regist-alert .jBox-closeButton svg {
        display: block !important;
    }

/*GongGao*/
/*.new-notice{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 12px;
	position: relative;
}
.new-notice .notice-main{
	height: 500px;
	overflow-y: auto;
}*/
/*sendMessage*/
.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;
}

/*HuanDengPian*/
.swiper-container .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

    .swiper-container .swiper-pagination .swiper-pagination-switch {
        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-switch.swiper-active-switch {
            background-color: #e86143;
            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, 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*/
.color-red {
    color: #e86143;
}

/*Biaoqing*/
.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;
}

/*chartKuozhan*/
.webim-extend {
    padding: 3px 0;
    line-height: 24px;
    text-align: center;
    height: 30px;
    border-bottom: 1px solid #ddd;
}

    .webim-extend a {
        color: #e86143;
        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, 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;
}

.notice-main span {
    display: inline;
}
/*color*/
.color-red {
    color: #e86143;
}

/*BiaoQing*/
.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 {
    display: none;
    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: #e86143;
    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: #e86143;
    opacity: .5;
    filter: alpha(opacity=50);
}

/*MeiNvWeiXin*/
.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: 1.7em;
    }

        .weixin-service .service-content a {
            color: #2185DF;
        }

    .weixin-service .service-code {
        display: inline-block;
        width: 148px;
        height: 148px;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../img/service/1.png") no-repeat 0 0;
    }

    .weixin-service .service-avatar {
        display: inline-block;
        width: 237px;
        height: 148px;
        position: absolute;
        right: 0;
        top: 0;
        background: url("../img/service/2.jpg") no-repeat 0 0;
    }

    .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: #e86143;
        height: 34px;
        line-height: 34px;
        padding: 0 24px;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
    }

/*XiaoHaoMa*/
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;
}

/*ZiDongTouZhu*/
.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;
    }

/*lianJie*/
.m-hightlink {
    color: red !important;
    font-weight: 700 !important;
}

    .m-hightlink:hover {
        color: #dfc308 !important;
    }

/*tiShi*/
.jBox-Notice.jBox-NoticeBorder {
    border: 1px solid #C31919;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(33, 33, 33, 0.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;
    }

/*bank list start*/

.bank-logo ul li p.fl {
    width: 600px;
    height: 75px;
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
    position: relative;
}

    .bank-logo ul li p.fl span.icon {
        width: 60px;
        height: 71px;
        background: #e8e8e8;
        padding: 2px 24px 2px 9px;
    }

.bank-logo ul li.active span {
    color: #3c3c3c;
}

.bank-logo ul li.active p.fl span.icon {
    background: #e86143;
}

.bank-logo ul li p.fl span.icon .img {
    width: 75px;
    height: 70px;
    border-radius: 50%;
    background-position: -1px 0;
}

.bank-logo ul li p.fl span.text {
    width: auto;
    line-height: 75px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 20px;
}

.bank-logo ul li p.fl span.bankNum {
    width: 280px;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.bank-logo ul li p.fl span.bankUser {
    width: 50px;
    height: 75px;
    line-height: 75px;
    font-size: 20px;
}

.bank-logo ul li p.fl span.default {
    width: 80px;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    text-align: center;
}

.bank-logo ul li p.fl > i.checked {
    position: absolute;
    width: 26px;
    height: 18px;
    bottom: 0;
    right: 0;
    background-image: url("../img/manager/manager_icon.png");
    background-repeat: no-repeat;
    background-position: -24px -130px;
    display: none;
}

.bank-logo ul li.active p.fl > i.checked {
    display: block;
}

/*bank list end*/
.page-container {
    position: relative;
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.new-notice .notice-menu .item.active {
    background-color: #e86143 !important;
}

.new-notice .notice-main {
    width: 76%;
    float: right;
    padding: 0 !important;
}


/*.headCont .navbar .list > a {
	width: 82px;
	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;
}
.navbar .list a.selected{
	color: #E96491;
}*/


.itemmessage {
    position: absolute;
    right: 4px;
    top: 0;
    background: red;
    display: inline-block;
    min-width: 22px;
    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: 32px !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 a {
    height: 34px !important;
}

.select2-dropdown-open, .select2-drop-active {
    border-color: #e86143 !important;
}

    .select2-dropdown-open a, .select2-drop-active {
        background-color: #fcede8 !important;
    }

.select2-results {
    max-height: 380px !important;
}
