@CHARSET "UTF-8";
body {
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Microrost YaHei', Arial, Helvetica, sans-serif, '新宋体';
}
a,
a:hover {
    text-decoration: none;
}
pre {

}
p.red {
    color: #e60013;
}
p.blue {
    color: #0081dc;
}
p.green {
    color: #3c9105;
}
.bet_number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.bet_number li .back-circle {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transform: rotate(-45deg);
}
.bet_number li.layui-anim {
    animation-duration: 2s; 
}
.bet_number li .back-circle.red {
    background: radial-gradient(circle at 20px 5px, #f26767,#a31617,#a31617);
}
.bet_number li .back-circle.green {
    background: radial-gradient(circle at 20px 5px, #84f23b,#3c9105,#3c9105);
}
.bet_number li .back-circle.blue {
    background: radial-gradient(circle at 20px 5px, #58afee,#0081dc,#0081dc);
}

.bet_number li .up-circle {
    width: 28px;
    height: 28px;
    background: #fff;
}
.bet_number li .down-circle {
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    bottom: -20px;
}
.bet_number li .left-circle {
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    left: -23px;
    bottom: 5px;
}
.bet_number li .right-circle {
    width: 28px;
    height: 28px;
    background: #fff;
    position: absolute;
    right: -23px;
    bottom: 5px;
}
.bet_number li .number {
    position: absolute;
    top: 1px;
    left: 5px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.bet_number li.special {

}
.bet_number li .loading {
    font-size: 30px; 
    color: #666;
}

.bet_zodiac {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.bet_zodiac li .back-circle {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.bet_zodiac li .zodiac {
    position: absolute;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    top: 5px;
    left: 8px;
}

.info .list {
    margin: 40px auto;
}
.info .list ul {

}
.info .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.info .list .back {
    max-width: 270px;
    width: 100%;
    height: 200px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
}
.info .list .back:hover {
    background: #fff;
    box-shadow: 0 0 30px #8ca8c7;
}
.info .list .back img {
    max-width: 200px;
    width: 90%;
    height: 100px;
    margin: 0 auto;
    top: -30px;
    position: relative;
}
.info .list .back .title {
    font-size: 18px!important;
    justify-content: flex-start!important;
    margin-left: 33px
}
.info .list .back .time {
    font-size: 14px!important;
    margin-left: 33px;
    margin-top: 10px;
}
.info .list .hr {
    margin: 0!important;
}
.info .list .hr a:hover {
    background: #2d3e50;
}
.info .list .hr .line {
    /* max-width: 270px;
    width: 100%; */
    border-bottom: 3px solid #e60013!important;
}
.info .list .hr .view {
    padding: 10px 40px;
    background: #e60013;
    position: relative;
    top: -23px;
}
.info .list .hr a.view {
    color: #ffffff;
    font-size: 16px;
}

.pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.pagelist ul {
    display: flex;
    align-items: center;
}
.pagelist li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagelist li.page li {
    padding: 10px;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    border: 1px solid #e60013;
    color: #e60013;
}
.pagelist li.page li.active {
    background: #e60013;
    color: #fff;
}
.pagelist li.page li a {
    color: #e60013;
}
.pagelist li.page li:hover,
.pagelist li.page li:hover > a {
    background: #e60013;
    color: #fff;
}
.pagelist li.page li:last-child,
.pagelist li.page li:first-child {
    background: #e60013;
    color: #fff;
}
.pagelist li.page li:last-child a,
.pagelist li.page li:first-child a{
    color: #fff;
}


.layui-header {
    height: auto;
    letter-spacing: 1px;
}
.layui-header .top {
    height: 50px;
    background: #a1000d;
    color: #ffffff;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-left: 3%;
}
.layui-header .center {
    height: 140px;
    background: #ffffff;
    /* display: flex;
    align-items: center; */
    line-height: 140px;
} 
.layui-header .center .title {
    font-size: 42px;
    font-weight: bold;
    color: #e60013;
    padding-left: 5%;
    letter-spacing: 10px;
}
.layui-header .center .menu {
    display: flex;
    justify-content: flex-end;
}
.layui-header .center .menu .layui-nav {
    background: none;
}
.layui-header .center .menu .layui-nav-item {
    margin: 0 20px;
    line-height: 40px;
}
.layui-header .center .menu .layui-nav-item a {
    color: #000;
    font-size: 14px;
    padding: 0;
    cursor:pointer
}
.layui-header .center .menu .layui-nav-item a:hover {
    color: #e60013;
}
.layui-header .center .menu .layui-nav .layui-this a {
    color: #e60013;
}
.layui-header .center .menu .layui-nav .layui-this:after, 
.layui-header .center .menu .layui-nav-bar {
    width: 0;
    height: 2px;
    background-color: #e60013;
}
.layui-header .center .menu .layui-nav .layui-this:after {
    width: 20px;
}
.layui-header .center .menu .layui-nav .layui-nav-more {
    display: none;
}
.layui-header .center .menu .layui-nav .layui-nav-child {
    padding: 20px;
    border: none;
    box-shadow: none;
}
.layui-header .center .menu .layui-nav .layui-nav-child a {
    color: #2d3e50;
    line-height: 30px;
}
.layui-header .center .menu .layui-nav .layui-nav-child a:hover {
    background: none;
    color: #e60013;
}
.layui-header .center .menu .layui-nav .layui-nav-child.layui-anim {
    /* animation-duration: 1s;  */
}
.layui-header .center .menubar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2e3f51;
    padding: 0 5%;
}
.layui-header .center .menubar .title {
    font-size: 18px;
    color: #fff;
    padding: 0;
    line-height: 50px;
}
.layui-header .center .menubar .icon {
    line-height: 50px;
}
.layui-header .center .menubar .icon .layui-icon {
    font-size: 24px;
    color: #fff;
    padding: 0;
}
.layui-header .center .menubar .icon .layui-icon-close {
    color: #e60013;
    font-weight: bold;
}
.layui-header .center .menutree {
    background: #2e3f51;
    display: flex;
    justify-content: center;
} 
.layui-header .center .menutree .layui-nav {
    background: #fff;
    width: 90%;
}
.layui-header .center .menutree .layui-nav-item {
    color: #2e3f51;
    border-bottom: 1px solid #ccc;
}
.layui-header .center .menutree .layui-nav-item a {
    color: #2e3f51;
}
.layui-header .center .menutree .layui-this,
.layui-header .center .menutree .layui-nav .layui-this a {
    background: #fff;
    color: #2e3f51;
}
.layui-header .center .menutree .layui-nav .layui-nav-child {
    background: #f8f8f8!important;
}
.layui-header .center .menutree .layui-nav .layui-nav-child dd {
    border-bottom: 1px solid #e9e9e9;
}

.layui-footer {
    width: 100%;
    position: absolute;
    /* bottom: 0; */
}
.layui-footer .top {
    height: 60px;
    background: #a1000d;
    color: #ffffff;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-left: 3%;
}

.layui-container {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 40px;
}


.layui-container .top {

}
.layui-container .top .banner {
    height: 470px!important;
}
.layui-container .top .title {
    color: #fff;
    z-index: 2;
    font-size: 36px;
    font-weight: bold;
}
.layui-container .top .hr {
    border-right: 2px solid #fff;
    height: 30px;
    z-index: 2;
    margin: 20px 0;
}
.layui-container .top ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-container .top li {
    color: #fff;
    z-index: 2;
    margin: 0 5px;
}
.layui-container .top li .layui-icon {
    font-size: 12px;
}
.layui-container .top li a {
    color: #fff;
}
.layui-container .top li a:hover {
    color: #e60013;
}
.layui-container .top .image {
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.layui-container .top .image.layui-row:after {
    background: rgba(45, 62, 80, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}
.layui-container .top .tips {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 80px;
    top: 100px;
}
.layui-container .top .tips .title {
    font-size: 70px;
    color: #fff;
    border-bottom: 5px solid #fff;
    padding-bottom: 20px;
}

.layui-container .top .tips .layui-anim {
    animation-duration: 1s; 
}
.layui-container .top .tips .text {
    padding: 20px 0;
    color: #fff;
} 
.layui-container .top .tips .text.layui-anim {
    animation-duration: 1s; 
}
.layui-container .top .tips .more {
    background: #2e3f51;
}
.layui-container .top .tips .text.layui-anim {
    animation-duration: 3s; 
}
.layui-container .center .text {
    padding: 20px 50px;
}
.layui-container .center .text p {
    margin: 10px 0;
    line-height: 24px;
}
.layui-container .center .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-container .center.open {
    height: 270px;
    margin-top: 100px;
}
.layui-container .center.open .title {
    height: 0;
    font-size: 32px;
    line-height: 70px;
    color: #fff;
    padding-left: 4%;
    border-bottom: 70px solid #e60013;
    border-right: 50px solid transparent;
    top: -20px;
}
.layui-container .center.open .opencode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4%;
    color: #fff;
    line-height: 30px;
}
.layui-container .center.info {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.layui-container .center.info .title {
    font-size: 32px;
    color: #2e3f51;
    display: flex;
    justify-content: center;
}
.layui-container .center.info .text {
    color: #2e3f51;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin: 10px 0;
}
.layui-container .center.info .hr {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
}
.layui-container .center.info .hr .line {
    max-width: 270px;
    display: inline-flex;
    border-bottom: 2px solid #2e3f51;
}
.layui-container .center.info .hr .layui-icon {
    font-size: 26px;
    color: #2e3f51;
    background: #fff;
    padding: 0 10px;
    position: absolute;
    top: -15px;
}
.layui-container .center.info .image {
    background: #f6f6f6 ;
    display: flex;
    flex-direction: column;
    padding: 50px;
} 
.layui-container .center.info .image .title {
    font-size: 28px;
    font-weight: bold;
    color: #616161;
    justify-content: flex-start;
}
.layui-container .center.info .image .time {
    font-size: 14px;
    color: #696969;
    padding: 20px 0;
} 
.layui-container .center.zodiac .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.layui-container .center.zodiac .image img {
    width: 100%;
}
.layui-container .center.history .year ul {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
} 
.layui-container .center.history .year li {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    padding-right: 20px;
}
.layui-container .center.history .year li.layui-this a {
    color: #e60013;
}
.layui-container .center.history .year li a {
    color: #2e3f51;
}
.layui-container .center.history .year li a:hover {
    color: #e60013;
}
.layui-container .center.history .list li {
    height: 110px;
    padding: 10px;
}
.layui-container .center.history .list li .opencode:hover {
    box-shadow: 0 0 30px #8ca8c7;
}
.layui-container .center.history .list li .opencode {
    background: #f6f6f6;
    height: 100%;
    padding: 5px;
}
.layui-container .center.history .list li .opencode .title {
    font-size: 16px;
    color: #2e3f51;
    font-weight: bold;
}
.layui-container .center.history .list li .opencode li {
    padding: 0;
    height: 40px;
    margin-right: 0.12em
}
.layui-container .center.history .list li .opencode li.special {
    font-size: 24px;
    height: 100%;
}
.layui-container .center.history .list li .opencode li .number {
    top: 5px;
}
.layui-container .center.history .list li .opencode li .zodiac {
    left: 28px;
    position: absolute;
    top: 26px;
    font-size: 12px;
    font-weight: bold;
}


.layui-container .bottom {
    display: flex;
    flex-direction: column;
    background: #2d3e50;
}
.layui-container .bottom .title {
    font-size: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.layui-container .bottom .text {
    color: #fff;
    font-size: 14px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.layui-container .bottom .text p {
    width: 70%;
    margin: 10px 0;
    line-height: 24px;
}
.layui-container .bottom .hr {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
}
.layui-container .bottom .hr .line {
    width: 240px;
    display: inline-flex;
    border-bottom: 2px solid #fff;
}
.layui-container .bottom .hr .layui-icon {
    font-size: 26px;
    color: #fff;
    background: #2d3e50;
    padding: 0 10px;
    position: absolute;
    top: -15px;
}
.layui-container .bottom .tips {
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}
.layui-container .bottom .tips div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.layui-container .bottom .tips .title {
    font-size: 32px;
}
.layui-container .bottom .tips .line {
    width: 100px;
    margin-top: -10px;
    border-bottom: 2px solid #fff;
}
.layui-container .bottom .tips .text {
    font-size: 64px;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    .layui-container .top .tips {
        top:20px;
        transform: scale(0.5); 
    }
    .layui-container .center.open {
        margin-top: 40px!important;
    }
    .layui-container .top .banner {
        height: 150px!important;
    }
    .layui-container .top .image {
        height: 150px!important;
    }
}