@CHARSET "UTF-8";
body {
    padding: 0;
    margin: 0 auto;
    background: #000!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 .menu {
    text-align: center;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    background-color: #18171c;
    overflow: hidden;
}

/* 菜单文字 */
.layui-header .menu li {
    color: #fff;
    display: inline-block;
}
.layui-header .menu li li {
    padding: 0 1.3rem;
}
.layui-header .menu li li a {
    color: #fff;
}
.layui-header .menu li li a:hover {
    text-decoration:underline;
    cursor: pointer;
}
/* 时间 */
.layui-header .menu .menu_time {
    width: 21rem;
    color: #fff;
    font-size: 1.4rem;
}
/* 公告 */
.layui-header .notice {
    text-align: center;
    height: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    background-color: #0b0c0e;
}
/* 公告左边 */
.layui-header .notice .notice_title {
    width: 180px;
}
/* 公告图标 */
.layui-header .notice .notice_title .layui-icon {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
/* 公告文字 */
.layui-header .notice .notice_title span {
    font-size: 1rem;
    position: absolute;
}
/* 公告右边 */
.layui-header .notice .notice_main {
    overflow: hidden;
} 

/* 公告文字 */
.layui-header .notice .notice_main .notice_text {
    font-size: 1.3rem;
    color: #dcb766;
}
/* 公告文字滚动 */
.layui-header .notice .notice_main .rolling {
    width: auto;
    white-space: nowrap;
    animation: rolling 40s linear infinite;
}
@keyframes rolling {
	0% {
		left: 100%;
	}
	100% {
		left: -100%;
    }
}
/* 公告文字停止滚动 */
.layui-header .notice .notice_main .rolling:hover {
    animation-play-state: paused;
}

/* 主要内容 */
.body-white .layui-container {
    padding: 0;
}
/* 内容头部 */
.layui-container .site_head {
    background-color: #21212b;;
}
/* 弹出公告 */
.layui-container .popup {
    border-radius: 1rem;
    background-color: #bb7e12;
}

.layui-container .popup_notice {
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 0.3rem solid #bb7e12;
}
.layui-container .popup_notice .notice_main {
    padding: 90px 0.5rem 0.5rem 0.5rem;
    line-height: 3rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 3rem;
}
.layui-container .popup_notice .popup_close {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    bottom: 0.6rem;
}
.layui-container .popup_notice .popup_close span {
    border-radius: 1rem;
    background-color: #473760;
    padding: 0.5rem 5rem;
}
/* 站点logo */
.layui-container .site_logo {
    width: 180px;
}
.layui-container .site_logo img{
    width: 100%;
}
/* 开奖部分 */
.layui-container .bet_open {
    color: #fff;
    font-size: 1.6rem;
    padding: 0.2rem 0.5rem;
    line-height: 2.5rem;
}
/* 开奖期号 */
.layui-container .bet_open .now_issue {
    width: 6rem;
}
.layui-container .bet_open .bet_issue {
    color: #ece8b6;
    font-weight: bold;
}
.layui-container .bet_open .now_title {
    width: 13rem;
    padding: 0 0.8rem;
}
/* 本期开奖时间 */
.layui-container .bet_open .bet_nowdate {
    color: #ece8b6;
    font-weight: bold;
}
.layui-container .bet_open .bet_nowtime {
    color: #ece8b6;
    font-weight: bold;
    padding-left: 2rem;
}
/* 平码 */
.layui-container .bet_open .bet_number {
    height: 40px;
    line-height: 40px;
    padding: 0.5rem;
}
/* 平码数组 */
.layui-container .bet_open .bet_number li {
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin-right: 0.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.layui-container .bet_open .bet_number li.special{
    background: none;
    width: 20px;
}
.layui-container .bet_open .bet_number li .number{
    text-align: center;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.layui-container .bet_open .bet_number li .layui-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.layui-container .bet_open .bet_number li .layui-circle.red {
    background: linear-gradient(to bottom, #ad0000, #f76565);
    border: 1px solid #f49090;
}
.layui-container .bet_open .bet_number li .layui-circle.green {
    background: linear-gradient(to bottom, #1a642f, #81ac8c);
    border: 1px solid #a9e2b9;
}
.layui-container .bet_open .bet_number li .layui-circle.blue {
    background: linear-gradient(to bottom, #1c1969, #6d6c92);
    border: 1px solid #acabe4;
}

.layui-container .bet_open .bet_number li .layui-circle .up-circle {
    background-color: #fff;
    width: 18px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: -10px;
}
.layui-container .bet_open .bet_number li .layui-circle .down-circle {
    background-color: #fff;
    width: 18px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    bottom: -10px;
}
.layui-container .bet_open .bet_number li .layui-circle .left-circle {
    background-color: #fff;
    width: 15px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: 10px;
}
.layui-container .bet_open .bet_number li .layui-circle .right-circle {
    background-color: #fff;
    width: 15px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: 10px;
}
.layui-container .bet_open .bet_number li .layui-circle .border-circle {

}
/* 平肖 */
.layui-container .bet_open .bet_zodiac {
    height: 40px;
    line-height: 40px;
    padding: 0.5rem;
    margin: 1.5rem 0;
}
/* 平肖数组 */
.layui-container .bet_open .bet_zodiac li {
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin-right: 0.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.layui-container .bet_open .bet_zodiac li.special{
    background: none;
    width: 20px;
}
.layui-container .bet_open .bet_zodiac li .zodiac{
    text-align: center;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
}
/* 下期开奖 */
.layui-container .bet_open .next_issue {
    text-align: right;
}
.layui-container .bet_open .bet_nextdate {
    color: #ece8b6;
    font-weight: bold;
}
.layui-container .bet_open .bet_nexttime {
    color: #ece8b6;
    font-weight: bold;
    padding-left: 2.4rem;
} 
/* 开奖资料 */
.layui-container .bet_info {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 30%;
    width: 100%;
    height: 1000px;
    margin-bottom: 1rem;
}

.layui-container .bet_info ul {
    padding: 6rem;
    text-align: center;
}

.layui-container .bet_info li {
    display: inline-flex;
    flex: 3;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.layui-container .bet_info li a {
    color: #ece8b6;
    font-size: 1.6rem;
}
.layui-container .bet_info li a:hover {
    text-decoration:underline;
    cursor: pointer;
}

/* 知识 */
.layui-container .know_left {
    color: #fff;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    background-color: #21212b;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    line-height: 1.2rem;
    height: 63rem;
}
.layui-container .know_left .main {
    padding: 0.5rem 0;
}
.layui-container .know_left .main .zodiac {
    font-size: 1.6rem;
}
.layui-container .know_right {
    color: #fff;
    border: 3px double #808080;
    background-color: #21212b;
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 63rem;
}
.layui-container .know_right .header {
    padding: 0.5rem;
}

.layui-container .know_right .center {
    border-top: 1px solid #808080;
    padding: 2rem;
    text-align: center;
}

.layui-container .know_right .center .title {
    border-bottom: 1px solid #808080;
}
.layui-container .know_right .center .level {
    padding: 0.5rem 0;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    display: inline-grid;
}
.layui-container .know_right .center .level.two {
    line-height: 2.7rem;
}
.layui-container .know_right .center .level.three {
    line-height: 4rem;
}
.layui-container .know_right .center .text {
    padding: 0.5rem;
    text-align: left;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    display: inline-grid;
}
.layui-container .know_right .center .tip {
    text-align: left;
}
/* 历史记录 */
.layui-container .history_main {
    background-color: #21212b;
}
.layui-container .history_left {
    color: #fff;
}
.layui-container .history_left li {
    padding: 0.5rem;
    border-bottom: 1px dotted #fff;
    display: flex;
    align-items: center;
}
.layui-container .history_left li a {
    color: #fff;
}
.layui-container .history_left li a:hover {
    text-decoration:underline;
    cursor: pointer;
}
.layui-container .history_left li .history_year {
    margin-left: 0.5rem;
}
.layui-container .history_left li .layui-circle {
    width: 1.3rem;
    height: 1.3rem;
    background-color: #3a9b00;
    display: flex;
}
.layui-container .history_left li .layui-circle .left-circle {
    background-color: #fff;
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
    top: 0.3rem;
    left: 0.3rem;
}
.layui-container .history_left li .layui-circle .right-circle {
    background-color: #fff;
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    top: 0.4rem;
    left: 0.4rem;
}
.layui-container .history_left li .layui-circle .bottom-circle {
    background-color: #fff;
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    top: 0.8rem;
    left: -0.4rem;
}
.layui-container .history_right {
    color: #fff;
    padding: 0.5rem;
    padding-left: 1rem;
}
.layui-container .history_right .header a {
    color: #fff;
}
.layui-container .history_right .header a:hover {
    text-decoration:underline;
    cursor: pointer;
}
.layui-container .history_right .center li {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 2rem;
}

.layui-container .history_right .history_title {
    padding: 0.2rem 0;
    color: #ece8b6;
    font-size: 1.5rem;
}
.layui-container .history_right .history_bet {
    height: 40px;
    line-height: 40px;
}
.layui-container .history_right .history_bet li {
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin-right: 0.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.layui-container .history_right .history_bet li .history_number {
    text-align: center;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.layui-container .history_right .history_bet li .history_zodiac {
    position: absolute;
    top: 2.8rem;
}
.layui-container .history_right .history_bet li.special{
    background: none;
    width: 40px;
    padding-top: 2rem;
    font-size: 2.5rem;
}
.layui-container .history_right .history_bet li .layui-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.layui-container .history_right .history_bet li .layui-circle.red {
    background: linear-gradient(to bottom, #ad0000, #f76565);
    border: 1px solid #f49090;
}
.layui-container .history_right .history_bet li .layui-circle.green {
    background: linear-gradient(to bottom, #1a642f, #81ac8c);
    border: 1px solid #a9e2b9;
}
.layui-container .history_right .history_bet li .layui-circle.blue {
    background: linear-gradient(to bottom, #1c1969, #6d6c92);
    border: 1px solid #acabe4;
}
.layui-container .history_right .history_bet li .layui-circle .up-circle {
    background-color: #fff;
    width: 18px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: -10px;
}
.layui-container .history_right .history_bet li .layui-circle .down-circle {
    background-color: #fff;
    width: 18px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    bottom: -10px;
}
.layui-container .history_right .history_bet li .layui-circle .left-circle {
    background-color: #fff;
    width: 15px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: 10px;
}
.layui-container .history_right .history_bet li .layui-circle .right-circle {
    background-color: #fff;
    width: 15px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: 10px;
}
.layui-container .history_right .footer {
    border-top: 1px solid #f9c635;
    margin: 1rem 0;
    padding: 0.5rem 0;
}
.layui-container .history_right .footer li {
    padding-right: 0.8rem;
}
.layui-container .history_right .footer li a {
    color: #fff;
    font-size: 1.6rem;
}
.layui-container .history_right .footer li a:hover {
    text-decoration:underline;
    cursor: pointer;
}
/* 图库 */
.layui-container .image_header {
    color: #fff;
}
.layui-container .image_header a {
    color: #fff;
}
.layui-container .image_header a:hover {
    text-decoration:underline;
    cursor: pointer;
}
.layui-container .image_center {
    padding: 2rem 0;
}
.layui-container .image_center .title {
    font-size: 2rem;
    color: #ff4400;
    text-align: center;
    padding: 1.8rem 0;
}
.layui-container .image_center .time {
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #fff; 
}
.layui-container .image_center .image{
    padding: 0.5rem 0;
}
.layui-container .image_center .image img {
    width: 100%;
}