.content-text {
    width: 731px;
    margin: 0 auto;
    font-size: 18px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
    font-weight: 700;
    color: #212121;
    line-height: 24px;
}
.lotteryDate {
    margin: 34px 0 15px 0;
}
.saleAmount {
    margin-bottom: 10px;
}
.divStyle {
    display: inline-block;
    vertical-align: middle;
}
.lotteryNumContainer {
    position: relative;
    width: 42px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}
.lotteryNum {
    height: 48px;
    font-size: 24px;
    border-radius: 33px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    z-index: 2;
    position: relative;
}
.lotteryNumContainer img {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 42px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.winningCase {
    letter-spacing: 2px;
    margin: 30px 0;
    font-size: 20px;
    text-align: center;
}
table {
    border-collapse: collapse;
    width: 731px;
    border: 1px solid #979797;
    font-size: 20px;
    color: #231815;
    margin-bottom: 24px;
}
table tr {
    height: 60px;
    border: 1px solid #979797;
}
table th {
    letter-spacing: 8px;
    background-color: #F2F2F6;
    font-weight: bold;
    border: 1px solid #979797;
    text-align: center;
}
table td {
    text-align: center;
    border: 1px solid #979797;
}
.space {
    letter-spacing: 9px;
}
.awardDetailed {
    font-size: 16px;
    color: #212121;
}
.dowmBorder {
    width: 960px;
    height: 9px;
    background: #FFB806;
}
.nexAmount {
    margin: 19px 0;
}
.winningProvinces {
    letter-spacing: 2px;
    font-weight: 400;
    display: inline;
}
.expirationDate {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 400;
    display: inline;
}

/*快乐8*/
.winningbgImg{display: none;}
.choiceCaseNum {
    width: 729px;
    height: 55px;
    border: 1px solid #979797;
    border-bottom: none;
    color: #979797;
    font-size: 16px;
    box-sizing: content-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}
.choiceBox {
    position: relative;
    z-index: 2;
    flex: 1;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-right: 0;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.activeBox {
    background: #E60213;
    color: #FFFFFF;
    margin-right: 0;
}
.gamewayContainer {
    display: none;
    height: 500px;
}
.activeGameway {
    display: block;
}
.awardDetailed {
    font-size: 16px;
    color: #212121;
}
.dowmBorder {
    width: 960px;
    height: 9px;
    background: #F23600;
}


@media (max-width: 768px) {
    .content-text {width: 100%;}
    table {width:100%;font-size: 16px;}
    table th {letter-spacing: 0;font-size: 14px;}
    .choiceCaseNum{width: 100%;font-weight: 400;}
}