@charset "UTF-8";
/* 传足计算器 */
/* 玩法切换 */
.m-snav {
    text-align: center;
    font-size: .32rem;
    line-height: .88rem;
    color: #181818;
    background: #FFFFFF;
    margin-bottom: .24rem;
}
.m-snav li {
    width: 27.5%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.m-snav li:first-child {
    width: 45%;
}
.m-snav li:last-child {
    border-right: none;
}
.m-snav .active {
    color: #fa5b57;
    border-right: none;
    position: relative;
}
.m-snav .active em {
    position: absolute;
    width:.34rem;
    height: .06rem;
    background: #fa5b57;
    border-radius: 3px;
}
/* 上一期下一期 */
.m-cz-tab {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.m-cz-tab li {
    width: 2.08rem;
    line-height: .72rem;
    border: 1px solid #f84a4a;
    border-radius: .6rem;
    margin: .16rem;
    color: #666;
    cursor: pointer;
}
.m-cz-tab li:hover {
    background: #f84a4a;
    color: #fff;
}
.m-cz-tab li:nth-child(2), .m-cz-tab li:nth-child(2):hover{
    border: 0px solid #ececec;
    background: #fff;
    color: #666;
    cursor: default;
}
.m-cz-tab li.u-dis,.m-cz-tab li.u-dis:hover {
    border: 1px solid #ececec;
    background: #fff;
    color: #666;
    cursor: default;
}


/* 传足表格 */
.m-cz-con {
    background: #fff;
}
.prize {
    text-align: center;
    font-weight: bold;
    font-size: .28rem;
}
.m-cz-time {
    font-size: .2rem;
    text-align: center;
    color: #666;
    margin-bottom: .1rem;
    justify-content: space-between;
}
.m-cz-table {
    width: 100%;
    text-align: center;
    font-size: .28rem;
    color: #666;
}
.m-cz-table th {
    height: .48rem;
    font-size: .24rem;
    font-weight: normal;
    color: #333;
    background: #e0e0e0;
}
.m-cz-table td {
    border-bottom: 1px solid #ececec;
}
.m-cz-table tr th:nth-last-child(2),.m-cz-table tr th:last-child{display: none}
.m-cz-table tr td:nth-last-child(2),.m-cz-table tr td:last-child{display: none}
.bggray, .bggray1 {
    background: #f6f6f6;
    border-right: 1px solid #ececec;
}
.bggray1 {
    border-left: 1px solid #ececec;
}
.fs10 {
    font-size: .2rem;
    color: #999;
}
.fs15 {
    font-size: .3rem;
    color: #333;
}
.u-agast {
    line-height: .6rem;
}
.u-agast li {
    width: 40%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.u-agast li:nth-child(2) {
    width: 20%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.u-click{
    padding-bottom: .16rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.u-click .on {
    border: 1px solid #f84a4a;
    background: #f84a4a;
    color: #fff;
}
.u-click.u-dis li{color: #999;cursor: default;}
.u-click li {
    border: 1px solid #ececec;
    border-radius: .08rem;
    width: 28%;
    display: inline-block;
    line-height: .56rem;
    margin: 0 1%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.u-click-1 li{
    width: 26%;
}
.u-click-2 li{
    width: 19%;
}
.u-click li.u-bqc{
    width: auto;
    border: 1px solid #fff;
    text-align: left;
    color: #666;
    cursor: default;
}
.cz-result1{
    height: .6rem;
}
.cz-result{
    line-height: .56rem;
    margin-bottom: .16rem;
}
.m-cz-con .m-btn {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-bottom: .24rem;
}
.m-cz-con .u-btn {
    margin-top: .2rem;
    display: inline-block;
    width: 6.9rem;
    background: linear-gradient(90deg,#fa5b57, #f94a41 44%, #f83526);
    border-radius: .38rem;
    color: #fff;
    font-size: .3rem;
    height: .76rem;
    border: none;
}
.m-cz-con .u-btn1 {
    background: #e0e0e0;
    cursor: default;
} /*确认按钮置灰*/
.m-tip {
    font-size: .22rem;
    text-align: center;
    color: #999999;
    line-height: .8rem;
    background: #F6F6F6;
}