.layout {
    /* position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    overflow: auto;
    z-index: 100;
    background-color: #FFFFFF;
    box-shadow: #575757 1px 0px 10px; */
    float: left;
    width: 250px;
    min-height: 100vh;
    max-height: 100vh;
    background: #0f1010;
    box-shadow: #485160 .1em 0 0;
    transition: .25s ease-out;
    position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease 0s;
    overflow: auto;
}

input, textarea, select {
    font-size: 16px !important;
}

.main_pop_wrap {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main_pop_box {
    float: left;
    margin: 5px;
}

.main_pop_title {
    float: left;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(rgb(58, 58, 58) 0%, rgb(52, 43, 32) 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close_btn_cu {
    color: rgb(212, 212, 212);
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease 0s;
}

.close_btn_cu i {
    transition: all 0.3s ease 0s;
}

.close_btn_cu:hover i {
    transform: rotate(-360deg);
}

.main_pop_con {
    float: left;
    width: 100%;
}

.main_pop_con img {
    width: 100%;
}

.main_popup_close {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(rgb(58, 58, 58) 0%, rgb(52, 43, 32) 100%);
}

.main_popup_close a {
    background: linear-gradient(rgb(82, 82, 82) 0%, rgb(47, 47, 47) 100%);
    min-width: 200px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    border-radius: 42px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.main_popup_close a:hover {
    box-shadow: rgba(202, 161, 94, 0.6) 2px 3px 4px 0px;
}

.popup_none {
    display: none;
}

.layout::-webkit-scrollbar {
    width: 0px;
}

.logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 75px; */
    margin-top: 25px;
    width: 100%;
}

.logo-div .normal-layout {
    display: block;
}

.logo-div .small-layout {
    display: none;
    padding: 5px;
}

.logo {
    height: calc(100% - 10px);
    /* margin: 5px; */
}

.menus {
    margin: 0px;
    transition: 0.2s;
    height: 100%;
}

.menu:hover {
    color: #C6A586;
}

.menu:hover .main-image {
    filter: grayscale(0);
    transform: rotate(-45deg);
}

.menu:hover .hover-image {
    opacity: 1;
}

.menugroup {
    margin: 24px;
    border-radius: 10px;
}

.main-menu {
    width: 205px;
    margin: 0px auto;
    padding: 25px;
    background-color: #2e3135;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 50%) 2px 5px 10px 0px;
}

.menu {
    /* padding: 13px 0px; */
    /* padding: 10px 0px; */
    /* border-bottom: solid 1px #C6A586; */
    display: flex;
    align-items: center;
}

.menu-img {
    width: 25px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}

.menu .menu-img span {
    color: rgb(255, 255, 255);
}

/* .menu-img .main-image{
    width: 100%;
} */

.menu-top-div {
    margin: 0px 10px;
}

.menus-img {
    margin: 15px;
}

.menu-img .hover-image {
    left: 50%;
    top: 50%;
    transform: translate(-44%, -44%);
}

.menu-active {
    color: #C6A586;
}

.menu-active .main-image {
    /* opacity: 0; */
}

.menu-active .hover-image {
    opacity: 1;
}

.menus-img .img-menu {
    /* border: 1px solid #DACDB3;
    box-shadow: 0px 0px 5px #DACDB3; */
    border-radius: 10px;
}

.footer {
    /* width: 100%; */
    padding: 30px 80px;
    background-color: #313744;
    display: flex;
    color: #bbb8b8;
}

.footer-div {
    width: 33.33%;
    margin: 0px 13px;
}

.footer-money-box {
    margin-right: 35px;
}

.footer-help {
    display: flex;
    justify-content: space-between;
}

.help-title {
    font-size: 1.5rem;
    margin: 20px 0px;
}

.help-img {
    width: 30%;
    /* aspect-ratio: 135/130;
    border-radius: 15%;
    background-color: #242933; */
}

/* .help-img:hover{
    background-color: #3B4251;
} */

.help-img img {
    width: 100%;
}

.footer-main {
    display: flex;
}

.footer-others {
    display: flex;
    justify-content: space-around;
    margin: 0px 20px;
}

.other {
    width: 25%;
}

.other-title {
    margin: 10px 0px;
    font-size: 1rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-content {
    font-size: 0.95rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-top-div {
    position: fixed;
    width: calc(100% - 250px);
    z-index: 11;
    padding: 24px 20px;
    height: px;
    display: flex;
    justify-content: space-between;
    left: 250px;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    /* box-shadow: 0px 1px 10px burlywood; */
}

.top-notice {
    /* width: calc(100% - 275px); */
    flex-grow: 1;
    margin: auto 10px;
    display: flex;
    align-items: center;
}

.top-notice span {
    /* width: calc(100% - 50px); */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-div-buttongroup {
    /* width: 275px; */
    /* height: 42px; */
    display: flex;
}

.top-div-buttongroup img {
    height: 25px;
}

.top-div-buttongroup .user-info-img {
    padding: 0px 10px;
}

.top-point {
    padding: 5px 10px;
    margin: 0 10px;
    background-color: #AC9778;
    border-radius: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    box-shadow: 1px 1px 5px 1px #b2b5cc;
}

.top-point:hover {
    filter: brightness(1.1);
}

.top-div-button {
    background:#a80009;
    min-width: 100px;
    height: 46px;
    font-size: 12px;
    line-height: 46px;
    padding: 0px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0) 0px 0px 1px 0px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top-div-button:hover {
    background-color: #e91c23;
}

.top-div-button img {
    /* margin-right: 5px; */
}

.top-login-btn {
    background-color: #E32626;
}

.top-sign-btn {
    background-color: #8AC7D7;
}

.top-request-btn {
    background-color: #F3F4FB;
}

.top-min-width {
    min-width: 165px;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-logos div {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.modal-back {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    display: none;
}

.login_wrap {
    width: 740px;
    transition: all 0.5s ease 0s;
}

@media screen and (max-width:991px) {
    .login_wrap {
        width: 90%;
        display: flex;
        margin: auto;
    }
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.close_btn_cu {
    color: rgb(212, 212, 212);
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1000;
}

.popup_wrapper.popup_wrapper_visible {
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow: auto;
    z-index: 2147483647;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    display: block;
}

.popup_wrapper.popup_wrapper_visible_regi {
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow: auto;
    z-index: 2147483647;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
}

.popup_style06.popup_none.popup_content {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    outline: none;
    transition: all 0.3s ease 0s;
    text-align: left;
    position: relative;
    vertical-align: middle;
}

.loginbox {
    width: 100%;
    float: left;
    background: #282932;
    border-radius: 5px;
    box-shadow: rgb(0, 0, 0) 4px 0px 4px 0px;
    display: flex;
}

@media screen and (max-width:991px) {
    .loginbox {}
}

.loginbox_l {
    width: 370px;
    position: relative;
}

.loginbox_l img {
    position: absolute;
    bottom: 0px;
    left: -10px;
}

.loginbox_r {
    width: calc(100% - 370px);
    padding: 40px 0px;
}

@media screen and (max-width:991px) {
    .loginbox_r {
        width: 100%;
    }
}

.login_logo {
    float: left;
    width: 100%;
    text-align: center;
}

.login_title {
    float: left;
    width: 100%;
    margin: 25px 0px 0px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid rgb(85, 85, 85);
    text-align: center;
    font-family: EsaManru;
    font-weight: 700;
    font-size: 26px;
    color: rgb(255, 255, 255);
}

.join_wrap {
    width: 800px;
    transition: all 0.5s ease 0s;
    height: 90%;
}

.join_box {
    width: 100%;
    float: left;
    padding: 15px 50px;
    border-radius: 5px;
    background: #282932;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 5px 0px;
    position: relative;
}

.join_title {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-bottom: 1px solid rgb(85, 85, 85);
    text-align: center;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 26px;
    color: rgb(255, 255, 255);
}

.close_btn_join {
    color: rgb(212, 212, 212);
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1000;
}

.join {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0px 10px;
}

.join li {
    float: left;
    width: 100%;
    /* padding: 1%; */
    display: flex;
    align-items: center;
    transition: all 0.2s ease 0s;
}

.join_att {
    float: left;
    width: 40%;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.join_spe {
    float: left;
    width: 70%;
}

.login {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0px 10px;
}

.login li {
    float: left;
    width: 100%;
    padding: 1%;
    transition: all 0.2s ease 0s;
}

.login_att {
    float: left;
    width: 100%;
    margin: 0px 0px 5px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 16px;
    color: rgb(186, 186, 186);
}

.login_input {
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(17, 17, 17);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-family: EsaManru;
}

.login_input::placeholder {
    color: rgb(185, 185, 185);
    font-size: 12px;
    letter-spacing: 0pt;
}

.login_input:focus {
    border: 1px solid #a80009;
}

.login_input2 {
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(17, 17, 17);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 70px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    padding: 10px;
    font-family: EsaManru;
}

.login_input2::placeholder {
    color: rgb(185, 185, 185);
    font-size: 12px;
    letter-spacing: 0pt;
}

.login_input2:focus {
    border: 1px solid #a80009;
}

.login_font01 {
    font-family: Esamanru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(186, 186, 186);
}

.login_font02 {
    color: rgb(255, 204, 0);
}

.login_btn_box {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    text-align: center;
}

.login_btn_box ul {
    display: inline-block;
}

.login_btn_box li {
    float: left;
    margin: 0px 5px;
    font-family: Esamanru;
    font-weight: 500;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.login_btn_box2 {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    text-align: center;
}

.login_btn_box2 li {
    float: left;
    width: 100%;
    padding: 1%;
    transition: all 0.2s ease 0s;
    font-family: Esamanru;
    font-weight: 500;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.login_btn1 {
    background: #a80009;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: rgb(0 0 0) 4px 0px 4px 0px;
}

.login_btn1:hover {
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
}

.login_btn2 {
    border: 1px solid #e91c23;
background-color: #0b0b11;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: rgb(255, 255, 255);
}

.login_btn2:hover {
    background: linear-gradient(-45deg, rgb(113, 113, 113) 0%, rgb(52, 52, 52) 100%);
}

.login_btn3 {
    background: #a80009;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: rgb(255, 255, 255);
}

.login_btn3:hover {
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
}

.login_btn4 {
    min-width: 150px;
    padding: 5px 0px;
    display: inline-block;
    text-align: center;
    font-family: Esamanru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(186, 186, 186);
    cursor: pointer;
}

.login_btn4:hover {
    text-decoration: underline;
}

.login_btn5 {
    background: #a80009;
    min-width: 100px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.login_btn5:hover {
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
}

.login_btn6 {
    background: #a80009;
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.login_btn6:hover {
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
}

@media (max-width: 1920px) {
    /* .help-img img{
        height: 70px;
    } */
}

@media (max-width: 1900px) {
    .layout {
        width: 80px;
    }
    .logo-div .normal-layout {
        display: none;
    }
    .logo-div .small-layout {
        display: block;
    }
    .menus .menugroup:first-child {
        margin-top: 24px;
    }
    .menugroup {
        margin: 5px;
    }
    .main-menu {
        border: 0px;
        box-shadow: none;
        width: 100%;
        padding: 25px 5px;
    }
    .menu-img {
        width: 25px;
        margin: auto;
        line-height: 42px;
        display: block;
    }
    .menu span {
        display: none;
    }
    .menu-top-div {
        display: none;
    }
    /* .menus-img {
        display: none;
    } */
    .layout:hover {
        width: 250px;
        transition: 0.2s;
    }
    .layout:hover .logo-div .normal-layout {
        display: block;
    }
    .layout:hover .logo-div .small-layout {
        display: none;
    }
    .layout:hover .logo-div {
        display: flex;
    }
    .layout:hover .menugroup {
        margin: 24px;
    }
    .layout:hover .main-menu {
        padding: 20px;
    }
    .layout:hover .menu-img {
        width: 25px;
        margin-right: 20px;
        margin-left: 5px;
        display: flex;
    }
    .layout:hover .menu span {
        display: flex;
    }
    .layout:hover .menu-top-div {
        display: block;
    }
    .layout:hover .menus-img {
        display: block;
    }
    .main-top-div {
        width: calc(100% - 70px);
        left: 70px;
    }
    .layout:hover~.main-top-div {
        width: calc(100% - 235px);
        left: 235px;
        transition: 0.2s;
    }
}

@media (max-width: 1600px) {
    /* .help-img img{
        height: 50px;
    } */
}

@media (max-width: 1439px) {
    /* .help-img img{
        height: 40px;
    } */
}

@media (max-width: 1280px) {
    .footer-main {
        display: block;
    }
    .help-img img {
        height: auto;
    }
    .footer-div {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .layout {
        position: fixed;
        left: -250px;
        width: 235px;
        top: 0;
        overflow: auto;
        transition: 0.3s;
    }
    .layout:hover {
        width: 235px;
    }
    .layout.active {
        left: 0px;
        z-index: 1001;
    }
    .logo-div {
        display: flex;
    }
    .menu span {
        display: flex;
    }
    .layout .main-menu {
        padding: 20px;
    }
    .layout .menugroup {
        margin: 24px;
    }
    .menus-img {
        display: block;
    }
    .main-top-div {
        left: 0;
        /* width: calc(100% - 40px); */
        width: 100%;
        height: 125px;
    }
    .footer {
        padding: 30px 40px;
        margin-top: 10px;
    }
    .footer-div {
        width: 100%;
        margin: 0px;
    }
    .footer-others {
        margin: 0px;
    }
    .top-div-buttongroup .user-info-img {
        padding: 0px 5px;
    }
    .top-min-width {
        min-width: 150px;
    }
    .contents_wrap {
        margin: 0px;
        padding: 0px !important;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 20px;
    }
    .main-top-div {
        margin: 0px 0px;
        height: 115px;
        padding: 20px 10px;
    }
    .top-notice {
        /* width: calc(100% - 215px); */
        /* width: 100%; */
        margin: auto 0px;
    }
    .top-notice img {
        height: 20px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .top-div-buttongroup {
        /* width: 205px; */
        height: auto;
    }
    .top-div-button {
        width: 90px;
        border-radius: 15px;
        margin: auto 5px;
        padding: 8px 0px;
    }
    .top-div-button img {
        height: 15px;
    }
}

@keyframes rotate-center {
    0% {
        transform: translateY(1.5%) scaleX(0.015) skewX(-120deg);
    }
    100% {}
}

/* gentStyle */

.title_box {
    float: left;
    width: 100%;
    padding: 0px 50px;
    margin: 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_popup_close {
    cursor: pointer;
}

.contents_wrap {
    float: left;
    width: 100%;
    min-height: 600px;
    margin: 30px 0px 0px;
    padding: 0px 50px;
}

.contents_box {
    float: left;
    width: 100%;
}

.contents_box_manual {
    float: left;
    width: 100%;
    padding: 0 50px;
}

.contents_box_left {
    float: left;
    width: calc(50% - 5px);
}

.contents_box_right {
    float: right;
    width: calc(50% - 5px);
    margin: 0px 0px 0px 10px;
}

.event_wrap {
    float: left;
    width: 100%;
}

.event_wrap li {
    float: left;
    width: 33%;
    margin: 0px 0.5% 1.5% 0px;
}

.event_wrap li:nth-child(3n) {
    margin: 0px 0px 1.5%;
}

.event_wrap li>a {
    display: block;
}

.event_wrap li>a:hover .event_img img {
    transform: scale(1.05);
}

.event {
    float: left;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.75) 5px 0px 5px 0px;
}

.event_img {
    background: rgb(51, 51, 51);
    overflow: hidden;
}

.event_img img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.event_info {
    float: left;
    width: 100%;
    background: rgb(51, 51, 51);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.event_title {
    max-width: 75%;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event_btn {
    display: block;
    background: rgb(100, 100, 100);
    border: none;
    min-width: 70px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    padding: 0px 10px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 14px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
}

.event_btn:hover {
    background: rgb(82, 82, 82);
}

.Casino_items {
    float: left;
    width: 100%;
    min-height: 1200px;
    position: relative;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.Casino_item {
    position: absolute;
}

.Casino_item01 {
    top: 200px;
}

.Casino_item02 {
    top: 140px;
    right: -50px;
    z-index: 1;
}

.Casino_title {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    font-family: EsaManru;
    font-weight: 700;
    font-size: 22px;
    color: rgb(186, 186, 186);
}

.Casino_title span {
    color: #e91c23;
}

.mini_items {
    float: left;
    width: 100%;
    min-height: 1200px;
    position: relative;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.mini_item {
    position: absolute;
}

.mini_item01 {
    top: 120px;
}

.mini_item02 {
    top: 450px;
    z-index: 1;
}

.Slot_items {
    float: left;
    width: 100%;
    min-height: 1200px;
    position: relative;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.Slot_item {
    position: absolute;
}

.Slot_item01 {
    top: 0px;
}

.Slot_item02 {
    top: 470px;
    z-index: 2;
}

.Slot_item03 {
    top: 80px;
    z-index: 1;
}

.token_items {
    float: left;
    width: 100%;
    min-height: 1200px;
    position: relative;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.token_item {
    position: absolute;
}

.token_item01 {
    top: 150px;
}

.token_item02 {
    top: 140px;
    right: 70px;
    z-index: 1;
}

.mini_title {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    font-family: EsaManru;
    font-weight: 700;
    font-size: 22px;
    color: rgb(186, 186, 186);
}

.mini_title span {
    color: #e91c23;
}

.game_list {
    float: left;
    width: 100%;
}

.game_list ul {
    margin: 10px -40px 0px;
}

.game_list ul.slot {
    margin: 10px 0px 0px;
}

.game_list li {
    float: left;
    width: 49%;
    margin: 0px 2% 2% 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 5px 0px;
    transition: all 0.5s ease 0s;
}

.game_list li:nth-child(2n) {
    margin: 0px 0px 2%;
}

.game_list li a {
    display: block;
}

.game_list li a img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.game_list li:hover a, .main_game_list li:hover a {
    animation: 0.3s ease-in-out 0s 1 normal both running rotate-center;
}

.con_box00 {
    float: left;
    width: 100%;
    margin: 0px;
}

.con_box10 {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}

.con_box20 {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}

.con_box30 {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}

.con_box40 {
    float: left;
    width: 100%;
    margin: 40px 0px 0px;
}

.con_box50 {
    float: left;
    width: 100%;
    margin: 50px 0px 0px;
}

.con_box60 {
    float: left;
    width: 100%;
    margin: 60px 0px 0px;
}

.info_wrap {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
    padding: 25px 0px 30px;
    border-radius: 5px;
}

.info1 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: #e91c23;
    padding: 0px 20px;
    font-size: 18px;
    font-family: EsaManru;
    font-weight: 500;
}

.info2 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: rgb(255, 255, 255);
    padding: 5px 20px 0px;
    font-size: 16px;
    font-family: EsaManru;
    font-weight: 500;
}

.info3 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: rgb(238, 238, 238);
    padding: 5px 20px 0px 23px;
    font-size: 14px;
    font-weight: 400;
}

.font01 {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.font02 {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.font03 {
    color: rgb(215, 215, 215);
}

.font04 {
    color: rgb(72, 72, 72);
}

.font05 {
    color: rgb(255, 191, 0);
    font-weight: 700;
}

.font06 {
    color: rgb(52, 205, 14);
    font-weight: 700;
}

.font07 {
    color: rgb(21, 193, 219);
    font-weight: 700;
}

.font08 {
    color: rgb(220, 93, 0);
    font-weight: 700;
}

.font09 {
    color: rgb(0, 249, 100);
    font-weight: 700;
}

.font10 {
    color: rgb(255, 102, 0);
    font-weight: 700;
}

.font11 {
    color: rgb(255, 246, 0);
    font-weight: 500;
}

.font12 {
    color: rgb(221, 221, 221);
    font-weight: 500;
}

.font13 {
    color: rgb(176, 151, 127);
    font-weight: 500;
}

.font14 {
    color: rgb(217, 174, 100);
}

.font15 {
    color: rgb(255, 234, 0);
    font-weight: 500;
}

.font21 {
    color: rgb(255, 180, 0);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: EsaManru;
    margin-bottom: 5px;
    min-height: 35px;
}

.font22 {
    color: rgb(255, 204, 0);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: EsaManru;
}

.list_title1 {
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
}

.list_notice1 {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    text-align: center;
}

.list_notice2 {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    font-weight: 500;
    font-size: 13px;
}

.list1 {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    text-align: center;
}

.list2 {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    font-weight: 500;
}

.list3 {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    padding: 25px 50px 25px 117px;
    text-align: justify;
    height: 140px;
    overflow-y: auto;
}

.write_title_top {
    border-top: 1px solid rgb(152, 118, 67);
}

.write_title {
    background: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    height: 50px;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    line-height: 21px;
    width: 180px;
    font-weight: 600;
    text-align: center;
}

.write_basic {
    background: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    min-height: 50px;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    line-height: 21px;
}

.view1 {
    background: none;
    border-bottom: 1px solid rgb(152, 118, 67);
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    width: 100%;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 0pt;
    font-weight: 600;
}

.view2 {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px 10px;
    width: 100%;
    line-height: 26px;
    min-height: 300px;
    color: rgb(255, 255, 255);
}

.view_box {
    background: rgb(68, 68, 68);
    padding: 3px 8px 4px;
    color: rgb(255, 255, 255);
    line-height: 12px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    margin: 0px 5px 0px 0px;
    font-weight: 100;
}

.page_wrap {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
}

.page_wrap ul li {
    display: inline;
}

.page {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 8px 13px;
    color: rgb(159, 161, 159);
    border-radius: 3px;
}

.pageon {
    background: rgb(152, 118, 67);
    display: inline-block;
    padding: 8px 13px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    font-weight: 500;
}

.btn1_1 {
    margin: 0px 2px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    letter-spacing: 0pt;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.btn1_2 {
    margin: 0px 2px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    letter-spacing: 0pt;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.btn2_1 {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0pt;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.btn2_2 {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0pt;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.btn3_1 {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 0pt;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.btn3_2 {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 0pt;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px -1px;
}

.btn_wrap_right {
    float: left;
    width: 100%;
    text-align: right;
}

.btn_wrap_right ul li {
    display: inline;
}

.btn_wrap_center {
    float: left;
    width: 100%;
    text-align: center;
}

.btn_wrap_center ul li {
    display: inline;
}

a {
    color: rgb(176, 176, 176);
    text-decoration: none;
}

.btn1_1 {
    background: #a80009;
    min-width: 80px;
    min-height: 34px;
    padding: 0px 15px;
    line-height: 34px;
}

.btn1_1:hover {
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
    box-shadow: rgba(0, 0, 0, 0.9) 5px 5px 7px -1px;
    border-radius: 3px;
}

.btn1_2 {
    border: 1px solid #e91c23;
background-color: #0b0b11;
    min-width: 80px;
    min-height: 34px;
    padding: 0px 15px;
    line-height: 34px;
}

.btn1_2:hover {
    background: linear-gradient(-45deg, rgb(113, 113, 113) 0%, rgb(52, 52, 52) 100%);
    box-shadow: rgba(0, 0, 0, 0.9) 5px 5px 7px -1px;
    border-radius: 3px;
}

.btn2_1 {
    background: #a80009;
    min-width: 120px;
    height: 38px;
    line-height: 38px;
}

.btn2_1:hover {
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
    box-shadow: rgba(0, 0, 0, 0.9) 5px 5px 7px -1px;
    border-radius: 3px;
}

.btn2_2 {
    border: 1px solid #e91c23;
background-color: #0b0b11;
    min-width: 120px;
    height: 38px;
    line-height: 38px;
}

.btn2_2:hover {
    background: linear-gradient(-45deg, rgb(113, 113, 113) 0%, rgb(52, 52, 52) 100%);
    box-shadow: rgba(0, 0, 0, 0.9) 5px 5px 7px -1px;
    border-radius: 3px;
}

.btn3_1 {
    background: #a80009;
    min-width: 160px;
    height: 44px;
    line-height: 44px;
}

.btn3_1:hover {
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
    box-shadow: rgba(0, 0, 0, 0.9) 5px 5px 7px -1px;
    border-radius: 3px;
}

.btn3_2 {
    border: 1px solid #e91c23;
background-color: #0b0b11;
    min-width: 160px;
    height: 44px;
    line-height: 44px;
}

.btn3_2:hover {
    background: linear-gradient(-45deg, rgb(113, 113, 113) 0%, rgb(52, 52, 52) 100%);
    box-shadow: rgba(0, 0, 0, 0.9) 5px 5px 7px -1px;
    border-radius: 3px;
}

.division1 {
    background: rgb(52, 52, 52);
    display: inline-block;
    text-align: center;
    min-width: 70px;
    padding: 6px 8px;
    line-height: 12px;
    color: rgb(177, 177, 177);
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.division2 {
    background: rgb(152, 118, 67);
    display: inline-block;
    text-align: center;
    min-width: 70px;
    padding: 6px 8px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.division3 {
    background: rgb(152, 118, 67);
    display: inline-block;
    text-align: center;
    min-width: 70px;
    padding: 6px 8px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.tab_wrap {
    float: left;
    margin: 0px;
    padding: 0px;
}

.tab_wrap ul li {
    float: left;
    margin: 0px 5px 5px 0px;
}

.tab {
    background: rgb(55, 55, 55);
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: rgb(136, 136, 136);
    border-radius: 42px;
    font-family: EsaManru;
    font-weight: 300;
    cursor: pointer;
}

.tab:hover {
    background: #a80009;
    color: rgb(255, 255, 255);
}

.tabon {
    background: #a80009;
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 42px;
    font-family: EsaManru;
    font-weight: 300;
    cursor: pointer;
}

.event_tab_wrap {
    float: left;
    margin: 0px;
    padding: 0px;
}

.event_tab_wrap ul li {
    float: left;
    margin: 0px 5px 0px 0px;
}

.event_tab {
    background: rgb(55, 55, 55);
    min-width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: rgb(136, 136, 136);
    border-radius: 42px;
    font-family: EsaManru;
    font-weight: 300;
}

.event_tab:hover {
    background: #a80009;
    color: rgb(255, 255, 255);
}

.event_tabon {
    background: #a80009;
    min-width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 42px;
    font-family: EsaManru;
    font-weight: 300;
}

.radio_wrap {
    float: left;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.radio_wrap label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin: 0px 5px 0px 0px;
}

.radio_wrap label input {
    position: absolute;
    left: -9999px;
}

.radio_wrap label input:checked+span {
    background-color: #a80009;
    color: rgb(255, 255, 255);
}

.radio_wrap label input:checked+span::before {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0.4375em inset;
}

.radio_wrap label>span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 5px;
    transition: all 0.25s ease 0s;
    background: rgb(55, 55, 55);
    color: rgb(238, 238, 238);
}

.radio_wrap label>span:hover {
    background-color: #a80009;
    color: rgb(255, 255, 255);
}

.radio_wrap label>span::before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: rgb(170, 170, 170);
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: all 0.25s ease 0s;
    box-shadow: rgb(234, 234, 234) 0px 0px 0px 0.125em inset;
}

.radio_wrap label>span>span {
    padding: 0px 10px;
    border-radius: 5px;
    transition: all 0.25s ease 0s;
    background: rgb(34, 34, 34);
    color: rgb(255, 201, 87);
}

table {
    background: transparent !important;
}

td {
    /* float: left; */
    color: white
}

.input1 {
    margin: 0px 2px;
    width: 200px;
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(17, 17, 17);
    padding: 4px 0px 4px 5px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    height: 34px;
}

.input2 {
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(17, 17, 17);
    padding: 4px 0px 4px 5px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

.mini_wrap {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}

.mini_box_left {
    float: left;
    width: calc(100% - 290px);
    margin: 0px 10px 0px 0px;
    padding: 0px 20px;
}

.mini_box_right {
    float: left;
    width: 280px;
    background: rgb(27, 27, 27);
    height: 100%;
    overflow: auto;
}

.con_box00 {
    float: left;
    width: 100%;
    margin: 0px;
}

.con_box10 {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}

.con_box20 {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}

.con_box30 {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}

.con_box40 {
    float: left;
    width: 100%;
    margin: 40px 0px 0px;
}

.con_box50 {
    float: left;
    width: 100%;
    margin: 50px 0px 0px;
}

.con_box60 {
    float: left;
    width: 100%;
    margin: 60px 0px 0px;
}

@media screen and (min-width: 1924px) {
    .game_list li {
        float: left;
        width: calc(33.3333% - 10px);
        margin: 0px 15px 20px 0px;
        transition: all 0.5s ease 0s;
    }
    .game_list li:nth-child(2n) {
        margin: 0px 15px 20px 0px;
    }
    .game_list li:nth-child(3n) {
        margin: 0px 0px 20px;
    }
}

.title {
    float: left;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 1vw;
    font-family: EsaManru;
    font-weight: 700;
    font-size: 22px;
    color: rgb(186, 186, 186);
    white-space: nowrap;
}

.title span {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    white-space: nowrap;
    color: rgb(255, 255, 255);
}

.title_line {
    height: 2px;
    width: 100vw;
    background-color: rgb(113, 113, 113);
    position: relative;
}

.title_line::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgb(113, 113, 113);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
}

.Casino_item02, .mini_item02, .Slot_item02, .token_item02 {
    animation: 3.6s linear 0s infinite normal both running Casino_item02;
}

.header_wrap {
    float: left;
    width: 100%;
    background: rgb(45, 39, 29);
    position: fixed;
    z-index: 1000;
}

.top {
    float: left;
    width: 100%;
    height: 15vw;
    display: flex;
    align-items: center;
    padding: 0px 3.4vw;
}

.m_logo {
    float: left;
    margin: 0px auto;
    height: 100%;
    padding: 5px 0px;
}

.m_logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.m_logo a img {
    /* height: 100%; */
    max-width: 204px;
}

.m_utill a {
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding: 0px 5px;
}

.m_menu {
    float: right;
    line-height: 70px;
    margin: 0px 5px;
    font-size: 21px;
    color: rgb(255, 255, 255);
}

.m_menu i {
    color: rgb(255, 201, 87);
}

.my {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0px;
    padding: 0px 0px 0px 5px;
    background: rgb(42, 42, 42);
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: -1px;
    color: rgb(255, 255, 255);
}

.my_font01 {
    color: rgb(255, 201, 87);
    font-weight: 500;
}

.m_menu_fix {
    float: left;
    width: 100%;
    height: 20vw;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background: url("../images/bg_footer.png") center top / cover no-repeat;
}

.m_menu_fix ul {
    float: left;
    width: 100%;
    height: 100%;
    margin: 3vw 0px 0px;
}

.m_menu_fix li {
    float: left;
    width: 20%;
    height: 100%;
}

.m_menu_fix li a {
    width: 100%;
    height: 100%;
    padding: 10px 5px 5px;
    text-align: center;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.m_menu_fix li div {
    width: 100%;
    height: 100%;
    padding: 10px 5px 5px;
    text-align: center;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.m_menu_fix li a i {
    margin: 0px 0px 5px;
    font-size: 18px;
}

.m_menu_fix li div i {
    margin: 0px 0px 5px;
    font-size: 18px;
}

.m_menu_fix li:nth-child(3) a {
    width: 15.2vw;
    height: 15.2vw;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: #a80009;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.m_menu_fix li:nth-child(3) div {
    width: 15.2vw;
    height: 15.2vw;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: #a80009;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.mini_title_wrap {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    background: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(38, 37, 45);
}

.mini_in_title {
    float: left;
    font-size: 16px;
    font-family: EsaManru;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.mini_round {
    font-weight: 300;
}

.mini_round span {
    color: rgb(255, 201, 87);
    letter-spacing: -1pt;
}

.mini_time {
    font-weight: 300;
}

.mini_time span {
    color: rgb(255, 201, 87);
    letter-spacing: -1pt;
}

.mini_game_wrap {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}

.mini_game_box {
    float: left;
    width: 33%;
    margin: 0px 0.5% 0.5% 0px;
}

.mini_game_box:nth-child(3n) {
    margin: 0px 0px 0.5%;
}

.mini_game_title {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    text-align: center;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.mini_btn_box {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.row_btn {
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(70, 60, 42, 0.6);
}

.cul_btn {
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 65px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(70, 60, 42, 0.6);
}

.mini_btn_type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 5px 10px;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.mini_btn_odd {
    margin: 10px 0px 0px;
    font-family: EsaManru;
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 201, 87);
    transition: all 0.5s ease 0s;
}

.row_btn .mini_btn_type {
    width: 70px;
    height: 70px;
}

.row_btn .mini_btn_type_size {
    width: 100px;
    height: 100px;
}

.cul_btn .mini_btn_type {
    width: 55px;
    height: 55px;
}

.cul_btn .mini_btn_odd {
    margin: 0px;
}

.mini_btn_type_att {
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(17, 17, 17);
}

.mini_btn_type_att.ab_l {
    left: -5px;
}

.mini_btn_type_att.ab_r {
    right: -5px;
}

.width50 {
    width: calc(50% - 10px);
    margin: 5px;
}

.width30 {
    width: calc(33.3333% - 10px);
    margin: 5px;
}

.mini_btn_type1 {
    background: linear-gradient(rgb(241, 0, 0) 0%, rgb(158, 0, 0) 100%);
}

.mini_btn_type2 {
    background: linear-gradient(rgb(0, 94, 236) 0%, rgb(0, 80, 199) 100%);
}

.mini_btn_type3 {
    background: linear-gradient(rgb(0, 232, 66) 0%, rgb(0, 179, 51) 100%);
}

.row_btn:hover {
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    box-shadow: rgba(0, 0, 0, 0.5) 2px 5px 10px 0px;
}

.cul_btn:hover {
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    box-shadow: rgba(0, 0, 0, 0.5) 2px 5px 10px 0px;
}

.row_btn.on {
    box-shadow: rgb(255, 174, 0) 0px 0px 10px 0px inset;
    border: 1px solid rgb(255, 174, 0);
}

.cul_btn.on {
    box-shadow: rgb(255, 174, 0) 0px 0px 10px 0px inset;
    border: 1px solid rgb(255, 174, 0);
}

.row_btn:hover .mini_btn_odd {
    color: rgb(255, 255, 255);
}

.cul_btn:hover .mini_btn_odd {
    color: rgb(255, 255, 255);
}

.mini_power_big_wrap {
    float: left;
    margin: 10px 0px 0px;
    transition: all 0.5s ease 0s;
}

.mini_power_big_wrap.w50 {
    width: 49.9999%;
}

.mini_power_big_wrap.w30 {
    width: 33.3333%;
}

.mini_power_title {
    text-align: center;
    display: block;
    background: rgb(40, 40, 40);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 0px;
    padding: 8px 0px;
}

.mini_power_btn1 {
    float: left;
    width: 100%;
    min-height: 54px;
    line-height: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0px 0px;
    border-radius: 0px;
    cursor: pointer;
}

.mini_power_btn1 {
    background: linear-gradient(rgb(255, 0, 0) 0%, rgb(222, 47, 0) 100%);
}

.mini_power_btn1:hover {
    background: linear-gradient(rgb(222, 47, 0) 0%, rgb(255, 0, 0) 100%);
}

.mini_power_btn2 {
    float: left;
    width: 100%;
    min-height: 54px;
    line-height: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0px 0px;
    border-radius: 0px;
    cursor: pointer;
}

.mini_power_btn2 {
    background: linear-gradient(rgb(0, 137, 255) 0%, rgb(0, 154, 204) 100%);
}

.mini_power_btn2:hover {
    background: linear-gradient(rgb(0, 154, 204) 0%, rgb(0, 137, 255) 100%);
}

.mini_power_btn3 {
    float: left;
    width: 100%;
    min-height: 54px;
    line-height: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0px 0px;
    border-radius: 0px;
    cursor: pointer;
}

.mini_power_btn3 {
    background: linear-gradient(rgb(0, 214, 76) 0%, rgb(48, 204, 0) 100%);
}

.mini_power_btn3:hover {
    background: linear-gradient(rgb(48, 204, 0) 0%, rgb(0, 214, 76) 100%);
}

.mini_power_btn1.active {
    background: none;
    border: 2px solid rgb(255, 0, 0);
}

.mini_power_btn2.active {
    background: none;
    border: 2px solid rgb(0, 137, 255);
}

.mini_power_btn3.active {
    background: none;
    border: 2px solid rgb(0, 214, 76);
}

.mini_power_font {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.rule_wrap {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-image: initial;
    border-top: none;
}

.rule_box1 {
    float: left;
    width: 100%;
}

.rule_box1 td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 16px;
    height: 44px;
    font-weight: 500;
    font-size: 12px;
    color: rgb(245, 245, 245);
    letter-spacing: 0px;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 0px 1px;
    padding: 5px 15px;
}

.rule_box1 tr:first-child td {
    background: rgb(51, 51, 51);
}

.rule_box1 tr:nth-child(n+2) td:first-child {
    background: rgba(49, 40, 23, 0.78);
}

.rule_box1 tr:nth-child(n+2) td:last-child {
    background: rgba(35, 30, 21, 0.78);
}

.rule_box_title {
    float: left;
    width: 100%;
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    line-height: 42px;
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
    padding: 0px 0px 0px 20px;
}

.rule_box1::-webkit-scrollbar {
    height: 5px;
}

.rule_box1::-webkit-scrollbar-thumb {
    width: 30%;
    background: rgb(255, 174, 0);
    border-radius: 10px;
}

.rule_box1::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.rule_font1 {
    color: rgb(255, 216, 0);
}

.rule_font2 {
    color: rgb(255, 223, 27);
}

.rule_font3 {
    color: rgb(0, 252, 255);
}

.rule_font4 {
    color: rgb(6, 255, 0);
}

.rule_font5 {
    color: rgb(255, 0, 30);
}

.rule_info_wrap {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
    padding: 15px 0px 20px;
    border-radius: 0px;
}

.rule_info1 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: rgb(255, 216, 0);
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 700;
}

.rule_info2 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: rgb(251, 216, 184);
    padding: 5px 20px 0px;
    font-size: 18px;
    font-weight: 700;
}

.rule_info3 {
    float: left;
    width: 100%;
    line-height: 30px;
    color: rgb(242, 242, 242);
    padding: 5px 20px 0px 23px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}

.cart_wrap {
    float: left;
    width: 100%;
}

.switch_zone {
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(35, 35, 35);
}

.cart_title {
    font-family: EsaManru;
    font-weight: 500;
    font-size: 18px;
    color: #a80009;
}

.switch {
    width: 45px;
    height: 26px;
    background-color: rgb(52, 52, 52);
    position: relative;
    border-radius: 20px;
    cursor: pointer;
}

.switch::before {
    content: "";
    width: 19px;
    height: 19px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 31%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out 0s;
}

.switch.active {
    background: #a80009;
}

.switch.active::before {
    left: 70%;
}

.cart_tab_zone {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_tab_zone ul {
    display: flex;
    width: 100%;
}

.cart_tab_zone li {
    float: left;
    width: 50%;
    background: rgb(51, 51, 51);
    text-align: center;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 13px;
    color: rgb(186, 186, 186);
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.cart_tab_zone li span {
    margin: 0px 0px 0px 4px;
    color: rgb(255, 204, 0);
}

.cart_tab_zone li.active {
    background: #a80009;
    color: rgb(255, 255, 255);
}

.cart_tab_zone1 {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_tab_zone1 ul {
    display: flex;
    width: 100%;
}

.cart_tab_zone1 li {
    float: left;
    width: 100%;
    background: rgb(51, 51, 51);
    text-align: center;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 13px;
    color: rgb(186, 186, 186);
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.cart_tab_zone1 li span {
    margin: 0px 0px 0px 4px;
    color: rgb(255, 204, 0);
}

.cart_tab_zone1 li.active {
    background: #a80009;
    color: rgb(255, 255, 255);
}

.cart_tab_list {
    float: left;
    width: 100%;
}

.cart_important_zone {
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(40, 40, 40);
}

.cart_box {
    float: left;
    width: 100%;
    padding: 0px 10px 250px;
    max-height: calc(100vh - 232px);
    overflow-y: auto;
}

.cart_box::-webkit-scrollbar {
    width: 5px;
}

.cart_box::-webkit-scrollbar-thumb {
    height: 30%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.cart_box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.cart_bet_zone {
    float: left;
    width: 100%;
}

.cart_bet {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 5px 0px;
}

.cart_bet_title {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(rgb(58, 58, 58) 0%, rgb(52, 43, 32) 100%);
    padding: 0px 10px;
}

.cart_bet_tip {
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.cart_bet_x {
    width: 25px;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.cart_bet_x:hover {
    color: #a80009;
}

.cart_bet_info {
    float: left;
    width: 100%;
    background: rgb(72, 67, 60);
    padding: 10px 10px 15px;
}

.bet_bet_team {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bet_bet_name {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.bet_team_name {
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.bet_bet_odd {
    width: 50px;
    text-align: right;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 204, 0);
}

.cart_folder {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 5px 0px;
}

.cart_folder_title {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(rgb(58, 58, 58) 0%, rgb(52, 43, 32) 100%);
    padding: 0px 10px;
}

.cart_folder_l {
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.cart_folder_r {
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 204, 0);
}

.cart_folder_info {
    float: left;
    width: 100%;
    background: rgb(72, 67, 60);
    padding: 10px 10px 15px;
}

.folder {
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.folder_style1 {
    min-width: 80px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.folder_style2 {
    font-family: EsaManru;
    font-weight: 300;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.cart_input {
    background-color: rgb(26, 26, 26);
    border: 1px solid rgb(0, 0, 0);
    padding: 4px 5px;
    font-family: EsaManru;
    font-weight: 500;
    color: rgb(255, 204, 0);
    border-radius: 5px;
    height: 34px;
    text-align: right;
    width: 100%;
}

.cart_btn1 {
    border: 1px solid #e91c23;
background-color: #0b0b11;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 5px;
    line-height: 34px;
    font-family: EsaManru;
    font-weight: 500;
    cursor: pointer;
}

.cart_btn1:hover {
    background-color: #e91c23;
}

.cart_btn2 {
    background: #a80009;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    border-radius: 5px;
    line-height: 34px;
    font-family: EsaManru;
    font-weight: 500;
    cursor: pointer;
}

.cart_btn2:hover {
    background-color: #e91c23;
}

.radio_wrap {
    float: left;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.radio_wrap label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin: 0px 5px 0px 0px;
}

.radio_wrap label input {
    position: absolute;
    left: -9999px;
}

.radio_wrap label input:checked+span {
    background-color: #a80009;
    color: rgb(255, 255, 255);
}

.radio_wrap label input:checked+span::before {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0.4375em inset;
}

.radio_wrap label>span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 5px;
    transition: all 0.25s ease 0s;
    background: rgb(55, 55, 55);
    color: rgb(238, 238, 238);
}

.radio_wrap label>span:hover {
    background-color: #a80009;
    color: rgb(255, 255, 255);
}

.radio_wrap label>span::before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: rgb(170, 170, 170);
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: all 0.25s ease 0s;
    box-shadow: rgb(234, 234, 234) 0px 0px 0px 0.125em inset;
}

.radio_wrap label>span>span {
    padding: 0px 10px;
    border-radius: 5px;
    transition: all 0.25s ease 0s;
    background: rgb(34, 34, 34);
    color: rgb(255, 201, 87);
}

.bet_title1 {
    display: table;
    width: 100%;
}

.bet_title1_tr {
    display: table-row;
    height: 34px;
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
}

.bet_title1_cell {
    display: table-cell;
    height: 34px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.7) 2px 0px 3px;
}

.bet_title1_1 {
    width: 8%;
    text-align: center;
}

.bet_title1_2 {
    width: 20%;
    text-align: center;
}

.bet_title1_3 {
    width: 5%;
    text-align: center;
}

.bet_title1_4 {
    width: 20%;
    text-align: center;
}

.bet_title1_5 {
    width: 5%;
    text-align: center;
}

.bet_title1_6 {
    width: 10%;
    text-align: center;
}

.bet_title1_7 {
    width: 5%;
    text-align: center;
}

.bet_title2 {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
}

.bet_title2_font {
    font-weight: bold;
    line-height: 30px;
    margin: 2px 0px 0px 15px;
    color: rgb(255, 255, 255);
}

.bet_list1 {
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: none;
}

.bet_list_tr {
    display: table-row;
    height: 33px;
}

.bet_cell {
    display: table-cell;
    height: 33px;
    padding: 0px 10px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bet1 {
    width: 8%;
    text-align: center;
    color: rgb(226, 220, 196);
}

.bet2 {
    width: 20%;
}

.bet3 {
    width: 5%;
    text-align: center;
}

.bet4 {
    width: 20%;
}

.bet5 {
    width: 5%;
    text-align: center;
}

.bet6 {
    width: 10%;
}

.bet7 {
    width: 5%;
    text-align: center;
}

.bet_cellon {
    vertical-align: middle;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-weight: 700;
    background: #a80009;
}

.bet_fontstyle {
    color: rgb(102, 255, 0);
}

.bet_my {
    float: left;
    width: 100%;
    background: rgb(225, 225, 225);
    line-height: 18px;
}

.bet_my_left {
    float: left;
    padding: 5px;
}

.bet_my_right {
    float: right;
    padding: 5px;
    color: rgb(71, 137, 184);
    text-align: right;
}

.bet_hstory {
    padding: 0px 15px;
    height: 50px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0px 0px 10px;
}

.bet_hstory_left ul li {
    float: left;
    margin: 2px 20px 0px 0px;
    color: rgb(255, 255, 255);
}

.bet_hstory_right {
    float: right;
}

.bet_hstory_font1 {
    color: rgb(255, 198, 0);
    font-weight: 700;
}

.bet_hstory_font2 {
    color: rgb(255, 114, 0);
    font-weight: 700;
}

.mini_title_wrap {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    background: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(38, 37, 45);
}

.mini_in_title {
    float: left;
    font-size: 16px;
    font-family: EsaManru;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.mini_round {
    font-weight: 300;
}

.mini_round span {
    color: rgb(255, 201, 87);
    letter-spacing: -1pt;
}

.mini_time {
    font-weight: 300;
}

.mini_time span {
    color: rgb(255, 201, 87);
    letter-spacing: -1pt;
}

.mini_movie_wrap {
    float: unset;
    width: 100%;
    min-height: 300px;
    /* text-align: center; */
    padding: 20px 0px;
}

.mini_game_wrap {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}

.mini_game_box {
    float: left;
    width: 33%;
    margin: 0px 0.5% 0.5% 0px;
}

.mini_game_box:nth-child(3n) {
    margin: 0px 0px 0.5%;
}

.mini_game_title {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    text-align: center;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.mini_btn_box {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.row_btn {
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(70, 60, 42, 0.6);
}

.cul_btn {
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 65px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(70, 60, 42, 0.6);
}

.mini_btn_type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 5px 10px;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.mini_btn_odd {
    margin: 10px 0px 0px;
    font-family: EsaManru;
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 201, 87);
    transition: all 0.5s ease 0s;
}

.row_btn .mini_btn_type {
    width: 70px;
    height: 70px;
}

.row_btn .mini_btn_type_size {
    width: 100px;
    height: 100px;
}

.cul_btn .mini_btn_type {
    width: 55px;
    height: 55px;
}

.cul_btn .mini_btn_odd {
    margin: 0px;
}

.mini_btn_type_att {
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(17, 17, 17);
}

.mini_btn_type_att.ab_l {
    left: -5px;
}

.mini_btn_type_att.ab_r {
    right: -5px;
}

.width50 {
    width: calc(50% - 10px);
    margin: 5px;
}

.width30 {
    width: calc(33.3333% - 10px);
    margin: 5px;
}

.mini_btn_type1 {
    background: linear-gradient(rgb(241, 0, 0) 0%, rgb(158, 0, 0) 100%);
}

.mini_btn_type2 {
    background: linear-gradient(rgb(0, 94, 236) 0%, rgb(0, 80, 199) 100%);
}

.mini_btn_type3 {
    background: linear-gradient(rgb(0, 232, 66) 0%, rgb(0, 179, 51) 100%);
}

.row_btn:hover {
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    box-shadow: rgba(0, 0, 0, 0.5) 2px 5px 10px 0px;
}

.row_btn.active {
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    box-shadow: rgba(0, 0, 0, 0.5) 2px 5px 10px 0px;
}

.cul_btn:hover {
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    box-shadow: rgba(0, 0, 0, 0.5) 2px 5px 10px 0px;
}

.row_btn.on {
    box-shadow: rgb(255, 174, 0) 0px 0px 10px 0px inset;
    border: 1px solid rgb(255, 174, 0);
}

.cul_btn.on {
    box-shadow: rgb(255, 174, 0) 0px 0px 10px 0px inset;
    border: 1px solid rgb(255, 174, 0);
}

.row_btn:hover .mini_btn_odd {
    color: rgb(255, 255, 255);
}

.cul_btn:hover .mini_btn_odd {
    color: rgb(255, 255, 255);
}

.mini_power_big_wrap {
    float: left;
    margin: 10px 0px 0px;
    transition: all 0.5s ease 0s;
}

.mini_power_big_wrap.w50 {
    width: 49.9999%;
}

.mini_power_big_wrap.w30 {
    width: 33.3333%;
}

.mini_power_title {
    text-align: center;
    display: block;
    background: rgb(40, 40, 40);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 0px;
    padding: 8px 0px;
}

.mini_power_btn1 {
    float: left;
    width: 100%;
    min-height: 54px;
    line-height: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0px 0px;
    border-radius: 0px;
    cursor: pointer;
}

.mini_power_btn1 {
    background: linear-gradient(rgb(255, 0, 0) 0%, rgb(222, 47, 0) 100%);
}

.mini_power_btn1:hover {
    background: linear-gradient(rgb(222, 47, 0) 0%, rgb(255, 0, 0) 100%);
}

.mini_power_btn2 {
    float: left;
    width: 100%;
    min-height: 54px;
    line-height: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0px 0px;
    border-radius: 0px;
    cursor: pointer;
}

.mini_power_btn2 {
    background: linear-gradient(rgb(0, 137, 255) 0%, rgb(0, 154, 204) 100%);
}

.mini_power_btn2:hover {
    background: linear-gradient(rgb(0, 154, 204) 0%, rgb(0, 137, 255) 100%);
}

.mini_power_btn3 {
    float: left;
    width: 100%;
    min-height: 54px;
    line-height: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0px 0px;
    border-radius: 0px;
    cursor: pointer;
}

.mini_power_btn3 {
    background: linear-gradient(rgb(0, 214, 76) 0%, rgb(48, 204, 0) 100%);
}

.mini_power_btn3:hover {
    background: linear-gradient(rgb(48, 204, 0) 0%, rgb(0, 214, 76) 100%);
}

.mini_power_btn1.active {
    background: none;
    border: 2px solid rgb(255, 0, 0);
}

.mini_power_btn2.active {
    background: none;
    border: 2px solid rgb(0, 137, 255);
}

.mini_power_btn3.active {
    background: none;
    border: 2px solid rgb(0, 214, 76);
}

.mini_power_font {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.rule_wrap {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-image: initial;
    border-top: none;
}

.rule_box1 {
    float: left;
    width: 100%;
}

.rule_box1 td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 16px;
    height: 44px;
    font-weight: 500;
    font-size: 12px;
    color: rgb(245, 245, 245);
    letter-spacing: 0px;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 0px 1px;
    padding: 5px 15px;
}

.rule_box1 tr:first-child td {
    background: rgb(51, 51, 51);
}

.rule_box1 tr:nth-child(n+2) td:first-child {
    background: rgba(49, 40, 23, 0.78);
}

.rule_box1 tr:nth-child(n+2) td:last-child {
    background: rgba(35, 30, 21, 0.78);
}

.rule_box_title {
    float: left;
    width: 100%;
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    line-height: 42px;
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
    padding: 0px 0px 0px 20px;
}

.rule_box1::-webkit-scrollbar {
    height: 5px;
}

.rule_box1::-webkit-scrollbar-thumb {
    width: 30%;
    background: rgb(255, 174, 0);
    border-radius: 10px;
}

.rule_box1::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.rule_font1 {
    color: rgb(255, 216, 0);
}

.rule_font2 {
    color: rgb(255, 223, 27);
}

.rule_font3 {
    color: rgb(0, 252, 255);
}

.rule_font4 {
    color: rgb(6, 255, 0);
}

.rule_font5 {
    color: rgb(255, 0, 30);
}

.rule_info_wrap {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
    padding: 15px 0px 20px;
    border-radius: 0px;
}

.no_history {
    font-size: 25px;
    text-align: center;
}

.rule_info1 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: rgb(255, 216, 0);
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 700;
}

.rule_info2 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: rgb(251, 216, 184);
    padding: 5px 20px 0px;
    font-size: 18px;
    font-weight: 700;
}

.rule_info3 {
    float: left;
    width: 100%;
    line-height: 30px;
    color: rgb(242, 242, 242);
    padding: 5px 20px 0px 23px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}

.refresh {
    font-family: EsaManru;
    font-weight: 300;
    font-size: 13px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.refresh:hover {
    color: #a80009;
}

.refresh i {
    margin: 0px 4px 0px 0px;
}

.delete_all {
    font-family: EsaManru;
    font-weight: 300;
    font-size: 13px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.delete_all:hover {
    color: #a80009;
}

.delete_all i {
    margin: 0px 4px 0px 0px;
}

ul {
    padding: 0px !important;
}

@keyframes Casino_item02 {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@media screen and (max-width:991px) {
    .layout:hover .logo-div .normal-layout {
        display: none;
    }
}

.birthday-input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}

.login_input_date {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-family: EsaManru;
}

body>div:nth-child(7) {
    z-index: 9999999999999999999;
}

.marquee {
    display: flex;
    color: white;
    align-items: center;
    flex: 1;
    line-height: normal;
}
.marquee img {
    margin-right: 5px;
    width: 29px;
    filter: hue-rotate(136deg);
}

.leftbar-telegram {
    display: block;
    align-items: center;
    border: 1px solid #696969;
    padding: 8px 8px;
    border-radius: 7px;
    color: white;
    margin: 12px 22px;
}