*,
div,
p {
    margin: 0;
    padding: 0;
}

.title {
    font-size: 30px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #212121;
    line-height: 40px;
    margin: 0;
}

.titleContent img {
    width: 66px;
    height: 66px;
}

.content {
    width: 960px;
    clear: both;
    margin: 0 auto 90px auto;
    background: #fff;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 9px 0 rgba(121, 121, 121, 0.5);
}

.ssq_logo {
    width: 66px;
    height: 66px;
}

.divStyle {
    display: block;
    vertical-align: middle;
}

.titleContent {
    text-align: center;
    margin: 38px 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.upBorder {
    width: 960px;
    height: 12px;
    background: #d61518;
}

.content-text {
    margin-left: 115px;
    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: 29px;
}

.lotteryNum {
    height: 48px;
    font-size: 24px;
    border-radius: 33px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    z-index: 2;
    position: relative;
}

.winningCase {
    letter-spacing: 2px;
    margin: 30px 0 22px 321px;
    font-size: 20px;
}

.lotteryNumContainer {
    position: relative;
    width: 42px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.lotteryNumContainer img {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 42px;
    top: 50%;
    transform: translate(-50%, -50%);
}

table {
    border-collapse: collapse;
    width: 731px;
    border: 1px solid #979797;
    font-size: 20px;
    color: #231815;
    margin-bottom: 24px;
    /*background: url('../img/bgLogo.png') no-repeat;*/
    background-position: center;
}
.ssq_table{
    
    border-collapse: collapse;
    width: 731px;
    border: 1px solid #979797;
    font-size: 20px;
    color: #231815;
    margin-bottom: 24px;
    background: url('../img/bgLogo.png') no-repeat;
    background-position: center;
}

table th {
    letter-spacing: 8px;
    background-color: #f2f2f6;
    border: 1px solid #979797;
    font-weight: bold;
    text-align: center;
}

table td {
    text-align: center;
    border: 1px solid #979797;
}

table tr {
    height: 60px;
    border: 1px solid #979797;
}

.space {
    letter-spacing: 9px;
}

.awardDetailed {
    font-size: 16px;
    color: #212121;
}

.winningProvinces {
    width: 605px;
    letter-spacing: 2px;
    font-weight: 400;
}

.expirationDate {
    width: 642px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 400;
}

.nexAmount {
    margin: 19px 0;
}

.dowmBorder {
    width: 960px;
    height: 9px;
    background: #d61518;
}
.content-header-breadcrumb {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.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;
}

.ballBox {
    display: flex;
    flex-wrap: wrap;
    width: 512px;
    line-height: 50px;
}

.winningbg {
    position: relative;
    width: 680px;
}

.winningbgImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    z-index: 1;
}
.gamewayContainer {
    display: none;
    /* height: 500px; */
}

.activeGameway {
    display: block;
}
@media screen and (max-width: 750px) {
    .content,
    .upBorder,
    .dowmBorder,
    .content-header-breadcrumb,
     .winningbg,
    .choiceCaseNum,
    table,
    .expirationDate,
    .ballBox,
    .ssq_table{
        width: 100%;
    }
   
    .content{
        margin-bottom: 12px;
    }
    .content-header-breadcrumb {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .content-text {
        margin-left: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .winningCase {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    table {
        width: 100%;
        font-size: 16px;
    }
    .space {
        padding: 10px 3px;
        white-space: nowrap;
    }
    .winningProvinces,
    .expirationDate {
        width: 100%;
    }
     .choiceCaseNum {
        overflow-x: scroll;
        box-sizing: border-box;
        overflow-y: hidden;
    }
    .choiceCaseNum > div {
        white-space: nowrap;
        padding: 0 10px;
    }
}
