/*样式重置*/
.jack-header *, .jack-nav *, .jack-foot * {
    box-sizing: border-box;
}

#message * {
    box-sizing: border-box;
}

.jack-header span, .jack-header a, .jack-header img,
.jack-nav span, .jack-nav a, .jack-nav img,
.jack-foot span, .jack-foot a, .jack-foot img {
    display: inline-block;
    vertical-align: middle;
}

.platform-name-canvas {
    position: relative;
    width: 95px;
    height: 25px;
}

.platform-name-canvas .platform-name {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 110%;
    height: 100%;
    background: url("/assets/images/global-v3/platform-name.png") no-repeat;
}
/*
.platform-name-canvas .platform-name:hover{
    background: url("/assets/images/global-v3/platform-name.png") no-repeat;
}*/

.domain-name-canvas {
    position: relative;
    width: 95px;
    height: 14px;
}

.domain-name-canvas .domain-name {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/assets/images/global-v3/domain.png") no-repeat;
}
/*
.domain-name-canvas .domain-name:hover {
    background: url("/assets/images/global-v3/domain.png") no-repeat;
}*/

/*公用的样式*/
.w {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1280px) {
    .w {
        width: 1200px;
    }

}

@media (max-width: 1279px) {
    .j-hide {
        display: none !important;
    }
}

.w:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.number-con {
    float: left;
    padding-left: 30px;
}

.number-con .com-title {
    font-size: 16px;
    color: #e92424;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
}

.play-sort li {
    display: inline-block;
}

.play-sort .play-link, .nav-sort .play-link {
    position: relative;
    line-height: 30px;
    height: 31px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.play-sort .play-link:hover, .nav-sort .play-link:hover {
    color: #eee;
}

.nav-menu .play-link {
    padding: 0 5px 0px 10px;
    border-radius: 8px;
}

.nav-menu .play-link:hover {
    color: #eee;
    background: #e92424;
    transition: all 0s !important;
}

.play-sort .play-link.no-link {
    opacity: 0.3;
    cursor: default;
}

.play-sort .play-link.no-link:hover {
    background: none;
    color: #eee;
    opacity: 0.3;
}

.play-sort .play-icon,.game-name .play-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    right: -10px;
}

.play-sort .play-hot {
    background: url("k.png") no-repeat center;
    background-size: contain;
}

.play-sort .play-new {
    background: url("new.png") no-repeat;
}

/*.header-server:hover {*/
/*background: url("../global-v3/server-hover.png") no-repeat; }*/

/*公用的样式结束*/
.jack-header {
    position: relative;
    z-index: 101;
    color: #eee;
    background: #141414;
    line-height: 40px;
}

.jack-header .header-l {
    font-size: 12px;
    float: left;
}

.jack-header .header-l .header-l-a {
    color: #eee;
    margin-right: 14px;
}

.jack-header .header-l .header-l-a:hover {
    color: #ccc;
}

.jack-header .header-r {
    float: right;
}

/*vip会员等级*/
.jack-header .header-r .header-vip  {
    width: 48px;
    height: 36px;
    cursor:default;
}
.jack-header .header-r .header-vip-1{background: url("./vipicon/1.png") no-repeat center center; }
.jack-header .header-r .header-vip-2{background: url("./vipicon/2.png") no-repeat center center; }
.jack-header .header-r .header-vip-3{background: url("./vipicon/3.png") no-repeat center center; }
.jack-header .header-r .header-vip-4{background: url("./vipicon/4.png") no-repeat center center; }
.jack-header .header-r .header-vip-5{background: url("./vipicon/5.png") no-repeat center center; }
.jack-header .header-r .header-vip-6{background: url("./vipicon/6.png") no-repeat center center; }
.jack-header .header-r .header-vip-7{background: url("./vipicon/7.png") no-repeat center center; }
.jack-header .header-r .header-vip-8{background: url("./vipicon/8.png") no-repeat center center; }
.jack-header .header-r .header-vip-9{background: url("./vipicon/9.png") no-repeat center center; }
.jack-header .header-r .header-vip-10{background: url("./vipicon/10.png") no-repeat center center; }



.jack-header .header-r .header-drop {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 8px;
    cursor: pointer;
}

.jack-header .header-r .header-drop .arrow-down {
    margin-left: 6px;
    width: 11px;
    height: 6px;
    background: url("arrow-down.png") no-repeat;
    -webkit-transition: all 0.3s 0.15s;
    -moz-transition: all 0.3s 0.15s;
    -ms-transition: all 0.3s 0.15s;
    -o-transition: all 0.3s 0.15s;
    transition: all 0.3s 0.15s;
}


.my-name-layout{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgba(235, 47, 73, 0.7);
}

.jack-header .header-r .header-drop:hover .arrow-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jack-header .header-r .header-drop-a {
    font-size: 14px;
    color: #eee;
}

.jack-header .header-r .header-person {
    width: 13px;
    height: 16px;
    background: url("header-member.png") no-repeat;
}

.jack-header .header-r .header-user {
    position: relative;
    margin-left: 2px;
}

.jack-header .header-r .header-line {
    color: #404040;
    font-size: 18px;
    font-weight: 200;
}

.jack-header .header-r .wallet {
    font-size: 14px;
}

.jack-header .header-r .header-money {
    font-size: 18px;
    color: #eee;
    font-weight: 400;
}

.jack-header .header-r .refresh {
    width: 18px;
    height: 18px;
    background: url("refresh.png") no-repeat;
    margin-left: 6px;
}

.jack-header .header-r .header-btn {
  /*  background: #505050;*/
    line-height: 18px;
    padding: 4px 10px;
    border-radius: 2px;
    color: #eee;
    margin: 0 1px;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.jack-header .header-r .header-btn:nth-child(1){
    background-image: linear-gradient( #ffdc7d, #ffaf51 );
    border-radius: 15px;
    color: #333;
}
.jack-header .header-r .header-btn:hover {
    background: #e92424;
    border-radius: 15px;
    color: #eee;
}

.header-message {
    position: absolute;
    right: -14px;
    top: 2px;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    background: #C02828;
    color: #eee;
    border-radius: 8px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    padding: 0 3px;
}

.header-server {
    position: relative;;
    margin-left: 15px;
    width: 91px;
    height: 27px;
    /*background: url("../global-v3/server-hover.png") no-repeat;*/
    cursor: pointer;
}

.header-server .online-server-logo {
    width: 28px;
    height: 27px;
    background: url("../global-v3/online-server-logo.png") no-repeat;
    float: left;
}

.header-server .online-server-lab {
    float: left;
    width: 63px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #eee;
    font-size: 12px;
}

.header-server .online-server-lab:hover {
    color: #e92424;
}

/*主导航的样式*/
.jack-nav {
    position: relative;
    z-index: 100;
    box-shadow: 0 3px 10px rgba(68, 68, 68, 0.38);
}

.jack-nav-bg {
    background: #e92424;
    position: relative;
    z-index: 2;
    /*border-bottom: 2px solid #e92424;*/
}

.jack-nav .nav-l {
    float: left;
    padding-top: 10px;
}

.logo-lab {
    float: right;
    height: 60px;
    margin-left: 10px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
}

.logo-lab:hover{
    color: #e92424;
}

.jack-nav .nav-r {
    float: right;
}

.jack-nav .nav-r .nav-li {
    position: relative;
    float: left;
    text-align: center;
}
.jack-nav .nav-r .nav-active{
    float: right;
    padding-top: 20px
}
.jack-nav .nav-r .nav-active .nav-monery{
    display: inline-block;
    width: 96px;
    height: 36px;
    background:url('monerybtn.png') center no-repeat;
    background-size:contain;
}
@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jack-nav .nav-r .nav-active .nav-monery:hover{
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: rgba(255,255,255,0.2);
}
.jack-nav .nav-r .nav-li .arrow-down {
    margin-left: 6px;
    width: 11px;
    height: 6px;
    background: url("arrow-down.png") no-repeat;
    -webkit-transition: all 0.3s 0.15s;
    -moz-transition: all 0.3s 0.15s;
    -ms-transition: all 0.3s 0.15s;
    -o-transition: all 0.3s 0.15s;
    transition: all 0.3s 0.15s;
}

.jack-nav .nav-r .nav-li:hover .arrow-down, .jack-nav .nav-r .nav-li .arrow-down-opacity {
    opacity: 1;
}

.jack-nav .nav-r .nav-li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.jack-nav .nav-r .nav-li:hover, .jack-nav .nav-r .j-nav-bg {

    color: #333;!important;
    !*color: #eee !important;*!
}*/
.jack-nav .nav-r .nav-li:hover .nav-center{
    background-image: linear-gradient( #ffdc7d, #ffaf51 );
    border-radius: 15px;
    color: #333 !important;
}
.jack-nav .nav-r .bg-none {
    background: none !important;
}

.jack-nav .nav-r .nav-a {
    height: 82px;
    padding-top: 28px;
    width: 110px;
    color: #eee;
}

.jack-nav .nav-r .nav-li:first-child .nav-a {
    width: 150px;
    /*color: #454545;*/
}

.jack-nav .nav-r .nav-li:hover .nav-a {
    color: #eee !important;
}

.jack-nav .nav-r .nav-text {
    display: inline-block;
    vertical-align: middle;
}

.jack-nav .nav-r .nav-center .text-1 {
    font-size: 17px;
    font-family: "Microsoft YaHei";
}

.jack-nav .nav-r .nav-center .text-2 {
    font-size: 12px;
    font-weight: 300;
}

.nav-sort {
    font-size: 0;
    padding: 15px;
}

.nav-sort li {
    width: 95px;
    display: inline-block;
    text-align: center;
}

.nav-sort li:hover {
    border-radius: 8px;
    background: #e92424;
}

.nav-sort li:hover .play-link {
    color: #eee;
    transition: all 0s;
}

.nav-sort li:hover .play-link:hover {
    background-color: transparent;
}

.nav-drop {
    width: 222px;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 6px;
}

.nav-drop .nav-wrap {
    position: relative;
    border: 1px solid #e45b5d;
    background: #eee;
    text-align: left;
    top: 15px;
    top: 0 \9;
}

.nav-drop .nav-wrap:before, .nav-drop .nav-wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 51px;
    border: 6px solid transparent;
}

.nav-drop .nav-wrap:before {
    top: -12px;
    border-bottom: 6px solid #e45b5d;
}

.nav-drop .nav-wrap:after {
    top: -11px;
    border-bottom: 6px solid #e45b5d;
}

.nav-drop-last {
    left: auto;
    right: 0;
}

.nav-drop-last .nav-wrap:before, .nav-drop-last .nav-wrap:after {
    left: auto;
    right: 45px;
}

.down-menu {
    display: none;
}

.down-menu .down-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.down-menu .down-wrap-hov {
    top: 0;
}

.nav-menu {
    position: absolute;
    top: -320px;
    left: 0;
    width: 100%;
    background: #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(68, 68, 68, 0.38);

}

.nav-menu-hov {
    top: 100%;
    opacity: 1;
}

.nav-lottery {
    padding: 25px 0;
}

.nav-lottery .number-con {
    padding-left: 10px;
}

.nav-lottery .number-con:last-child .play-sort {
    border-right: none;
}

.nav-lottery .number-con:first-child {
    width: 22%;
    padding-left: 10px;
}

.nav-lottery .number-con:nth-child(2) {
    width: 19.5%;
}.nav-lottery .number-con:nth-child(2) .play-sort li {
    width: 110px;
}

.nav-lottery .number-con:nth-child(3) {
    padding-left: 0;
    width: 10%;
}

.nav-lottery .number-con:nth-child(4) {
    padding-left: 0;
    width: 10%;
}

.nav-lottery .number-con:nth-child(5) {
    width: 11%;
}

.nav-lottery .number-con:nth-child(6) {
    width: 9.5%;
}
.nav-lottery .number-con:nth-child(7) {
    width: 9%;
}
.nav-lottery .number-con:nth-child(8) {
    width: 9%;
}

.nav-lottery .number-con .play-sort li {
    width: 120px;
    float: left;
}

.nav-lottery .number-con:first-child .play-sort li {
    width: 116px;
}

.nav-lottery .number-con:first-child .play-sort li {
    width: 116px;
}

.nav-link {
    background: #181E29;
    border: 2px;
}

.nav-link-li {
    width: 20%;
    padding: 0 2px;
    float: left;
}

.nav-link-li a, .nav-link-li a img {
    width: 100%;
}

.nav-link-li a {
    opacity: 0.3;
    cursor: default;
}

.nav-line {
    height: 2px;
    /*background: #e92424;*/
}

/*导航结束*/
/*顶部下拉开始*/
.bar-drop {
    line-height: 1.5;
    font-size: 12px;
    width: 170px;
    padding-top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.bar-drop .nav-wrap {
    text-align: center;
    padding-top: 15px;
}

.bar-drop .nav-wrap:before, .bar-drop .nav-wrap:after {
    left: 50%;
    margin-left: -6px;
}

.bar-drop .bar-box {
    margin-bottom: 8px;
}

.bar-box .bar-link {
    font-size: 14px;
    line-height: 30px;
}

.bar-win .bar-link {
    font-size: 17px;
}

.bar-box .bar-link:nth-child(2) {
    margin-left: 20px;
}

.bar-win .bar-link:nth-child(2) {
    margin-left: 8px;
}

.bar-drop .bar-link .bar-exit {
    margin-left: 6px;
}

.bar-drop .bar-link .header-message {
    right: -15px;
    top: -5px;
}

.bar-drop a.bar-link:hover {
    color: #e45b5d;
}

.bar-drop .play-pos {
    position: relative;
}

.bar-drop .my-name {
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0 20px;
    color: #454545;
}

.bar-drop .header-col {
    color: #e45b5d;
    font-size: 14px;
}

.bar-drop .login-time {
    color: #757575;
    border-top: 1px solid #e45b5d;
}

.bar-drop .ex-login {
    padding-top: 10px;
}

.bar-drop .time {
    padding-bottom: 10px;
}

/*余额显示*/
.wallet-list .login-time{
    border-top-width: 0px;
}

.wallet-list .user-balance{
    min-width: 220px;
}

.unread-msg-num {
    position: absolute;
    display: inline-block;
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    border-radius: 3px;
    background-color: #e92424;
    color: #eee;
}


/*顶部下拉结束*/
/*页脚的样式*/
.jack-foot {
    background: #141414;
    padding-bottom: 20px;
    position: relative;
    z-index: 11;
    /*border-top: 2px solid #e92424;*/
}

.jack-foot .foot-top {
    padding: 10px 0;
    border-bottom: 1px dashed #333;
}

.jack-foot .foot-top .foot-logo {
    float: left;
    opacity: 0.8;
}

.jack-foot .foot-top .foot-number {
    float: right;
    color: #eee;
    padding-top: 3px;
}

.jack-foot .foot-link {
    margin-top: 15px;
}

.jack-foot .foot-link .foot-a {
    float: left;
}

.jack-foot .foot-link .foot-a a {
    color: #7d7d7d;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.jack-foot .foot-link .foot-a a:hover {
    color: #eee;
    border-bottom: 1px solid #FBA026;
}

.jack-foot .foot-link .foot-a span {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    border-right: 1px dotted #333;
}

.jack-foot .foot-link .foot-authority {
    float: right;
    color: #B59A79;
    font-size: 14px;
}

.jack-foot .foot-erweima {
    display: none;
}

.jack-foot .foot-pic {
    margin-top: 12px;
}

.jack-foot .foot-pic .foot-icon {
    padding-top: 2px;
    float: left;
}

.jack-foot .foot-pic .foot-icon li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.jack-foot .foot-pic .foot-icon li:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.jack-foot .foot-pic .foot-icon .up-drop {
    position: absolute;
    padding-bottom: 12px;
    width: 160px;
    left: 50%;
    margin-left: -82px;
    bottom: 24px;
    display: none;
}

.jack-foot .foot-pic .foot-icon .up-menu {
    text-align: center;
    background: #eee;
    position: relative;
    top: -15px;
    top: 0 \0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.jack-foot .foot-pic .foot-icon .up-menu-hov {
    top: 0;
}

.jack-foot .foot-pic .foot-icon .up-menu:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    border: 7px solid transparent;
    border-top: 7px solid #eee;
}

.jack-foot .foot-pic .foot-icon .foot-code {
    color: #B59A79;
    font-size: 14px;
    line-height: 2.6;
}

.jack-foot .foot-pic .foot-icon .foot-game {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 1.3;
    padding: 8px 0;
}

.jack-foot .foot-pic .foot-tip {
    float: right;
}

.jack-foot .foot-pic .foot-tip li {
    width: 30px;
    height: 31px;
    float: left;
    margin-left: 14px;
    position: relative;
    background: url("../global-v3/footer-approve.png") no-repeat;
}

.jack-foot .foot-pic .foot-tip .li-1 {
    background-position: 0 0;
}

.jack-foot .foot-pic .foot-tip .li-2 {
    background-position: -238px 0;
}

.jack-foot .foot-pic .foot-tip .li-3 {
    width: 94px;
    background-position: -134px 0;
}

.jack-foot .foot-pic .foot-tip .li-1:hover {
    background-position: 0 -31px;
}

.jack-foot .foot-pic .foot-tip .li-2:hover {
    background-position: -238px -31px;
}

.jack-foot .foot-pic .foot-tip .li-3:hover {
    background-position: -134px -31px;
}

.jack-foot .foot-pic .foot-tip .tip-drop {
    position: absolute;
    padding-top: 10px;
    top: 31px;
    left: 50%;
    display: none;
}

.jack-foot .foot-pic .foot-tip .li-1 .tip-drop {
    margin-left: -36px;
}

.jack-foot .foot-pic .foot-tip .li-2 .tip-drop {
    margin-left: -19px;
}

.jack-foot .foot-pic .foot-tip .li-3 .tip-drop {
    margin-left: -25px;
}

.jack-foot .foot-pic .foot-tip li:hover .tip-drop {
    display: block;
}

.jack-foot .foot-pic .foot-tip .tip-con {
    background: #73624D;
    border-radius: 3px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: #eee;
    line-height: 2;
    font-size: 12px;
}

.jack-foot .foot-pic .foot-tip .tip-con:after {
    content: '';
    position: absolute;
    display: block;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border: 6px solid transparent;
    border-bottom: 5px solid #73624D;
}

.jack-foot .foot-bottom {
    margin-top: 12px;
}

.jack-foot .foot-bottom .foot-text {
    color: #4f4f4f;
    font-size: 12px;
    float: left;
}

.jack-foot .foot-bottom .foot-text .copy-right {
    margin-bottom: 5px;
}

.jack-foot .foot-bottom .foot-text .approve {
    color: #9B9B9B;
}

.jack-foot .foot-bottom .foot-bottom-r {
    float: right;
    padding-top: 5px;
}

.number-wrap {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.jack-foot .foot-top .today-win {
    margin-right: 50px;
}

.jack-foot .foot-top .today-win .rmb {
    color: #9B9B9B;
    vertical-align: middle;
}

.jack-foot .foot-top .line-number {
    color: #9B9B9B;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

/*2017-2-9新增公用的页脚样式结束*/

/*数字滚动插件的样式开始*/
.numberRun1, .numberRun2, .numberRun3 {
    display: inline-block;
    vertical-align: middle;
}

.mt-number-animate {
    line-height: 30px;
    height: 30px;
    /*设置数字显示高度*/
    font-size: 20px;
    /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.mt-number-animate .mt-number-animate-dot {
    width: 6px;
    /*设置分割符宽度*/
    line-height: 30px;
    float: left;
    text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
    width: 13px;
    /*设置单个数字宽度*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
}

/*数字滚动插件的样式结束*/

/*右侧边样式*/
.jack-side {
    position: fixed;
    width: 294px;
    height: 305px;
    background: url('right.png') no-repeat center;
    background-size: contain;
    z-index: 300;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*@media (max-width: 1140px) {*/
    /*.jack-side {*/
        /*display: none;*/
    /*}*/
/*}*/

/*@media (min-width: 1280px) and (max-width: 1359px) {*/
    /*.jack-side {*/
        /*display: none;*/
    /*}*/
/*}*/

.jack-side li.location {
    margin-bottom: 8px;
    position: absolute;
    width: 170px;
    height:57px;
    top: 170px;
    left: 65px;
}

.jack-side li .content {
    width: 100%;
    height: 100%;
    /*background: #e92424;*/
    text-align: center;
    color: #eee;
    padding: 11px 0;
    font-size: 12px;
    box-sizing: border-box;
    display: block;
}

.jack-side .side-text {
    margin-top: 8px;
    line-height: 1;
}

.jack-side li .content img {
    vertical-align: middle;
}

.jack-side li a:hover {
    /*background: #ff2f35;*/
    box-shadow: 0px 3px 4px #454545;
}

.jack-side .li-phone .content {
    padding: 7px 0;
}

.jack-side .li-phone:after {
    content: '';
    position: absolute;
    top: 45%;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #ff2f35;
    display: none;
}

.jack-side .li-phone .erweima-wrap{
    position: absolute;
    right: 230px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.jack-side li.li-phone{
    top:230px;
    cursor: pointer;
}

.jack-side .li-phone .erweima-wrap-hov {
    right:170px;
}

.jack-side .li-phone .erweima-box{
    padding-right: 10px;
    display: none;
}

.jack-side .li-phone .erweima-pic {
    background: #232A38;
    margin: 8px 0;
    padding: 10px;
}

.jack-side .li-phone .erweima-pic img {
    width: 61px;
}

.jack-side .li-phone .text {
    font-size: 12px;
    color: #eee;
    margin-top: 6px;
    text-align: center;
    line-height: 1;
}

.jack-side .li-phone:hover:after {
    display: block;
}
.jack-side .float-close{
    position:absolute;
    width:25px;
    height:25px;
    right:130px;
    top:310px;
}
.float-close2{
    left:130px;
    right:auto;
}
.jack-side .float-close img{
    width:100%;
}
/*左边悬浮框样式*/
.jack-side-left{
    background: url('left.png') no-repeat center;
    left: 0;
    background-size: contain;
}
.jack-side-left li.location-left{
    width: 170px;
    top: 170px;
    left: 58px;
}

.jack-side-left  .erweima-wrap {
    position: absolute;
    right:-200px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.jack-side-left .location-left .erweima-box{
    background: #eee;
    width: 143px;
    font-size: 18px;
    border: 1px solid #e45b5d ;
    text-align: center;
}

.jack-side-left .lucky:before{
    content: '';
    position: absolute;
    top: 30%;
    right: -22px;
    border: 11px solid transparent;
    border-left: 12px solid #ff2f35;
    display: none;
}
.jack-side-left .location-left:hover .erweima-box{
    right:-160px;
    opacity: 1;
    visibility: visible;
}

.jack-side-left li.hang-happy{
    top:232px;
    height: 59px;
}

.jack-side-left .location-left .erweima-box li:first-child{
    border-bottom: 1px solid #ff2f2b;
    width:90%;
    margin:0 auto ;
}
.jack-side-left .location-left  a.lucky-game{
    height: 40px;
    line-height: 40px;
}

.jack-side-left .location-left  .erweima-wrap li a.lucky-game:hover{
    color:#ff2f2b;
    box-shadow: 0px 0px 0px #454545;
}
.jack-side-left li:hover:before{
    display: block;
}
/*左下角悬浮框*/
.jack-side-left-bottom{
    position:fixed;
    z-index: 10;
    width:270px ;
    height: 233px;
    background: url('moneybg.png') no-repeat center;
    left:41px;
    top:80%;
    background-size: contain;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.down-btn{
    width: 40px;
    height: 40px;
    background: #eeefff;
    color:#9a9a9a;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top:238px;
    left:110px;
    font-size:20px;
}

@media (max-width:1790px) {
    .jack-side{
        top:65%;
        width: 180px;

    }
    .jack-side li.location{
        position: absolute;
        width: 105px;
        height: 37px;
        top: 162px;
        left: 39px;
    }
    .jack-side-left li.location-left{
        width: 102px;
        height: 37px;
        top: 162px;
        left: 37px;
        margin-bottom: 0;
    }
    .jack-side-left li.hang-happy{
        top:202px;
    }

    .jack-side li.li-phone{
        top: 200px;
        cursor: pointer;
    }
    .jack-side .li-phone:after{
        top:35%;
    }
    .jack-side .li-phone:after{
        left:-18px;
    }
    .jack-side .li-phone .erweima-wrap-hov{
        right: 135px;
    }
    .jack-side-left-bottom{
        width: 212px;
        height:210px;
        top: 80%;
        left:21px;
        opacity: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .down-btn{
        width: 24px;
        height: 24px;
        left: 90px;
        top: 200px;
        font-size: 12px;
        cursor: pointer;
    }

    .jack-side .float-close{
        top:250px;
        left:auto;
        right:70px;
    }
    .jack-side .float-close2{
        left:75px;
        right:auto;
    }
}

    /*bootstrap弹框样式*/
/*Bootstrap v3.3.7 (http://getbootstrap.com)*/
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.modal-dialog {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -75%);
    -moz-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-content {
    position: relative;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-close {
    margin-top: -2px;
    float: right;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px 15px 15px 85px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-content-line{
    height: 30px;
}
/*弹框样式结束*/

/*消息弹框样式*/
.message-pop {
    width: 900px;
    position: relative;
    margin: 0 auto;
}

.message-pop .message-close {
    width: 22px;
    height: 22px;
    background: url("message-close.png") no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.message-pop .message-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.message-pop .message-title {
    background: #141414;
    border-bottom: 1px solid #E5E5E5;
}

.message-pop .message-li {
    float: left;
    padding: 20px 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.message-pop .message-li:hover {
    background: #2d384e;
}

.message-pop .message-active, .message-pop .message-active:hover {
    background: #e92424;
}

.message-pop .message-active .message-i {
    background: #232A38;
}

.message-pop .message-span {
    color: #eee;
    font-size: 16px;
    position: relative;
}

.message-pop .message-i {
    display: inline-block;
    background: #C82834;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -25px;
    padding: 0 5px;
    text-align: center;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}

.message-pop .message-i:empty {
    display: none;
}

.message-pop .message-tab {
    background: #eee;
    height: 635px;
    overflow: hidden;
}

.message-pop .message-tab .message-con {
    height: 100%;
    display: none;
}

.message-pop .message-tab .message-con:first-child {
    display: block;
}

.message-pop .message-l {
    width: 250px;
    height: 100%;
    float: left;
    padding-right: 5px;
    border-right: 1px solid #E5E5E5;
}

.message-pop .message-table {
    display: table;
    width: 100%;
}

.message-pop .message-row {
    display: table-row;
}

.message-pop .message-cell {
    height: 78px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.message-pop .message-cell .text-1 {
    color: #4A4A4A;
    font-size: 15px;
    line-height: 1.3;
    max-height: 40px;
    overflow: hidden;
}

.message-pop .message-cell .text-2 {
    color: #9B9B9B;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.3;
}

.message-pop .message-cell:hover {
    background: #F0F2F3;
}

.message-pop .message-page {
    margin-top: 20px;
    text-align: center;
}

.message-pop .page-a, .message-pop .page-arrow {
    width: 22px;
    text-align: center;
    height: 24px;
    color: #4A4A4A;
    font-size: 16px;
    margin: 0 1px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.message-pop .page-arrow {
    line-height: 1;
    padding: 2px 0;
}

.message-pop .page-a:hover, .message-pop .page-arrow:hover, .message-pop .page-active {
    background: #e92424;
    color: #eee;
}

.message-pop .not-allowed {
    color: #A6A6A6;
}

.message-pop .not-allowed:hover {
    color: #A6A6A6;
    background: none;
    cursor: not-allowed;
}

.message-pop .message-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C82834;
    position: absolute;
    right: 8px;
    top: 8px;
}

.message-pop .message-r {
    width: 650px;
    height: 100%;
    float: right;
    padding: 30px 25px;
    overflow-y: auto;
}

.message-pop .message-r .title {
    color: #202020;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D3D3D3;
    text-align: center;
    margin-bottom: 30px;
}

.message-pop .message-r .article {
    font-size: 14px;
}

/*消息弹框样式结束*/

/*投注页活动样式*/
.slideTxtBox {
    display: none;
    margin-top: 10px;
    position: relative;
}

.slideTxtBox .bd img {
    width: 100%;
}

.slideTxtBox .prev, .slideTxtBox .next {
    width: 11px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}

.slideTxtBox .prev {
    left: 0;
    background: url("../game/bet-arrow-l.png") no-repeat;
}

.slideTxtBox .next {
    right: 0;
    background: url("../game/bet-arrow-r.png") no-repeat;
}

/*hover*/


/*适应小屏幕样式*/
@media (max-width: 1279px) {
    .nav-lottery .number-con {
        padding-left: 20px;
    }

    .nav-lottery .number-con .play-sort li {
        width: 90px;
    }

    .nav-lottery .number-con:first-child .play-sort li {
        width: 98px;
    }
}
@media (max-width: 1279px){
    .jack-nav .nav-r .nav-li:first-child .nav-a{
        width: 100px;
    }
    .jack-nav .nav-r .nav-a{
        width: 100px;
    }
}
