* {padding: 0; margin: 0;}
html, body {height: 100%;}
body {font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", SimSun, STXihei, sans-serif; font-size: 18px; position: relative;}
.wrapper img.banner {width: 100%; height: auto;}
.wrapper img.banner.mini {max-width: 440px; width: 100%; height: auto;}
.wrapper {width: 600px; background: #B7E0D5;}
h4 {line-height: 1.5; margin-bottom: 2%;}
p {margin-bottom: 1%;}
ul li {margin-left: 24px;}
.add-padding-sides {padding-left: 32px; padding-right: 32px;}
.remove-padding-top {padding-top: 0px;}
.yes-overflow {overflow: visible;}
.wrapper a, .wrapper a:hover, .wrapper a:active {color: #E36544;}
button:focus, input:focus { outline: none; }
input, button {font-family: 'Noto Sans SC', sans-serif;}

/* Table Border */
.border-top-left {-webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;}
.border-top-right {-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;}
.border-bottom-left {-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;}
.border-bottom-right {-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;}

/* Gaps */
.gap__4 {padding: 4px 0 0;}
.gap__8 {padding: 8px 0 0;}
.gap__16 {padding: 16px 0 0;}
.gap__24 {padding: 24px 0 0;}
.gap__32 {padding: 32px 0 0;}

/* Page HD */
.page-hd__8 {padding: 8px;}
.page-hd__16 {padding: 16px;}
.page-hd__24 {padding: 24px;}
.page-hd__32 {padding: 32px;}

/* Fonts Style */
.f-brandy {color: #7E3F3B;}
.f-deep-carmine-pink {color: #EF383E;}
.f-ebony {color: #5E5E5E;}
.f-body {color: rgba(51,51,51,0.95); font-size: 0.95em;}
.f-dark-slate-blue {color: #483B8C;}
.f-night-rider {color: #333333;}

/* Drop Shadow */
.shadow {
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

/* Box Shadow */
.box-shadow {-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24);}

/* iOS Safari Overwrite */
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* No Padding */
.page-bd-24 {padding: 24px;}
.page-bd-top {padding-top: 0!important;}
.page-bd-bottom {padding-bottom: 0!important;}
.page-bd-left {padding-left: 0!important;}
.page-bd-right {padding-right: 0!important;}

/* Responsive Images */
.resp-100 {width: 100%; height: auto;}
.resp-90 {width: 90%; height: auto;}
.resp-80 {width: 80%; height: auto; max-width: 350px;}

/* Flex Two */
.weui-flex__item.two {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-left: 16px;
}
.weui-flex__item.right-padding {box-sizing: border-box; padding-right: 16px;}
.weui-flex__item.right-padding-8 {box-sizing: border-box; padding-right: 8px;}

hr {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    border-bottom: 1px dashed #FCC360;
}

/* Template */
/* Timer Font */
@font-face {
    font-family: 'Digital Numbers';
    src: url('../fonts/digitalnumbers-regular-webfont.woff2') format('woff2'),
 url('../fonts/digitalnumbers-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {background-color: #0A0011;}
.slot.wrapper {background: #2D0D34; min-height: 100%;}
.slot.wrapper {background-image: url("../images/slotMainBg.png"); background-repeat: no-repeat; background-position: top center; background-size: contain;}
.slot {position: relative;}
.full-bleed {
    width: 600px;
    margin-left: calc(50% - 300px);    
}
/* SLOT MACHINE */
.slot .lottery {position: relative; margin-top: 8%;}
.slot .f-golden-text {
    background: #F6DD4F;
    background: -webkit-linear-gradient(to bottom, #F6DD4F 0%, #E48215 100%);
    background: -moz-linear-gradient(to bottom, #F6DD4F 0%, #E48215 100%);
    background: linear-gradient(to bottom, #F6DD4F 0%, #E48215 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slot .f-golden-text span {width: 18px; height: 16px; margin: 0 4px; display: inline-block; position: relative;}
.slot .f-golden-text span::after {
    content: '';
    background: url("../images/slotArrows.png") no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 2.5px;
    left: 0;
}
.slot .f-gold {color: #FDCA2F;}
.slot .lottery .container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.slot .contain {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 114px;
    padding-top: 132px;
    padding-bottom: 30px;
}
.slot .square {
    flex: 0 0 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 152px;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: 0px 3.81341px 3.81341px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(255, 255, 255, 0.14), inset 0px 2px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 3.81341px 3.81341px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(255, 255, 255, 0.14), inset 0px 2px 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 3.81341px 3.81341px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(255, 255, 255, 0.14), inset 0px 2px 5px rgba(255, 255, 255, 0.4);
    background: rgb(221,160,248);
    background: -moz-linear-gradient(180deg, rgba(221,160,248,1) 0%, rgba(172,58,231,1) 45%, rgba(140,36,221,1) 55%, rgba(111,9,208,1) 92%, rgba(86,0,195,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(221,160,248,1) 0%, rgba(172,58,231,1) 45%, rgba(140,36,221,1) 55%, rgba(111,9,208,1) 92%, rgba(86,0,195,1) 100%);
    background: linear-gradient(180deg, rgba(221,160,248,1) 0%, rgba(172,58,231,1) 45%, rgba(140,36,221,1) 55%, rgba(111,9,208,1) 92%, rgba(86,0,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dda0f8",endColorstr="#5600c3",GradientType=1);
}
.slot .square:not(:nth-child(3n)) {margin-right: 2%;}
.slot .square:not(:nth-child(n+7)) {margin-bottom: 2.6%;}
.slot .square.is-active {
    background: rgb(233,201,251);
    background: -moz-linear-gradient(180deg, rgba(233,201,251,1) 0%, rgba(217,175,244,1) 45%, rgba(204,149,240,1) 55%, rgba(188,124,234,1) 92%, rgba(185,118,232,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(233,201,251,1) 0%, rgba(217,175,244,1) 45%, rgba(204,149,240,1) 55%, rgba(188,124,234,1) 92%, rgba(185,118,232,1) 100%);
    background: linear-gradient(180deg, rgba(233,201,251,1) 0%, rgba(217,175,244,1) 45%, rgba(204,149,240,1) 55%, rgba(188,124,234,1) 92%, rgba(185,118,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9c9fb",endColorstr="#b976e8",GradientType=1);
    /* border: 3px solid rgba(232, 197, 251, 0.4); */
}    

.slot .square__content {font-size: 0.8em; line-height: 1.2; color: #F6DC4E; -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);}
.slot .square__content span img {width: 64px; height: auto;}
.slot .square__empty {
    background: none;
    border: none;
    box-shadow: none;
    color: #FFF;
    -webkit-text-shadow: 0px 1px 2px rgb(0 0 0 / 40%);
    -moz-text-shadow: 0px 1px 2px rgb(0 0 0 / 40%);
    text-shadow: 0px 1px 2px rgb(0 0 0 / 40%);
    font-size: 1em;
    line-height: 1.4;
}

/* TIMER */
.slot .square.timer {position: relative; background: none!important; border: none!important;}
.slot .square.timer img {width: 100%; height: 100%; display: block;}
.slot .square.timer .inner {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.slot .square.timer div.inner p{
    font-family: 'Digital Numbers', sans-serif; font-weight: bold; 
    font-size: 2.5em;
    background: #F6DC4E;
    background: -webkit-linear-gradient(to bottom, #F6DC4E 0%, #DE9F1C 100%);
    background: -moz-linear-gradient(to bottom, #F6DC4E 0%, #DE9F1C 100%);
    background: linear-gradient(to bottom, #F6DC4E 0%, #DE9F1C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}
.slot .square.timer div.inner p::after {
    content: '00';
    background: #832A93;
    opacity: 0.5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Buttons */
.slot ul.slotBtnContainer, .slot ul.slotBtnContainer li {margin: 0; padding: 0; list-style: none;}
.slot ul.slotBtnContainer {width: 84%; margin: 0 auto;}
.slot ul.slotBtnContainer li {width: 25%; float: left;}
.slot ul.slotBtnContainer li a img {width: 100%; height: auto; visibility: visible;}
.slot ul.slotBtnContainer li div.coin {
    display: inline-block;
    margin: 0 auto;
    color: #FFF;
    padding: 2px 16px 2px 32px;
    background: url(../images/iconLiveCoin.png) no-repeat 6px 0px #3A1243;
    background-size: auto 90%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 0.80em;
}
.slot ul.slotBtnContainer li a.active div.coin {background-color: #73B00E;}
.slot ul.slotBtnContainer li a.blue.active div.coin {background-color: #0E94B3;}
.slot ul.slotBtnContainer li a.slotBtn img {width: 0; height: 0; padding: 80% 100% 0 0; background: url("../images/slotBtnGreenSlices.png") no-repeat left center; background-size: 200% auto; display: block;}
.slot ul.slotBtnContainer li a.slotBtn.active img {background-position: right center;}
.slot ul.slotBtnContainer li a.slotBtn.blue img {background-image: url("../images/slotBtnBlueSlices.png");}
.slot ul.slotBtnContainer li a.slotBtn.blue.active img {background-position: right center;}
.slot span.coin {background: url("../images/iconLiveCoin.png") no-repeat center center; background-size: 100% auto; width: 24px; height: 24px; display: inline-block; position: relative; top: 4px;}
.slot .square:active {position: relative; top: 2px;}
.slot .square.timer:active {top: auto;}

/* Middle Section */
.slot .slotMiddle h3 {font-size: 0.8em; text-transform: uppercase;}
.slot .slotMiddle {padding: 10px 0; background: url("../images/slotMachineMiddle.png") no-repeat top left; background-size: 100% 100%; box-sizing: border-box;}

/* Bottom Section */
.slot .slotBottom {width: 100%; box-sizing: border-box; background: url("../images/slotMachineLower.png") no-repeat top left; background-size: 100% auto; position: relative; top: -1px;}
.slot .slotBottom .weui-flex .weui-flex__item {
    background: rgb(52,0,67);
    background: -moz-linear-gradient(180deg, rgba(52,0,67,1) 0%, rgba(41,0,51,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(52,0,67,1) 0%, rgba(41,0,51,1) 100%);
    background: linear-gradient(180deg, rgba(52,0,67,1) 0%, rgba(41,0,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#340043",endColorstr="#290033",GradientType=1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 16px 24px;
}
.slot .slotBottom .weui-flex .weui-flex__item:first-child {margin-right: 4px;}
.slot .slotBottom .weui-flex .weui-flex__item:last-child {margin-left: 4px;}
.slot .slotBottom .weui-flex .weui-flex__item p {padding: 0; margin: 0; line-height: 1.5;}
.slot .slotBottom .weui-flex .weui-flex__item p.title {font-size: 0.85em;}
.slot .slotBottom .weui-flex .weui-flex__item p.f-gold {font-size: 1em;}
.slot .slotBottom .weui-flex .weui-flex__item span {width: 24px; height: 24px; display: inline-block; position: relative;}
.slot .slotBottom .weui-flex .weui-flex__item span::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/iconLiveCoin.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 5px;
    left: 0;
}
.slotBottom.page-bd-24 {padding: 24px 16px;}

/* Win Log */
.slot .slotBottom .win-log {
    padding: 16px;
    box-sizing: border-box;
    background: rgb(41,0,51);
    background: -moz-linear-gradient(180deg, rgba(41,0,51,1) 0%, rgba(25,0,32,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(41,0,51,1) 0%, rgba(25,0,32,1) 100%);
    background: linear-gradient(180deg, rgba(41,0,51,1) 0%, rgba(25,0,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#290033",endColorstr="#190020",GradientType=1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden; position: relative;
}
.slot .slotBottom .win-log ul, .slot .slotBottom .win-log ul li {padding: 0; margin: 0; list-style: none;}
.slot .slotBottom .win-log ul li {float: left; margin-right: 8px; position: relative;}
.slot .slotBottom .win-log ul li img {width: 40px; height: auto; display: block;}
.slot .slotBottom .win-log ul li:first-child {margin-right: 12px; font-size: 0.85em; white-space: nowrap;}
.slot .slotBottom .win-log ul li .current {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    background: #BE2D11;
    font-size: 0.65em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

/* POPUP */
.slot .popup-won, .slot .popup-alert {
    position: absolute; 
    top: 21%; left: 50%; 
    transform: translate(-50%, 0%); 
    padding: 24px; 
    z-index: 9999; 
    width: 60%;
    border: 2px solid #812D8F;
    box-sizing: border-box;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: rgb(81,27,92);
    background: -moz-linear-gradient(180deg, rgba(81,27,92,1) 0%, rgba(61,13,71,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(81,27,92,1) 0%, rgba(61,13,71,1) 100%);
    background: linear-gradient(180deg, rgba(81,27,92,1) 0%, rgba(61,13,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#511b5c",endColorstr="#3d0d47",GradientType=1);
}
.popup-won span.beanPrize img {width: 84px; height: auto;}
.center-of-all-things {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.popup-won h1 {font-size: 1.2em; line-height: 1.5;}
/*.popup-won span.beanName {font-size: 0.9em; color: #A60000;}*/
.popup-won .prize.inner {position: relative;}
.popup-won img.prizeBg {
    width: 50%;
    height: auto;
}
.slot .popup-won a.receive, .slot .popup-alert a.close {
    background: rgb(246,221,79);
    background: -moz-linear-gradient(180deg, rgba(246,221,79,1) 0%, rgba(228,130,21,1) 100%);
    background: -webkit-linear-gradient(
180deg, rgba(246,221,79,1) 0%, rgba(228,130,21,1) 100%);
    background: linear-gradient(
180deg, rgba(246,221,79,1) 0%, rgba(228,130,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6dd4f",endColorstr="#e48215",GradientType=1);
    color: #771B1B;
    font-weight: bold;
    padding: 0 16px;
    width: 140px!important;
    display: inline-block;
    border-radius: 44px;
    line-height: 40px;
    height: 40px;
    font-size: 0.9em;
}
.slot .popup-won a.receive:active, .slot .popup-alert a.close:active {position: relative; top: 2px;}
.slot .overlay, .slot .overlay2 {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
}
.slot .overlay2 {z-index: 10000;}
.slot .popup-won, .slot .overlay, .slot .popup-alert {display: none;}

/* NAV BAR */
.slot .nav-bar {position: relative; width: 100%; height: 44px; z-index: 999;}
.slot .nav-bar ul, .slot .nav-bar ul li {margin: 0; padding: 0; list-style: none;}
.slot .nav-bar ul.leftside {position: absolute; top: 10px; left: 10px;}
.slot .nav-bar ul.rightside {position: absolute; top: 10px; right: 10px;}
.slot .nav-bar ul li a {padding: 0 8px 0 30px; height: 34px; line-height: 34px; display: block; color: #FFF; background: url("../images/slotNavRules.png") no-repeat left center; background-size: auto 75%; font-size: 0.9em;}
.slot .nav-bar ul li a:hover {filter: brightness(120%);}
.slot .nav-bar ul li a:active {position: relative; top: 2px; filter: opacity(0.7);}
.slot .nav-bar ul.leftside li {margin-right: 8px;}
.slot .nav-bar ul.rightside li {margin-left: 8px;}
.slot .nav-bar ul li a.rank {background-image: url("../images/slotNavRank.png");}
.slot .nav-bar ul li a.logs {background-image: url("../images/slotNavLogs.png");}
.slot .nav-bar ul li a.close {background-image: url("../images/slotNavClose.png"); background-size: auto 90%; text-indent: -9999px;}
.slot .nav-bar ul li a.back {background-image: url("../images/slotNavBack.png"); background-size: auto 90%; text-indent: -9999px;}

/* SLOT TITLE */
.slot .slotTitle {position: relative;}
.slot .slotTitle img {width: 100%; height: auto; display: block;}
.slot .slotTitle p {position: absolute; bottom: 3%; left: 50%; transform: translate(-50%, 0); font-size: 1.5em; font-weight: bold; text-transform: uppercase; padding: 0; margin: 0;}
.f-egg {
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 45%, #F8E48E 55%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 45%, #F8E48E 55%);
    background: linear-gradient(to bottom, #FFFFFF 45%, #F8E48E 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* PURPLE PANEL */
.slot .purple-panel {
    background: rgb(135,55,151);
    background: -moz-linear-gradient(180deg, rgba(135,55,151,0.7) 0%, rgba(135,55,151,0.4) 100%);
    background: -webkit-linear-gradient(180deg, rgba(135,55,151,0.7) 0%, rgba(135,55,151,0.4) 100%);
    background: linear-gradient(180deg, rgba(135,55,151,0.7) 0%, rgba(135,55,151,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#873797",endColorstr="#873797",GradientType=1);
    border: 2px solid #F5D84C;
    box-sizing: border-box;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    min-height: 400px;
}
.slot .purple-panel p {font-size: 0.9em; line-height: 1.2;}

/* RANKING */
.slot .avatar {
    background: #000;
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    border-radius: 54px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slot .weui-media-box_appmsg .weui-media-box__hd {width: auto; height: auto;}
.slot .position {width: 50px; height: 50px; margin-right: 0.5em;}
.slot .weui-media-box__bd p {font-size: 0.8em;}
.slot .weui-media-box__title {font-size: 0.9em;}
.slot .rankPanel {position: fixed; bottom: 1.2em; left: 50%; transform: translate(-50%, 0); width: 500px; filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.24));}
.slot .rankPanel .weui-panel__bd {
    padding: 4px 16px 8px; 
    border: 2px solid #E68D1C; 
     -webkit-border-radius: 14px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 14px;
    -moz-border-radius-topleft: 0;
    border-radius: 14px;
    border-top-left-radius: 0;
    background: rgb(85,21,95);
    background: -moz-radial-gradient(circle, rgba(85,21,95,1) 0%, rgba(60,9,68,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(85,21,95,1) 0%, rgba(60,9,68,1) 100%);
    background: radial-gradient(circle, rgba(85,21,95,1) 0%, rgba(60,9,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55155f",endColorstr="#3c0944",GradientType=1);
}
.slot .weui-media-box h4 {line-height: 1.2; font-size: 0.9em;}
.slot .rankTitle {
    display: inline-block;
    padding: 6px 10px 3px;
    font-weight: bold;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 0;
    color: #612401;
    background: rgb(246,221,79);
    background: -moz-linear-gradient(180deg, rgba(246,221,79,1) 0%, rgba(230,141,28,1) 100%);
    background: -webkit-linear-gradient(
180deg, rgba(246,221,79,1) 0%, rgba(230,141,28,1) 100%);
    background: linear-gradient(
180deg, rgba(246,221,79,1) 0%, rgba(230,141,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6dd4f",endColorstr="#e68d1c",GradientType=1);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* MY LOGS */
.slot .weui-media-box span.coin {
    width: 24px;
    height: 8px;
    display: inline-block;
    background: none!important;
    position: relative;
}
.slot .weui-media-box span.coin::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background: url("images/iconLiveCoin.png") no-repeat center center;
    background-size: 100% auto;
    top: -17px;
    left: 50%;
    transform: translate(-50%, 0);
}
.slot .weui-media-box span.coin.small {
    width: 20px;
    height: 8px;
    display: inline-block;
    background: none!important;
    position: relative;
}
.slot .weui-media-box span.coin.small::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: url("../images/iconLiveCoin.png") no-repeat center center;
    background-size: 100% auto;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
}

.slot .purple-box {
    background: rgb(203,126,245);
    background: -moz-linear-gradient(180deg, rgba(203,126,245,1) 0%, rgba(165,58,228,1) 45%, rgba(140,36,221,1) 55%, rgba(106,5,204,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(203,126,245,1) 0%, rgba(165,58,228,1) 45%, rgba(140,36,221,1) 55%, rgba(106,5,204,1) 100%);
    background: linear-gradient(180deg, rgba(203,126,245,1) 0%, rgba(165,58,228,1) 45%, rgba(140,36,221,1) 55%, rgba(106,5,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb7ef5",endColorstr="#6a05cc",GradientType=1);
    box-sizing: border-box;
    padding: 16px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24), inset 0px -1px 0px rgba(243, 144, 241, 0.14);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24), inset 0px -1px 0px rgba(243, 144, 241, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24), inset 0px -1px 0px rgba(243, 144, 241, 0.14);
}

/* Tag Label */
.slot .square__content {position: relative;}
.slot .square__content .tag {
    position: absolute;
    top: 0;
    right: -6px;
    padding: 1px 5px;
    font-size: 0.84em;
    background: rgb(241,202,15);
    background: -moz-linear-gradient(110deg, rgba(241,202,15,1) 0%, rgba(226,170,35,1) 100%);
    background: -webkit-linear-gradient(110deg, rgba(241,202,15,1) 0%, rgba(226,170,35,1) 100%);
    background: linear-gradient(110deg, rgba(241,202,15,1) 0%, rgba(226,170,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1ca0f",endColorstr="#e2aa23",GradientType=1);
    color: #FFF;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 24%);
    border-radius: 30px;
    border: 2px solid #F9EA8F;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 24%);
    font-weight: bold;
}
/* Round */
.slot .nav-bar .round {
    color: #FFF;
    font-size: 0.9em;
    position: absolute;
    bottom: -78%;
    left: 10px;
}
/* Stats */
.slot .stats {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%);
    bottom: -170%;
    border: 1.5px solid #F781F1;
    /*filter: drop-shadow(0px 0px 3px #FEBEFA);*/
    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
    padding: 4px 16px;
}
.slot .stats ul li span.divider {width: 6px; height: 20px; background: url("images/slotDivider.svg") no-repeat top left; background-size: 100% auto; display: inline-block; position: relative; top: 6.5px;}
.slot .stats ul li {font-size: 0.9em;}
.slot .stats ul li.padding-left {padding-left: 8px;}
.slot .stats ul li.padding-right {padding-right: 8px;}
.slot .stats ul li.no-padding {padding: 0;}
.slot .stats ul li.icon-padding {
    padding-left: 24px;
}
.slot .stats span.coin, .slot .stats span.people {
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}
.slot .stats span.people {background: url("../images/iconSlotPeople.png") no-repeat top left; background-size: 100% auto;}
/* Bet */
.slot .square a .bet {
    width: 100px;
    position: relative;
    bottom: -6px;
    font-size: 0.8em;
    color: #FFF;
    text-decoration: none;
    padding: 0 8px;
    box-sizing: border-box;
    background: rgb(247,129,241);
    background: -moz-linear-gradient(180deg, rgba(247,129,241,1) 0%, rgba(154,57,158,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(247,129,241,1) 0%, rgba(154,57,158,1) 100%);
    background: linear-gradient(180deg, rgba(247,129,241,1) 0%, rgba(154,57,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f781f1",endColorstr="#9a399e",GradientType=1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24), inset 0px 1px 1px rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    height: auto; line-height: inherit;
}
/* HISTORY */
.slot a.history {
    padding: 4px 24px 4px 16px; 
    background: rgb(129,45,144);
    background: -moz-linear-gradient(180deg, rgba(129,45,144,1) 0%, rgba(84,26,96,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(129,45,144,1) 0%, rgba(84,26,96,1) 100%);
    background: linear-gradient(180deg, rgba(129,45,144,1) 0%, rgba(84,26,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#812d90",endColorstr="#541a60",GradientType=1);
    box-sizing: border-box; 
    font-size: 0.84em; 
    position: absolute; 
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.14);
    -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.14);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.14);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2px;
}
.slot a.history:active {filter: brightness(80%); top: 51%;}
.slot a.history span.arrow {background: url("../images/slotWhiteArrow.svg") no-repeat top left; background-size: 100% auto; width: 5px; height: 7px; display: inline-block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); right: 12px;}

/* SLOT TABLE */
.slot .table-panel {
    background: rgb(159,85,169);
    background: -moz-linear-gradient(180deg, rgba(159,85,169,1) 0%, rgba(115,48,126,0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(159,85,169,1) 0%, rgba(115,48,126,0.5) 100%);
    background: linear-gradient(180deg, rgba(159,85,169,1) 0%, rgba(115,48,126,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f55a9",endColorstr="#73307e",GradientType=1);
    -webkit-box-shadow: inset 0px 1px 2px #B469BE;
    -moz-box-shadow: inset 0px 1px 2px #B469BE;
    box-shadow: inset 0px 1px 2px #B469BE;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.slot .table-panel table.slotTable {-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; overflow: hidden; border: none;}
.slot .table-panel table.slotTable tr td {border: none; font-size: 0.9em; border-right: solid #FFE3FE 1px; text-align: center; color: #333333;}
.slot .table-panel table.slotTable tr:nth-child(odd) td {background: #FFE3FE; border-right: solid #F4CAF3 1px;}
.slot .table-panel table.slotTable tr td:last-child {border: none;}
.slot .table-panel table.slotTable tr.title td {background: #CB6AC6; color: #FFF; border: none;}
.slot .table-panel table.slotTable tr.title td:nth-child(even) {background: #E374DE;}
.slot .table-panel table.slotTable tr td img {width: 34px; height: auto; display: block; margin: 0 auto;}
.slot .table-panel table.slotTable tr td a {width: 90%; display: block; margin: 0 auto; box-sizing: border-box; padding: 6px 12px 6px 0; position: relative; color: #333;}
.slot .table-panel table.slotTable tr td a:active {top: 1px; opacity: 0.7;}
.slot .table-panel table.slotTable tr td a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../images/iconFilterArrowRight.svg") no-repeat top left;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 50%; right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slot .table-panel a.back {
    background-image: url(../images/slotNavBack.png);
    background-size: 100% auto;
    text-indent: -9999px;
    width: 30px; height: 30px;
    left: 16px; top: 16px;
}
.slot .table-panel a.back:active {top: 18px; filter: brightness(110%);}
/* WINNER COLS */
.slot .table-panel .winner-cols {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0px 8%;
    grid-auto-flow: row;
}
.slot .table-panel table.slotTable tr td .winner-cols div img {width: 28px; height: auto; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
.slot .table-panel table.slotTable tr td .winner-cols div.name {
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
@media all and (max-width: 600px) {
    body {background-color: #2D0D34; font-size: 16px;}
    .slot.wrapper {width: 100%; overflow: hidden;}
    .full-bleed {width: 100vw; margin-left: calc(50% - 50vw);}
    .gap__32 {padding: 16px 0 0;}
    .slot.wrapper {width: 100%; overflow: hidden;}
    .slot a.beansBtn {width: 130px; height: 98px;}
    .slot .square__content span img {width: 36px; height: auto; margin-bottom: -2px;}
    .slot .square {height: 96px;}
    .popup-won span.beanPrize img {width: 64px; height: auto;}
    .popup-won span.beanName {top: -4px; position: relative;}
    .slot .square__empty {font-size: 0.9em;}
    .slot .contain {padding: 19%; padding-top: 21%; padding-bottom: 4%;}
    .gap__16 {padding: 4px 0 0;}
    .slot .square.timer div.inner p {font-size: 2em!important;}
    .slot ul.slotBtnContainer li div.coin {padding: 1px 8px 1px 26px;}
    .slot .slotBottom .weui-flex .weui-flex__item {padding: 8px 16px;}
    .slot .slotBottom .weui-flex .weui-flex__item span {width: 20px; height: 20px;}
    .slot .slotBottom .weui-flex .weui-flex__item span::after {width: 20px; height: 20px; top: 3px;}
    .slot .f-golden-text span {width: 15px; height: 14px; margin: 0 4px;}
    .slot .f-golden-text span::after {width: 15px; height: 14px; top: 2.5px;}
    .slot .slotBottom .win-log ul li img {width: 26px; height: auto;}
    .slot .popup-won, .slot .popup-alert { width: 80%;}
    .slot .slotBottom .win-log ul li .current {padding: 0 6px; height: 14px; line-height: 14px; font-size: 0.6em;}
    .slot .slotTitle p {bottom: 1px; font-size: 1.1em;}
    .slot .purple-panel.page-hd__24 {padding: 16px;}
    .slot .purple-panel .gap__16 {padding: 8px 0 0;}
    .slot .rankPanel {width: 80%;}
    .slot .lottery {position: relative; margin-top: 14%;}
    .slot .nav-bar .round {bottom: -64%;}
    .slot .stats {border-radius: 8px; padding: 0 8px; bottom: -150%;}
    .slot .stats span.coin, .slot .stats span.people {width: 20px; height: 20px;}
    .slot .stats ul li.icon-padding {padding-left: 20px;}
    .slot .stats ul li span.divider {width: 5px; height: 17px; top: 5px;}
    .slot .stats ul li.padding-left {padding-left: 6px;}
    .slot .stats ul li.padding-right {padding-right: 6px;}
    .slot .square a .bet {width: 60px; bottom: -3px; height: 18px; line-height: 18px;}
    .slot .slotBottom .win-log ul li:nth-of-type(1n+6) {display: none;}
    .slot .table-panel a.back {top: 13px; left: 10px;}
    .slot .table-panel a.back:active {top: 14px;}
    .weui-table td, .weui-table th, table td, table th {padding: 6px;}
}

/* iPhone 5 */
@media all and (max-width: 320px) {
    body {font-size: 15px;}
    .slot .nav-bar ul li a { height: 30px; line-height: 30px; padding-left: 26px; font-size: 0.84em; } 
    .slot .square__content span img { width: 34px; height: auto; } 
    .slot .slotMiddle h3 { font-size: 0.7em; text-transform: uppercase; } 
    .slot .slotBottom .weui-flex .weui-flex__item p.title { font-size: 0.7em; } 
    .slot .slotBottom .weui-flex .weui-flex__item p.f-gold { font-size: 0.9em; } 
    .slot .slotBottom .weui-flex .weui-flex__item span { width: 16px; height: 16px; }
    .slot .slotBottom .weui-flex .weui-flex__item span::after { width: 16px; height: 16px; top: 3px; }
    .slot .slotBottom .weui-flex .weui-flex__item { padding: 8px 8px; }
    .slot .slotTitle p {bottom: 2px; font-size: 1em;}
    .page-bd-24 {padding: 16px;}
}
/* iPhone 8, etc */
@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {}
/* iPhone 8+, etc / iPhone X, etc */	
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3),
only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
    .slot .slotTitle p {bottom: 4px;}
}