.pop {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 102;
    width: 375px;
    height: 570px;
    background: #000;
    border: 2px solid #5b472b;
}

.pop .cont {
    min-height: 200px;
    padding: 20px 15px;
    font-size: 13px;
    color: #fff;
}

.pop-bt {
    background: #5b472b;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
}

.pop-bt label {
    float: left;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
}

.pop-bt a.pop-close {
    float: right;
    font-weight: 500;
    color: #fff;
    font-size: 36px;
}

.pop-bt a.pop-close:hover {
    animation: round_animate 0.2s linear;
}

@keyframes round_animate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

#pop1 {
    left: 350px;
    top: 150px;
}

#pop2 {
    left: 770px;
    top: 150px;
}

#pop3 {
    left: 1200px;
    top: 150px;
}

#container {
    background: #010101 url(/new_include/images/main/container_bg.png) no-repeat;
    background-position: 0 750px;
}

#slider {
    margin: 0 0 50px;
}

#container ul:after {
    content: "";
    display: block;
    clear: both;
}

#container li {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 3px;
    border-radius: 28px;
    background: linear-gradient(130deg, #e0c36d, #a26f1f 53%, #e0c36d);
    box-sizing: border-box;
}

#container li a {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
}

#container li a img {
    width: 100%;
}

#container .currInfo,
#container .slotArea,
#container .casinoArea,
#container .boardArea {
    width: 1240px;
    margin: 0 auto 50px;
}

#container .currInfo .games {
    margin: 0 0 0 -20px;
}

#container .currInfo .games li a img {
    width: 100%;
    transition: all 0.5s;
}

#container .currInfo li a>img {
    transition: all 0.5s;
}

#container .currInfo li:hover a>img {
    transform: scale(1.2);
}

#container .currInfo .games li {
    width: 350px;
    height: 410px;
    margin: 0 0 0 20px
}

#container .currInfo .games li .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center;
}

#container .currInfo .games li .info .title {
    margin: 0 0 15px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
}

#container .currInfo .games li .info .produce {
    font-size: 16px;
    color: #c5c5c5;
}

#container .currInfo .data {
    width: 500px;
}

#container .currInfo .data a {
    cursor: auto;
}

#container .currInfo .data .top li {
    width: 100%;
    height: 200px;
    font-weight: 500;
    background: linear-gradient(153deg, #e0c36d, #a26f1f 53%, #e0c36d);
}

#container .currInfo .data .top li .info {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    text-align: center;
}

#container .currInfo .data .top li .title {
    margin: 0 0 10px;
    font-size: 27px;
    color: #ffffff;
    font-weight: 600;
}

#container .currInfo .data .top li .money {
    font-size: 46px;
    font-weight: 600;
}

#container .currInfo .data .top li .money .num {
    font-weight: 600;
}

#container .currInfo .data .bottom {
    margin: 0 0 0 -20px;
}

#container .currInfo .data .bottom li {
    width: calc(100% / 2 - 20px);
    height: 190px;
    margin: 20px 0 0 20px;
}

#container .currInfo .data .bottom li .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
}

#container .currInfo .data .bottom li .info .title {
    margin: 0 0 0 23px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

#container .currInfo .data .bottom li .info .title .iconfont {
    font-size: 30px;
    color: #d09014;
    text-shadow: 0px 0px 20px #d09014;
}

#container .currInfo .data .bottom li .info .content {
    width: 200px;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    margin: 20px auto 0;
    background: rgb(0, 0, 0, 0.6);
    color: #fced53;
    border-radius: 5px;
    text-align: center;
}

#container .currInfo .data .bottom li .info .content dl {
    margin: 0 0 10px 0px;
    text-align: left;
}

#container .currInfo .data .bottom li .info .content dl>* {
    display: inline-block;
    font-size: 0;
}

#container .currInfo .data .bottom li .info .content dl dt {
    width: 45px;
    margin: 0 15px 0 0;
    font-size: 18px;
}

#container .currInfo .data .bottom li .info .content dl dd {
    font-size: 14px;
    color: #bababa;
}

#container .currInfo .data .bottom li .info .content .num {
    font-size: 24px;
    font-weight: 600;
}

#container .currInfo .data .bottom li:first-child .info .content {
    padding: 22px 0 0 20px;
    line-height: 14px;
}

#container .currInfo .data .bottom li:first-child .info .content .money {
    font-size: 18px;
    text-align: left;
}

#container .currInfo .data .bottom li:first-child .info .content .num {
    font-size: 20px;
    font-weight: 600;
}

#container h3.title {
    margin: 0 0 30px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

#container h3.title .iconfont {
    font-size: 44px;
    color: #d09014;
    text-shadow: 0px 0px 20px #d09014;
}

#container h3.title .btnAll {
    margin: 0 30px 0 0;
    width: 135px;
    height: 44px;
    line-height: 40px;
    font-size: 16px;
    color: #a9a07d;
    border: 2px solid #444035;
    border-radius: 23px;
    box-sizing: border-box;
    text-align: center;
}

#container h3.title .btnAll:hover {
    opacity: 0.9;
}

#container .inner a .playArea {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 28px;
}

#container .inner a .playArea .play {
    height: 165px;
    line-height: 165px;
    text-align: center;
}

#container .inner a .playArea .play .iconfont {
    font-size: 70px;
    background: linear-gradient(#fff458, #d89b1d);
    -webkit-background-clip: text;
    color: transparent
}

#container .inner a .playArea .produce {
    height: 40px;
    margin: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgb(164, 114, 36, 0.6);
    border-radius: 5px;
}

#container .inner {
    overflow: hidden;
    position: relative;
    padding: 0 0 27px;
}

#container .inner ul li {
    float: none;
}

#container .inner .swiper-pagination-bullets {
    bottom: 0px;
}

#container .inner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 35px;
    height: 6px;
    margin: 0 5px;
    opacity: 1;
    background: #332f25;
    border-radius: 3px;
}

#container .inner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #d09014;
}

#container .boardArea .inner {
    margin: 0 0 0 -20px;
    padding: 0;
}

#container .boardArea .inner>div {
    float: left;
    width: calc((100% - 360px) / 2 - 20px);
    margin: 0 0 0 20px;
    border-radius: 22px;
    overflow: hidden;
}

#container .boardArea .inner .bank {
    width: 320px;
}

#container .boardArea .inner .bank .wrap {
    height: 250px;
    overflow: hidden;
}

#container .boardArea .inner>div h4.title {
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 0 25px;
    background: #342f25;
}

#container .boardArea .inner>div h4.title .iconfont {
    font-size: 35px;
    color: #d09014;
    text-shadow: 0px 0px 20px #d09014;
}

#container .boardArea .inner>div ul {
    padding: 0 20px;
    height: 250px;
    overflow: hidden;
    background: #0d0a06;
}

#container .boardArea .inner>div ul li {
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: transparent;
    border-radius: 0;
    float: none;
    box-sizing: border-box;
}

#container .boardArea .inner>div ul li a {
    display: inline-block;
    border-radius: 0;
}

#container .boardArea .inner>div ul li a:hover {
    text-decoration: underline;
}

#container .boardArea .inner>div ul li:nth-child(2n) {
    background: #1a1610;
}

#container .boardArea .inner .bank ul li:nth-child(2n) {
    background: transparent;
}

#container .boardArea .inner .event h4.title .iconfont {
    vertical-align: -3px;
}

#container .boardArea .inner .bank h4.title .iconfont {
    font-size: 40px;
    vertical-align: -7px;
}

#container .boardArea .inner>div ul li strong {
    display: inline-block;
    color: #d09014;
    vertical-align: top;
}

#container .boardArea .inner .bank ul li {
    padding: 0 10px;
    font-size: 0;
    box-sizing: border-box;
}

#container .boardArea .inner .bank span {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    width: calc(100% - 165px);
    text-align: center;
}

#container .boardArea .inner .bank span.date {
    width: 60px;
}

#container .boardArea .inner .bank strong {
    float: right;
    width: 105px;
    text-align: right;
    font-size: 14px;
}

#container .boardArea {
    margin-bottom: 0;
}