@charset "UTF-8";
body{
    padding-top: 296px;;
}
/* CSS Document */
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.g-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1180px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    align-items:center;
}
.g-bg img{
    width: 1920px;
}
.g-con{
    width: 1244px;
    max-width: 1244px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
    border-radius: 10px 10px 0 0;
}
/*nav*/
.g-nav{
    display: flex;
    justify-content: flex-end;
    font-size: 0;
    margin-top: -16px;
    margin-bottom: 8px;
    padding-right: 5px;
}
.m-nav{display: flex;}
.m-nav img{
    height: 48px;
}
.m-nav ul{
    height: 48px;
    display: flex;
    background: url("../images/jcRank/bg.png") repeat-x;
    background-size: 2px 48px;
}
.m-nav li{
    padding-top: 10px;
    padding-right:16px;
    line-height: 20px;
    font-size: 14px;
    white-space: nowrap;
}
.m-nav li:after{
    content: "|";
    padding-left: 16px;
}
.m-nav li:last-child{
    padding-right: 0;
}
.m-nav li:last-child:after{
    display: none;
}
/*tab*/
.g-tab{
    margin-bottom: 24px;
    height: 56px;
    display: flex;
    justify-content: space-between;
}
.m-tab{
    display: flex;
    height: 56px;
}
.m-tabL,.m-tabR{
    width: 184px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.m-tabL{
    border-radius: 10px 0 0 0;
    border-right: none !important;
}
.m-tabR{
    border-radius: 0 10px 0 0;
    border-left: none !important;
}
.m-tabTime{
    font-size: 14px;
    line-height: 55px;
    color: #666;
}
.m-tabTime span{
    margin-right: 8px;
}
/*table*/
.m-table{
    width: 100%;
    margin-bottom: 24px;
}
.m-table th{
    height: 33px;
    font-weight: normal;
    text-align: center;
}
.m-table th .u-rank{
    cursor: pointer;
    padding-left: 9px;
}
.m-table th .u-rank img{
    width: 12px;
    height: 12px;
}
/* 旋转箭头 */
.u-rotate{
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    transform:rotate(180deg);
}
.m-table td{
   height: 49px; 
   text-align: center;
   font-size: 12px;
}
.m-table tr td:last-child{
    border-right: none;
}
.m-table td.u-ball{
    text-align: left;
    padding-left: 45px;
    font-size: 14px;
    cursor: pointer;
}
.m-table .u-out .u-ball,
.m-table .u-win .u-ball{
    cursor: default;
}
.m-table td.u-ball img{
    width: 24px;
    height: 24px;
    margin-right: 13px;
}
.m-table td.u-bonus{
    text-align: right;
    padding-right: 50px;
    font-size: 14px;
}
.m-table td .u-bonus-con{
    position: relative;
}
/* .m-table td.u-bonus:hover .g-pop{
    display: block;
} */
/* 计算器跟随底部 */
.beFixed{
    position: fixed;
    bottom: 0;
}
.g-calBtm{
    width: 1180px;
    height: 48px;
    padding-left: 28px;
    display: flex;
    flex-flow: row;
    align-items:center;
    font-size: 14px;
}
.g-calBtm .m-sel{
    height: 32px;
}
.u-subtract,.u-plus,.u-input{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    height: 32px;
    text-align: center;
    float: left;
}
.u-subtract:focus,.u-plus:focus,.u-input:focus{
    outline:none;
}
.u-subtract,.u-plus{
    min-width: 32px;
    max-width: 32px;
    cursor: pointer;
    position: relative;
}
.u-subtract span,.u-plus span{
    width: 13px;
    height: 1px;
    display: block;
    background-color: #181818;
    margin: 0 auto;
}
.u-plus em{
    width: 1px;
    height: 13px;
    display: block;
    background-color: #181818;
    position: absolute;
    top: 10px;
    left: 15px;
}
.u-input{
    width: 68px;
    font-size: 14px;
}
.m-sel .u-unclick{
    cursor: default;
}
/* 提示 */
.g-tips{
    padding: 18px 28px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    display: flex;
}
.g-tips .u-tips{
    white-space: nowrap;
}
/* 冠亚军玩法球队 */
td.u-ball.p-0{text-align: center;}
.u-ball-left{
    float: left;
    width: 45%;
    text-align: right;
}
.u-ball-left img{
    margin-left: 13px;
    margin-right: 0!important;
}
.u-ball-right{
    float: right;
    width: 45%;
    text-align: left;
}
.u-ball-center{
    float: left;
    width: 10%;
    text-align: center;
}
/* 弹窗 */
.g-pop{
    position: absolute;
    top: -7px;
    left: 105px;
    width: 205px;
    max-height: 234px;
    border-radius: 6px;
    display: none;
    z-index: 99;
}
.g-pop-1{left: -173px}
.g-pop:before {
    content: '';
    position: absolute;
    top : 10px;
    left : -11px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.g-pop:after {
    content: '';
    position: absolute;
    top : 10px;
    left : -9px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.g-pop-1:before {
    left: auto;
    right : -11px;
    border-right: none!important;
}
.g-pop-1:after {
    left: auto;
    right : -9px;
    border-right: none!important;
}
.u-pop-tit{
    width: 100%;
    height: 32px;
    line-height: 31px;
    font-size: 14px;
    padding-left: 12px;
    text-align: left;
}
.g-pop-table{
    margin-bottom: 4px;
    width: 100%;
    max-height: 196px;
    overflow-y: auto;
}
.m-pop-table{
    width: 100%;
}
.m-pop-table td{
    height: 32px;
    text-align: center;
    font-size: 12px!important;
}
.m-pop-table tr td:first-child{
    border-left: none!important;
}
.m-pop-table tr td:last-child{
    border-right: none!important;
}
.m-pop-table .u-bonus{
    text-align: right;
    padding-right: 9px!important;
}
.m-pop-table .u-bonus span{
    width: 12px;
    margin-left: 1px;
    display: inline-block;
}
.m-pop-table .u-bonus img{
    width: 12px;
    vertical-align: top;
    margin-top: 4px;
}
/* 无数据状态 */
.no_ticket {
    text-align: center;
    color: #666;
    font-size: 20px;
    min-height: 400px;
    background: #fff;
    display: none;
}
.no_ticket img {
    margin: 100px auto 10px;
    width: 200px;
}
.network-ano {
    text-align: center;
    color: #666;
    font-size: 20px;
    min-height: 400px;
    font-weight: normal;
    background: #fff;
    display: none;
}
.network-ano img {
    margin: 50px auto 10px;
    width: 200px;
}
.network-ano a {
    display: block;
    width: 185px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #d8d8d8;
    margin: 40px auto 0;
    cursor: pointer;
    text-decoration: none;
    color: #181818;
}
.network-ano a:hover {
    background-color: #e6e6e6;
}