@charset "utf-8";

#wrap {
    float: left;
    width: 100%;
    overflow-x: hidden;
    display: flex;
}

.wrap_left {
    float: left;
    width: 250px;
    min-height: 100vh;
    max-height: 100vh;
    background: url(../images/bg_left.png) left top repeat-y;
    box-shadow: 3px 0px 2px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}
.wrap_left_inner {
    float: left;
    width: 100%;
    margin: 24px 0 0 0;
    padding: 0 0 100px;
    overflow-y: auto;
}
.wrap_right {
    float: right;
    width: 100%;
    padding: 0 0 0 250px;
    transition: all 0.3s;
}
.wrap_left_inner::-webkit-scrollbar {
    display: none;
}
.logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
}
.logo a {
    display: block;
}
.logo1 {
    display: none;
}
.left_game {
    float: left;
    width: 100%;
}
.left_game ul {
    width: 205px;
    margin: 0 auto;
    padding: 25px;
    background: linear-gradient(#744e97 0%, #62447d 100%);
    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: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.left_game li {
    float: left;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.left_game li a {
    display: flex;
    position: relative;
}
.left_txt {
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s;
}
.left_icon {
    margin: 0 10px 0 0;
}
.left_icon img {
    height: 22px;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.left_game li a:hover .left_icon img {
    transform: rotate(-42deg);
    filter: grayscale(0%);
}
.left_game li a:hover .left_txt {
    color: #ffffff;
}

.left_menu {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.left_menu ul {
    width: 205px;
    margin: 0 auto;
    padding: 25px;
    background: linear-gradient(#744e97 0%, #62447d 100%);
    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: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.left_menu li {
    float: left;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.left_menu li a {
    display: flex;
}
.menu_txt {
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s;
}
.menu_icon {
    margin: 0 10px 0 0;
}
.menu_icon img {
    height: 22px;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.msnodd {
    color: #f3cbff;
    font-weight: 500;
    display: inline-block;
    padding: 0 5px;
}
.left_menu li a:hover .menu_txt {
    color: #ffffff;
}
.left_menu li a:hover .menu_icon img {
    transform: rotate(-42deg);
    filter: grayscale(0%);
}

.left_img {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.left_img ul {
    width: 205px;
    margin: 0 auto;
}
.left_img li {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.top_box {
    float: left;
    width: calc(100% - 250px);
    background: #e0c4ff90;
    padding: 0 50px;
    position: fixed;
    z-index: 100;
    overflow: hidden;
}
.notice {
    float: left;
    max-width: 40%;
    height: 80px;
    line-height: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #bababa;
}

.my {
    float: right;
    height: 80px;
    line-height: 80px;
    text-align: right;
}
.my ul {
    float: right;
}
.my li {
    float: left;
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 12px;
}

.my_font01 {
    color: #4f307d;
    font-weight: 900;
}
.my_special {
    color: #7d78a3;
    font-weight: 300;
    font-size: 18px;
}
.my li i {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    display: inline-block;
}
.top_my_btn1 {
    background: linear-gradient(#7437d2 0%, #6b488a 100%);
    min-width: 100px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: #ffffff;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 1);
}
.top_my_btn1:hover {
    background: linear-gradient(-45deg, #7437d2 0%, #6b488a 100%);
}
.top_my_btn2 {
    background: linear-gradient(#7437d2 0%, #6b488a 100%);
    min-width: 100px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: #ffffff;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 1);
}
.top_my_btn2:hover {
    background: linear-gradient(-45deg, #7437d2 0%, #6b488a 100%);
}
.top_my_btn3 {
    background: linear-gradient(#c3c3c3 0%, #4d4d4d 100%);
    min-width: 100px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: #ffffff;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 1);
}
.top_my_btn3:hover {
    background: linear-gradient(-45deg, #717171 0%, #343434 100%);
}
.top_my_btn4 {
    background: linear-gradient(#a572d5 0%, #6b488a 100%);
    min-width: 100px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: #ffffff;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 1);
}
.top_my_btn4:hover {
    background: linear-gradient(-45deg, #a572d5 0%, #6b488a 100%);
}

.title_box {
    float: left;
    width: 100%;
    padding: 0 50px;
    margin: 110px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title {
    float: left;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 1vw;
    font-weight: 700;
    font-size: 22px;
    color: #8458ac;
    white-space: nowrap;
}
.title span {
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: nowrap;
    color: #8458ac;
}
.title_line {
    height: 2px;
    width: 100vw;
    background-color: #865e9c;
    position: relative;
}
.title_line::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #865e9c;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
}

.s_title1 {
    float: left;
    width: 100%;
    padding: 0 10px;
    border-left: 5px solid #7437d2;
    line-height: 40px;
    font-weight: 500;
    font-size: 20px;
    color: #7437d2;
}

.width_sports.wrap_left {
    width: 80px;
}
.width_sports + .wrap_right {
    padding: 0 0 0 80px;
}
.width_sports + .wrap_right > .top_box {
    width: calc(100% - 80px);
}
.width_sports .logo1 {
    display: inline-block;
}
.width_sports .logo2 {
    display: none;
}
.width_sports .left_game ul {
    border: 0px;
    box-shadow: none;
    width: 80%;
    padding: 25px 15px;
}
.width_sports .left_txt {
    display: none;
}
.width_sports .left_img {
    display: none;
}

.width_sports .left_menu ul {
    border: 0px;
    box-shadow: none;
    width: 80%;
    padding: 25px 15px;
}
.width_sports .menu_txt {
    display: none;
}

.width_sports.wrap_left:hover {
    width: 250px;
    overflow: hidden;
}
.width_sports.wrap_left:hover .logo1 {
    display: none;
}
.width_sports.wrap_left:hover .logo2 {
    display: inline;
}
.width_sports.wrap_left:hover .left_game ul {
    width: 205px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.width_sports.wrap_left:hover .left_txt {
    display: block;
}

.width_sports.wrap_left:hover .left_menu ul {
    width: 205px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.width_sports.wrap_left:hover .menu_txt {
    display: block;
}
.width_sports.wrap_left:hover .left_img {
    display: block;
}

@media screen and (max-width: 1900px) {
    .wrap_left {
        width: 80px;
    }
    .wrap_right {
        padding: 0 0 0 80px;
    }
    .top_box {
        width: calc(100% - 80px);
    }
    .logo1 {
        display: inline-block;
    }
    .logo2 {
        display: none;
    }
    .left_game ul {
        border: 0px;
        box-shadow: none;
        width: 80%;
        padding: 25px 15px;
    }
    .left_txt {
        display: none;
    }

    .left_menu ul {
        border: 0px;
        box-shadow: none;
        width: 80%;
        padding: 25px 15px;
    }
    .menu_txt {
        display: none;
    }
    .left_img {
        display: none;
    }
    .wrap_left:hover {
        width: 250px;
        overflow: hidden;
    }
    .wrap_left:hover .logo1 {
        display: none;
    }
    .wrap_left:hover .logo2 {
        display: inline;
    }
    .wrap_left:hover .left_game ul {
        width: 205px;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
    }
    .wrap_left:hover .left_txt {
        display: block;
    }

    .wrap_left:hover .left_menu ul {
        width: 205px;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
    }
    .wrap_left:hover .menu_txt {
        display: block;
    }
    .wrap_left:hover .left_img {
        display: block;
    }
}

.contents_wrap {
    float: left;
    width: 100%;
    min-height: 400px;
    margin: 30px 0 0 0;
    padding: 0 50px;
}
.contents_box {
    float: left;
    width: 100%;
}
.contents_box_left {
    float: left;
    width: calc(50% - 5px);
}
.contents_box_right {
    float: right;
    width: calc(50% - 5px);
    margin: 0 0 0 10px;
}

.sports_wrap {
    float: left;
    width: 100%;
    min-height: 100vh;
    max-height: calc(100vh - 80px);
    overflow: hidden;
    padding: 80px 0 0 0;
    background: transparent;
}
.sports_box_left {
    float: left;
    width: 240px;
    min-height: 100vh;
    max-height: calc(100vh - 80px);
    padding: 0 0 100px;
    overflow-y: auto;
    background: #1b1b1b;
    box-shadow: 3px 0px 2px 0px rgba(0, 0, 0, 0.12);
}
.sports_box_center {
    float: left;
    width: calc(100% - 310px);
    min-height: 100vh;
    max-height: calc(100vh - 80px);
    overflow: hidden;
    margin: 0 10px;
    background: transparent;
}
.sports_box_right {
    float: left;
    width: 280px;
    min-height: 100vh;
    max-height: calc(100vh - 80px);
    overflow: hidden;
    background: transparent;
}
.sports_box_left::-webkit-scrollbar {
    display: none;
}

.mini_wrap {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.mini_box_left {
    float: left;
    width: calc(100% - 290px);
    margin: 0 10px 0 0;
    padding: 0 20px;
}
.mini_box_right {
    float: left;
    width: 280px;
    background: #1b1b1b;
}

.con_box00 {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}
.con_box10 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.con_box20 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.con_box30 {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.con_box40 {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}
.con_box50 {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}
.con_box60 {
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}

.footer_wrap {
    float: left;
    width: 100%;
    background: #9383a2;
    margin: 40px 0 0 0;
    padding: 50px 0 50px 0;
}
.footer_box {
    float: left;
    width: 100%;
    padding: 0 70px;
}

.footer_box_top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.f_text {
    margin: 20px 0 0 0;
    font-weight: 500;
    font-size: 13px;
    color: #865e9c;
    line-height: 1.5;
}

.f_title {
    font-weight: 700;
    font-size: 20px;
    color: #888888;
}
.f_title span {
    color: #ffffff;
}

.f_quick {
    margin: 30px 0 0 0;
}
.f_quick li {
    float: left;
    margin: 0 10px 0 0;
    width: 110px;
    height: 130px;
    border-radius: 10px;
    background: #664682;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
}
.f_quick li:last-child {
    margin: 0;
}
.f_quick li a {
    display: block;
    text-align: center;
}
.f_quick li a img {
    filter: grayscale(100%) brightness(0.7);
    transition: all 1s;
}
.f_quick li:hover {
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 1);
}
.f_quick li:hover a img {
    filter: grayscale(0%);
}
.quick_txt {
    margin: 10px 0 0 0;
    font-weight: 300;
    font-size: 13px;
    color: #c5c5c5;
    transition: all 1s;
}
.f_quick li:hover .quick_txt {
    color: #ffffff;
}

.footer_box_bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #865e9c;
    margin: 40px 0 0 0;
    padding: 30px 0 0 0;
}
.f_partners {
    float: left;
    width: 100%;
    overflow: hidden;
}
.f_partners img {
    width: 100%;
}

.main_contents_wrap {
    float: left;
    width: 100%;
    min-height: 400px;
    margin: 30px 0 0 0;
    padding: 0 50px;
}
.main_contents_box {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.main_casino_box {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #323232;
}
.main_casino_title {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    color: #bababa;
}
.main_casino_title span {
    color: #8458ac;
}

.main_game_list {
    float: left;
    width: 100%;
}
.main_game_list ul {
    margin: 10px 0 0 0;
}
.main_game_list li {
    float: left;
    width: calc(100% / 5 - 15px);
    margin: 0 16px 20px 0;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}
.main_game_list li:nth-child(5n) {
    margin: 0 0 20px 0;
}
.main_game_list li a {
    display: block;
}
.main_game_list li a img {
    width: 100%;
    transition: all 0.5s;
}

.board {
    float: left;
    width: 32%;
    height: 530px;
    background-color: #dfd4e5;
    border-radius: 10px;
    box-shadow: 2px 4px 5px 1px #a7b5cc59,inset 0 0 6px 1px #ffffffbf;
    border: 1px solid #cfbfd8;
    margin: 0 2% 0 0;
    padding: 30px 20px;
    overflow: hidden;
}
.board:last-child {
    margin: 0 0 0 0;
}
.board_title {
    font-weight: 700;
    font-size: 20px;
    color: #bababa;
}
.board_title span {
    color: #8458ac;
}
.board_box {
    padding: 15px 0 0 0;
    max-height: 440px;
    overflow: hidden;
}
.board_box td {
    border-bottom: 1px solid #906aa5;
    color: #906aa5;
    font-size: 13px;
    line-height: 42px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_box td img {
    max-width: 100%;
}

.login_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.loginbox {
    width: 600px;
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
    background: #b084d970;
}
.login_logo {
    float: left;
    width: 100%;
    text-align: center;
}
.login_title {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #555555;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
}
.login {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 10px;
}
.login li {
    float: left;
    width: 100%;
    padding: 1%;
    transition: all 0.2s;
}
.login_att {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
}
.login_input {
    background-color: #63457e;
    border: 1px solid #7437d2;
    color: #ffffff;
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    padding: 0 0 0 10px;
}
.login_input::placeholder {
    color: #b9b9b9;
    font-size: 12px;
    letter-spacing: 0pt;
}
.login_input:focus {
    border: 1px solid #7437d2;
}
.login_input2 {
    background-color: #333333;
    border: 1px solid #111111;
    color: #ffffff;
    width: 100%;
    height: 70px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    padding: 10px;
}
.login_input2::placeholder {
    color: #b9b9b9;
    font-size: 12px;
    letter-spacing: 0pt;
}
.login_input2:focus {
    border: 1px solid #7437d2;
}
.login_font01 {
    font-weight: 300;
    font-size: 12px;
    color: #bababa;
}
.login_font02 {
    color: #922bc3;
}
.login_btn_box {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}
.login_btn_box ul {
    display: inline-block;
}
.login_btn_box li {
    float: left;
    margin: 0 5px;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
}
.login_btn_box2 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}
.login_btn_box2 li {
    float: left;
    width: 100%;
    padding: 1%;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
}
.login_btn1 {
    background: linear-gradient(#a572d5 0%, #6b488a 100%);
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: #ffffff;
}
.login_btn1:hover {
    background: linear-gradient(-45deg, #a572d5 0%, #6b488a 100%);
}
.login_btn2 {
    background: linear-gradient(#717171 0%, #343434 100%);
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: #ffffff;
}
.login_btn2:hover {
    background: linear-gradient(-45deg, #717171 0%, #343434 100%);
}
.login_btn3 {
    background: linear-gradient(#a572d5 0%, #6b488a 100%);
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    color: #ffffff;
}
.login_btn3:hover {
    background: linear-gradient(-45deg, #a572d5 0%, #6b488a 100%);
}
.login_btn4 {
    min-width: 150px;
    padding: 5px 0;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}
.login_btn4:hover {
    text-decoration: underline;
}
.login_btn5 {
    background: linear-gradient(#a572d5 0%, #6b488a 100%);
    min-width: 100px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
}
.login_btn5:hover {
    background: linear-gradient(-45deg, #a572d5 0%, #6b488a 100%);
}
.login_btn6 {
    background: linear-gradient(#a572d5 0%, #6b488a 100%);
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
}
.login_btn6:hover {
    background: linear-gradient(-45deg, #a572d5 0%, #6b488a 100%);
}

.join_wrap {
    width: 800px;
    transition: all 0.5s;
    margin: 0 auto;
}
.join_box {
    width: 100%;
    float: left;
    padding: 40px 50px;
    border-radius: 5px;
    background: #b084d970;
    position: relative;
}
.join_title {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    color: #ffffff;
}
.join {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 10px;
}
.join li {
    float: left;
    width: 100%;
    padding: 1%;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
.join_att {
    float: left;
    width: 30%;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.game_list {
    float: left;
    width: 100%;
}
.game_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.game_list li {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}
.game_list li:nth-child(2n) {
    margin: 0 0 2% 0;
}
.game_list li a {
    display: block;
}
.game_list li a img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    transition: all 0.5s;
}
.game_list li a span {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1924px) {
    .game_list li {
        float: left;
        width: calc(100% / 3 - 10px);
        margin: 0 15px 20px 0;
        transition: all 0.5s;
    }
    .game_list li:nth-child(2n) {
        margin: 0 15px 20px 0;
    }
    .game_list li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
}

.sports_tab_zone {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sports_tab {
    width: 100%;
    overflow-x: auto;
}
.sports_tab ul {
    display: flex;
    align-items: center;
    height: 40px;
}
.sports_tab ul li {
    min-width: 120px;
    height: 32px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #858585;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.5s;
}
.tab_img {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 20px;
}
.txt {
    white-space: nowrap;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}
.txt span {
    margin-left: 4px;
    font-weight: 500;
    color: #ffffff;
}

.sports_tab ul li:hover {
    background: #7c5891;
    color: #ffffff;
}
.sports_tab ul li:hover .txt {
    color: #ffffff;
}
.sports_tab ul li:hover .tab_img {
    filter: brightness(1);
}
.sports_tab ul li.active {
    background: #7c5891;
    color: #ffffff;
}
.sports_tab ul li.active .txt {
    color: #ffffff;
}
.sports_tab ul li.active .tab_img {
    filter: brightness(1);
}

.sports_tab::-webkit-scrollbar {
    height: 5px;
}
.sports_tab::-webkit-scrollbar-thumb {
    width: 30%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
.sports_tab::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
.sports_bet_zone {
    float: left;
    width: 100%;
    min-height: 100vh;
    max-height: calc(100vh - 120px);
    padding: 0 0 130px;
    overflow-y: auto;
}
.sports_bet_zone::-webkit-scrollbar {
    width: 5px;
}
.sports_bet_zone::-webkit-scrollbar-thumb {
    height: 30%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
.sports_bet_zone::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
.bet_title {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px 0 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #7a5a98;
    transition: 0.2s all ease-out;
}
.bet_title:hover {
    background: #7a5a98;
}
.bet_title_l {
    display: flex;
    align-items: center;
}
.bet_country {
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
}
.bet_game_title {
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
}
.bet_title_r {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.bet_title_r i {
    transform: rotate(-180deg);
    transition: all 0.5s;
}
.bet_title.active .bet_title_r i {
    transform: rotate(0deg);
}
.bet_info_wrap {
    padding: 10px 0;
    background: #dfd4e5;
}
.bet_info {
    display: flex;
    width: 100%;
    padding: 2px 0.6%;
    align-items: center;
    justify-content: space-between;
}
.bet_info_l {
    width: 20%;
    display: flex;
    align-items: center;
}
.bet_info_r {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time {
    padding: 0 10px;
    min-width: 95px;
    font-weight: 300;
    font-size: 12px;
    color: #4f307d;
    white-space: nowrap;
}
.bet_name {
    padding: 0 10px;
    font-weight: 300;
    font-size: 12px;
    color: #282828;
}
.bet_choose_btn_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bet_choose_btn {
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    padding: 0 1.5%;
    background: #c4aecc;
    border: 1px solid #8c7a9d;
    border-radius: 3px;
    color: #4f307d;
    font-size: 14px;
    cursor: pointer;
}
.bet_choose_btn.bet_b {
    width: 44.5%;
}
.bet_choose_btn.bet_s {
    width: 10%;
    justify-content: center;
}
.bet_choose_btn.active {
    background: #b48cda;
    border: 1px solid #7a5a98;
    color: #fff;
}
.bet_choose_btn:hover {
    background: #b48cda;
    border: 1px solid #7a5a98;
    color: #fff;
}
.bet_team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    width: 100%;
}
.bet_team img {
    max-width: 100%;
    max-height: 24px;
}
.bet_team .team_name {
    flex: 1 1 auto;
    min-width: 0px;
}
.bet_team .category_detail_image {
    flex: 0 0 auto;
    min-width: 0px;
}
.bet_team .category_detail_image img {
    max-height: 20px;
}
.team_img {
    width: 22px;
}
.team_name {
    margin: 0 5px;
    font-weight: 300;
    font-size: 13px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bet_choose_btn.active .team_name {
    color: #fff;
}
.bet_choose_btn:hover .team_name {
    color: #fff;
}
.team_name img {
    max-width: 100%;
    max-height: 24px;
}
.bet_odd {
    display: flex;
    align-items: center;
    min-width: 30px;
    font-weight: 300;
    font-size: 13px;
    color: #4f307d;
}
.bet_choose_btn.active .bet_odd {
    color: #fff;
}
.bet_choose_btn:hover .bet_odd {
    color: #fff;
}

.cart_wrap {
    float: left;
    width: 100%;
}
.switch_zone {
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #714d95;
}
.cart_title {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}
.cart_tab_list {
    float: left;
    width: 100%;
}
.cart_important_zone {
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}
.refresh {
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
}
.refresh:hover {
    color: #a572d5;
}
.refresh i {
    margin: 0 4px 0 0;
}
.delete_all {
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
}
.delete_all:hover {
    color: #a572d5;
}
.delete_all i {
    margin: 0 4px 0 0;
}
.cart_box {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    max-height: calc(100vh - 232px);
    background: #c3b9d9;
    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_box_wrapper {
    float: left;
}
.cart_bet {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cart_bet_title {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e4ded4;
    padding: 0 10px;
}
.cart_bet_tip {
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}
.cart_bet_x {
    width: 25px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s;
}
.cart_bet_x:hover {
    color: #7437d2;
}
.cart_bet_info {
    float: left;
    width: 100%;
    background: #fbf0ff;
    padding: 10px 10px;
}
.bet_bet_team {
    float: left;
    width: 100%;
    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-weight: 300;
    font-size: 12px;
    color: #ffffff;
}
.bet_team_name {
    width: calc(100% - 65px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 12px;
    color: #000;
}
.bet_bet_odd {
    width: 50px;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    color: #4f307d;
}
.bet_delete {
    width: 15px;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    color: #500c7f;
    cursor: pointer;
}
.cart_folder {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cart_folder_info {
    float: left;
    width: 100%;
    background: #cfbfd8;
    border: 1px solid #8c7a9d;
    padding: 10px 10px 15px;
    border-radius: 10px;
}

.folder {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.folder_style1 {
    min-width: 80px;
    font-weight: 300;
    font-size: 12px;
    color: #000000;
}
.folder_style2 {
    font-weight: 300;
    font-size: 13px;
    color: #000000;
}

.cart_input {
    background-color: #faecff;
    border: 1px solid #8c7a9d;
    padding: 4px 5px 4px 5px;
    font-weight: 500;
    color: #4f307d;
    border-radius: 5px;
    height: 34px;
    text-align: right;
    width: 100%;
}
.cart_btn1 {
    background: linear-gradient(#8c8c8c 0%, #616161 100%);
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 34px;
}
.cart_btn1:hover {
    transform: scale(0.95);
}
.cart_btn2 {
    background: linear-gradient(#a572d5 0%, #6b488a 100%);
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 34px;
}
.cart_btn2:hover {
    transform: scale(0.95);
}

.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: 0 5px 0 0;
}
.radio_wrap label input {
    position: absolute;
    left: -9999px;
}
.radio_wrap label input:checked + span {
    background-color: #a572d5;
    color: #ffffff;
}
.radio_wrap label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #ffffff;
}
.radio_wrap label > span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 5px;
    transition: 0.25s ease;
    background: #373737;
    color: #eeeeee;
}
.radio_wrap label > span:hover {
    background-color: #a572d5;
    color: #ffffff;
}
.radio_wrap label > span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #aaaaaa;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #eaeaea;
}
.radio_wrap label > span > span {
    padding: 0 10px;
    border-radius: 5px;
    transition: 0.25s ease;
    background: #222222;
    color: #ffc957;
}

.bet_title1 {
    display: table;
    width: 100%;
}
.bet_title1_tr {
    display: table-row;
    height: 34px;
    background: linear-gradient(#b084d9 0%, #61427c 100%);
}
.bet_title1_cell {
    display: table-cell;
    height: 34px;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.7);
}
.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_list1 {
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: none;
}
.bet_list_tr {
    display: table-row;
    height: 33px;
    background: #dfd4e5;
}
.bet_cell {
    display: table-cell;
    height: 33px;
    padding: 0 10px 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.bet_cell img {
    max-width: 100%;
    max-height: 28px;
}
.bet_cell_game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
}
.bet1 {
    width: 8%;
    text-align: center;
}
.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: #ffffff;
    font-weight: 700;
    background: #b48cda;
}
.bet_cellon .bet_odd {
    color: #fff !important;
}
.bet_cellon .team_name {
    color: #fff !important;
}
.bet_fontstyle {
    color: #ae24e1;
}

.bet_hstory {
    padding: 0 15px 0 15px;
    height: 50px;
    line-height: 48px;
    background: #797977;
    margin: 0 0 10px 0;
}
.bet_hstory_left ul li {
    float: left;
    margin: 2px 20px 0 0;
    color: #ffffff;
}
.bet_hstory_right {
    float: right;
}
.bet_hstory_font1 {
    color: #f3cbff;
    font-weight: 700;
}
.bet_hstory_font2 {
    color: #500c7f;
    font-weight: 700;
}

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}
.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.MuiGrid-grid-xs-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}
.MuiGrid-grid-xs-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
}
@media (min-width: 960px) {
    .MuiGrid-grid-md-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }
    .MuiGrid-grid-md-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }
    .MuiGrid-grid-md-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }
    .MuiGrid-grid-md-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }
    .MuiGrid-grid-md-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
    .MuiGrid-grid-md-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }
    .MuiGrid-grid-md-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }
    .MuiGrid-grid-md-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }
    .MuiGrid-grid-md-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }
    .MuiGrid-grid-md-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }
    .MuiGrid-grid-md-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }
    .MuiGrid-grid-md-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }
    .MuiGrid-grid-md-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }
    .MuiGrid-grid-md-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}

.MyPageWrapper .GradeNowInfo {
    flex: 0 0 auto;
}

.MyPageWrapper .GradeInfo {
    flex: 1 1 auto;
}

.jconfirm .jconfirm-holder {
    margin-top: 205px;
}
.jconfirm .jconfirm-box .jconfirm-title-c {
    position: fixed;
    top: -205px;
    margin: -30px -25px 0 -25px;
}
.jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-title {
    width: 100%;
}
.jconfirm .jconfirm-box .jconfirm-title-c img {
    width: 100%;
    max-width: 100%;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    text-align: center !important;
}

#blind_popup {
    position: fixed;
    width: 100%;
    height: 2000px;
    top: 0px;
    left: 0px;
    background: url('../images/dark_bg.png');
    display: none;
    z-index: 3000;
}
#blind_popup .blind_popup_content {
    position: absolute;
}
#blind_popup .blind_popup_content .note_message_box {
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px #fff solid;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
#blind_popup .blind_popup_content .btn_close {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    text-align: center;
}

.popup-box {
    position: absolute;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}
.popup-box .popup-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    min-width: 0;
    box-sizing: border-box;
}
.popup-box .popup {
    flex: 0 0 24%;
    border: 2px #3e3e3e solid;
    border-radius: 7px;
    background-color: #212121;
    z-index: 1000;
    overflow: hidden;
    box-sizing: border-box;
}
.popup-box .popup .content {
    box-sizing: border-box;
}
.popup-box .popup .content img {
    width: 100%!important;
    height: auto!important;
    box-sizing: border-box;
}
.popup-box .popup .bottom {
    width: 100%;
    background-color: #282828;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
}