@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 100; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 600; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); }


@font-face {
    font-family: 'Danjo-bold-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Danjo-bold-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff')
      format('woff');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff')
      format('woff');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff')
      format('woff');
    font-weight: 600;
    font-style: normal;
  }

:root {
--trans: 0.3s;
--gap: 20px;
--game_bor: 10px;
--toggle_button: 110px;
--thumb_radius: 200px;
--radius: 4px;
--deg: -10deg;
--polygon: 20% 0, 80% 0, 100% 70%, 80% 100%, 20% 100%, 0 70%;
}


* {margin:0; padding:0; /*font-size:12px;*/ font-family:'S-CoreDream','Noto Sans KR', 'sans-serif', '맑은고딕','Malgun Gothic', 'Dotum';word-break:keep-all;}
img{border:0; vertical-align:middle;}
form{border:0;}
fieldset{border:0;}
caption {display:none;}
html, body {width:100%; height:100%;font-smooth: always;	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td,select,textarea,caption,img,b {margin:0; padding:0; color:rgba(255, 255, 255, 0.9);}
ul,ol,li{list-style:none}
input, select { border:none; vertical-align:middle; padding:0 0 0 3px; }
table {border-spacing:0px; border-collapse:collapse;}
textarea, button{vertical-align:middle}
a{cursor:pointer;color:rgba(255, 255, 255, 0.8); text-decoration:none; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
a:hover, a:focus, a:active{color:rgba(255, 255, 255, 1.0); text-decoration:none;filter: brightness(1.1);}
input[type=checkbox], input[type=radio] { width:18px; height:18px;}
#wrap {width:100%; position:relative; min-width:1300px; height:100%; overflow-x:hidden; }
::-moz-selection { background: #444; color: #fff;}
::selection { background: #444; color: #fff;}
option { color:#fff;}
::-webkit-scrollbar {  width: 6px;}
::-webkit-scrollbar-track {  background-color: transparent;}
::-webkit-scrollbar-thumb {  border-radius: 3px;  background-color: #564b29;}
::-webkit-scrollbar-button {  width: 0;  height: 0;}



.dflexS {display: flex;align-items: center;justify-content: space-between;}
.dflexC {display: flex !important;align-items: center;justify-content: center;}
.dflexL {display: flex;align-items: center;justify-content: left;}

.mt6 {margin-top:6px;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.mr5 {margin-right:5px}
.mr10 {margin-right:10px}
.mb5 {margin-bottom:5px}
.ml5 {margin-left:5px}
.ml10 {margin-left:10px}

.fl {float:left}
.fr {float:right}
.tac {text-align:center !important;}
.tal {text-align:left !important;}
.tar {text-align:right !important;}
.pt0 {padding-top: 0 !important;}
.pd5 {padding:5px }
.pd10 {padding:10px !important}
.pd010 {padding:0 10px !important}
.pdl10 {padding-left:15px !important;}
.btn_wrap {margin:20px auto;width:100%;padding:0 10px;display:flex;align-items: center;justify-content:center;gap: 10px;}
.btn_wrap_left {margin:20px auto;width: 100%;padding:0 10px;display:flex;align-items: center;justify-content:flex-start;gap: 10px;}
.btn_wrap_right {margin:20px auto;width: 100%;padding:0 10px;display:flex;align-items: center;justify-content:flex-end;gap: 10px;}
.yel {color:#ffcc00}
.blue {color:#0090ff;}
.lgr {color:#2de276 !important}
.red {color:#f10000 ;}
.big {padding:10px 40px !important;font-size:16px !important;}
.hide {display:none}
.pd060 {padding:0 60px;}
.mgl0 {margin-left:0 !important;}
.bb0 {border-bottom:0 !important}
.br1 {border-right:1px solid #0d213f !important}
.text-center {text-align: center!important;}
.p-t-10 {padding-top: 10px!important;}

.btn_red {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#910000;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_blue {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:linear-gradient(180deg, #0090ff, #0069ae);color:#fff;    font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_gray {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#666;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_green {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#1c8382;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_orange {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#df7834;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_small {display:inline-block;padding:4px 5px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#0090ff;color:#fff;font-size:12px;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;    vertical-align: middle;}
.btn_red_s {display:inline-block;padding:4px 5px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#c10000;color:#fff;font-size:12px;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;    vertical-align: middle;}
.btn_lgr {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#277217;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}



/* USER PAGE */
.modal-dialog.userpage {max-width:1200px;width:1200px;}
.modal-dialog.userpage .modal-content {border: 10px solid #242424;background-color: #121212;box-shadow: inset 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);    min-height:500px;}
.modal-dialog.userpage .modal-content button.btn-close{    filter: invert(1);position: absolute;right: 20px;top: 20px;opacity: 1;}
.modal-dialog.userpage .modal-content .modal-header {border:0;margin-bottom:0px}
.modal-dialog.userpage .modal-content .modal-header .modal-title {width:100%;text-align: center;}
.modal-dialog.userpage .modal-content input {border: 1px solid #444;background-color: #111;color: #fff;height: 40px;border-radius: 4px;margin-bottom: 5px;padding: 0 10px;font-size: 14px;    width: 100%;}
.modal-dialog.userpage .modal-content input::placeholder {color: #ccc;}

.modaltab {display: flex;align-items: center;justify-content: center;margin:10px 0;gap:3px;}
.modaltab a {flex:1 1;background: #181818;height:40px;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 14px;;}
.modaltab a.active {background: repeating-linear-gradient(45deg, #462f5f, transparent 240px);}

.modal-dialog.userpage .modal-content .inner {margin:5px 10px;background:#080808;border:1px solid #444;}

.msgcontent,.noticecontent,.cscontent,.eventcontent {display: none;}
.msgcontent.active,.noticecontent.active,.cscontent.active,.eventcontent.active {display:table-row;}
.msgcontent td > div {background:#444;padding:10px;width:100%}

/* Layout */
.bg_w { background:#120d04;}
.top_w { width:100%;position: relative;margin-bottom:7px;    z-index: 1;}
.top_w .spot { position:relative; height:70px;padding:0 15px;border-top: 1px solid #ffaa00;background: linear-gradient(180deg, #60502b 0, #312915);}
.top_w .spot .spot_logo {text-align: right;}
.top_w .spot .spot_logo img { max-height:60px;}
.top_w .spot .main_menu {display: flex;align-items: center;justify-content: center;margin-right:20px;}
.top_w .spot .main_menu a {padding:0 25px;font-size: 18px;display: inline-flex;align-items: center;    text-shadow: 0 2px 4px #000;}
.top_w .spot .main_menu a:hover {color:#fff}
.top_w .spot .tr_btnwrap {display: flex;align-items: center;justify-content: center;gap:8px}
.top_w .tr_btnwrap button {padding:0px 10px;height:40px;display: inline-flex;align-items: center;justify-content: center; font-size: 16px; min-width: 100px;text-align: center;    border-radius:4px;    border-width: 1px;
    box-shadow: 1px 1px 1px #000;transform: skewX(-10deg);}
.top_w .spot .tr_btnwrap a:hover {filter: brightness(1.2);}
.top_w .spot .main_menu a i {color:#efda89;font-size:21px;margin-right:4px;text-shadow: none;}

.top_w .spot .tr_btnwrap input { line-height: 40px;color:#fff;padding: 0 20px;border: 1px solid #7b6438;background: #161205;box-shadow: inset 0 1px 2px #000, 0 1px 0 rgba(0, 0, 0, .08);border-radius: 4px;transform: skewX(-10deg);font-size: 15px;}
.top_w .spot .tr_btnwrap input::placeholder {color:#c7bd65}

.top_w  .tr_btnwrap button.login {  border-top: 1px solid #cb5555;border-left: 1px solid #cb5555;border-bottom: 1px solid #642828;background: #9a4540;color: #eee;}
.top_w  .tr_btnwrap button.sign {    border-top: 1px solid #ffe73d;
    border-left: 1px solid #ffe73d;
    border-bottom: 1px solid #a08000;
    background: #e2b500;
    color: #000;}

.top_w  .spot_menu .btn { position:relative; top:-5px;}
.top_w  .spot_menu .btn a {font-size:13px; border:1px solid #4E33FF; display:block; padding:5px 20px;}
.top_w  .spot_menu .btn a:hover{background:#4E33FF}
.top_w .menu { margin-top:0px; background:#280098; border-bottom:1px solid rgba(255, 255, 255, 0.2);} 
.top_w .menu ul { text-align:center; display:flex;}
.top_w .menu ul li { width:100%;}
.top_w .menu ul li a { display:block;  font-size:18px;text-transform: uppercase; font-weight:600; color:#fff; letter-spacing:normal; height:46px; line-height:46px;}
.top_w .menu ul .on a { color:#FFD500;}
@media only screen and (max-width: 1750px) {
.top_w .spot .spot_menu .spot_time { display:none;}
}
@media only screen and (max-width: 1500px) {
.top_w .spot .spot_notice { display:none;}
}

.top_w .spot .loginafter {padding:0px 10px;height:56px; border-top: 1px solid #3c387b;background: #0e0e2c;border-radius: 5px;box-shadow: inset 0 1px 1px #000, 0 1px 0 hsla(0, 0%, 100%, .08);display: flex;align-items: center;
    gap:7px;transform: skewX(-10deg);
}


.left_top { display: flex;flex-wrap: wrap;background: #222;}
.left_top a {display: inline-flex;width:33.12%;align-items: center;justify-content: center;height:40px;background:#111;color:#fff;margin-right:1px;margin-bottom:1px;}
.left_top a:nth-child(3n) {margin-right:0}
.left_top a.top {background: linear-gradient(180deg,#a90000 0,#590000);    text-shadow: 0 1px 3px rgb(0 0 0 / 50%);}
.left_top a i {margin-right:3px;}

.left_ban { display: flex;flex-wrap: wrap;background: #222;padding:3px 4px 4px 4px;gap:4px;}
.left_ban a{display: inline-block;width:49.2%;height:70px;background:repeating-linear-gradient(45deg, #240000, #320606 50px);color:#fff;border:1px solid #ffdd00;position: relative;}
.left_ban a p.first {margin-top:5px;margin-left:10px;font-size: 23px;font-weight: 500;color:#ffcc00;    z-index: 11;position: relative;text-shadow: 0 1px 1px rgb(0 0 0 / 50%);font-family: 'establishRetrosansOTF', sans-serif;}
.left_ban a p.second {margin-top:0px;margin-left:10px;font-size: 13px;font-weight: 400;font-style: italic;color:#ccc;    z-index: 11;position: relative;}
.left_ban a img {position:absolute;bottom:0px;right:0px;height:70px;}

.con_w {  position:relative;min-height: 700px;width: 100%;display: flex;    background: url(../images/content_bg.83878c7e.jpg?v3) no-repeat top;box-shadow: inset 0 16px 16px rgba(0, 0, 0, .5);    margin-top: -60px;
    padding-top: 65px;}
.con_w.logined {margin-top:0;padding-top:30px}    
.con_w ::-webkit-scrollbar {display: none;}
.con_w:after { content:''; display:block; clear:both;}
.con_w .cl, .con_w .cc, .con_w .cr { /* overflow-y:auto; */}
.con_w > .cc { width:calc(100% - 640px); padding:0px; height:calc(100% - 40px);    margin:0 auto;}
.footer {width: calc(100% - 640px);padding: 0px;margin: 0 auto;}
.con_w .cl { width:320px; height:calc(100% - 30px); background:#121212; }
.con_w .cl::-webkit-scrollbar { display: none; }
.con_w .cr::-webkit-scrollbar { display: none; }
.cl .bx  {  overflow:hidden; margin-bottom:0px;}
.cl .tits,.cr .tits { color:#fff;text-transform: uppercase; letter-spacing:1px;font-size: 15px;border-bottom: 1px solid rgba(0,0,0,.2);height:40px;font-family: 'Montserrat';font-weight: 700;
        background: repeating-linear-gradient(45deg, #310909, black 180px);} 
.con_w .cl .cl_lns { padding:10px; display:flex;align-items: center;justify-content: center;flex-wrap: wrap;gap:6px}
.con_w .cl .cl_lns li {  width:31.6%; text-align:center;}
.con_w .cl .cl_lns li a { display:block;width:100%;margin:auto;padding:10px 0;background:repeating-linear-gradient(45deg, black, transparent 100px);border-radius: 4px;    border-top: 1px solid;
    border-image: linear-gradient(to left,#091d3c,#1f7aff,#091d3c);border-image-slice: 1;border-bottom: 1px solid;}
.con_w .cl .cl_lns li a:hover {filter: brightness(1.4);}
.con_w .cl .cl_lns li a i { font-size:24px; color: #34598f;}
.con_w .cl .cl_lns li a p { font-size:13px;margin-top:10px;color: #6a7382; }
.con_w .cl .cl_lk {display:flex; flex-wrap: wrap; padding:0px; border-bottom:none;}
.con_w .cl .cl_lk li {flex: 1 1 25%;}
.con_w .cl .cl_lk li a { font-size:13px; height:34px; line-height:34px; display:block; text-align:center;border:1px solid rgba(255, 255, 255, 0.1); border-top:none; border-left:none;}
.con_w .cl .cl_lk li a:hover { background:rgba(255, 255, 255, 0.2);}
.con_w .cl .cl_game ul li:nth-child(1),.con_w .cl .cl_game ul li:nth-child(2){display: none; }
.con_w .cl .cl_game ul li {padding:0 15px;border-bottom: 1px solid #010101;border-top: 1px solid #222;display: flex;align-items: center;justify-content: left;height: 40px;}
.con_w .cl .cl_game ul li a { display:block;font-size:14px;}
.con_w .cl .cl_game ul li a i { padding-right:5px; position:relative; top:2px; font-size: 16px;}
.con_w .cl .cl_game ul li a i::before {color:#9a8604}
.con_w .cl .cl_game ul li a:hover { color:#BBA2FF;}

.cl_login { padding-top:10px; margin-bottom:20px;}
.cl_login .tits { text-align:center; color:#fff;}
.cl_login .con {}
.cl_login .con ul {}
.cl_login .con ul li { margin-bottom:6px; position:relative;}
.cl_login .con ul li i { position:absolute; display:block; color:rgba(255, 255, 255, 0.2); top:13px; left:20px;}
.cl_login .con ul li input { border:1px solid rgba(255, 255, 255, 0.1); background:#22232f; height:38px; border-radius:50px; width:calc(100% - 45px); padding-left:45px;}
.cl_login .con ul li input::placeholder { color:#fff; font-size:14px;}
.cl_login .con .btn_login {  display:block;  height:40px; border-radius:60px; line-height:40px; text-align:center; color:#000; letter-spacing:2px; font-weight:bold;text-transform: uppercase; background:#fff;margin-bottom:6px;}
.cl_login .btn { padding:0 9px 10px 9px; overflow:hidden;}
.cl_login .btn li { float:left; width:calc(50% - 0px);}
.cl_login .btn li a { border-radius:3px; background:#fff; height:37px; line-height:37px; color:#000; text-align:center; display:block; margin:0 2px; font-size:14px;}
.cl_login .btn li a i { color:#BBA2FF;}
.cl_login .capcha_w { background:#4E33FF; border-radius:50px; width:calc(100% - 0px); padding:2px 0; margin-bottom:5px;} 
.cl_login .capcha_w input { border:none; height:30px; width:calc(100% - 120px); background:rgba(255, 255, 255, 0.0); color:#fff; padding-left:20px;}
.cl_login .capcha_w input::placeholder { color:#fff; font-size:13px;}
.cl_login .capcha_w input:focus { outline:none;}
.cl_login .capcha_w img { width:73px; height:30px;}
.cl_after { margin-bottom:15px;}
.cl_after .tits { text-align:center; color:#fff;}
.cl_after .con { overflow:hidden; padding:10px 10px 0 ;}
.cl_after .con dt { float:left; width:70px; height:70px; border-radius:50%; background:url(../images/lv_bg.png) no-repeat #7252CE; text-align:center; color:#fff; line-height:1.1em;}
.cl_after .con dt b { color:#fff; font-size:36px; display:block;line-height:1.1em;}
.cl_after .con ul { float:left; width:calc(100% - 85px); margin-left:15px;}
.cl_after .con ul li, .cl_after .con ul li a { font-size:13px;}
.cl_after .con ul li i { color:#fff; color:rgba(255, 255, 255, 0.5);}
.cl_after .con ul li u { display:inline-block; width:48px; font-size:13px; color:#fff; text-decoration:none; padding-left:5px;}
.cl_after .con ul li b { color:#2DD4FF; padding-right:3px; font-size:13px;}
.cl_after .con ul .name { color:rgba(255, 255, 255, 0.5); padding-bottom:5px; font-size:13px;}
.cl_after .con ul .name b { font-weight:500; color:#fff; padding-right:3px; font-size:13px;}
.cl_after .con ul .name .btn { display:inline-block; border-radius:3px; padding:2px 5px; background:rgba(255, 255, 255, 0.2); font-size:12px; margin-left:10px;}
.cl_after .con ul .name .btn i { font-size:12px;}

.con_w .cl .cl_sports {}
.con_w .cl .cl_sports .con dl {padding:0 15px;border-bottom: 1px solid #010101;border-top: 1px solid #222;}
.con_w .cl .cl_sports .con dl dt { position:relative; cursor:pointer;display: flex;align-items: center;justify-content:space-between; height:40px;font-weight: 300;}
.con_w .cl .cl_sports .con dl dt .ii { padding-right:5px; position:relative; top:3px;}
.con_w .cl .cl_sports .con dl dt span {margin-right: auto;color:#ccc;    font-size: 13px;}
.con_w .cl .cl_sports .con dl dt:hover { color:#BBA2FF}
.con_w .cl .cl_sports .con dl dt b { display:block; width:40px; height:24px; line-height:24px; text-align:center; border-radius:4px; background:rgba(0, 0, 0, 0.3); font-weight:400; color:#f92d2d;}
.con_w .cl .cl_sports .con dl > ul { background:rgba(0, 0, 0, 0.2);}
.con_w .cl .cl_sports .con dl > ul .selected{ color:#BBA2FF!important; }
.con_w .cl .cl_sports .con dl > ul .selected a { color:#BBA2FF!important; }
.con_w .cl .cl_sports .con dl > ul .selected a b { color:#BBA2FF!important;}
.con_w .cl .cl_sports .con dl > ul > li { display:block;cursor:pointer;  font-size:13px; padding:6px 0 6px 5px; position:relative; margin-bottom:1px; background:rgba(255, 255, 255, 0.1);}
.con_w .cl .cl_sports .con dl > ul > li .pic { width:18px; height:18px;  display:inline-block; vertical-align:top; padding-right:5px;}
.con_w .cl .cl_sports .con dl > ul > li .pic img { width:100%;}
.con_w .cl .cl_sports .con dl > ul > li > b { display:block; position:absolute; top:5px; right:10px; text-align:right; color:#fff; font-size:12px;font-weight:normal; color:rgba(255, 255, 255, 0.5);}
.con_w .cl .cl_sports .con dl > ul > li:hover {  color:#fff;}
.con_w .cl .cl_sports .con dl .cl_3dp {}
.con_w .cl .cl_sports .con dl .cl_3dp li a { display:block; font-size:13px; padding:5px 0 5px 20px; color:rgba(255, 255, 255, 0.5); background:rgba(0, 0, 0, 0.1); position:relative; border-bottom:1px solid rgba(255, 255, 255, 0.1);}
.con_w .cl .cl_sports .con dl .cl_3dp li a p {width:calc(100% - 30px);overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:12px;color:rgba(255, 255, 255, 0.5);}
.con_w .cl .cl_sports .con dl .cl_3dp li a > b { display:block; position:absolute; text-align:right; font-size:11px; letter-spacing:1px; top:4px; right:10px; font-weight:normal;color:rgba(255, 255, 255, 0.5);}
.con_w .cl .cl_sports .con dl .cl_3dp li a:hover { background:#000;}
.con_w .cl .cl_sports .con .off ul { display:none;}
.con_w .cl .cl_sports .con .on dt { color:#BBA2FF;}
.con_w .cl .cl_sports .con .on dt b {  background:#3A11AC!important;}

.con_w .cr .cr_slip { padding:10px; margin-bottom:0px;}
.con_w .cr .cr_slip .con { }
.con_w .cr .cr_slip .tits { text-align:left; position:relative; }
.con_w .cr .cr_slip .tits b { display:block; font-weight:normal; font-size:11px; position:absolute;top:0px; right:0px; background:rgba(255, 255, 255, 0.2); padding:0 5px; border-radius:3px; cursor:pointer;}
.con_w .cr .cr_slip .cart li { position:relative; background:rgba(0, 0, 0, 0.4); border-radius:3px; padding:8px; font-size:12px; color:rgba(255, 255, 255, 0.6); margin-bottom:2px;}
.con_w .cr .cr_slip .cart li > b { color:#BBA2FF; font-size:12px;}
.con_w .cr .cr_slip .cart li > p {  overflow:hidden;}
.con_w .cr .cr_slip .cart li > p > u { font-size:12px; text-decoration:none; color:#fff; display:block; float:left;}
.con_w .cr .cr_slip .cart li > p > .num {color:#ffc107; font-size:12px; display:block; float:right; text-align:right;}
.con_w .cr .cr_slip .cart li .close { position:absolute; display:block; top:5px; right:5px; cursor:pointer;}
.con_w .cr .cr_slip .cart li .close i { color:#fff; font-size:14px;}
.con_w .cr .cr_slip .cart_w { max-height:220px; overflow-y:auto; margin-bottom:10px;}
.con_w .cr .cr_slip .bonus li { margin-bottom:2px; position:relative; border-radius:3px; padding:4px 8px; font-size:14px; background: #BBA2FF;}
.con_w .cr .cr_slip .bonus li > b { display:block; position:absolute; top:5px; right:10px; text-align:right; font-weight:400; font-size:13px; letter-spacing:normal;}
.con_w .cr .cr_slip .money_w { margin-top:0px;}
.con_w .cr .cr_slip .money_w .money {display:flex; flex-wrap: wrap;align-items: center;gap:4px;}
.con_w .cr .cr_slip .money_w .money a { border-radius:3px; background:#38485b;  height:32px;display: flex;align-items: center;justify-content: center;  font-size:13px; width:32.4%;}
.con_w .cr .cr_slip .money_w .money a:hover { background:#222; color:#fff}
.con_w .cr .cr_slip .money_w .ip_money { border-radius:5px; border:1px solid #4f6781; background:rgba(0, 0, 0, 0.2); text-align:right; margin-bottom:4px; position:relative;}
.con_w .cr .cr_slip .money_w .ip_money input { background:none; border:none; text-align:right; width:calc(100% - 55px); height:40px; font-size:20px; font-weight:bold; padding-right:15px;}
.con_w .cr .cr_slip .money_w .ip_money input:focus { outline:none;}
.con_w .cr .cr_slip .money_w .ip_money .re { display:block; position:absolute; top:10px; left:10px; cursor:pointer;}
.con_w .cr .cr_slip .money_w .ip_money .re i { font-size:20px; color:#4f6781;}
.con_w .cr .cr_slip .money_w .num { margin-top:10px;    background: rgba(0,0,0,0.3);padding: 8px;border-radius: 4px;}
.con_w .cr .cr_slip .money_w .num li { position:relative; font-size:12px; color:rgba(255, 255, 255, 0.7); border-bottom: 1px solid #333;height: 30px;display: flex;align-items: center;justify-content: space-between;}
.con_w .cr .cr_slip .money_w .num li p { font-size:12px;}
.con_w .cr .cr_slip .money_w .num li p b {font-size:12px;}
.con_w .cr .cr_slip .money_w .num li #my_result_money { color:#2DD4FF;}
.con_w .cr .cr_slip .money_w .btn_betting { cursor:pointer; height:50px; line-height:50px; text-align:center; letter-spacing:5px; font-weight:bold; font-size:20px; background: linear-gradient(90deg,#65b43a,#2d501a);
        border-radius:4px;text-transform: uppercase; margin-top:4px;transition-duration: 0.4s;}
.con_w .cr .cr_slip .money_w .btn_betting:hover { background:#000; color:#fff;}

.con_w .cr .rtinfo {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 0 2px;height:95px;position: relative; font-size: 14px;margin-top:0px;border-radius:0px;overflow: hidden;background: #82abcf;margin-bottom:4px}
.con_w .cr .rtinfo .cont {background: repeating-linear-gradient(45deg, #3d5573, black 140px);z-index: 9;width: 100%;height:91px;color: #aaa;}
.con_w .cr .rtinfo img {height:40px;margin-right:5px}
.con_w .cr .rtinfo i {font-size:69px;margin-right:5px;color: #0a459b;position: absolute;left:20px;top:12px;}
.con_w .cr .rtinfo i::before {-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(#ffe262,#ffe262,#b77d00,#b77d00);}

.con_w .cr .rtinfo span {border-radius: 3px;padding:10px 15px;font-size: 21px;color:#fff;position: absolute;left:100px;top:5px;font-family: 'establishRetrosansOTF', sans-serif;
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(#ffe262,#ffe262,#b77d00,#b77d00);}
.con_w .cr .rtinfo a {position: absolute;left:110px;top:45px;font-family: 'establishRetrosansOTF', sans-serif;font-size: 18px;padding:0px 20px;background:linear-gradient(180deg, #41a900 0, #155900);line-height: 40px;height:34px;border-radius: 4px;;}


@keyframes blink {
40% {
    opacity:.5;
}
80% {
    opacity: 1;
}
}
.con_w .cr .rtinfo .effect {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, rgb(255 0 0), transparent 30%);
    animation: rotate 3s linear infinite;
}
@keyframes rotate {
    100% {transform: rotate(1turn);}
}


.cl_pop1 ul li { overflow:hidden; padding:5px 0px; cursor:pointer;}
.cl_pop1 ul li p { float:left; width:115px; font-size:13px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color:#BBA2FF; margin-right:5px;}
.cl_pop1 ul li p i { position:relative; top:3px;}
.cl_pop1 ul li p img { position:relative; top:2px; width:18px; height:18px; padding-right:2px;}
.cl_pop1 ul li b:before { content:''; display:block; background:url(../images/ar4.png) no-repeat; width:18px; height:13px; position:absolute; left:-10px; top:5px;}
.cl_pop1 ul li b { float:left; width:calc(100% - 135px); display:block; font-weight:normal;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:13px; padding-left:15px; position:relative;}
.cl_pop2 ul li { overflow:hidden; border-bottom:1px solid #000; padding:5px; cursor:pointer;}
.cl_pop2 ul li span { float:left; display:block; font-size:12px;}
.cl_pop2 ul li .time { width:70px; font-size:13px; color:rgba(255, 255, 255, 0.5); letter-spacing:1px;}
.cl_pop2 ul li .time i { position:relative; top:2px;}
.cl_pop2 ul li .vs { width:20px; text-align:center; color:#FF0000; text-align:center; font-size:11px; position:relative; top:4px;}
.cl_pop2 ul li .team { width:calc(50% - 47px);overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cl_pop2 ul li .home { text-align:right;}

.cl_ar { float:left; width:40px; background:#000; height:100%;display: flex; justify-content: center; align-items: center; cursor:pointer; display:none;}
.cl_ar.on {display: none;}
.cl_ar.off { display:none;}
.cl_ar .btn {height: 160px; background: linear-gradient(90deg,#6336E2,#335FF1));display: flex; justify-content: center; align-items: center; width: 40px;}
.cl_ar .btn i { color:#fff; font-size:30px;}
.cl_ar_oepn { display:none; position:absolute; left:300px; top:50%; margin-top:-80px; z-index:1000;}
.cl_ar_oepn .btn {height: 160px; background: linear-gradient(90deg,#6336E2,#335FF1));display: flex; justify-content: center; align-items: center; width: 40px; cursor:pointer;box-shadow: 0 5px 5px 5px rgba(0,0,0,.3); }
.cl_ar_oepn .btn i { color:#fff; font-size:30px;}
.cl_ar_oepn.on {display:none;}
.cl_ar_oepn.off { display:none;}
.con_w .cl.off { display:block;}
.con_w .cl.on {display:block;}
@media only screen and (max-width: 1850px) {
.con_w .cl { display:none; }
.con_w .cl.off { display:none;}
.con_w > .cc {width: calc(100% - 380px);}
.footer {width: calc(100% - 380px);}
.cl_ar.off { display: flex;}
.cl_ar.on { display: flex;}
.cl.off { display:none;}
.cl.on { float:inherit; position:absolute; left:0; top:0; background:#000; z-index:1000;box-shadow: 0 5px 5px 5px rgba(0,0,0,.3); }
.cl_ar {display: flex; }
.cl_ar_oepn { display:block;}
.cl_ar_oepn.on { display:block;}

}

@font-face {
    font-family: 'establishRetrosansOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/establishRetrosansOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Main */
.fixed_banner {position: relative;height: 480px;background: url(../images/slide_bg.jpg?v2) no-repeat top;}
.mtm56 {margin-top:-56px}
.fixed_banner img {width: 100%;}
.container_row {width: 100%;max-width: 1800px;min-width:280px;height: 100%;margin: 0 auto;    position: relative;}
.fixed_banner .center_box {display: flex;align-items: center;justify-content: end;flex-direction: column;width: 100%;height: 100%;z-index: 5}
.fixed_banner .center_box .bg_item_left {left: 0}

.fixed_banner .center_box .bg_item_left {position: absolute;bottom: 0;width: 600px;height: auto;-webkit-animation: bg_item .6s;animation: bg_item .6s}
.fixed_banner .center_box .bg_item_right {position: absolute;bottom: 0;width: 600px;height: auto;-webkit-animation: bg_item .6s;animation: bg_item .6s}
.fixed_banner .center_box .bg_item_right {right: 0}
.fixed_banner .center_box .logo {display: inline-block;width: 300px;height: auto;margin-bottom: 20px;-webkit-animation: logo 3s;animation: logo 3s;z-index: 6}
.fixed_banner .center_box .logo img {width: 100%;height: auto;cursor: pointer}
.fixed_banner .center_box .slide_row {overflow: hidden;width: 100%;text-align: center}
.fixed_banner .center_box .slide_row .carousel-bg {position: relative;max-width: 700px;padding: 20px 0;margin: 10px auto 30px auto;text-shadow: 0 1px 2px rgba(0,0,0,.75);
    background: linear-gradient(90deg, transparent 0, rgb(159 136 81 / 41%) 25%, rgb(137 110 41 / 32%) 75%, transparent)}
.fixed_banner .center_box .slide_row .bg_line:after,.fixed_banner .center_box .slide_row .bg_line:before {content: "";position: absolute;left: 50%;width: 100%;height: 0;transform: translate(-50%);
    background: linear-gradient(90deg,transparent 0,#6055ed 35%,#6055ed 65%,transparent)}
.fixed_banner .center_box .slide_row .bg_line:after {top: 0}
.fixed_banner .center_box .slide_row .bg_line:before {bottom: 0}
.fixed_banner .center_box .slide_row h2 {color: #ffef9c;font-size: 30px}
.fixed_banner .center_box .slide_row h2,.fixed_banner .center_box .slide_row h3 {margin-bottom: 10px;font-weight: 400;text-shadow: 0 0 10px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9)}
.fixed_banner .center_box .slide_row h3 {color: #eee;font-size: 24px}
.fixed_banner .center_box .slide_row h3:last-child {margin-bottom: 0}
.fixed_banner .center_box .slide_row .carousel-item h2:first-child {-webkit-animation: h2_title 5s ease .5 forwards;animation: h2_title 5s ease .5 forwards}
.fixed_banner .center_box .slide_row .carousel-item h3:nth-child(2) {-webkit-animation: h3_title 5s ease .5 forwards;animation: h3_title 5s ease .5 forwards}
.fixed_banner .center_box .slide_row .carousel-item h3:nth-child(3) {-webkit-animation: h4_title 5s ease .5 forwards;animation: h4_title 5s ease .5 forwards}

@-webkit-keyframes bg_item {
    0% {
        opacity: 0;
        bottom: -174px;
        transform: scale(0)
    }

    to {
        opacity: 1;
        bottom: 0;
        transform: scale(1)
    }
}

@keyframes bg_item {
    0% {
        opacity: 0;
        bottom: -174px;
        transform: scale(0)
    }

    to {
        opacity: 1;
        bottom: 0;
        transform: scale(1)
    }
}

@-webkit-keyframes logo {
    90% {
        opacity: 0;
        bottom: -82px;
        transform: scale(0)
    }

    10%,30%,50%,70% {
        opacity: 1;
        bottom: 0;
        transform: scale(.94)
    }

    0%,20%,40%,60%,80%,to {
        opacity: 1;
        bottom: 0;
        transform: scale(1)
    }
}

@keyframes logo {
    90% {
        opacity: 0;
        bottom: -82px;
        transform: scale(0)
    }

    10%,30%,50%,70% {
        opacity: 1;
        bottom: 0;
        transform: scale(.94)
    }

    0%,20%,40%,60%,80%,to {
        opacity: 1;
        bottom: 0;
        transform: scale(1)
    }
}

@-webkit-keyframes h2_title {
    0%,to {
        opacity: 0;
        transform: scale(0)
    }

    10% {
        opacity: 1;
        transform: scale(1.1)
    }

    20%,95% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes h2_title {
    0%,to {
        opacity: 0;
        transform: scale(0)
    }

    10% {
        opacity: 1;
        transform: scale(1.1)
    }

    20%,95% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes h3_title {
    0%,3%,to {
        opacity: 0;
        transform: scale(0)
    }

    13% {
        opacity: 1;
        transform: scale(1.1)
    }

    23%,95% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes h3_title {
    0%,3%,to {
        opacity: 0;
        transform: scale(0)
    }

    13% {
        opacity: 1;
        transform: scale(1.1)
    }

    23%,95% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes h4_title {
    0%,6%,to {
        opacity: 0;
        transform: scale(0)
    }

    16% {
        opacity: 1;
        transform: scale(1.1)
    }

    26%,95% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes h4_title {
    0%,6%,to {
        opacity: 0;
        transform: scale(0)
    }

    16% {
        opacity: 1;
        transform: scale(1.1)
    }

    26%,95% {
        opacity: 1;
        transform: scale(1)
    }
}

@media (max-width: 1024px) {
    .fixed_banner {
        height:200px;
        background-size: auto 280px
    }

    .fixed_banner .center_box {
        justify-content: flex-end
    }

    .fixed_banner .center_box .bg_item_left {
        left: 0;
        width: 200px
    }

    .fixed_banner .center_box .bg_item_right {
        right: 0;
        width: 200px
    }

    .fixed_banner .center_box .logo {
        width: 100px;
        height: auto;
        margin-top: 10px;
        text-align: center
    }

    .fixed_banner .center_box .slide_row .swiper_box {
        padding: 15px 0;
        margin: 5px auto 10px auto
    }

    .fixed_banner .center_box .slide_row h2 {
        margin-bottom: 8px;
        font-size: 24px;
        font-weight: 500
    }

    .fixed_banner .center_box .slide_row h3 {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 500
    }
}

.main_gamelist {}
.main_gamelist .nav-tabs {display: flex;align-items: center;justify-content: center;border: 0;    margin-bottom: 50px;}
.main_gamelist .nav-tabs button {position: relative;overflow: hidden;flex: 1;margin-left: 10px;border: 1px solid hsl(0deg 0% 100% / 38%);background: #2c2714;border-radius: 4px;box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .8);
    transform: skewX(-10deg);z-index: 0;    height: 110px;}
.main_gamelist .nav-tabs>button .toggle_title {line-height: 1;text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;transition: 0.4s;z-index: 1}
.main_gamelist .nav-tabs>button .toggle_title em {display: block;color: #aaa;font-size: 20px}
.main_gamelist .nav-tabs>button .toggle_title span {display: block;margin: 0 0 5px;color: #fff;font-size: 28px;font-weight: 500}
.main_gamelist .nav-tabs>button.active em,.main_gamelist .nav-tabs>button:hover em {color: #fff}
.main_gamelist .nav-tabs>button.active span,.main_gamelist .nav-tabs>button:hover span {color: #26ccff}
.main_gamelist .nav-tabs>button:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height:110px;filter: grayscale(100%);opacity: .5;transition: 0.3s;z-index: -1;}
.main_gamelist .nav-tabs>button.active:before,.main_gamelist .nav-tabs>button:hover:before {filter: hue-rotate(145deg);opacity: 1;transform: scale(1.1)}

.main_gamelist .nav-tabs>.button_casino:before {background: url(../images/btn_casino.e6f41122.png?v1) no-repeat 50%;background-size: cover}
.main_gamelist .nav-tabs>.button_casino.active,.main_gamelist .nav-tabs>.button_casino:hover {border: 1px solid #9b834a;background-color: #261911}
.main_gamelist .nav-tabs>.button_casino.active span,.main_gamelist .nav-tabs>.button_casino:hover span {color: #ffd26a}

.main_gamelist .nav-tabs>.button_slot:before {background: url(../images/btn_slot.7efcc357.png) no-repeat 50%;background-size: cover}
.main_gamelist .nav-tabs>.button_slot.active,.main_gamelist .nav-tabs>.button_slot:hover {    border: 1px solid #c78d1d;background-color: #9f7d19;}
.main_gamelist .nav-tabs>.button_slot.active span,.main_gamelist .nav-tabs>.button_slot:hover span {color: #ffdf93}

.main_gamelist .nav-tabs>.button_mini:before {background: url(../images/btn_mini.3553ed83.png) no-repeat 50%;background-size: cover}
.main_gamelist .nav-tabs>.button_mini.active,.main_gamelist .nav-tabs>.button_mini:hover {border: 1px solid #7f34bf;background-color: #1a0346}
.main_gamelist .nav-tabs>.button_mini.active span,.main_gamelist .nav-tabs>.button_mini:hover span {color: #c889ff}

.main_gamelist .nav-tabs>.button_sports:before {background: url(../images/btn_sport.f74f6bc0.png) no-repeat 50%;background-size: cover}
.main_gamelist .nav-tabs>.button_sports.active,.main_gamelist .nav-tabs>.button_sports:hover {border: 1px solid #44c432;background-color: #1a0346}
.main_gamelist .nav-tabs>.button_sports.active span,.main_gamelist .nav-tabs>.button_sports:hover span {color: #91f683}

.item_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: var(--gap)
}

.item_list>a {
    position: relative;
    display: block;
    transition: var(--trans)
}

.item_list .game_item {
    width: calc(20% - 16px)
}

.item_list .game_item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: var(--trans);
    opacity: 0;
    z-index: -1
}

.item_list .game_item .game_box {}

.item_list .game_item .game_box .game_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 100.5%;
		/*padding-top: 130%;*/
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
    z-index: 1
}
/*
.item_list .game_item .game_box .game_thumb.slot {
    padding-top: 100.5%;
}
*/
.item_list .game_item .game_box .game_thumb:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #675930 45%, #3c2f1b 48%, #b29040 80%);
    background-size: auto 200%;
    z-index: -1
}

.item_list .game_item .game_box .game_thumb:after,.item_list .game_item .game_box .game_thumb>img {
    position: absolute;
    clip-path: polygon(5% 0, 95% 0, 100% 70%, 95% 100%, 5% 100%, 0 71%);
    transition: var(--trans)
}

.item_list .game_item .game_box .game_thumb>img {
    top: 4px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    width: calc(100% - 12px);
}

.item_list .game_item .game_box .game_thumb .thumb_cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    clip-path: polygon(5% 0, 95% 0, 100% 70%, 95% 100%, 5% 100%, 0 71%);
    opacity: 0;
    transition: var(--trans);
    z-index: 5
}

.item_list .game_item .game_box .game_thumb .icon_play {
    width: 60%;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 6px 6px #000);
    z-index: 1
}

.item_list .game_item .game_box .game_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    height: 50px;
    margin: 0 10px;
    border: 1px solid #7b5b28;
    background: #1d170d;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--trans);
}

.item_list .game_item .game_box .game_info h2 {
    display: none;
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000
}

.item_list .game_item .game_box .game_info h3 {
    margin: 3px 0 3px 0;
    color: #ddd;
    font-size: 16px;
    font-weight: 500
}

.item_list .game_item .game_box .game_info h4 {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0
}

.item_list .game_item:hover .game_box .game_thumb:after {
    background-position: bottom
}

.item_list .game_item:hover .game_box .game_thumb>img {
    transform: scale(.94)
}

.item_list .game_item:hover .game_box .game_thumb .thumb_cover {
    transform: scale(.95);
    opacity: 1
}

.item_list .game_item:hover .game_box .game_thumb .icon_play {
    -webkit-animation: icon_play .6s ease-in-out infinite alternate;
    animation: icon_play .6s ease-in-out infinite alternate;
    z-index: -1
}

.item_list .game_item:hover .game_box .game_info {
    border: 1px solid #be9128;
    background: #3e3311;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.9)
}

.item_list .game_item:hover .game_box .game_info h3,.item_list .game_item:hover .game_box .game_info h4 {
    display: none
}

.item_list .game_item:hover .game_box .game_info h2 {
    display: block;
    color: #ffc24d
}

@-webkit-keyframes icon_play {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.04)
    }
}

@keyframes icon_play {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.04)
    }
}

@media (max-width: 1024px) {
    :root {
        --gap:15px
    }

    .main-container {
        padding: 30px 0 30px 0
    }

    .toggle_inner {
        overflow: hidden;
        flex-wrap: wrap;
        height: auto;
        margin: 0 0 20px 0;
        padding: 0 8px
    }

    .toggle_inner>button {
        flex: 1 1 100%;
        height: 80px!important;
        margin: 0 0 10px 0
    }

    .toggle_inner>button:before {
        height: 100%!important
    }

    .toggle_inner>button .toggle_title {
        padding-right: 30px;
        text-align: right
    }

    .toggle_inner>button .toggle_title em {
        font-size: 16px;
        font-weight: 500
    }

    .toggle_inner>button .toggle_title span {
        font-size: 22px;
        font-weight: 500
    }

    .toggle_content .toggle_section {
        margin: 0 5px
    }

    .item_list .game_item {
        width: calc(25% - var(--gap)*3/4)
    }

    .item_list .game_item .game_box .game_thumb .icon_play {
        width: 70%
    }

    .item_list .game_item .game_box .game_info {
        height: 50px
    }

    .item_list .game_item .game_box .game_info h2 {
        margin: 2px 0 0 0;
        font-size: 18px;
        text-shadow: none
    }

    .item_list .game_item .game_box .game_info h3 {
        margin: 5px 0 3px 0;
        font-size: 14px
    }

    .item_list .game_item .game_box .game_info h4 {
        font-size: 12px
    }
}

@media (max-width: 460px) {
    .item_list .game_item {
        width:calc(50% - 6px*1/2)
    }
}

.main_banner {gap:20px;padding:0 10px}
.main_banner > div {width:50%;}
.main_banner > div.left_banner {height:270px;background:url(../images/redbg.jpg) no-repeat left bottom;background-size: cover;position: relative;}
.main_banner > div.left_banner .char {position: absolute;bottom:0px;right:10px;height:95%;}
.main_banner > div.left_banner .text {position: absolute;bottom:0px;left:0px;border-bottom: 2px solid;border-top: 2px solid;border-image: linear-gradient(to left,#2c2304,#ffcc00,#2c2304);border-image-slice: 1;padding:10px 20px;
        background: repeating-linear-gradient(45deg, #310909bf, #000000b8);}
.main_banner > div.left_banner .text p {font-size: 20px;font-weight: 500;font-family: 'establishRetrosansOTF', sans-serif;}
.main_banner > div.left_banner .text p:nth-child(2) {color:#ffcc00;}

.slide_banner {padding:0 0px}
.slide_banner img {width:100%}
.slide_banner .carousel-item {position: relative;}
.slide_banner .carousel-item .banner_text {position: absolute;left:5%;top:20%;}
.slide_banner .carousel-item .banner_text h6 {color: #ed5656;font-size: 30px;font-weight: 400;margin-bottom: 15px;text-shadow: 0 1px 1px rgba(0,0,0,0.6);}
.slide_banner .carousel-item .banner_text h5 {font-size: 34px;line-height: 1.1em;font-weight: 600;color: #fff;text-shadow: 0 1px 1px #000;}
.slide_banner .carousel-item .banner_text div.text {    font-size: 20px;padding: 5px 0 25px;text-shadow: 0 1px 1px #000;color:#fff}
.slide_banner .carousel-item .banner_text a {display: block;width: 180px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;letter-spacing: 1px;text-transform: uppercase;color: #000;background: #ffd333a3;}


.mp_icon {display: flex; align-items: center;flex-wrap: wrap;gap: 10px;justify-content: center;margin:10px auto;    padding: 0 10px;}
.mp_icon a {position:relative;width:49.6%;height:220px;border:2px solid #ffdd00;background:url(../images/redbg2.jpg) no-repeat left bottom;border-radius: 0px;transition: 0.4s;background-size: cover;margin-top:50px;}
.mp_icon a.n3 {width:32.8%;height: 180px;}
.mp_icon a h5 {position:absolute;top:60px;left:30px;font-size:34px;font-weight: 500;color: #ffcc00;    text-shadow: 0 1px 1px rgba(0,0,0,0.6);font-family: 'establishRetrosansOTF', sans-serif;    }
.mp_icon a h5 small {font-weight: 700;color:#df7e1e;font-size: 24px;margin-left:10px;}
.mp_icon a div.text {position:absolute;bottom:60px;left:30px;font-size:18px;font-weight: 300;color:#fff;}
.mp_icon a img {position:absolute;bottom:0px;right:0px;height:220px}

.mp_icon a.n3 h5 {top:20px;left:20px;}
.mp_icon a.n3 h5 small {margin-left:0;display: block;}
.mp_icon a.n3 div.text {bottom:20px;left:20px;}
.mp_icon a:hover {transform: scale(1.02);}

.mp_icon a:nth-child(4) img,.mp_icon a:nth-child(5) img {height: 270px;}

.main_bbs {height:auto;padding:0;margin-top:30px;padding:0 0px;display: flex;align-items: center;justify-content: space-between;gap:10px}
.main_bbs > div {width:33.3%;height:auto;border-top-left-radius:5px;border-top-right-radius:5px;}
.main_bbs_ttl {text-align:left;display:block;padding:0 16px;margin-bottom:10px;font-size:16px;height:50px;line-height:50px;background: #5f4d2a;border-radius:5px 5px 0 0;margin-bottom: 5px; color:#fff;text-shadow: 0 1px 3px rgb(0 0 0 / 50%);font-weight:bold;}
.main_bbs_ttl i {font-size:21px;color: #15bdf0;     display: inline-block;   vertical-align: middle;margin-top:-4px }
.main_bbs_sub {color:#fff;text-shadow: 0 1px 3px rgb(0 0 0 / 50%);font-size:12px;}
.view_more {color:#fff;text-shadow: 0 1px 3px rgb(0 0 0 / 50%);font-weight:bold;float:right;font-size:12px;}
.view_more i {color:#999}
.main_bbs_list { height:235px;margin-bottom: 10px; overflow-y:hidden;background:#332f23;}
.main_bbs_list ul li {overflow-x:hidden;font-size:14px;color:#b7b391;display:flex;align-items: center; justify-content: space-between;padding:0 10px;height:47px;border-bottom:1px solid #000;}
.main_bbs_list ul li a {display:flex;align-items: center; justify-content: space-between;width: 100%;}
.main_bbs_list ul li a:hover {filter: brightness(1.1);}
.main_bbs_list ul li span.userid {color:#fff}
.main_bbs_list ul li span.money {color:#ffcc00}

.main_thumb {display:inline-block;width:30px;}
.main_thumb img	{width:100%;vertical-align:-9px;}
.main_list_ttl {display: flex;align-items: center;justify-content: space-between;    width: 100%;}
.main_list_ttl strong {color: #f0af15; margin-right:20px}
.main_list_ttl > span {margin-right: auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.main_list_ttl > small {font-size: 12px;color:#ccc}

.main_list_arr i {font-size: 18px;}
.main_btn_box {display:flex;flex-wrap: wrap;justify-content: space-between;text-align:center;padding:10px 0 10px;}
.main_btn_box a {display:inline-block;min-width:120px;width:calc(16.6% - 3px);height:100px;background:#1b1b1c;border-radius:6px;text-align:center;font-size:14px;margin-bottom:5px;	}
.main_btn_box a img {display:block;height:50px;margin:15px auto 5px;}
.main_btn_box a i {font-size:50px;margin:10px 0 10px;text-align:center;display:block;}

.CS_list {display: flex}
.CS_list .cs_item {display: flex;align-items: center;flex: 1;padding: 15px 15px;margin: 0 0 0 10px;border: 1px solid #716942;background: #4b4430;;box-shadow: 0 2px 4px rgba(0,0,0,.5);border-radius: 6px}
.CS_list .cs_item:first-child {margin: 0}
.CS_list .cs_item .c_icon {position: relative;width: 50px;height: 50px;margin: 0 10px 0 0;border-radius: 16px}
.CS_list .cs_item .c_icon>img {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 30px;height: 30px;opacity: .99}
.CS_list .cs_item .c_text h3 {color: #ddd;font-size: 20px;font-weight: 400;text-shadow: 0 2px 2px rgba(0,0,0,.6)}
.CS_list .cs_item .c_text h4 {color: #888;font-size: 16px;font-weight: 400;text-shadow: 0 2px 2px rgba(0,0,0,.6);margin-bottom: 5px}
.CS_list .cs_item .c_text span {margin-left: 4px;color: #cea723}
.CS_list .cs_item:first-child .c_icon {background: #726534}
.CS_list .cs_item:first-child .c_icon>img {width: 28px;height: 28px}
.CS_list .cs_item:nth-child(2) .c_icon {background: #726534}
.CS_list .cs_item:nth-child(2) .c_icon>img {width: 28px;height: 28px}
.CS_list .cs_item:nth-child(3) .c_icon {background: #726534}
.CS_list .cs_item:nth-child(3) .c_icon>img {width: 30px;height: 30px}
.CS_list .cs_item:nth-child(4) .c_icon {background: #726534}
.CS_list .cs_item:nth-child(4) .c_icon>img {width: 30px;height: 30px}

@media (max-width: 1024px) {
    .CS-center {margin-bottom:20px}
    .CS_list {flex-direction: column}
    .CS_list .cs_item {padding: 10px 10px;margin: 0 0 8px 0}
    .CS_list .cs_item:first-child {margin: 0 0 8px 0}
    .CS_list .cs_item .c_icon {width: 46px;height: 46px}
    .CS_list .cs_item .c_icon>img {width: 28px;height: 28px;opacity: 1}
}

.provider_logo {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 2px;
    margin-top:20px;
    margin-bottom:50px;
}

.provider_logo>img {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: #3c371c;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    filter: grayscale(10%);
    transition: var(--trans);
    opacity: .8
}

.provider_logo>img:hover {
    background: #363262;
    filter: grayscale(0);
    opacity: 1;
    cursor: pointer;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    z-index: 1
}

.copyright {
    padding: 50px 0;
    border-top: 1px solid #574b27;
    text-align: center;
    background: linear-gradient(180deg, #231c0b 0, #1e190c 60%);
}

.copyright p {
    color: #7c775b;
    font-size: 14px
}

.copyright p span {
    color: #f0cf91;
    letter-spacing: 0
}

@media (max-width: 1024px) {
    .footer-container .provider_logo {
        grid-template-columns:repeat(8,1fr);
        margin-bottom: 20px
    }

    .copyright {
        padding: 30px 0
    }

    .copyright p {
        font-size: 12px
    }
}

@media (max-width: 460px) {
    .footer-container .provider_logo {
        grid-template-columns:repeat(5,1fr);
        margin-bottom: 20px
    }
}




.mc_btn { display:flex; }
.mc_btn li { width:100%;}
.mc_btn li img { width:100%;}
.mc_btn li + li { margin-left:10px;}
.mc_btn li a { display:block; position:relative;transition-duration: 0.4s; top:0;}
.mc_btn li a:hover { top:-20px;}
.main_footer { margin:30px; text-align:center; }
.main_footer img {width:100%}
.main_footer .logo li { display:inline-block; opacity:0.5;}
.main_footer .copy { margin-top:50px;}
.main_footer .copy > b { font-weight:normal; color:#BBA2FF;}


.bet_slip {z-index: 9997; height: calc(100% - 50px);width: 320px;overflow-y: auto;}
.bet_slip::-webkit-scrollbar {display: none;}
.bet_cart {padding:0 0px 0px;width:calc(100% - 6px);margin-bottom:5px;background: #202934;}
.bc_ttl { color: #8396b2;display: flex;align-items: center;justify-content: space-between;font-size:14px; padding:3px 10px;border-top: 1px solid #a3933d;background:rgb(0 0 0 / 25%); gap: 15px;margin-top:-4px;border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); transform: skew(-10deg);}
.bc_ttl > div {text-align: center;cursor: pointer;transform: skew(10deg);}
.bc_ttl > div > span {color:#aaa;display: flex;align-items: center;justify-content: center;width: 100%;gap:3px}
.bc_ttl > div > span i {font-size: 14px;}
.bc_ttl > div > span i::before {color:#aaa}
.bc_ttl > div > div {color:#fff;    display: flex;align-items: center;justify-content: center;height: 30px;}
.bc_ttl img {height:26px;margin-right:5px}
.bc_ttl > div > div button {background: #664ad1;color: #fff; border:1px solid #000;border-radius: 3px;padding: 3px 10px;}
.bc_ttl > div > div .current_user_money {color:#ffcc00}
.bc_ttl > div > div .current_user_point {color:#ff6600}
.bc_ttl > div > div .current_casino_money {color:#7793ff}

.carti {height:40px;display: flex;align-items: center;justify-content: space-between;font-size:14px; padding:3px 10px;background:rgb(0 0 0 / 25%);}

.bc_select {background:#111;min-height:80px;}
.bc_select .no_list {text-align:center;line-height:80px;}
.bc_money {}
.bc_money_top {margin:5px 0;background: #111;height: 36px;font-size:14px;line-height:36px;padding:0 5px;text-indent:5px;}
.money_box {line-height:35px;float:right;}
.money_box i {font-size:20px;color:#fff;cursor:pointer;vertical-align:middle;}
.money_box input {width: 150px;height: 20px;background: #111;border: 1px solid #65b7f2;padding: 3px 8px 3px 0;border-radius:3px;display:inline-block;font-size: 13px;color: #fff;text-align:right;}
.money_btn_box {display: flex;justify-content: space-between;padding:0 0 5px;}
.bc_info_box {background:#111;}
.bc_info_box ul {padding:0 5px;}
.bc_info_box ul li {padding:10px 5px;border-bottom:1px solid #666;text-align:right;font-size:12px;}
.bc_info_box ul li .info_left {float:left;}
.bc_info_box ul li .info_white {color:#fff;}
.bc_btn_box {background:#111;padding:10px 0;}
.bc_btn_box i {margin-right:7px;}
.btn_bet {font-size: 14px;display: block;width:90%;margin:0 auto;padding:0 5px;background: #1f7aff;;height: 36px;line-height: 36px;color: #fff;text-shadow: 0 1px 2px rgb(0 0 0 / 80%);transition: 0.2s;text-align: center;
        cursor:pointer;border-radius:4px;font-weight:bold;}
.btn_bet:hover  {background: #222;color:#fff}




.sub_visual { position:relative; margin-top:-20px;}
.sub_visual img { width:100%;}
.sub_visual dl { position:absolute; left:45px; top:50%;transform: translate(0, -50%); }
.mini_main { background:url(../../images/live/mini_main_bg.jpg) no-repeat top center #000; position:relative;box-sizing:border-box; height:740px; text-align:center;}
.mini_main dl { position:absolute; top:70px; left:60px; text-align:left;}
.mini_main ul li {  width:250px; text-align:center; display:inline-block; position:relative;}
.mini_main ul li a { display:block;}
.mini_main ul li a:hover {opacity:0.5;}
.mini_main ul li p { font-size:20px; padding-top:25px;}
.mini_main ul .mm1 { top:350px;}
.mini_main ul .mm2 { top:260px;}
.mini_main ul .mm3 { top:315px;}

.n_event_w {}
.n_event_w .list { font-size:0;}
.n_event_w .list li { display:inline-block; vertical-align:top; width:calc(100% / 4 - 20px); margin:10px 10px 30px 10px;}
.n_event_w .list li a { display:block;}
.n_event_w .list li a:hover {opacity:0.5;}
.n_event_w .list li a .pic { position: relative; padding-top: 50%; overflow: hidden;}
.n_event_w .list li a .pic img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; height: auto;}
.n_event_w .list li a .tit { text-align:center;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top:10px;}


/* Common */

.title { margin-bottom:10px; position:relative;display:flex;color:#f2d1d1; font-size:20px; font-weight:500;align-items: center;height:44px;padding:0 10px;    background:repeating-linear-gradient(45deg, black, #321d63 480px);    border-radius: 5px;}
.title i {font-size: 25px;display:flex;margin-right:5px;color: #7045a7;}
.title .sp_btns { margin-left: auto;}
.title .sp_btns li { display:inline-block;}
.title .sp_btns li a { display:block; border-radius:3px; background:rgba(255, 255, 255, 0.1); padding:5px 20px;}
.title .sp_btns .on a { background:#4E33FF; color:#fff;}


.tpiggy {background:url('../images/tit_piggy.png') no-repeat;}
.texchange {background:url('../images/tit_exchange.png') no-repeat;}
.tpoint {background:url('../images/tit_point.png') no-repeat;}
.tcasino {background:url('../images/tit_casino.png') no-repeat;}
.tinfo {background:url('../images/tit_info.png') no-repeat;}
.tmini {background:url('../images/tit_mini.png') no-repeat;}
.tmsg {background:url('../images/tit_msg.png') no-repeat;}
.tmy {background:url('../images/tit_my.png') no-repeat;}
.tnoti {background:url('../images/tit_noti.png') no-repeat;}
.tspu {background:url('../images/tit_spu.png') no-repeat;}
.tindent {background:url('../images/tit_indent.png') no-repeat;}


.sub_tab { margin-bottom:10px; display:flex;align-items: center;justify-content: space-between;gap:8px;   }
.sub_tab li { width:100%;background:#161c22;border-radius:8px;}
.sub_tab li a { display:flex;align-items: center; height:38px; text-align:center; font-size:13px;justify-content: space-between;padding:0 10px}
.sub_tab li:hover { background:rgba(255, 255, 255, 0.10); color:#fff;}
.sub_tab .on,
.sub_tab .on:hover {background:#31408f;}
.sub_tab.many { display:block; overflow:hidden;}
.sub_tab.many li { float:left; width:calc(100% / 8 - 1px);border-radius: 0;border: 1px solid rgba(0, 0, 0, 0.2);border-top: none;border-left: none;}
.sub_tab.many li a {border-bottom:1px solid rgba(255, 255, 255, 0.1);justify-content: center;}
.sub_tab2 { display:flex;}
.sub_tab2 li { width:100%;}
.sub_tab2 li a { display:block; border:1px solid rgba(255, 255, 255, 0.1); background:rgba(255, 255, 255, 0.05); text-align:center; height:40px; line-height:40px;border-left:0}
.sub_tab2 .on a { border:1px solid #ff6600; color:#ffffff; background:rgba(0, 0, 0, 0.2);}

.sports_tab {background: #202934;padding: 10px;}
.sports_tab li a { text-align:left; position:relative;}
.sports_tab li a .ii { position:relative;     display: flex;padding:0 10px 0 0px;}
.sports_tab li a b { display:block; text-align:right;font-size:14px; letter-spacing:1px; background: #3b4d5f;padding: 0 4px;border-radius: 2px;font-size: 9pt;font-weight: 300;}
.sports_tab .on a b { color:#fff;}
.sports_tab .on a span,.sports_tab a span {margin-right: auto;}

.sub_tab3 { margin-bottom:10px; display:flex;align-items: center;justify-content: space-between;gap:8px; }
.sub_tab3 li { width:100%;background:#161c22;}
.sub_tab3 li a { display:flex;align-items: center; height:38px; text-align:center; font-size:14px;justify-content: center;padding:0 10px}
.sub_tab3 li:hover { background:rgba(255, 255, 255, 0.10); color:#fff;}
.sub_tab3 .on,
.sub_tab3 .on:hover {background:#ff6600;}

.minigame-view {text-align:center;height: 646px;margin: 0 auto;overflow: hidden;}
.minigame-view iframe {width: 830px;transform-origin: 0px 0px 0px;transition: all .2s;border:0;}


.hand{cursor: pointer!important;}
.tc{text-align:center!important;}
.none{display:none!important;}
.on {display:block;}
.blind {overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; font-size:0;}

.mb10 { margin-bottom:10px!important;}
.mb20 { margin-bottom:20px!important;}
.mb30 { margin-bottom:30px!important;}
.mb40 { margin-bottom:40px!important;}
.mb50 { margin-bottom:50px!important;}
.mb60 { margin-bottom:60px!important;}
.mb70 { margin-bottom:70px!important;}
.mb80 { margin-bottom:80px!important;}
.mb100 { margin-bottom:100px!important;}
.mb120 { margin-bottom:120px!important;}

.pd10 {padding:10px !important}

.tt_b { color:#00FFFF!important;}
.tt_r { color:#FF0000!important;}
.tt_bk { color:#000!important;}
.tt_w { color:#fff!important;}
.tt_g { color:#339933!important;}
.tt_y { color:#ffea00!important;}
.tt_o { color:#f4c500 ;}

.td1 { width:100%;}
.td1 thead { background:#242424;}
.td1 thead th {border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:500;background:rgba(255, 255, 255, 0.05); }
.td1 thead td {border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:500; padding:8px 0;}
.td1 tbody {background:rgba(255, 255, 255, 0.05);}
.td1 tbody th { border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:normal; background:rgba(255, 255, 255, 0.05); padding:8px 5px; }
.td1 tbody td { border-bottom:1px solid rgba(255, 255, 255, 0.2);padding:8px 5px;}
.td_c tbody td,
.td_c tfoot td { text-align:center;}

.td2 { width:100%;border-top:1px solid #fff;}
.td2 thead {background:rgba(255, 255, 255, 0.1);}
.td2 thead th {border:1px solid #000; background:rgba(255, 255, 255, 0.05);  color:#fff; text-align:center; font-weight:500;border-top:1px solid #BBA2FF}
.td2 thead td {border:1px solid #000; text-align:center; color:#fff;font-weight:500; padding:8px 0;border-top:1px solid #BBA2FF}
.td2 tbody {background:rgba(255, 255, 255, 0.0);}
.td2 tbody th { border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:normal; background:rgba(255, 255, 255, 0.1); padding:8px 5px; }
.td2 tbody td { border-bottom:1px solid rgba(255, 255, 255, 0.2);padding:8px 5px; }

.list1 {}
.list1 > li { background:url(../images/bullet_1.png) 10px 13px no-repeat; padding:2px 0 2px 20px;}
.list1.box { padding:20px; border:1px solid rgba(0, 0, 0, 0.2);}
.list1.box.gr { background:#f3f3f3; border:none;}
.list2 {}
.list2 li { background:url(../images/bullet_2.png) no-repeat 0 12px; background-size:11px auto; padding:5px 0 5px 20px;}
.list2.li > li { border-bottom:1px solid rgba(0, 0, 0, 0.15); padding:13px 0 13px 27px; background:url(../images/bullet_2.png) no-repeat 7px 19px;background-size:11px auto;}
.list2.li > li:first-child { padding-top:0; background:url(../images/bullet_2.png) no-repeat 7px 8px;background-size:11px auto; }
.list2.box { border:1px solid rgba(0, 0, 0, 0.2); padding:25px 30px 15px 30px;}
.list2.box > li:last-child { border-bottom:none;}
.list2.box.bl > li > b { display:block; font-weight:500; font-size:17px;}
.list2.box.bl > li { color:rgba(0, 0, 0, 0.6);}
.list2.gr {  background:#f3f3f3; border:none;}
.list1 h3, .list2 h3 { margin-bottom:5px;}
.list3 {}
.list3 > li { padding:4px 0 4px 12px; position:relative;}
.list3 > li:before { content:''; display:block; width:4px; height:2px; background:#000; position:absolute; top:15px; left:0;}

.list_s { margin-top:20px;}
.list_s > li { background:url(../images/bullet_1.png) 0px 10px no-repeat; padding:2px 0 2px 10px; font-size:13px;}

.btn0 {color:#000;border-radius:30px;text-align:center;cursor:pointer;display:inline-block; background:#33ccff; color:#fff;}
.btn1 {color:#000;border-radius:0px;text-align:center;cursor:pointer;display:inline-block; background:#4E33FF; color:#fff;}
.btn2 { background:#fff; color:#000;border-radius:0px;text-align:center;cursor:pointer;display:inline-block;}
.btn2.yellow { background:#4E33FF; }
.btn2:hover { color:#000;}
.btn3 { background:#280098; color:#fff;border-radius:0px;text-align:center;cursor:pointer;display:inline-block;}

.btn_wrap > .btn { min-width:90px; height:40px; line-height:40px; margin:0 2px;   border:1px solid rgba(0, 0, 0, 0.0);padding:0 10px;}
.btn_wrap > .cc { display:inline-block;}
.btn_wrap > .rr { float:right;}
.btn_wrap > .ll { float:left;}

.box_sh {box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; 
-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; 
-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; }

.pa1 { margin-bottom:90px!important;}
.pa2 { margin-bottom:60px!important;}

.no_data {display:none;padding:50px 0; text-align:center; background:rgba(255, 255, 255, 0.1); font-size:20px;}
.no_data2 {padding:50px 0; text-align:center; background:rgba(255, 255, 255, 0.1); font-size:20px;}
.no_data2 i { display:block; color:#BBA2FF; font-size:40px;}
.live_done {padding:100px 0; text-align:center; background:rgba(255, 255, 255, 0.1); font-size:20px;}
.live_done i {display: block;    margin: 0 auto;    color: #BBA2FF;    font-size: 50px;}


.ii.ii0:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i0.png) no-repeat;}
.ii.ii1:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i1.png) no-repeat;}
.ii.ii2:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i2.png) no-repeat;}
.ii.ii3:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i3.png) no-repeat;}
.ii.ii4:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i4.png) no-repeat;}
.ii.ii5:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i5.png) no-repeat;}
.ii.ii7:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i7.png) no-repeat;}

.ii.ievol:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_evol.png) no-repeat;}
.ii.islot:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_slot.png) no-repeat;}
.ii.isky:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_sky.png) no-repeat;}
.ii.itoken:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_token.png) no-repeat;}
.ii.imini:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_mini.png) no-repeat;}
.ii.ibet:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_bet.png) no-repeat;}
.ii.ipowerball:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_powerball.png) no-repeat;}
.ii.ipwladder:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_pwladder.png) no-repeat;}
.ii.inext:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_next.png) no-repeat;}
.ii.ikenoladder:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_kenoladder.png) no-repeat;}
.ii.ispeedkeno:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_speedkeno.png) no-repeat;}
.ii.ibetflex:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_betflex.png) no-repeat;}
.ii.ilotus:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_lotus.png) no-repeat;}
.ii.imgm:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_mgm.png) no-repeat;}
.ii.ilivepw:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_livepw.png) no-repeat;}
.ii.inpw:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_npw.png) no-repeat;}
.ii.iclay:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_clay.png) no-repeat;}
.ii.ieos:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_eos.png) no-repeat;}
.ii.ibubble:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_bubble.png) no-repeat;}
.ii.ilv0 {display:inline-block; content:''; width:19px; height:19px; background:url(../images/i_lv0.png) no-repeat;}
.ii.ilv1 {display:inline-block; content:''; width:19px; height:19px; background:url(../images/i_lv1.png) no-repeat;}
.ii.ilv2 {display:inline-block; content:''; width:19px; height:19px; background:url(../images/i_lv2.png) no-repeat;}
.ii.ilv3 {display:inline-block; content:''; width:19px; height:19px; background:url(../images/i_lv3.png) no-repeat;}
.ii.ilv4 {display:inline-block; content:''; width:19px; height:19px; background:url(../images/i_lv4.png) no-repeat;}
.ii.ilv5 {display:inline-block; content:''; width:19px; height:19px; background:url(../images/i_lv5.png) no-repeat;}
.ii_name i { position:relative; top:3px; padding-right:5px;}

.ii.ipower:after {display: inline-block;content: '';width: 18px;height: 18px;background: url(../../images/live/i_power.png) no-repeat;}

/* Sports */
.spoinner {width:100%;display: flex;align-items: start;justify-content: space-between;padding:0 10px;background: #161c22;margin: auto;}
.spoinner.mw1300 {max-width: 1300px;    gap: 10px;}
.spoinner.mw1600 {max-width: 1600px;    gap: 10px;}
.sports_w {height:calc(100% - 120px);  overflow:hidden;    width: calc(100% - 320px);}
.sports_w:after { content:''; display:block; clear:both;}
.sports_w .sw_l { width:calc(50% - 10px); float:left;overflow-y:auto; height:100%;border-right: 1px solid #00000042;padding-right:8px}
.sports_w .sw_r { width:calc(50% - 0px); float:left;overflow-y:auto; height:100%;  padding-left:8px;    border-left: 1px solid #ffffff08;}
.sports_domestic {}
.sports_w > .no_data { padding:100px 0;}
.sports_w .sw_r > .no_data { height:100%; padding:0; padding-top:200px;}
.sports_w > .no_data i, 
.sports_w .sw_r > .no_data i { display:block; margin:0 auto; color:#BBA2FF; font-size:50px;}
.bonus .cl1,.bonus .cl2,.bonus .cl3 {background:#0b0d10}
.bonus .bn1 {display:none;}
.bonus .bn2 {display:none;}
.bonus .bn3 {display:none;}

.bonus_wrap {background: #101216;padding: 8px;margin-bottom:10px;border: 1px solid #26313e;}
.bonus {display:flex; margin-bottom:0px;margin-top:8px}
.bonus li + li { margin-left:3px;}
.bonus li { width:100%; text-align:center; height:30px;  font-size:13px;border-radius:3px; display: inline-flex;align-items: center;justify-content: center;}
.bonus li > b { color:#fff;font-size:14px; font-weight:600;}
#gameT4_w .game_pan  { margin-bottom:20px;}
.game_pan { margin-bottom:10px;    background: #101216;padding: 5px;border: 1px solid #26313e;}
.game_pan .tit {  overflow:hidden; background: #101216;height: 35px;color: #fff;display: flex;align-items: center;justify-content: space-between;}
.game_pan .tit li { height:33px; line-height:33px;}
.game_pan .tit .league { width:calc(100% - 230px); letter-spacing:normal; padding-left:10px; }
.game_pan .tit .league .ar { color:#FFFF00;}
.game_pan .tit .league b { font-weight:normal; color:#fff;}
.game_pan .tit .time { float:right; text-align:right; color:rgba(255, 255, 255, 1.0); font-size:12px;font-weight:300; padding-right:10px; width:100px; letter-spacing:normal;}
.game_pan .tit .more { float:right; }
.game_pan .tit .now { float:right; }
.game_pan .tit .now b { display:inline-block; font-size:12px; border-radius:50px; background:rgba(255, 255, 255, 0.0); padding:1px 10px; font-weight:normal; margin-right:5px;}
.game_pan .tit .now b a {font-weight:normal;font-size:12px; color:#97b9ea;}
.game_pan .tit .league { color:#97b9ea;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
.game_pan .tit .ii { vertical-align:middle; padding-right:5px; position:relative; top:3px;}
.game_pan .tit .flag { vertical-align:middle; width:18px; height:18px; padding-right:5px;}


.game_pan .bet { display: flex;align-items: center;justify-content: space-between;gap:4px; margin: 2px 0;}
.game_pan .bet li { cursor:pointer;background: #262f3c;border: 1px solid #262f3c;height:36px;display: flex;align-items: center;justify-content: space-between;padding:0 8px}
.game_pan .bet li .in_rate {color:#f4c500}
.game_pan .bet li.selected,.game_pan .bet li:hover {background: #f4c500;color: #000;}
.game_pan .bet li.selected .tt_o,.game_pan .bet li:hover .tt_o,.game_pan .bet li:hover .in_team {color:#000 !important}
.game_pan .bet .away2 { width:calc(50%);}
.game_pan .bet .home { width:41%;}
.game_pan .bet .away { width:41%;}
.game_pan .bet .home2 { width:calc(49.5%);}
.game_pan .bet .home3 { width:calc(33%);}
.game_pan .bet .away2 { width:calc(50%);}
.game_pan .bet .vs,.game_pan .bet .draw { width:10%; justify-content: center;}

.game_pan .more span { background:transparent; color: #000;background:#f4c500; border: 1px solid #f4c500;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;cursor: pointer;}
.game_pan .more.on span {background: #000;color:#fff;}

.game_pan .bet .vs {cursor: default;}
.game_pan .bet .vs:hover {background: #262f3c;}
.game_pan .bet .more { width:8%;    padding: 0;}
.game_pan li span.vs  {text-align:center;width:100px;}
.game_pan .bet .ar1 {}
.game_pan .bet .ar1:after { content:'↑'; display:inline-block; padding:0 5px; color:#ff0000; font-style:normal;}
.game_pan .bet .ar2:after { content:'↓'; display:inline-block; padding:0 5px; color:#00deff; font-style:normal;}
.game_pan .bet .h:after { content:'H'; display:inline-block; padding:0 5px; color:#42ff00; font-style:normal;}
.game_pan .bet .in_cc { text-align:center; width:100%;}
.game_pan .col2 li { width:calc(100% / 2 - 2px)!important;}
.game_pan .col3 li { width:calc(100% / 3 - 2px)!important;}
.game_pan .live { overflow:hidden; padding:5px 0; width:calc(100% - 40px);}
.game_pan .live li { float:left; text-align:center;}
.game_pan .live .score { width: calc(50% - 34px);}
.game_pan .live .score b { color:#97b9ea; letter-spacing:1px; font-size:20px; }
.game_pan .live .vs {letter-spacing:2px; font-weight:bold; font-size:20px; width:64px;}

.history .ar1:after { content:'↑'; display:inline-block; padding:0 5px; color:#ff0000; font-style:normal;}
.history .ar2:after { content:'↓'; display:inline-block; padding:0 5px; color:#00deff; font-style:normal;}
.history .h:after { content:'H'; display:inline-block; padding:0 5px; color:#42ff00; font-style:normal;}

.view .tit {  padding:5px 0 5px 8px; color:#97b9ea; background:#262f3c; font-size:13px;color: #1f7aff;border-top: 2px solid #1f7aff;}
.view .bet { overflow:hidden;} 
.view .bet li { float:left;}
.view .bet li > span {height:40px; line-height:40px; display:block; font-size:13px;}
.view .bet li > span > b { font-weight:normal; padding:0 5px; color:#fff; letter-spacing:normal; font-size:14px;}
.view .bet li .in_team { float:left;}
.view .bet li .in_rate { float:right; text-align:right;}
.view .bet.col2 li { width:calc(100% / 2 - 2px);}
.view .bet.col3 li { width:calc(100% / 3 - 2px);}

.off .bet li { cursor:default;background-image: linear-gradient(to bottom, #161616, #0c0c0c);}
.off .bet li span { color:rgba(255, 255, 255, 0.3)!important;}
.off .tit li {color:rgba(255, 255, 255, 0.3)!important;}
.off .time {color:rgba(255, 255, 255, 0.3)!important;}
.game_pan li.off { cursor:default;background-image: linear-gradient(to bottom, #161616, #0c0c0c);}

.soccer .con { background:url(../../images/game/sbg1_1.jpg) no-repeat center center; background-size:cover;}
.basketball .con { background:url(../../images/game/sbg1_2.jpg) no-repeat center center; background-size:cover;}
.baseball .con { background:url(../../images/game/sbg1_3.jpg) no-repeat center center; background-size:cover;}
.hockey .con { background:url(../../images/game/sbg1_4.jpg) no-repeat center center; background-size:cover;}
.volleyball .con { background:url(../../images/game/sbg1_5.jpg) no-repeat center center; background-size:cover;}
.esports .con { background:url(../../images/game/sbg1_6.jpg) no-repeat center center; background-size:cover;}

.game_screen { text-align:center; margin-bottom:10px;}
.game_screen h3 {height:45px; line-height:45px; font-weight:normal;text-align:right; padding-right:20px;background-image: linear-gradient(to bottom, #212121, #1b1b1b); position:relative;    border-radius: 4px 4px 0 0;font-size: 13px;}
.game_screen h3:before { content:''; display:block; width:200px; height:30px; background:url(../images/logo.png) no-repeat; background-size:contain; position:absolute; top:8px; left:20px;}
.game_screen .con {background: linear-gradient(90deg,#4e0000 20%,#931111 50%,#13539d 50%,#072850 80%);    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);}
.game_screen .con .gsc_1 { padding:0px 20px;   display: flex;align-items: center;justify-content: space-between;height: 60px;}
.game_screen .con .gsc_1 li { float:left;}
.game_screen .con .gsc_1 .home,.game_screen .con .gsc_1 .away {width:calc(50% - 20px); color:#fff; font-size:17px; text-align:left;}
.game_screen .con .gsc_1 .away { text-align:right;}
.game_screen .con .gsc_1 .vs { width:40px;font-size:27px; position:relative; flex-basis: 80px;   border-top: 1px solid #465871;background: linear-gradient(0deg, #1a2029 0%, #344255 100%);transform: skewX(-10deg);
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.3), 5px 1px 5px rgba(0, 0, 0, 0.3);    height: 60px;align-items: center;display: flex;justify-content: center;}
.game_screen .con .gsc_1 .vs span {background: linear-gradient(to bottom, #fff 0%, #999 90%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 30px;font-weight: 700;letter-spacing: -1px;
        filter: drop-shadow(2px 2px 2px #000);}

.game_screen .con .gsc_2 { background:rgba(0, 0, 0, 0.3); padding:5px 15px 0 15px; height:calc(100% - 5px);}
.game_screen .con .gsc_2 .gsc_1 { margin-top:0; background:0; padding:10px 0 0 0 ;}
.game_screen .con .gsc_2 .league { background:rgba(0, 0, 0, 0.9); padding:5px 10px; position:relative; text-align:left; }
.game_screen .con .gsc_2 .league .ii { position:relative; top:3px; padding-right:5px;}
.game_screen .con .gsc_2 .league b { position:absolute; right:10px; top:5px; display:block; text-align:right; letter-spacing:1px; font-size:14px; font-weight:normal;}
.game_screen .con .gsc_2 .td {}
.game_screen .con .gsc_2 dl { overflow:hidden;border-bottom:1px solid rgba(255, 255, 255, 0.1)!important; padding:7px 0;}
.game_screen .con .gsc_2 dl dt { float:left; width:70px; text-align:left; padding-left:10px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.game_screen .con .gsc_2 dl ul { float:left; width:calc(100% - 80px);display:flex;  }
.game_screen .con .gsc_2 dl ul li { width:100%;}
.game_screen .con .gsc_2 .td1, .game_screen .con .gsc_2 .td2 {border-top:1px solid rgba(255, 255, 255, 0.1)!important;}
.game_screen .con .gsc_2 .td1 { background:rgba(255, 255, 255, 0.2);border-bottom:1px solid rgba(255, 255, 255, 0.1)!important;}
.game_screen .con .gsc_2 .td1 li,
.game_screen .con .gsc_2 .td1 dt {} 
.game_tab { display:flex; margin-bottom:10px;}
.game_tab li { width:100%;text-align:center; height:36px; line-height:36px; font-size:13px; cursor:pointer; background:#262f3c; border:1px solid #262f3c}
.game_tab .on { border:1px solid #4b84ef; background:#262f3c;color:#4b84ef}

.domestic {min-height: 700px;}
.domestic > .game_pan_w > .game_pan { margin-bottom:15px;}
.domestic .tit { padding:0 0 0 0px; background:rgba(0,0,0,0.5);}
.domestic .dome_w .bet_w { margin-top:1px;display: flex;align-items: center;justify-content: space-between;gap:4px;}
.domestic .dome_w .bet_w .time { width:12%;height:40px; text-align:center; font-size:12px; letter-spacing:normal;font-weight:300; color:rgba(255, 255, 255, 0.6);display: flex;align-items: center;justify-content:center;}
.domestic .dome_w .bet_w .time b { padding-left:5px; font-weight:normal; font-size:13px;} 
.domestic .dome_w .bet_w .time .ing { color:#00FFFF;}
.domestic .dome_w .bet_w .time .done { color:#FF0000;}
.domestic .dome_w .bet_w .bet {width:82%;}
.domestic .dome_w .bet_w .more {width:5% ;height: 36px;text-align: center;}
.domestic .dome_w .bet_w .more b { height:40px; line-height:40px; border-radius:0; margin-top:1px;}
.domestic .dome_w .bet_w .open { float:left;}
.domestic .dome_w .open_w { display:none;padding:1px 50px 20px 152px;}
.domestic .dome_w .open_w .tit { padding:3px 0 3px 5px; color:#BBA2FF; font-size:13px; background:#000;}
.domestic .dome_w .bet_w .bet .home, 
.domestic .dome_w .bet_w .bet .away {width:45%;}

.result .dome_w .bet_w .bet {width: calc(100% - 258px);}
.result .dome_w .bet_w .score {  width:6%; text-align:center;border: 1px solid #000; background:#333; height: 40px; color:#eee;display: flex;align-items: center;justify-content: center;border-radius: 4px;}
.result .dome_w .open_w .game_pan { overflow:hidden;}
.result .dome_w .open_w .score {  width:5%; text-align:center;border: 1px solid #000; background:rgba(255, 255, 255, 0.6); height: 40px; line-height: 40px; letter-spacing:normal; color:#000;}
.result .dome_w .open_w .game_pan .bet {  width:calc(100% - 57px); float:left;}


/* LiveBet */
.ttbanner {width:100%;position: relative;    background: rgba(0,0,0,0.3);padding: 0 10px;border-radius: 4px;}
.ttbanner img {width: 100%;}
.ttbanner img.main {position: absolute;left:0;top:0;width:100%;}
.ttbanner .title {position: absolute;left:25px;top:20px;color: #ff3838;font-weight: 700;    background: rgba(0,0,0,0.7);padding: 0 10px;border-radius: 6px;}
.ttbanner .title small {font-size: 14px;color:#bc6e6e;margin-left:10px}
.ttbanner .shadows {width: 130%;height: 50px;box-shadow: 0px -30px 40px rgba(0,0,0,0.8);position: absolute;bottom: -50px;left: -10%;}
.ttbanner .cont {position: absolute;right:15px;bottom:10px;color: #fff;font-weight: 700;padding: 0 10px;font-size: 34px;}
.ttbanner .cont img {height:80px}

.evol_w { overflow:hidden;}
.evol_w li { float:left; width:calc(50% - 10px); margin:0 10px 10px 0;}
.evol_w li:nth-child(n2) { margin-right:0;}
.evol_w li a { display:block; height:160px; padding-left:30px; position:relative;}
.evol_w li a:after { content:''; display:block; width:48px; height:48px; background:url(../../images/live/evol_ar.png) no-repeat;  position:absolute; top:50px; right:40px;}
.evol_w li a:hover {opacity:0.6;}
.evol_w li a > p { padding-top:45px; font-size:13px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.evol_w li a > p > b { display:block; font-size:30px; font-weight:600; color:#fff;text-shadow:5px 5px 10px #000000;}
.evol_w .ev1 a { background:url(../../images/live/evol_01.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev2 a { background:url(../../images/live/evol_02.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev3 a { background:url(../../images/live/evol_03.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev4 a { background:url(../../images/live/evol_04.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev5 a { background:url(../../images/live/evol_05.jpg) no-repeat top right; background-size:cover;}
.live_screen { overflow:hidden; margin:0 auto 20px; position:relative; margin-top:20px;}
.live_screen iframe { border:none;}
.live_history { margin-top:20px;}
.live_history .title b:after { display:none;}
.live_pan { display:flex; width:100%; margin-bottom:12px;}
.live_pan .lp { width:100%; margin:0 6px;}
.live_pan .lp ul {display:flex;}
.live_pan .lp ul li { width:100%; box-shadow: inset 1px 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);background-image: linear-gradient(to bottom, #272727, #121212);border: 1px solid #000;cursor: pointer; text-align:center;}
.live_pan .lp ul li > p { width:100px; height:100px; border-radius:50%; background:#000; margin:5px auto; position:relative;}
.live_pan .lp ul li > p > u { font-size:20px; text-decoration:none; display:block; padding-top:25px;line-height:1.3em;}
.live_pan .lp ul li > p > b { display:block; line-height:1.3em; padding-top:5px; font-size:13px; letter-spacing:1px;}
.live_pan .lp ul li > p > .num { position:absolute; top:5px; width:100%; text-align:center; left:0; font-size:12px; color:rgba(255, 255, 255, 0.5); letter-spacing:1px;}
.live_pan .lp .over { background:url(../images/on.png); }
.virtual_w .bet .over { background:url(../images/on.png); }
.token_w .top_txt { margin-bottom:20px; background:rgba(255, 255, 255, 0.1); color:#fff; text-align:center; padding:10px;}
.virtual_w {}
.virtual_w .bet_w { margin-bottom:0px;}
.virtual_w .bet_w .bet li { width:calc(100% / 3 - 2px)!important;}
.live_time { overflow:hidden; padding:5px 10px; background:#fff; width:calc(100% - 20px);} 
.live_time dt { float:left; color:#000; font-size:13px;}
.live_time dt b { padding:0px 5px; color:#0000FF; font-weight:normal; letter-spacing:normal;}
.live_time dd { float:right; text-align:right; color:#000;font-size:13px;}
.live_time dd b { padding:0 5px;color:#FF0000; letter-spacing:normal;}
.live_time dd i {color:#000;}
.live_time dd .link { display:inline-block; background:#ec4446; border-radius:3px; padding:0 4px; font-size:17px; margin-left:10px;}
.live_tit { text-align:center; color:#BBA2FF; padding:5px 0; letter-spacing:normal; font-weight:normal; background:url(../images/bar.png) no-repeat; background-size:100% 100%;}
.livebet_w .live_time { width:calc(100% - 33px)!important; margin:0 auto 5px;}

.n_live_w { display:flex; margin-bottom:20px;    width: calc(100% - 320px);}
.n_live_w .nl_l { width:830px; background:rgba(255, 255, 255, 0.05);}
.n_live_w .nl_r { width:calc(100% - 840px); margin-left:10px; background:rgba(255, 255, 255, 0.05); position:relative;}
@media only screen and (max-width: 1600px) {
.n_live_w .nl_l { width:660px;}
.n_live_w .nl_r {width:calc(100% - 650px);}
}
@media only screen and (max-width: 1450px) {
.n_live_w { display:block;        width: 100%;}
.n_live_w .nl_l { width:830px; margin:0 auto 10px;}
.n_live_w .nl_r { width:100%;}
}
.game__frame{position:relative;width:100%;text-align:center; margin:0px auto;}
.game__frame .target0{position:relative; width:508px; height:395px; overflow:hidden; margin:0 auto;}
.game__frame .target1{/* position:absolute; */top:0px;left:0px;margin-left:-75px;margin-top:-200px;}
.game__frame .target2{border:0px; width:1600px; height:1000px; -webkit-transform:scale(1); -webkit-transform-origin:top left;}
.nl_r .nl_time { margin-bottom:10px; display:flex;}
.nl_r .nl_time li { width:100%; padding:10px 15px; background:rgba(255, 255, 255, 0.5); position:relative;}
.nl_r .nl_time li p { position:absolute; top:10px; right:15px; text-align:right;}
.nl_r .nl_time li p > b { letter-spacing:1px; color:#eaff00;}
.nl_r .nl_time li:nth-child(2) { background:#3A11AC;}
.nl_r .nl_tab { display:flex; margin-bottom:10px;}
.nl_r .nl_tab li { width:100%; display: flex;justify-content: center; align-items: center; height:70px; background:rgba(0, 0, 0, 0.5); border:1px solid rgba(255, 255, 255, 0.1); font-size:20px; cursor:pointer;}
.nl_r .nl_tab .on { border:1px solid #4E33FF; color:#fff;}
.nl_r .nl_pan_w { display:none;}
.nl_r .nl_pan_w.on { display:block;}
.nl_r .nl_pan_w .ip + .ip { margin-top:10px;}
.nl_r .nl_pan_w .ip { text-align:center;}
.nl_r .nl_pan_w .ip h3 { text-align:center; background:rgba(0, 0, 0, 0.3);  padding:8px 5px; font-weight:normal;font-size: 15px;}
.nl_r .nl_pan_w .ip > ul { display:flex;}
.nl_r .nl_pan_w .ip > ul li { width:100%; background:rgba(255, 255, 255, 0.07); cursor:pointer;}
.nl_r .nl_pan_w .ip > ul li:hover {background:rgba(255, 255, 255, 0.14);}
.nl_r .nl_pan_w .ip > ul li + li { margin-left:2px;}
.nl_r .nl_pan_w .ip > ul li .num { display:block; font-size:12px; background:rgba(255, 255, 255, 0.1); padding:2px; letter-spacing:1px;}
.nl_r .nl_pan_w .ip > ul li .con { display:inline-block; width:60px; height:60px; border-radius:50%; margin:10px 0;}
.nl_r .nl_pan_w .ip > ul li .con > p { font-size:18px; padding-top:17px;line-height:1.2em;}
.nl_r .nl_pan_w .ip > ul li .con > u { display:block; text-decoration:none; font-size:11px; letter-spacing:normal; line-height:1.2em;}
.nl_r .nl_pan_w .ip > ul .line .con {width:55px; height:55px; background:none!important;}
.nl_r .nl_pan_w .ip > ul .c1 .con { background:#1b6bcf;}
.nl_r .nl_pan_w .ip > ul .c2 .con { background:#d73d3f;}
.nl_r .nl_pan_w .ip > ul .c3 .con { background:#167329;}
.nl_r .nl_pan_w .ip > ul .c1.line .con { border:3px solid #1b6bcf; }
.nl_r .nl_pan_w .ip > ul .c2.line .con { border:3px solid #d73d3f;}
.nl_r .nl_pan_w .ip > ul .c3.line .con { border:3px solid #167329;}
.nl_r .nl_pan_w .ip > ul .tt .con > p { padding-top:13px; font-size:18px;}
.nl_r .nl_pan_w .ip > ul .tt.line .con > p {padding-top:11px;}
.nl_r .nl_pan_w .ip > ul .ts .con > p { font-size:13px;padding-top:23px;}
.nl_r .nl_pan_w .ip > ul .over,
.nl_r .nl_pan_w .ip > ul .over:hover { background:linear-gradient(45deg, #022754, #255bd1);}
.nl_r .nl_pan_w .ip > ul .over .con { background:#fff;}
.nl_r .nl_pan_w .ip > ul .over .con > p, 
.nl_r .nl_pan_w .ip > ul .over .con > u { color:#000;}
.nl_r .nl_done { display:none;position:absolute; text-align:center; width:100%; height:100%; display:flex;justify-content: center;    align-items: center; background:rgba(0, 0, 0, 0.0); font-size:30px;filter: blur(0px); z-index:1000;}
.nl_r .nl_done i { color:#BBA2FF; padding-right:5px; font-size:30px;}
.nl_r.done .nl_time, .nl_r.done .nl_tab, .nl_r.done .nl_pan_w {filter: blur(5px); z-index:90;}



/* History */
.resultt {}
.resultt.win { color:#ffff00;}
.resultt.lose { color:#666666;}
.resultt.ing { color:#00FFFF;}
.resultt.exp { color:#FF00FF;}

.history_w {min-height: 700px;}
.history { margin-bottom:20px;}
.history table { width:100%;}
.history table thead td { text-align:center; color:rgba(255, 255, 255, 0.5);font-weight:normal; padding:8px 0; font-size:13px;background: #0d0f18;}
.history table tbody {background:#212529;}
.history table tbody td {border:1px solid #000; border-bottom:2px solid #000;padding:8px 5px; text-align:center;}
.history table tbody td.selected {background: #f4c500;}
.history table tbody td.selected{ color:#fff!important; }
.history table tbody td.selected span { color:#000 !important; }

.history table .time { font-size:13px; color:rgba(255, 255, 255, 0.5); width:120px; letter-spacing:1px; padding:8px 0;}
.history table .league { width:150px; text-align:left; padding-left:10px}
.history table .league .in_league { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width:150px; float:left}
.history table .type { width:80px;}
.history table .home {}
.history table .vs {width:100px;}
.history table .away {}
.history table .score {width:120px; letter-spacing:1px;}
.history table .resultt {width:100px;}
.history table .home, 
.history table .away { width:25%; overflow:hidden; padding:8px 10px;}
.history table .home span, 
.history table .away span {  text-align:left; float:left;}
.history table .home .in_team { float:left;}
.history table .home .in_rate { float:right; text-align:right;}
.history table .away .in_team { float:right;text-align:right;}
.history table .away .in_rate { float:left; }
.history table .num { width:100px;}
.history table .live { width:23%;}
.history table .ch { width:30px;}
.history .total { border-bottom:2px solid #fff; padding:0px 10px;display: flex;align-items: center;justify-content: space-between;height:40px;background: #111;border: 1px solid #000;}
.history .total > li { float:left;}
.history .total .check { width:40px;}
.history .total .resultt { font-weight:bold; font-size:14px; text-align:right;}
.history .total .txt { width:calc(100% - 90px); text-align:center;display: flex;align-items: center;justify-content: space-between;}
.history .total .txt > li { display:flex;align-items: center; font-size:13px;}
.history .total .txt > li:after { content:''; width:1px; height:12px; background:rgba(255, 255, 255, 0.5); display:inline-block; margin:0 5px 0 8px;}
.history .total .txt > li:last-child:after { display:none;}
.history .total .txt > li b { color:#66FFFF; font-weight:normal; letter-spacing:1px; padding-left:10px;}
.history .total.win { border-bottom:2px solid #ffff00}
.history .total.lose { border-bottom:2px solid #666666}
.history .total.ing { border-bottom:2px solid #00FFFF}
.history .total.exp { border-bottom:2px solid #FF00FF}
.history .ii, .live_history .ii { position:relative; top:2px;}

/* Board */
.paging { text-align:center; font-size:0; margin-top:10px;}
.paging a { display:inline-block;}
.paging .pg_1:after { content:''; width:18px; height:13px; background:url(../images/ar1.png) no-repeat; display:block;}
.paging .pg_2:after { content:''; width:9px; height:13px; background:url(../images/ar2.png) no-repeat; display:block;}
.paging .pg_3:after { content:''; width:9px; height:13px; background:url(../images/ar3.png) no-repeat; display:block;}
.paging .pg_4:after { content:''; width:18px; height:13px; background:url(../images/ar4.png) no-repeat; display:block;}
.paging a { cursor:pointer;}
.paging .ar { padding:5px 10px;}
.paging .ar i { position:relative; top:6px;}
.paging .num { padding:2px 10px; border-radius:3px; background:rgba(255, 255, 255, 0.1); margin:0 2px; font-size:12px; letter-spacing:1px;}
.paging .num.on { cursor:default; background:#fff; color:#000;}

.ipw { border:1px solid rgba(255, 255, 255, 0.2); border-radius:4px; background:#030409; padding:5px 10px;height: 38px;}
.ipw::placeholder { color:rgba(255, 255, 255, 0.7); }
.ipw.ipw1 { width:calc(100% - 12px);}
.ipw.ipw2 { width:300px;}
.ipw.ipw3 { width:200px;}
.ipw.ipw4 { width:80px;}
.ipw.text {width:calc(100% - 12px); border-radius:10px;}

.board_list {min-height:200px;}
.board_list table thead {}
.board_list table thead td { font-size:11px; letter-spacing:1px;}
.board_list table .num { width:80px; font-size:13px; letter-spacing:1px;}
.board_list table .num .hot { display:inline-block; border-radius:3px; padding:0px 4px; color:#fff;text-transform: uppercase; letter-spacing:1px; font-size:12px;background:#9b7316}

.board_list table .ii_name { width:150px; text-align:left; padding-left:10px;}
.board_list table .date { width:120px; font-size:13px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.board_list table .tit { text-align:left; padding-left:15px;cursor: pointer;}
.board_list table .tit a { padding-right:5px;}
.board_list table .tit .i-new { font-size:18px; color:#BBA2FF; padding:0 1px; position:relative; top:2px;}
.board_list table .tit .i-bet { font-size:18px; color:#fff; padding:0 1px; position:relative; top:2px;}
.board_list table .tit .re { color:#BBA2FF;  padding:0 1px;}
.board_list table tbody tr:hover td { background:rgba(0, 0, 0, 0.7);}
.board_list table .top td { background:rgb(9 22 60 / 30%);}
.board_list table .top:hover td {background:rgb(9 22 60 / 50%);}
.board_list table .ch { width:50px;}
.board_list table .state { width:100px;}
.board_list table .state.no { color:#FF0000;}
.board_view {min-height: 700px}
.board_view table thead td {background: #410e0e;border-bottom: 1px solid #9b0d0d;}
.board_view table .tit { text-align:left; padding-left:20px; font-size:17px;}
.board_view table .ii_name {width:150px; text-align:left; padding-left:10px;}
.board_view table .date { width:120px; font-size:13px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.board_view table .con { padding:20px 30px;}
	.board_bet { margin-top:20px; }
	.board_bet .board_bet_tit { text-align:center;background:#BBA2FF; color:#000; font-size:17px; font-weight:500; border-radius:3px;}
.board_view .comment_w { margin-top:20px;}
.board_view .comment_w ul { overflow:hidden; padding:15px 10px; border-bottom:1px solid  rgba(255, 255, 255, 0.2);}
.board_view .comment_w ul li { float:left;}
.board_view .comment_w .ii_name { width:150px;}
.board_view .comment_w .txt { width:calc(100% - 300px);}
.board_view .comment_w .bt { width:150px; font-size:11px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.board_view .comment_w .bt i { color:#FF0000; cursor:pointer; font-size:18px; position:relative; top:3px; padding-left:5px;}
.board_view .comment_w .write { background:rgba(255, 255, 255, 0.1);}
.board_view .comment_w .write .txt textarea { width:calc(100% - 20px); height:40px;}
.board_view .comment_w .bt .btn { display:block; width:100%; height:52px; line-height:50px; border-radius:3px; text-align:center;}
.board_write {}
.board_write table thead th, 
.board_write table tbody th { width:130px; padding-left:20px; text-align:left;}
.board_write table thead td,
.board_write table thead td { text-align:left; padding:8px 5px;}
.board_write table thead td,
.board_write table tbody td { padding:8px 15px;}
.board_write table .btn { margin:0 2px; height:37px; line-height:37px; vertical-align:middle; padding:0 10px; font-size:12px;}
.board_write table .btn_money { overflow:hidden; margin-top:5px;display: flex;align-items: center;gap:4px} 
.board_write table .btn_money li { float:left;}
.board_write table .btn_money li a {}
.board_write table .account_info { padding:5px 0 5px;}
.board_write table .account_info input { background:none; border:none; width:400px; color:#BBA2FF;}
.board_write table .account_info input:focus { outline:none;}

/* Pop */
.pop_w { background:#191919;}
.pop_w .pop { padding:20px;}
.pop_w .pop .title b:after { display:none;}

/* Chu */
.chu_w .chu_list {}
.chu_w .chu_list .num { width:150px; font-size:12px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.chu_w .chu_list .ii_name  { text-align:left; padding-left:10px;}
.chu_w .chu_list .total { margin-bottom:10px;}
.chu_w .chu_list .total b { padding:0 5px; letter-spacing:1px; color:#BBA2FF;}
.chu_w .my { margin-bottom:20px;} 
.chu_w .my table th { width:150px;}
.chu2_w h3 { font-size:20px; font-weight:500; margin-bottom:10px;}
.chu2_w .chu2_1 { margin-bottom:50px;}
.chu2_w .chu2_1 table { border-top:2px solid #BBA2FF;}
.chu2_w .chu2_2 table { overflow:hidden;}
.chu2_w .chu2_2 table tbody th, .chu2_w .chu2_2 table tbody td { width:10%; padding:5px; font-size:13px; line-height:1.2em;}
.chu2_w .chu2_2 table tbody .btn { font-size:12px; padding:2px 10px;}
.chu2_w .my_roll {  border-top:2px solid #BBA2FF; overflow:hidden; background:rgba(255, 255, 255, 0.1);} 
.chu2_w .my_roll li { float:left; width:calc(100% / 5 - 1px); border-bottom:1px solid #000; overflow:hidden; border-right:1px solid #000;}
.chu2_w .my_roll li p { float:left; width:calc(100% - 70px); height:40px; line-height:40px; text-align:center; background:rgba(255, 255, 255, 0.05);}
.chu2_w .my_roll li b { float:left; display:block; width:70px; text-align:center;height:40px; line-height:40px; color:#91ed5f; font-weight:normal;}
.chu2_w .chu2_2 .next { background:#BBA2FF; position:relative;}
.chu2_w .chu2_2 .next:before { content:'└'; display:block; position:absolute; top:10px; left:-40px; font-size:30px;}
.chu2_detail ul { overflow:hidden; background:rgba(255, 255, 255, 0.05); padding:20px;}
.chu2_detail ul li { float:left; width:calc(100% / 5); text-align:center; margin-bottom:20px;}
.chu2_detail ul li input { width:calc(100% - 20px); text-align:center;}
.chu2_detail ul li p { margin-bottom:5px;}
.chu2_detail .my_roll { color:#91ed5f;} 


/* Check */
.check_w {}
.check_w .check_cal { margin-bottom:20px;}
.check_w .check_cal .check_td { width:100%; border:1px solid (255, 255, 255, 0.1);}
.check_w .check_cal .check_td thead { background:rgba(255, 255, 255, 0.1); }
.check_w .check_cal .check_td thead th { padding:5px 0; position:relative; font-weight:normal;  text-align:center;text-transform: uppercase; letter-spacing:1px; font-size:12px;}
.check_w .check_cal .check_td tbody { background:rgba(255, 255, 255, 0.05);}
.check_w .check_cal .check_td tbody td { padding:10px;height:40px; height:75px; vertical-align:top; border:1px solid rgba(255, 255, 255, 0.1);}
.check_w .check_cal .check_td thead th:nth-child(1), .check_w .check_cal .check_td tbody td:nth-child(1) { color:#FF0000;}
.check_w .check_cal .check_td thead th:nth-child(7), .check_w .check_cal .check_td tbody td:nth-child(7) { color:#00FFFF;}
.check_w .check_cal .check_td tbody .onn { background:url(../images/check.png) no-repeat center center;}
.check_w .check_cal .tit { overflow:hidden; position:relative;}
.check_w .check_cal .tit .hit { position:absolute; top:3px; left:5px; padding-bottom:10px;}
.check_w .check_cal .tit .hit span { font-weight:bold;color:#BBA2FF;}
.check_w .check_cal .tit .num { margin:0 auto; text-align:center;}
.check_w .check_cal .tit .num .month { font-size:40px; font-weight:bold;color:#BBA2FF; padding:0 10px;}
.check_w .check_cal .tit .num i { display:inline-block; width:30px; height:30px; line-height:25px; font-size:30px; cursor:pointer; color:rgba(255, 255, 255, 0.6);}
.check_w .check_cal .tit .num i:hover { color:#fff;}
.check_w .check_cal .tit .btn { display:block; position:absolute; right:0; width:150px; height:40px; line-height:40px; top:10px;; text-align:center;}
.check_w .check_top { background:url(../../images/check/title.png) no-repeat center 45px rgba(0, 0, 0, 0.2); height:162px; text-align:center; padding-top:158px; margin-bottom:20px;}
.check_w .check_top dt {border: 1px solid rgba(255, 255, 255, 0.17); border-right:none; border-left:none;height: 45px; line-height: 45px; font-size:15px; letter-spacing:9px; width:720px; margin:0 auto 18px; text-align:center;}
.check_w .check_top dd { display:inline-block; width:353px; height:40px; border-radius:3px; background:#BBA2FF; color:#000; line-height:40px; font-size:16px;}
.check_w .check_top dd span { font-size:16px; font-family:verdana; font-weight:bold; color:#FF0000;}
.check_w .list1 b { color:#FF0000; letter-spacing:1px;}
.check_w .list1 u { color:#FFFF00;}

/* Charge */
.charge_list table thead td { font-size:14px;}
.charge_list table .del .btn { padding:3px 10px; font-size:12px;}
.charge_list .title b:after { display:none;}
.charge_w .list1 { background: #44235d; padding:15px 20px; margin-bottom:5px;}

.charge_w .list1 h3 { font-size:20px; font-weight:500;display: flex;align-items: center;}
.charge_w .list1 h3 span {font-size:20px;margin-right:5px;color:#00ccff}
.charge_w .board_write table th {}
.charge_w .board_write .btn_wrap { margin-top:10px;}
.charge_w .board_write .mymoney { font-size:20px; font-weight:bold; letter-spacing:1px;}
.point_w .board_write { margin-bottom:30px;}
.point_w .tt_in { color:#66FFFF;}
.point_w .tt_out { color:#FF0000;}
.bank_w { margin-bottom:40px;}
.bank_w .tit { font-size:20px; padding-bottom:5px; font-weight:500;}
.bank_w table tbody { background:none;}
.bank_w table th { background:none; color:#BBA2FF; width:100px;}
.bank_w table td { text-align:left; padding-left:10px; color:rgba(255, 255, 255, 0.7);}
.bank_w table td p {color:rgba(255, 255, 255, 0.7);}
.bank_w table th, .bank_w table td { border-bottom:1px solid rgba(255, 255, 255, 0.2);}
.ch_select {  position:relative;}
.ch_select dt { cursor:pointer;width:600px; height:40px; line-height:40px; background:rgba(255, 255, 255, 0.1); padding:0 20px; font-size:16px; position:relative; border: 1px solid rgba(255, 255, 255, 0.2); border-radius:60px;}
.ch_select dt i { position:absolute; right:20px; top:12px; display:block;}
.ch_select dt:hover {background:rgba(255, 255, 255, 0.15);}
.ch_select > ul { position:absolute; top:40px; left:0; width:640px; background:#343434; z-index:1000; border:1px solid #5d5d5d; overflow:hidden; border-radius:20px;}
.ch_select > ul > li { border-bottom:1px solid rgba(255, 255, 255, 0.2); padding:15px; overflow:hidden; cursor:pointer;}
.ch_select > ul > li:hover { background:rgba(0, 0, 0, 0.1);}
.ch_select > ul > li > i { display:block; float:left; width:35px;}
.ch_select > ul > li > i:before { font-size:20px; color:#BBA2FF; position:relative; top:3px;}
.ch_select > ul > li > p { float:left; width:calc(100% - 35px);}
.ch_select > ul > li > p > b { color:#BBA2FF; display:block; font-size:18px;}


/* Members */
.login_bg {background:url(../images/login_bg.jpg) no-repeat center center; background-size:cover;}
.login_main_bg {background:url(../images/login_bg.jpg) no-repeat center center; background-size:cover;}
.login_w {}
.login_w .login { width:300px; margin:0px auto; padding-top:250px;}
.login_w .login h1 { text-align:center;}
.login_w .login h1 img { width:90%;}
.login_w .login .input { margin:15px 0 5px;}
.login_w .login .input li { margin-bottom:4px; position:relative;}
.login_w .login .input li i { display:block; position:absolute; top:15px; left:20px;}
.login_w .login .input input { border-radius:0px; padding:10px 10px 10px 40px; width:calc(100% - 53px); border:1px solid rgba(255, 255, 255, 0.1); background:rgba(255, 255, 255, 0.1);}
.login_w .login .input input:focus { outline:none;background:rgba(255, 255, 255, 0.2);}
.login_w .login .btns li { margin-bottom:3px;}
.login_w .login .btns li .btn { width:100%; border-radius:0px; padding:20px 0; text-align:center;text-transform: uppercase; line-height:5px; font-weight:bold; font-size:18px; }
.login_w .login .btns li.join .btn{background:transparent; border:2px solid #4E33FF; color:#fff; box-sizing: border-box;}


.login_w .login .inquiry { text-align:center; margin-top:20px;display:block; font-size:24px;}
.login_w .login .inquiry i { color:#BBA2FF; display:block; font-size:30px; padding-bottom:5px;}
.login_w .login .inquiry b { display:block; color:rgba(255, 255, 255, 0.3); letter-spacing:3px; padding-top:0px; font-size:11px;}
.login_w .capcha_w { border-radius:60px; width:calc(100% - 3px); margin:0px; padding:3px 0 3px 3px; margin-bottom:10px;border:1px solid rgba(255, 255, 255, 0.1); background:rgba(255, 255, 255, 0.1);} 
.login_w .capcha_w input { border:none; height:30px; width:calc(100% - 100px); background:rgba(255, 255, 255, 0.0); padding-left:10px; color:#fff;}
.login_w .capcha_w input::placeholder { color:#fff; }
.login_w .capcha_w input:focus { outline:none;}
.login_w .capcha_w img { width:80px; height:30px;}
.code_w {width:300px;margin:0px auto; padding-top:250px; text-align:center;}
.code_w .tit { font-size:24px;}
.code_w .tit b {display:block; color:rgba(255, 255, 255, 0.3); letter-spacing:3px;font-size:11px;}
.code_w .tit i {color:#BBA2FF; display:block; font-size:40px; padding-bottom:5px;}
.code_w .ipw { width:calc(100% - 12px); margin:10px 0 5px; height:30px; border-radius:60px; text-align:center;}
.code_w .ipw:focus { outline:none;}
.code_w .btn { width:100%; padding:10px 0; border-radius:60px;}
.login_bg .join_w { width:1000px; margin:0 auto; padding-top:100px;}
.login_bg .join_w .title { text-align:center;}
.login_bg .join_w .td1 { overflow:hidden; border-radius:20px;}
.join_w table td .txt { display:inline-block; font-size:12px; padding-left:5px;}
.join_w table thead th,  
.join_w table tbody th { width:90px;}
.pop_cs {}
.pop_cs table th { width:100px;}
.pop_cs table .num input { width:200px;}
.pop_cs table .num img { height:36px;}
.pop_cs .list_s { margin-top:5px;}
.pop_cs .list_s b { font-size:13px; color:#BBA2FF;}
.pop_cs .btn_wrap { margin-bottom:0;}



/* Main_Popup */
.main_popup_w {display:none;position:relative; width:1200px; height:0; margin:0 auto;}
.main_popup_w .main_popup { background:#333; z-index:10000000; border:1px solid #1c1c1c; position:absolute; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7)  ; }
.main_popup_w .main_popup dl { overflow:hidden;background:#1c1c1c; height:40px;}
.main_popup_w .main_popup dl dt { float:left; padding:10px 0 0 10px;}
.main_popup_w .main_popup dl dt a { font-size:13px; color:#fff; cursor:pointer;}
.main_popup_w .main_popup dl dd { float:right; text-align:right; padding:10px 10px 0 0 ;}
.main_popup_w .main_popup dl dd a { text-align:right; font-size:12px; color:rgba(255, 255, 255, 0.5);}
.main_popup_w .main_popup .main_popup_con { overflow:hidden;}
.main_popup_w .main_popup .main_popup_con img { width:100%;}
.main_popup_w .main_popup .mp_tit { background:url(../images/popup_tit2.png) no-repeat center center #BBA2FF; height:50px;}

/* construction */
.const_bg {}
.const_w { width:700px; margin:100px auto 0; background:#000; padding:50px;}
.const_w h1 { text-align:center; font-size:50px; font-weight:100;}
.const_w h1 i { display:block; margin:0 auto; color:#BBA2FF; font-size:50px;}
.const_w h1 b { display:block; font-size:13px; letter-spacing:5px; color:rgba(255, 255, 255, 0.3); position:relative; top:-10px;}
.const_w h1:after { content:''; display:block; width:30px; height:4px; background:#fff; margin:10px auto;}
.const_w .con { text-align:center; padding-top:20px; font-size:17px;}


/* Loading */
.loading_w { display:none; position:relative;}
.loading_w .loading { position:absolute; left:50%; margin-left:-50px; top:300px;}
.loading_w .loading i { display:block; margin:0 auto; font-size:100px; }

.game_pop_w { }
.game_pop_w .game_pop {  width:400px; height:420px;  z-index:100000; background:#454546;box-shadow:5px 5px 20px #000000;}
.game_pop_w .game_pop h2 {background-image: linear-gradient(to bottom, #555655, #454546); color:#fff; font-size:20px; padding:20px 0 10px; text-align:center;}
.game_pop_w .game_pop h2 u { text-decoration:none; display:block; color:#BBA2FF; font-size:11px; padding-top:5px; font-weight:normal;}
.game_pop_w .game_pop .btns { text-align:center; width:100%; padding-top:10px;}
.game_pop_w .game_pop .btns a { display:inline-block; width:calc(50% - 20px);background: linear-gradient(to top, #091f35, #214d77);line-height: 30px; height:30px; color:#fff;    border: 1px solid #3f74a8;}
.game_pop_w .game_pop .con { height:260px; overflow-y:scroll; padding:10px;}
.game_pop_w .game_pop .con dl { padding:10px;border: 1px solid rgba(255, 255, 255, 0.2);background: rgba(0, 0, 0, 0.3); margin-bottom:4px;}
.game_pop_w .game_pop .con dl dt { color:#fff;}
.game_pop_w .game_pop .con dl dt b { color:#FF0000;}
.game_pop_w .game_pop .con dl dd { color:rgba(255, 255, 255, 0.5);}
.game_pop_w .game_pop .con dl dd b { color:#fff;}
.game_pop_w .game_pop .con dl dd b u { text-decoration:none; color:#BBA2FF;}
#loading_mask {	position: fixed;	width: 100%;	height: 100%;	top: 0px;	left: 0px;	 display: none; 	 background-color:#000;	 opacity: 0.3;}


/* new */
.n_layer_pop {overflow-x: hidden; overflow-y: auto; width:100%; height:100%; background:#000; z-index:10000; position:fixed; top:0; left:0; outline:0; background:url(../../images/main/pop_bg.jpg) no-repeat center center; background-size:cover;}
.n_layer_pop .con { width:1100px; margin:0 auto; padding:20px 0;}
.n_layer_pop .con .tit { overflow:hidden; padding-bottom:3px; margin-bottom:20px; border-bottom:2px dashed #BBA2FF;}
.n_layer_pop .con .tit h3 { font-size:40px; font-weight:600; color:#BBA2FF; float:left;}
.n_layer_pop .con .tit .close { float:right; text-align:right; cursor:pointer;transition-duration: 0.4s;}
.n_layer_pop .con .tit .close:hover {transform: rotate(180deg);}
.n_layer_pop .con .tit .close i { font-size:50px;}
.n_layer_pop .con .icon { overflow:hidden; text-align:center; font-size:0;}
.n_layer_pop .con .icon li { display:inline-block; width:calc(100% / 7 - 18px); margin:0 20px 20px 0;transition-duration: 0.4s; vertical-align:top;}
.n_layer_pop .con .icon li:nth-child(7n) { margin-right:0;}
.n_layer_pop .con .icon li img { width:100%;transition-duration: 0.4s;}
.n_layer_pop .con .icon li p { text-align:center;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.n_layer_pop .con .icon li:hover { opacity:0.5;}
.n_layer_pop .con .icon li:hover img {filter: grayscale(100%);}
.n_layer_pop_bg { overflow:hidden;}
.n_layer_pop_bg { overflow:hidden;}
.n_layer_pop .search_w { text-align:center; margin-bottom:20px; border-radius:10px; background:rgba(255, 255, 255, 0.1); padding:20px;}
.n_layer_pop .search_w #slot_name { width:200px; border:1px solid #BBA2FF; background:#BBA2FF;color:#000; height:30px; border-radius:3px; display:inline-block; vertical-align:top;}
.n_layer_pop .search_w #btn_slot_search { width:60px;border:1px solid #BBA2FF; height:30px; line-height:30px; color:#fff; display:inline-block; border-radius:3px; vertical-align:top;}


/* spade */
.spade_w { font-size:0;}
.spade_w li { display:inline-block; margin:5px; width:calc(100% / 5 - 10px); vertical-align:top;}
.spade_w li a { overflow:hidden;border:1px dashed #BBA2FF; border-radius:5px; display:block;}
.spade_w li a img { width:100%;}
.spade_w li a:hover {opacity:0.5;}
.spade_w.list li {width:calc(100% / 5 - 10px); }
.spade_w.list li p { text-align:center; padding:7px;}
.spade_slot_w { font-size:0;}
.spade_slot_w li { display:inline-block; width:calc(100% / 4 - 10px); margin:5px;position: relative; overflow: hidden; vertical-align:top;}
.spade_slot_w li a { display:block; text-align:center; display:block; cursor:pointer; border:1px dashed #BBA2FF; border-radius:5px; height:200px;}
.spade_slot_w li a .pic { display:block;}
.spade_slot_w li a .pic img { width:60%; position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; }
.spade_slot_w li a p { position:absolute; font-size:18px; bottom:12px; width:100%; text-align:center;}
.spade_slot_w li a:hover {opacity:0.5;}
.spade_slot_w2 {}
.spade_slot_w2 .pic {}
.spade_slot_w2 .btns { font-size:0;}
.spade_slot_w2 .btns li {  width:calc(100% / 4 - 12px); display:inline-block; margin:0 15px 15px 0; }
.spade_slot_w2 .btns li:nth-child(4n) { margin-right:0;}
.spade_slot_w2 .btns li a { display:block; cursor:pointer;display:block;border:1px dashed #BBA2FF; overflow:hidden; border-radius:10px; cursor:pointer; position:relative;}
.spade_slot_w2 .btns li a img { width:100%;transition-duration: 0.4s;}
.spade_slot_w2 .btns li a:hover {  opacity:0.5;}
.spade_slot_w2 .btns li a:hover img {filter: grayscale(100%);}
.spade_slot_w2 .btns li a p { display:none;}

.slot-btn {z-index: 0; transition: 0.3s; perspective:900px; border-radius:0px; overflow:hidden;}
.slot-btn .inner { transition:0.3s; cursor:pointer;background: linear-gradient(45deg, #2c0271, #8d29d6);padding: 1px;}
.slot-btn .inner::before {position: absolute;left:0;bottom: 0;height:40px;width:100%;content: "";background: rgba(0, 0, 0, 0.7);}

.slot-btn.before-hover .inner {transform: rotateY(30deg) scale(0.9);opacity: 0.5;}
.slot-btn.after-hover .inner {transform: rotateY(-30deg) scale(0.9);opacity: 0.5;}


.bil_casino { margin-top:30px;margin-bottom:230px;display: flex;justify-content: space-between;gap:10px;}
.bil_casino  {position:relative;}
.bil_casino  a {display: block;background: #000;border-radius: 0px;position:relative;  ;padding: 1px;}
.bil_casino  img { width:100%;}
.bil_casino  p { text-align:center; width:100%;height:36px;font-size:21px;line-height: 40px;background: #000710;-webkit-background-clip: text;-webkit-text-fill-color: transparent;position: absolute;left:0;bottom:0;transition: 0.3s;
    background-image: -webkit-linear-gradient(180deg, #cc63ff, #cc63ff, #6e00ff, #6e00ff);font-weight: 400;background-color: rgb(0 0 0 / 25%);font-family: 'establishRetrosansOTF', sans-serif;}
/*.bil_casino li a:hover {transform: scale(1.02);}*/
.bil_casino .ent {position: absolute;left:0;top:40%;width:100%;text-align:center;display: flex;align-items: center;justify-content: center;height:50px;}
.bil_casino .ent span {background:repeating-linear-gradient(45deg, #f89934, #01050c 110px);padding:10px 30px;font-size: 21px;border-radius: 4px;transition: 0.4s;}
.bil_casino .ent span:hover {filter: brightness(1.2);font-size: 23px;}

.bil_casino.spade {flex-wrap: wrap;justify-content: center;}
.bil_casino.spade  a{width:19.3%}
.bil_casino.spade  a img.vbg {}
.bil_casino.spade  a img.vlogo {position:absolute;top:10px;right:10px;height:50px;width:inherit;background: rgba(0,0,0,0.5);padding: 0 5px;border-radius: 4px;transition: 0.3s;}




.main_popup {position: absolute;z-index: 9999}
.pop_title1 {width: 100%;text-align: center;margin-top: 65px;height: 30px;line-height: 30px;color: #fff;font-size: 14px;}
.pop_content1 {min-height: 410px;margin-top: 0px;text-align: center;color: #333;}
.pop_foot {height: 40px;text-align: right;color: #fff;padding-right: 40px;padding-left: 40px;margin-top:-15px;}
.pop_foot images, input {vertical-align: middle}
.pop_foot input {vertical-align: middle;margin-top: -2px;border: none;background: #fff;width: 16px;height: 16px;}

.layer_popup_swiper {
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 99999;
    opacity: 1;
    background: rgba(36, 36, 43, 0.8);
}

.layer_popup_swiper .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.layer_popup_swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer_popup_swiper .swiper-slide {
    display: flex;
    width: 450px;
    height: 656px;
    min-height: 402px;
    margin-right: 5px;
    background: url(/images/main/bg_popup.jpg) #000 repeat 0 0;
    border: 5px solid #dec277;
    flex-direction: column;
}

.layer_popup_swiper .swiper-slide .pop_content {
    display: flex;
    flex: 1;
    min-height: 0;
    position: relative;
    flex-direction: column;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_title {
    padding: 15px 15px;
    font-weight: 600;
    font-size: 20px;
    color: #ffc33b;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    font-size: 14px;
    padding: 15px 15px;
    color: #fff;
    line-height: 22px;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p:after {
    content: '';
    display: block;
    clear: both;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p * {
    float: none !important;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p > img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner.pc {
    display: block;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner.mobile {
    display: none;
}

.layer_popup_swiper .swiper-slide .pop_content .gaps {
    margin-top: 30px;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt {
    color: #222;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt .income {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 500;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt .income em {
    font-weight: 700;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status {
    width: 300px;
    height: 300px;
    margin: auto auto;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 300px;
    text-align: center;
    border-radius: 50%;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status.buy {
    background-color: #ec5649;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status.sell {
    background-color: #0182dd;
}

.layer_popup_swiper .swiper-slide .pop_content .btn_area {
    margin: 20px 0;
    text-align: center;
}

.layer_popup_swiper .swiper-slide .pop_content .btn_area .btn_ui {
    margin: 0 4px;
}

.layer_popup_swiper .swiper-slide .popup-foot {
    display: flex;
    margin: -41px -5px 0;
    padding-left: 10px;
    border: 1px solid #dec277;
    align-items: center;
}

.layer_popup_swiper .swiper-slide .popup-foot .checkbox {
    flex: 1;
    min-width: 0;
}

.layer_popup_swiper .swiper-slide .popup-foot .checkbox label {

}

.layer_popup_swiper .swiper-slide .btn_close {
    display: block;
    height: 36px;
    padding: 0 15px;
    color: #000;
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
    background-color: #dec277;
}

.layer_popup_swiper .swiper-pagination {
    display: none;
}

.layer_popup_swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}

.layer_popup_swiper .btn_layer_close {
    display: none;
}






@media screen and (max-width: 1280px) {
	.layer_popup_swiper .swiper-container {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 5px solid #dec277;
    }

    .layer_popup_swiper .swiper-wrapper {
        display: flex;
        align-items: unset;
        justify-content: unset;
    }

    .layer_popup_swiper .swiper-slide {
        width: 100%;
        height: 100%;
        margin: 0;
        border: none;
    }

    .layer_popup_swiper .swiper-slide .popup-foot {
        margin-top: 0;
    }

    .layer_popup_swiper .swiper-slide .popup-foot .btn_close {
        border-left: 5px solid #000;
    }

    .layer_popup_swiper .swiper-slide .pop_content {
        padding: 0;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_title {
        padding-bottom: 16px;
        font-size: 18px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner {
        margin-bottom: 39px;
        font-size: 13px;
        line-height: 19px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner.pc {
        display: none;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner.mobile {
        display: block;
    }

    .layer_popup_swiper .swiper-slide .pop_content .trade_status {
        width: 150px;
        height: 150px;
        font-size: 33px;
        line-height: 150px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .btn_area {
        margin-top: 20px;
    }

    .layer_popup_swiper .swiper-pagination {
        display: block;
        left: 0;
        right: 0;
        bottom: 20px;
    }

    .layer_popup_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

.popup-container {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);z-index:9999;overflow:hidden}
.popup-wrap {width:1600px;margin:0 auto;display:flex;align-items:flex-start;gap:10px}
.popup-container .popup-wrap .popup-box {display:inline-block;margin-top:68px;width:calc(25% - 10px);margin-right:10px;border:2px solid #564b29;overflow:hidden;background:#000;animation:opacityIn .3s;transition:opacity .3s;}
.popup-container .popup-wrap .popup-box .pop_head {display:flex;align-items:center;justify-content:center;width:100%;height:60px;background-color:#564b29;position:relative;}
.popup-container .popup-wrap .popup-box .pop_head button{position:absolute;top:50%;right:20px;transform:translate(0, -50%);width:24px;height:24px;color:white;display:grid;place-content:center;background-color:transparent;cursor:pointer;border:none}
.popup-container .popup-wrap .popup-box .popup-contents-box {min-height:400px;padding:0}
.popup-container .popup-wrap .popup-box .popup-contents-box img {display:block;width:100%;max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-footer {height:34px;background:#564b29;color:#fff;display: flex;justify-content: center;align-items: center;}
.popup-container .popup-wrap .popup-box .popup-footer button {background:#9a4540;border:0;border-radius:10px;color:#fff;font-size:12px;padding:4px 12px;cursor:pointer;}

.left-menu-btn {width: 30px;height: 30px;background-color: transparent;border: none;padding: 0;position: absolute;top:15px;left:15px;z-index: 100;}
.left-menu-btn span {width: 100%;display: block;height: 4px;background-color: #fff;margin: 0 0 8px;border-radius: 5px;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);}
.left-menu-btn span:first-child {position: relative;margin-top: 0;top: 0;transition: top .3s .3s, transform .3s 0s;}
.left-menu-btn span:nth-child(2) {opacity: 1;transition: opacity .3s;}
.left-menu-btn span:last-child {margin-bottom: 0;position: relative;top: 0;transition: top .3s .3s, transform .3s 0s;}
.left-menu-btn.opened span:first-child {top: 12px;transform: rotate(-45deg);transition: top .3s 0s, transform .3s .3s, color .3s .3s;box-shadow: none;}
.left-menu-btn.opened span:nth-child(2) {opacity: 0;}
.left-menu-btn.opened span:last-child {top: -11px;transform: rotate(45deg);transition: top .3s 0s, transform .3s .3s;box-shadow: none;}

/* BS Table */
.bs-table {width: 100%;border-collapse: separate;border-spacing: 0 3px;}
.bs-table thead th {height: 50px;color: #fff;font-size: 12px;text-align: center;background-color: #5f4d2a;}
.bs-table thead th:first-child {border-radius: 8px 0 0 8px;}
.bs-table thead th:last-child {border-radius: 0 8px 8px 0;}
.bs-table tr {cursor: pointer;}
.bs-table tr td {height: 48px;color:#ebebeb;text-align: center;padding: 1px;transition: 0.3s;background-color:#222;border-top: solid 1px rgba(255, 255, 255, 0.08);    border-bottom: solid 1px rgba(255, 255, 255, 0.08);}
.bs-table tr td:first-child {border-radius: 8px 0 0 8px;border-left: solid 1px rgba(255, 255, 255, 0.08);}
.bs-table tr td:last-child {border-radius: 0 8px 8px 0;border-right: solid 1px rgba(255, 255, 255, 0.08);}
/* .bs-table tr:hover td {background-color: rgba(180, 223, 255, 0.1);border-color: rgba(180, 223, 255, 0.15);} */
.bs-table tr td a {color: #ffffff;transition: 0.3s;display: inline-block;vertical-align: middle;max-width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-decoration: none;}
.bs-table tr td a:hover {color: #c7adff;text-decoration: underline;}
.bs-table tr .count-td {width: 50px;}
.bs-table tr .count-tag {width: 24px;height: 24px;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;margin: 0 auto; color: #ffffff;font-size: 12px;background-color: #7a6fed;border-radius: 6px;}
.bs-table tr .title-td {text-align: left;padding-left: 15px;max-width: 590px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.bs-table tr .status-td {width: 15%;padding-left: 5px;}
.status-tag {min-width: 68px;display: inline-block;padding: 2px 10px;background-color: #0075ff;border-radius: 4px;color: #ffffff;white-space: nowrap;font-size: 12px;}
.status-tag.green {background-color: #27ae27;}
.bs-table tr .date-td {width: 20%;color: #8fa4bd;font-size: 12px;}
.bs-table tr .nav-td {width: 40px;}
.bs-table tr td .delete-btn {background-color: transparent;border: none;color: #999999;font-size: 14px;transition: 0.3s;}
.bs-table tr td .delete-btn:hover {color: #d3131a;}
.bs-table tr td .nav-btn {background-color: transparent;border: none;position: relative;}
.bs-table tr td .nav-btn i {position: relative;color: #fff;font-size: 10px;transition: 0.3s;transform: rotate(0deg);}
.bs-table tr td .nav-btn:hover i {color: #ffca5f;}
.bs-table tr.active td .nav-btn i {transform: rotate(180deg);top: 5px;}
.bs-table tr td .plus-btn {width: 16px;height: 16px;background-color: #ffdf3d;border: none;border-radius: 50%;color: rgba(0, 0, 0, 0.75);font-size: 12px;padding: 0 0 0;display: inline-block;vertical-align: middle;position: relative;}
.bs-table tr td .plus-btn:hover {background-color: #cd4821;}
.bs-table tr td .plus-btn:before, .bs-table tr td .plus-btn:after {content: '';width: 2px;height: 50%;left: 0;right: 0;top: 0;bottom: 0;margin: auto;position: absolute;background-color: #444444;transition: 0.3s;}
.bs-table tr td .plus-btn:after {transform: rotate(90deg);}
.bs-table tr.active td .plus-btn:before {height: 0;}
.bs-table tr td .plus-btn:hover:before, .bs-table tr td .plus-btn:hover:after {background-color: #ffffff;}

/* Pagination */
.pagination li {float: left;}
.pagination>li>a {height:32px;color:#8fa4bd;text-decoration:none;background-color:rgba(0, 0, 0, 0.25);border:1px solid #222;display: flex;align-items: center;justify-content: center;padding:2px 8px 0;position: relative;z-index: 1;transition: 0.3s;}
.pagination li a:hover {color: #ffffff;}
.pagination .turn-pg a {width: 24px;color: #c9b0ff;font-size: 18px;background-color: rgba(255, 255, 255, 0);border: none;box-shadow: none;}
.pagination .turn-pg a:hover {color: #39f1f1;}
.pagination .active {color:#ffffff;background:#5f4d2a;}

.btnwrap {width:100%;margin-top:10px;display:grid;grid-template-columns: repeat(8, 1fr);gap:4px}
.btnwrap button {width:100%;cursor:pointer;padding: 8px 12px;font-size:14px;color:#fff;border-radius:8px;border:1px solid #e2e8f0;}

.slotlist {width:100%;margin-top:10px;display:grid;grid-template-columns:repeat(6, 1fr);gap:10px}
.slotlist>a {display:flex;flex-flow:column}
.slotlist>a .g-panel {width:100%;overflow:hidden}
.slotlist>a .g-panel>img {width:100%}
.slotlist>a .g-footer {width:100%;background:#000;color:#fff;text-align:center;padding:4px;overflow:hidden}


@media (max-width: 767px) {
	.popup-wrap {width:100%;display:flex;flex-wrap:wrap;justify-content:center}
	.popup-container .popup-wrap .popup-box {margin-top:40px;width:calc(90% - 10px);}
	
	.provider_logo {grid-template-columns: repeat(4, 1fr);}
	
	.sidebar-left{
    width:100%;
    max-width:100%;
    height:100%;
    top: 60px;
    left: 0;
    transform: translateX(-100%);
    background-color:#60502b;
    border:none;
    border-right: solid 1px #1f2a48;
    border-radius: 0;
    margin: 0 !important;
    padding: 10px 10px 135px;
    display:block;
    overflow-y:auto;
    position:fixed;
    transition:0.5s;
    align-content: flex-start;
    z-index: 1000;
  }
	
	.sidebar-left ul li {
		font-size:1.4em;
		padding:8px 0;
	}
	
  .sidebar-left.active{
		transform: translateX(0);
  }
	
	.bs-table tr td {font-size: 12px;}
  .bs-table tr .count-td {width: auto;}
  .bs-table tr td a {max-width: 180px;font-size: 12px;    }
  .bs-table tr .title-td {max-width: 180px;padding-left: 5px;}
  .bs-table tr .nav-td {width: auto;}
  .bs-table thead th {font-size: 12px;}
  .bs-table tr .count-tag {width: 24px;height: 24px;}
  .bs-table tr .date-td {font-size: 10px;}
	
	.btnwrap {grid-template-columns: repeat(4, 1fr);gap:4px}
	
	.slotlist {grid-template-columns:repeat(2, 1fr);gap:4px}
}