@CHARSET "UTF-8";
body {
    padding: 0;
    margin: 0 auto;
    background-color: #f8f8f8!important;
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
}
pre {

}
.container {
    /* margin-bottom: 5rem; */
}
.red {
    color: #be1625!important;
}
.green {
    color: #54be16!important;
}
/* .yellow {
    color: #fdda58!important;
} */
.orange {
    color: #f18217!important;
}
.pink {
    color: #f6a68c!important;
}
.blue {
    color: #b7c1e5!important;
}
.black {
    color: #000!important;
}
.grey {
    color: #ccc!important;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

/* 顶部 */
.layui-header .layui-container {
    padding: 0;
}
/* 顶部广告 */
.layui-header .banner img {
    width: 100%;
}
.layui-header .banner .text {
    position: absolute;
    margin-top: 15.1rem;
    display: inline-block;
    width: auto;
    height: 54px;
    padding: 0 1rem;
    font-size: 34px;
    font-weight: 800;
    left: 8rem;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 0px 2px 2px rgb(0 0 0 / 50%);
    background-color: rgb(255 255 255 / 70%);;
}
/* 顶部菜单 */
.layui-container .yearmenu,
.layui-container .menu,
.layui-header .menu {
    text-align: center;
    height: 3em;
    line-height: 3em;
    font-size: 1.2em;
    background-color: #fff;
    overflow-x: hidden;
}
.layui-container .yearmenu li.this,
.layui-container .menu li.this,
.layui-header .menu li:hover {
    background-color: #ff0000;
    cursor: pointer;
    color: #fff;
}
/* 菜单文字 */
.layui-container .yearmenu li,
.layui-container .menu li,
.layui-header .menu li a {
    color: #000;
    font-size: 1.4em;
}
.layui-header .menu li:hover a {
    color: #fff;
}
.layui-header .text ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.layui-header .text li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    font-size: 2em;
    color: #fff;
    /* font-weight: 800; */
}
.layui-header .text li.bg_red {
    background-color: #ff0000;
    color: #ffff00;
}
.layui-header .text li:nth-child(2){
    font-size: 2.5em;
    color: #fff;
}
.layui-header .text li.bg_cyan {
    background-color: #00ffff;
    color: #000;
}
.layui-header .text li.bg_green {
    background-color: #00ff00;
    color: #ff0000;
}
.layui-header .text li.bg_yellow {
    background-color: #ffff00;
    color: #0000ff;
}
/* 主要内容 */
.body-white {
    background-image: url(/public/assets/images/background.gif)!important;
    background-repeat: repeat;
}
.body-white .layui-container {
    padding: 0;
}
/* 开奖结果 */
.body-white .kaijiang_main {
    /* line-height: 8rem; */
    height: auto;
}
/* 开奖顶部 */
.body-white .kaijiang_main.top {
    background: url(/public/assets/images/top.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
/* 开奖中间1 */
.body-white .kaijiang_main .main_01 {
    background: url(/public/assets/images/main_01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.body-white .kaijiang_main .main_01.text {
    color: #777;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    margin-top: 1.4rem;
}
.body-white .kaijiang_main .main_01.text .text_main {
    position: relative;
    z-index: 2;
    width: 95%;
    background-color: #eee;
    height: 4rem;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.body-white .kaijiang_main .main_01.text .bet_issue {
    color: #ff0000;
    padding: 0 0.5rem;
}
/* 开奖中间2 */
.body-white .kaijiang_main .main_02 {
    background: url(/public/assets/images/main_02.jpg);
    background-repeat: repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-white .kaijiang_main .main_02.main {

}
.body-white .kaijiang_main .main_02.main .text_main {
    width: 95%;
    background-color: #fff;
    height: 17rem;
    display: flex;
    align-items: center;
}
.body-white .kaijiang_main .main_02.main ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.body-white .kaijiang_main .main_02.main li {
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    filter: drop-shadow(5px 5px 1px rgba(0,0,0,.3));
}
.body-white .kaijiang_main .main_02.main li.red {
    background-image: url(/public/assets/images/red.png);
}
.body-white .kaijiang_main .main_02.main li.green {
    background-image: url(/public/assets/images/green.png);
}
.body-white .kaijiang_main .main_02.main li.blue {
    background-image: url(/public/assets/images/blue.png);
}
.body-white .kaijiang_main .main_02.main li.bet_num_s {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: unset;
}
.body-white .kaijiang_main .main_02.main li.bet_num_s i {
    font-size: 4.5rem;
    color: #bbbbbb;
}
.body-white .kaijiang_main .main_02.main li .number {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 14px
}
.body-white .kaijiang_main .main_02.main li .zodiac {
    color: #000;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-top: 14px
}
/* 开奖底部 */
.body-white .kaijiang_main .bottom {
    background: url(/public/assets/images/bottom.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.body-white .kaijiang_main .bottom .text_main {
    height: 4rem;
    display: flex;
    margin-top: -2rem;
    font-size: 1.2em;
    margin-left: 2rem;
    line-height: 1.5rem;
    color: #f60;
}
/* 开奖线条 */
.body-white .kaijiang_main .line {
    border-top: 1px solid #bbb;
    width: 95%;
    position: absolute;
    margin: 0 2.5%;
    top: 64%;
}


/* 资料 */
.body-white .title {
    height: 2rem;
    padding: 0.5rem;
    text-align: center;
    color: #fff;
    font-weight: 800;
    background: url(/public/assets/images/main_01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -0.4rem;
}
.body-white .title .border {
    color: #000;
    font-size: 2rem;
}
.body-white .info_main {
    background: url(/public/assets/images/main_02.jpg);
    background-repeat: repeat;
    background-size: 100%;
}
.body-white .info_bottom {
    background: url(/public/assets/images/bottom.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 2rem;
}
/* 分类3 热门图片 */
.body-white .info_main .style_64 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_64 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_64 li {
    height: 300px;
    border: 1px solid #008080;
}
.body-white .info_main .style_64 li img {
    width: 100%;
    height: 100%;
}
.body-white .info_main .style_64 li.text_tips {
    background-color: #00ff99;
    color: #000;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2em;
    height: auto;
}
/* 文本 */
.body-white .info_main .text {
    border-bottom: 0.1rem solid #e5e5e5;
}
/* 分类4 五肖八码 */
.body-white .info_main .style_65 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_65 ul {
    border: 1px solid #ff99cc;
}
.body-white .info_main .style_65 li {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-right: 1px solid #ff99cc;
    border-bottom: 1px solid #ff99cc;
    height: 2em;
}
.body-white .info_main .style_65 li .text_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}
.body-white .info_main .style_65 li .text_main {
    color: #ff0000;
    font-size: 0.7em;
    word-break: break-word;
}
.body-white .info_main .style_65 li .text_main .red {
    color: #ffff00!important;
    background-color: #ff0000;
}
.body-white .info_main .style_65 li.text_tips {
    background-color: #99ff99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
}

/* 分类5 平特肖三中二 */
.body-white .info_main .style_66 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_66 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_66 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
}
.body-white .info_main .style_66 li .text_title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.body-white .info_main .style_66 li .text_main {
    color: #0000ff;
}
.body-white .info_main .style_66 li .text_main .red {
    color: #fff!important;
    background-color: #ff0000;
}
.body-white .info_main .style_66 li.text_tips {
    background-color: #ff0000;
    color: #fff;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 分类6 最热门七肖 */
.body-white .info_main .style_67 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_67 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_67 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
}
.body-white .info_main .style_67 li .text_title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.body-white .info_main .style_67 li .text_main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0000ff;
}
.body-white .info_main .style_67 li .text_main .red {
    color: #fff!important;
    background-color: #ff0000;
}
.body-white .info_main .style_67 li .text_result {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.body-white .info_main .style_67 li .text_result .red {
    color: #ff0000!important;
}
.body-white .info_main .style_67 li.text_tips {
    background-color: #00ff99;
    color: #000;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 分类7 四字解一肖平特 */
.body-white .info_main .style_68 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_68 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_68 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
}
.body-white .info_main .style_68 li .text_title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.body-white .info_main .style_68 li .text_main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff0000;
    font-size: 0.9em;
}
.body-white .info_main .style_68 li .text_main .red {
    color: #ff0000!important;
    background-color: #ffff00;
}
.body-white .info_main .style_68 li .text_result {
    color: #ff0000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9em;
    border-left: 1px solid #008080;
    line-height: 2em;
}
.body-white .info_main .style_68 li.text_tips {
    background-color: #00ffff;
    color: #000;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 分类8 超准27码 */
.body-white .info_main .style_69 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_69 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_69 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5em;
}
.body-white .info_main .style_69 li .text_title {
    color: #008000;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 3.5em;
    border-right: 1px solid #008080;
}
.body-white .info_main .style_69 li .text_main {
    word-break: break-word;
    padding: 0 1%;
    font-size: 0.9em;
    word-break: break-word;
}
.body-white .info_main .style_69 li .text_main .red {
    color: #fff!important;
    background-color: #ff0000;
}
.body-white .info_main .style_69 li .text_result {
    color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 3.5em;
    border-left: 1px solid #008080;
}
.body-white .info_main .style_69 li.text_tips {
    background-color: #fff;
    color: #ff0000;
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
}
/* 分类9 必中生肖 */
.body-white .info_main .style_70 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_70 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_70 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    height: 2em;
}
.body-white .info_main .style_70 li .text_main {
    color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}
.body-white .info_main .style_70 li .text_result,
.body-white .info_main .style_70 li .text_title {
    background-color: #ccff66;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    line-height: 2em;
}
.body-white .info_main .style_70 li .text_result {
    border-left: 1px solid #008080;
}
.body-white .info_main .style_70 li .text_title {
    border-right: 1px solid #008080;
}
.body-white .info_main .style_70 li .text_main .red {
    color: #ff0000!important;
    background-color: #ffff00;
}
.body-white .info_main .style_70 li.text_tips {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ff99;
    font-size: 0.8em;
    line-height: 3em;
}
/* 分类10 平特一尾 */
.body-white .info_main .style_71 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_71 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_71 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    height: 2em;
}
.body-white .info_main .style_71 li .text_main {
    color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}
.body-white .info_main .style_71 li .text_main .red {
    color: #ff0000!important;
    background-color: #ffff00;
}
.body-white .info_main .style_71 li .text_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    border-right: 1px solid #008080;
    line-height: 2em;
}
.body-white .info_main .style_71 li .text_result {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #008080;
    line-height: 2em;
    font-size: 0.8em;
}
.body-white .info_main .style_71 li.text_tips {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ff99;
    color: #000;
    font-size: 1.2em;
}
/* 分类14 马会精选36码 */
.body-white .info_main .style_75 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_75 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_75 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    height: auto;
}

.body-white .info_main .style_75 li .text_main {
    width: 55%;
    font-size: 1.2em;
    color: #ff0000;
}
.body-white .info_main .style_75 li .text_main .red {
    color: #ff0000!important;
    background-color: #ffff00;
}
.body-white .info_main .style_75 li.text_tips {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccff99;
    color: #000;
    font-size: 0.9em;
    height: 2em;
}
.body-white .info_main .style_75 li.text_tips .blue {
    color: #0000ff!important;
}
/* 分类15 公式九肖 */
.body-white .info_main .style_76 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_76 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_76 li {
    background-color: #fff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    height: 2em;
}
.body-white .info_main .style_76 li .text_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ff0000;
    font-size: 0.8em;
}
.body-white .info_main .style_76 li .text_main .red {
    color: #ff0000!important;
    background-color: #ffff00;
}
.body-white .info_main .style_76 li .text_main .green,
.body-white .info_main .style_76 li .text_result .green {
    color: #008000!important;
}
.body-white .info_main .style_76 li .text_title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8em;
}
.body-white .info_main .style_76 li .text_result {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #008080;
    line-height: 2em;
    font-size: 0.8em;
}
.body-white .info_main .style_76 li.text_tips {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ff99;
    color: #000;
    font-size: 1.2em;
}
/* 分类16 绝杀资料 */
.body-white .info_main .style_77 {
    font-size: 1.8em;
    padding: 0.8rem 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
}
.body-white .info_main .style_77 ul {
    border: 1px solid #008080;
}
.body-white .info_main .style_77 li {
    background-color: #ccffff;
    border-bottom: 1px solid #008080;
    display: flex;
    justify-content: center;
    height: 2em;
}
.body-white .info_main .style_77 li .text_title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.7em;
}
.body-white .info_main .style_77 li .text_main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff0000;
    font-size: 0.7em;
}
.body-white .info_main .style_77 li .text_main .red {
    color: #c0c0c0!important;
    background-color: #ccffff;
}
.body-white .info_main .style_77 li .text_result {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.7em;
}
.body-white .info_main .style_77 li:nth-child(odd){
    border-left: 1px solid #008080;
}
.body-white .info_main .style_77 li.text_tips {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ff99;
    color: #000;
    font-size: 1.4em;
}

.body-white .bottom .main {
    margin-top: -0.4rem;
}
/* 顶部 */
.body-white .bottom .top {
    background: url(/public/assets/images/main_01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 3rem;
}
/* 中部 */
.body-white .bottom .main_02 {
    background: url(/public/assets/images/main_02.jpg);
    background-repeat: repeat;
    background-size: 100%;
    height: auto;
    margin-top: -1rem;
    padding: 0 1rem;
}
/* 底部 */
.body-white .bottom .bottom {
    background: url(/public/assets/images/bottom.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 2rem;
}
.body-white .bottom .main_02 .table {
    width: 100%;
}
.body-white .bottom .main_02 .table_2,
.body-white .bottom .main_02 .table_1 {
    overflow-x: auto;
}
.body-white .bottom .main_02 .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    line-height: 2.4rem;
}
/* 结束 */
.body-white .bottom .end {
    background: url(/public/assets/images/end.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 2rem;
    margin-top: -0.4rem;
}
/* 表格 */
.body-white .bottom .main table.table {
    margin-bottom: 0;
}
.body-white .bottom .main table thead th.center,
.body-white .bottom .main table tbody td.center {
    text-align: center;
    font-size: 1.2em;
}
.body-white .bottom .main table thead tr.cyan {
    background-color: #ccffff;
}
.body-white .bottom .main table tbody td.yellow {
    color: #ffff00;
}
.body-white .bottom .main table tbody td.white {
    color: #ffffff;
}
.body-white .bottom .main table tbody tr.red {
    background-color: #ff0000;
    color: #ffffcc!important;
    font-weight: 800;
}
.body-white .bottom .main table tbody tr.green {
    background-color: #0000ff;
    color: #ffffcc!important;
    font-weight: 800;
}
.body-white .bottom .main table tbody tr.blue {
    background-color: #008000;
    color: #ffffcc!important;
    font-weight: 800;
}
.body-white .bottom .main table tbody td.blod {
    font-weight: 800;
}
.body-white .bottom .main table tbody td.red {
    color: #ff0000!important;
}
.body-white .bottom .main table tbody td.green {
    color: #008000!important;
}
.body-white .bottom .main table tbody td.blue {
    color: #0000ff!important;
}
.body-white .bottom .main table tbody td.bg_purple {
    background-color: #ffccff;
}
.body-white .bottom .main table.bd_green {
    /* border-color: #00ff00; */
}
/* 历史记录 */
.body-white .history .title {
    background-image: none;
    color: #fff;
    background-color: #025192;
    margin: 0 auto;
}
.body-white .history .newopen {
    display: flex;
    height: 8rem;
    background-color: #72c1cf;
}
.body-white .history .newopen .kaijiang_main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.body-white .history .newopen .kaijiang_main .bet_issue {
    font-size: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-white .history .newopen .kaijiang_main .main ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.body-white .history .newopen .kaijiang_main .main li {
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    filter: drop-shadow(5px 5px 1px rgba(0,0,0,.3));
}
.body-white .history .newopen .kaijiang_main .main li.red {
    background-image: url(/public/assets/images/red.png);
}
.body-white .history .newopen .kaijiang_main .main li.green {
    background-image: url(/public/assets/images/green.png);
}
.body-white .history .newopen .kaijiang_main .main li.blue {
    background-image: url(/public/assets/images/blue.png);
}
.body-white .history .newopen .kaijiang_main .main li.bet_num_s {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: unset;
}
.body-white .history .newopen .kaijiang_main .main li.bet_num_s i {
    font-size: 4.5rem;
    color: #bbbbbb;
}
.body-white .history .newopen .kaijiang_main .main li .number {
    color: #000;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1.4rem;
}
.body-white .history .newopen .kaijiang_main .main li .zodiac {
    color: #000;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    /* margin-top: 2.5rem; */
    display: none;
}
.body-white .history .historylist,
.body-white .history .yearmenu {
    overflow: hidden;
    height: auto;
}
.body-white .history .historylist .title,
.body-white .history .yearmenu .title {
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto!important;
}
.body-white .history .historylist .table thead th {
    font-size: 1.4em;
    background-color: #ccff99;
    text-align: center;
}
.body-white .history .historylist .table tbody td {
    text-align: center;
    background-color: #fff;
    padding: 0;
    font-size: 1.2em;
}
.body-white .history .historylist .table tbody td .bet_num {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff!important;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    width: 4rem;
}
.body-white .history .historylist .table tbody td .bet_num.red {
    background-color: #ff0000;
}
.body-white .history .historylist .table tbody td .bet_num.green {
    background-color: #008000;
}
.body-white .history .historylist .table tbody td .bet_num.blue {
    background-color: #0000ff;
}
.body-white .history .historylist .table tbody td .number {
    font-size: 1.2em;
}
.body-white .history .historylist .table tbody td .zodiac {
    width: 4rem;
    background-color: #fff;
    color: #000;
}