@charset "UTF-8";
/* CSS Document */
a {
    color: inherit;
}
.btnWhite,
.btnRed {
    border: 1px solid #e01212;
    border-radius: 4px;
    background: #e01212;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.g-main {
    /*background:#f2f2f2;*/
    position: relative;
    z-index: 9;
    padding-bottom: 24px;
}
.g-history {
    width: 1180px;
    margin: 0 auto; /*padding:20px;*/
    padding: 0;
    background: #fff;
    padding-bottom: 10px;
}
.m-historyTit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: url('../img/hisTitbg.png') repeat-x;
    background-size: 2px 50px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}
.u-hisTit {
    font-size: 18px;
    color: #fff;
    display: block;
    float: left;
}
.u-hisTime {
    width: 157px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff100;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 20px;
    background: url('../img/hisTimebg.png') no-repeat;
    background-size: 157px 30px;
    display: block;
    float: left;
}
.u-zdy,
.u-zjnum {
    cursor: pointer;
    line-height: 22px;
    color: #181818;
    font-size: 12px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 13px;
}
.u-zjnum {
    width: 90px;
    background: url('../img/ico_sj3.png') #fff no-repeat 68px 8px;
    background-size: 9px;
    right: 180px;
}
.u-zdy {
    width: 120px;
    background: url('../img/ico_sj3.png') #fff no-repeat 98px 8px;
    background-size: 9px;
    right: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.u-zdy ul {
    padding: 10px 0;
    display: none;
}
.u-zdy:hover ul {
    display: block;
}
.u-zdy:hover,
.u-zjnum:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.u-zdy input {
    width: 98px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: center;
}
::-webkit-input-placeholder {
    color: #b2b2b2;
}
:-moz-placeholder {
    color: #b2b2b2;
}
::-moz-placeholder {
    color: #b2b2b2;
}
:-ms-input-placeholder {
    color: #b2b2b2;
}
.u-zdy input:focus {
    border: 1px solid #999;
    color: #181818;
}
.u-zdy .btnRed {
    height: 24px;
}
.u-zdy .u-tips {
    background: url(../img/tips.png) no-repeat left;
    background-size: 14px;
    padding-left: 18px;
    color: #f92;
    font-size: 12px;
    white-space: nowrap;
    display: none;
} /*查询提示*/
.u-zjnum ul {
    padding: 5px 0;
    display: none;
}
.u-zjnum span {
    padding-left: 10px;
}
.u-zjnum:hover ul {
    display: block;
}
.u-zjnum li {
    line-height: 24px;
    padding-left: 10px;
}
.u-zjnum li:hover,
.u-zjnum li.on {
    background: #e01212;
    color: #fff;
}
.m-historyTab {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #d8d8d8;
    border-top: 1px solid #fff;
}
.m-historyTab thead th {
    line-height: 20px;
    padding: 2px 0;
    background: #eef0f4;
    font-weight: normal;
    white-space: nowrap;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
}
.m-historyTab thead th div {
    position: relative;
}
.m-historyTab thead th div:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 1px;
    height: 50px;
    background: #fff;
    content: '';
}
.m-historyTab thead tr:first-child th:last-child,
.m-historyTab thead tr:first-child th:nth-last-child(2) {
    line-height: 16px;
}
.m-historyTab thead tr:nth-child(2) th {
    border-top: 1px solid #d8d8d8;
}
.m-historyTab thead tr:nth-child(2) th div:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
}
.m-historyTab tbody td {
    line-height: 18px;
    text-align: center;
    color: #666;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    white-space: nowrap;
    padding: 3px 0;
}
.m-historyTab tbody td p {
    line-height: 22px;
}
.m-historyTab tbody tr:nth-child(5n + 1) td {
    border-top: 1px solid #b2b2b2;
}
.m-historyTab tbody tr:first-child td {
    border-top: 1px solid #999;
}
.m-historyTab tbody td:last-child {
    border-right: 1px solid #d8d8d8;
}
.m-historyTab tbody tr:hover td {
    background: #eef0f4;
}
.m-historyTab .u-txar {
    padding-right: 8px;
}
.m-historyTab1 .u-txar {
    padding-right: 25px;
}
.m-historyTab .u-dltpre {
    color: #499bf4;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .u-dltnext {
    color: #ff9100;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .u-pl35 {
    color: #ac5198;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .u-7xc {
    color: #f15188;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .u-7xc-n {
    color: #3f4888;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .last {
    color: #d98000;
}
.m-historyTab .u-cz {
    color: #df3d3d;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .u-dfpre {
    color: #d9571d;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .u-dfnext {
    color: #757fc9;
    font-size: 14px;
    font-weight: bold;
}
.m-historyTab .bgf2f3f6 {
    background: #f2f3f6;
}
.m-historyTab tbody td.lineb2Rt {
    border-right: 1px solid #b2b2b2;
}
.m-historyTab a.blue:hover {
    text-decoration: underline;
}
/*传足切换栏*/
.u-czList {
    float: left;
    margin-left: 50px;
    margin-top: 13px;
}
.u-czList li {
    float: left;
    width: 80px;
    height: 24px;
    line-height: 22px;
    margin-right: 20px;
    border: 1px solid #7b818a;
    border-radius: 4px;
    text-align: center;
}
.u-czList li a {
    color: #fff;
    display: block;
}
.u-czList li.on,
.u-czList li:hover {
    background: #df3d3d;
    border: 1px solid #df3d3d;
}

/*翻页*/
.m-page {
    text-align: center;
    margin: 20px auto 10px;
    white-space: nowrap;
}
.m-page {
    display: table;
    content: '';
}
.m-pager {
    -webkit-user-select: none;
    list-style: none;
    font-size: 12px;
}
.m-pager .number {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #666;
    margin: 0 6px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    float: left;
    cursor: pointer;
}
.m-pager .number:hover,
.m-pager .active {
    background: #666;
    border: 1px solid #666;
    color: #fff;
}
.m-pager .no,
.m-pager .no:hover {
    color: #999;
    background: #fff;
    border: 1px solid #ececec;
    cursor: default;
}
.u-pad10 {
    padding: 0 10px;
}
/* 大乐透历史开奖修改 */
.h-line {
    border-left: 1px solid #b2b2b2;
    display: block;
    height: 16px;
    line-height: 16px;
}
.m-historyTab tbody td.bgecf5fe {
    background-color: #ecf5fe;
    color: #181818;
}
.dlt-tips {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
tbody tr td:last-child a {
    color: #499bf4;
}
@media screen and (max-width: 750px) {
    .g-history {
        width: 100%;
    }
    #three_table thead tr:nth-child(2),
    #three_table thead tr th:nth-child(4),
    #three_table thead tr th:nth-child(5),
    #three_table thead tr th:nth-child(6),
    #three_table thead tr th:nth-child(7),
    #three_table tbody tr td:nth-child(n + 6) {
        display: none;
    }
    #three_table tbody tr td:last-child {
        display: block;
    }
    #seven_table thead tr:nth-child(2),
    #seven_table thead tr th:nth-child(n + 4),
    #seven_table tbody tr td:nth-child(n + 10) {
        display: none;
    }
    #seven_table thead tr:first-child th:last-child,
    #seven_table tbody tr td:last-child {
        display: block;
    }
    #five_table thead tr:nth-child(2),
    #five_table thead tr th:nth-child(n + 4),
    #five_table tbody tr td:nth-child(n + 8) {
        display: none;
    }
    #five_table thead tr th:last-child,
    #five_table tbody tr td:last-child {
        display: block;
    }
    #five_table tbody td {
        padding: 3px;
    }
    #letou_table thead tr:nth-child(2),
    #letou_table thead tr th:nth-child(n + 4),
    #letou_table tbody tr td:nth-child(n + 10),
    #letou_table tbody tr td.bgecf5fe {
        display: none;
    }
    #letou_table thead tr th:last-child,
    #letou_table tbody tr td:last-child {
        display: block;
        min-width: 50px;
    }
    #letou_table tbody tr td.bgecf5fe {
        display: none;
    }
    .u-zjnum {
        right: 140px;
    }
    .m-pager .number {
        margin-bottom: 10px;
    }
}
