.nav-box{
    margin-bottom: 0 !important;
}
.lottery-classification-container{
    background: linear-gradient(to bottom,#f961ac,#fdc689);
}
.lottery-classification-container>.lottery-classification{
    padding-top: 40px;
    background: url("../newimg/lotteryClassification/ssq_bg.png") no-repeat;
    background-size: 100%;
}
.kl8-container{
    background: linear-gradient(to bottom,#ad7eee,#fbaeda);
}
.kl8-container>.kl8-lottery-classification{
    background: url("../newimg/lotteryClassification/kl8_bg.png") no-repeat;
}
.fc3d-container{
    background: linear-gradient(to bottom,#728eb2,#99ede5);
}
.fc3d-container>.fc3d-lottery-classification{
    background: url("../newimg/lotteryClassification/fc3d_bg.png") no-repeat;
}
.qlc-container{
    background: linear-gradient(to top,#f961ac,#fdc689);
}
.qlc-container>.qlc-lottery-classification{
    background: url("../newimg/lotteryClassification/qlc_bg.png") no-repeat;
}
.lottery-classification-width{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 40px;
}
/*左侧样式*/
.lottery-classification-left{
    width: 804px;
    margin-right: 36px;
}
.lottery-classification-right{
    width: 360px;
}
.title-classification{
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 27px;
    font-size: 26px;
    color: #E60013;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: 0 0 0 #E60013;
}
.title-classification .choice-width{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 16px;
}
/*开奖结果*/
.lottery-result{
    margin-bottom: 48px;
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 20px;
}
.lottery-result .lottery-result-content{
    padding: 46px 28px;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.lottery-result-content-right{
    margin-left: 30px;
}
.lottery-result-content-right>p{
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
}
.lottery-result-content-right>p .lottery-time-classification{
    margin-left: 70px;
}
.circle-group span{
    width: 44px;
    height: 44px;
    background-image: linear-gradient(45deg,#FE8690,#E60013);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
}
.circle-group .blue-classification{
    margin-left: 36px;
    background-image: linear-gradient(45deg,#76BEFE,#0B89F8);
}
.option-classification{
    margin: 0 3px;
}
.option-classification select{
    outline: none;
    border: none;
    border-radius: 0;
    width: 99px;
    line-height: 21px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 6px;
    border: 1px solid #707070;
}
/*使用伪类给select添加自己想用的图标*/
.option-classification:after{
    content: "";
    width: 14px;
    height: 8px;
    background: url('../newimg/lotteryClassification/arrow_down.svg') no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    margin-top:9px;
    margin-left: -25px;
}
/*新闻咨询*/
.lottery-classification-news{
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
}
.lottery-classification-right .title-classification{
    padding: 5px 11px;
}
.news-classification{
    padding: 9px 11px;
    padding-bottom: 15px;
}
.news-classification-item{
    width: 100%;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}
.news-classification-item .blue-circle-classification{
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background: #4E6EF2;
    display: inline-block;
}
.news-classification-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.news-classification-item a{
    color: #494949;
    font-size: 14px;
    margin-left: 5px;
}
.news-classification-item a:hover{
    color: #000000;
    transition: all 0.2s linear;
}
/*中奖表格*/
.bonus-comparison{
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 1px;
}
.bonus-comparison .bonus-comparison-table tr td{
    padding: 15px 27px;
    text-align: center;
    border: 1px solid #fde6e7;
    vertical-align: middle;
    font-size: 20px;
    color: #333333;
}
.bonus-comparison .bonus-comparison-table .lottery-classification{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.bonus-comparison-table tr td .bonus-comparison-table-circle{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #E60013;
    border-radius: 21px;
}
.bonus-comparison-table tr td .blue{
    background-color: #0B89F8;
}
.circle-width{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*游戏规则*/
.game-rule{
    margin-top: 48px;
    background: #ffffff;
    border-radius: 8px;
}
.game-rule-content{
    padding: 6px 11px;
    padding-bottom: 25px;
}
.game-rule-content p{
    font-size: 16px;
    line-height: 28px;
    color: #494949;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
}
.btn-view-details{
    outline: none;
    border: none;
    color: #FFFFff;
    background-color:#0B89F8;
    width: 77px;
    height: 21px;
    line-height: 21px;
    border-radius: 100px;
    font-size: 12px;
}
button:focus{
    outline: none;
}
.btn-view-details:hover{
    background-color: #057de7;
}
/*中奖提示*/
.winning-tips{
    margin-top: 36px;
    font-size: 22px;
    line-height: 42px;
    color:#fff;
    letter-spacing: 1px;
}
.winning-tips .red{
    color: #E60013;
}
.ssq-winning-tips{
    text-shadow: 0 3px 6px #F76A18 ;
}
.kl8-winning-tips{
    text-shadow: 0 3px 6px #CB2684 ;
}
.fc3d-winning-tips{
    text-shadow: 0 3px 6px #0B5683 ;
}
.qlc-winning-tips{
    text-shadow: 0 3px 6px #9B070F ;
}
/*查看详情按钮*/
.lottery-result-view-details{
    display: block;
    margin: 0 auto;
    background-color: #E60013;
    color: #fff;
    font-size: 18px;
    text-align: center;
    outline: none;
    border-radius: 100px;
    height: 40px;
    width: 120px;
    border: none;
}
