body,html {margin: 0;padding: 0;overflow: hidden;width: 830px;height: 623px;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
b,strong {font-weight: bold;}
h1 {font-size: 2em;margin: 0.67em 0;}
mark {background: #ff0;color: #000;}
img {border: 0;}
button {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button,select {text-transform: none;}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
div {position: relative; box-sizing: border-box;}
ul,li{margin:0;padding: 0}

.gmImg {
    display: block;
    position: absolute;
    background-image: url(../assets/img/ladder/img.png);
}

.gmText {
    display: block;
    position: absolute;
    background-image: url(../assets/img/ladder/text.png)
}

#sound {
    display: none
}

#wrapper {
    width: 100%;
    height: 100%;
}

.relativeBox {
    position: relative;
    height: 100%;
    width: 100%;
}

.gmContent {
    display: flex;
    position: relative;
    width: 830px;
    height: 630px;
    padding-bottom: 30px;
    background: url(../assets/img/ladder/bg.jpg) no-repeat top;
    flex-wrap: wrap;
}

.topbtnBox {
    display: block;
    width: 100%;
    height: 180px;
}

.topbtnBox button {
    top: 42px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: none
}

.topbtnBox .btn_ranking {
    left: 40px;
    background-position: 0 -67px
}

.topbtnBox .btn_mypick {
    left: 95px;
    background-position: -45px -67px
}

.topbtnBox .btn_help {
    right: 147px;
    background-position: -90px -67px
}

.topbtnBox .btn_scrap {
    right: 95px;
    background-position: -135px -67px
}

.topbtnBox .btn_sound {
    right: 40px;
    background-position: -180px -67px
}

.topbtnBox .btn_sound.off {
    background-position: -225px -67px
}

.titleBox {
    width: 400px;
    height: 139px;
    z-index: 1;
    top: 18px;
    left: 50%;
    background-image: url(../assets/img/ladder/logo.png);
    transform: translateX(-50%);
}

.info_container {
    display: block;
    width: 280px;
    height: 20px;
    top: -15px;
    left: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #fafafa;
    z-index: 2;
    transform: translateX(-50%);
}

.scrapBox,.leftBox {
    width: 190px;
    margin-left: 50px;
    height: 395px;
}

.scrapBox .inBox,.leftBox .inBox {
}

.scrapBox .inBox .tab,.leftBox .inBox .tab {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center
}

.leftBox .inBox .tab .pickTitle {
    position: relative;
    width: 66px;
    height: 14px;
    background-position: -277px 0
}

.scrapBox .inBox .tab .pickTitle {
    position: relative;
    width: 25px;
    height: 14px;
    background-position: -175px 0
}

.leftBox .pPickLoading {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    height: 380px
}

.leftBox .inBox .scrollBox {
    margin: 5px 0;
    height: 380px;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none
}

.leftBox .inBox .scrollBox::-webkit-scrollbar {
    display: none
}

.leftBox .inBox .scrollBox ul {
}

.leftBox .inBox .scrollBox li {
}

.leftBox .inBox .scrollBox li .record {
    position: absolute;
    width: 156px;
    height: 50px;
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.leftBox .inBox .scrollBox li .winrow {
    position: absolute;
    top: -4px;
    left: -5px;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
    text-shadow: 0 0 3px #000;
    border: 1px solid rgba(0,0,0,.5);
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.leftBox .inBox .scrollBox li .winrow.plus {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.leftBox .inBox .scrollBox li .nickBox {
    flex: 1
}

.leftBox .inBox .scrollBox li .nickBox .nick {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.leftBox .inBox .scrollBox li .chat,.leftBox .inBox .scrollBox li .rpick {
    margin-left: auto
}

.leftBox .inBox .scrollBox li .rpick {
    margin-right: 3px
}

.ricon.chat {
    background: #707070;
    background: -webkit-linear-gradient(45deg,#707070,#8e8e8e);
    background: linear-gradient(45deg,#707070,#8e8e8e)
}

.ricon.chat::after {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url(../assets/img/power/chat_off.svg);
    background-size: 18px 18px;
    opacity: .5
}

.ricon.chat.on {
    background: #ea8330;
    background: -webkit-linear-gradient(45deg,#ea8330,##f5af19);
    background: linear-gradient(45deg,#ea8330,##f5af19)
}

.ricon.chat.on::after {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url(../assets/img/power/chat_on.svg);
    background-size: 18px 18px;
    opacity: 1
}

.leftBox .inBox .scrollBox li .rpick.lock {
    background: #505050;
    background: -webkit-linear-gradient(45deg,#505050,#6e6e6e);
    background: linear-gradient(45deg,#505050,#6e6e6e)
}

.leftBox .inBox .scrollBox li .rpick.lock::after {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url(../assets/img/power/lock.svg);
    background-size: 18px 18px;
    opacity: 1
}

.leftBox .inBox .scrollBox li:first-child {
    margin-top: none
}

.centerBox {
    width: 350px;
    height: 430px;
}

.centerBox .inBox {
}

.centerBox .inBox .clockBox {
    position: absolute;
    width: 164px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 34px;
    text-shadow: 0 0 2px rgba(0,0,0,.35)
}

.centerBox .inBox .playBox {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 226px;
    height: 243px;
    background-image: url();
}
#canvas1 {width: 226px !important;height: 243px;}

.centerBox .inBox .playBox.play {
    background-image: url(../assets/img/power/ball_02_m.gif?v2)
}

.centerBox .inBox .playBox.stop {
    background-image: url(../assets/img/power/powerball_s.png?v2)
}

.centerBox .inBox .gameResultBox {
    top: 118px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 104px;
    background-position: 0 -112px;
    z-index: 1;
    display: none;
}

.centerBox .inBox .gameResultBox h2 {
    padding: 5px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: gulim;
    height: 43px;
    font-size: 12px;
    color: #fff
}

.centerBox .inBox .gameResultBox p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: gulim;
    font-size: 12px;
    height: 40px;
    margin: 0;
}

.centerBox .inBox .gameResultBox p .col {
    color: #dfaf41;
    margin: 0 4px
}

.centerBox .inBox .gameLogo {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 160px;
    height: 100px;
    transform: translateX(-50%);
    background: #073847 0 0!important;
    text-align: center;
}

.centerBox .inBox .gameLogo .logo {
    position: relative;
    top: 26px;
    left: 44px;
    width: 70px;
    height: 14px;
    background-position: -175px -14px
}

.centerBox .inBox .bottomBox {
    position: absolute;
    bottom: 66px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 257px;
}

.centerBox .inBox .bottomBox .playResult {
    width: 100%;
    height: 38px;
    display: none;
    align-items: center;
    justify-content: center
}

.centerBox .inBox .bottomBox .playResult .round {
    color: rgba(255,255,255,.8);
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-right: 7px
}

.centerBox .inBox .bottomBox .relativeBox {
    /* background: 0 0!important; */
}

.centerBox .inBox .bottomBox .progressBar {
    border-radius: 15px;
    overflow: hidden
}

.centerBox .inBox .bottomBox .progress {
    display: block;
    height: 39px;
    background-color: #57911c!important;
    -webkit-animation: cssProgressActiveRight 1.5s linear infinite;
    animation: cssProgressActiveRight 1.5s linear infinite;
    background-image: linear-gradient( -45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent );
    background-size: 20px 20px
}

.centerBox .inBox .bottomBox .timeBox {
    position: absolute;
    top: 0;
    height: 39px;
    width: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: Tehoma,Gulim,sans-serif;
    text-shadow: 0 0 2px #000;
    border-radius: 16px
}

.rightBox {
    width: 190px;
    height: 395px;
}

.rightBox .inBox {
    color: #fff
}

.rightBox .inBox .tab {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rightBox .inBox .tab span {
    flex: 1;
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.rightBox .inBox .tab span.off {
    background-color: #4b3d30
}

.rightBox .inBox .tab span:last-child {
    border-radius: 0 20px 0 0
}

.rightBox .inBox .tab span.t1 em {
    display: inline-block;
    width: 26px;
    height: 14px;
    background-position: -225px 0
}

.rightBox .inBox .tab span.t1.off em {
    background-position: -251px 0
}

.rightBox .inBox .tab span.t2 em {
    display: inline-block;
    width: 25px;
    height: 14px;
    background-position: -175px 0
}

.rightBox .inBox .tab span.t2.off em {
    background-position: -200px 0
}

.rightBox .inBox .tab .pickTitle {
    position: relative;
    width: 25px;
    height: 14px;
    background-position: -225px 0
}

.scrapBox .inBox .scrollBox,.rightBox .inBox .scrollBox {
    margin: 5px 0;
    height: 380px;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none
}

.scrapBox .inBox .scrollBox::-webkit-scrollbar,.leftBox .inBox .scrollBox::-webkit-scrollbar, .rightBox .inBox .scrollBox::-webkit-scrollbar {
    display: none
}

.scrapBox .inBox .scrollBox ul, .leftBox .inBox .scrollBox ul, .rightBox .inBox .scrollBox ul {width: 100%;height: 100%;display: flex;align-items: center;flex-direction: column;}

.scrapBox .inBox .scrollBox li, .leftBox .inBox .scrollBox li, .rightBox .inBox .scrollBox li {
    position: relative;
    width: 175px;
    height: 67px;
    background-position: 0 0;
    margin-top: 5px;
}

.scrapBox .inBox .scrollBox li h3, .leftBox .inBox .scrollBox li h3, .rightBox .inBox .scrollBox li h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5px;
    font-size: 11px;
    color: #d7c2af;
}

.scrapBox .inBox .scrollBox li .resultBox, .leftBox .inBox .scrollBox li .resultBox, .rightBox .inBox .scrollBox li .resultBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    margin-top: -3px;
}

.scrapBox .inBox .scrollBox li:first-child, .leftBox .inBox .scrollBox li:first-child, .rightBox .inBox .scrollBox li:first-child {
}
.leftBox .inBox .scrollBox li {font-size: 12px;font-family:segoe ui,Tahoma,Geneva,Verdana,sans-serif;color: #fff; }
.leftBox .inBox .scrollBox li h3 img {width: 17px;height: 17px;margin-right:5px;}


.ricon {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-shadow: 0 0 3px #000;
    border: 1px solid rgba(0,0,0,.5)
}

.ricon.r1_1 {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.ricon.r1_1::after {
    content: ''
}

.ricon.r1_2 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.ricon.r1_2::after {
    content: ''
}

.ricon.r2_1 {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.ricon.r2_1::after {
    font-size: 11.5px;
    letter-spacing: -1px;
    content: '';
    position: relative;
    left: -1px
}

.ricon.r2_2 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.ricon.r2_2::after {
    font-size: 11.5px;
    letter-spacing: -1px;
    content: '';
    position: relative;
    left: -1px
}

.ricon.r3_1 {
    background: #56ab2f;
    background: -webkit-linear-gradient(45deg,#56ab2f,#a8e063);
    background: linear-gradient(45deg,#56ab2f,#a8e063)
}

.ricon.r3_1::after {
    content: ''
}

.ricon.r3_2 {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.ricon.r3_2::after {
    content: ''
}

.ricon.r3_3 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.ricon.r3_3::after {
    content: ''
}

.ricon.gray {
    background: #7d7b7c;
    background: -webkit-linear-gradient(45deg,#7d7b7c,#afafaf);
    background: linear-gradient(45deg,#7d7b7c,#afafaf)
}

.ricon.gray::after {
    color: #fff
}

.bicon {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 0 2px #000;
    border: 1px solid rgba(0,0,0,.5);
    line-height: 23px;
    left: -1px
}

.bicon.boff {
    background: #553b24;
    background: -webkit-linear-gradient(45deg,#553b24,#59402a);
    background: linear-gradient(45deg,#553b24,#59402a)
}

.bicon.b1,.bicon.b2,.bicon.b3,.bicon.b4,.bicon.b5,.bicon.b6,.bicon.b7 {
    background: #ffb400;
    background: -webkit-linear-gradient(45deg,#ffb400,#f0cc77);
    background: linear-gradient(45deg,#ffb400,#f0cc77)
}

.bicon.b8,.bicon.b9,.bicon.b10,.bicon.b11,.bicon.b12,.bicon.b13,.bicon.b14 {
    background: #2193b0;
    background: -webkit-linear-gradient(45deg,#2193b0,#6dd5ed);
    background: linear-gradient(45deg,#2193b0,#6dd5ed)
}

.bicon.b15,.bicon.b16,.bicon.b17,.bicon.b18,.bicon.b19,.bicon.b20,.bicon.b21 {
    background: #f12711;
    background: -webkit-linear-gradient(45deg,#f12711,#f37669);
    background: linear-gradient(45deg,#f12711,#f37669)
}

.bicon.b22,.bicon.b23,.bicon.b24,.bicon.b25,.bicon.b26,.bicon.b27,.bicon.b28 {
    background: #56ab2f;
    background: -webkit-linear-gradient(45deg,#56ab2f,#a8e063);
    background: linear-gradient(45deg,#56ab2f,#a8e063)
}

.bicon.bp {
    background: #414141;
    background: -webkit-linear-gradient(45deg,#414141,#6a6a6a);
    background: linear-gradient(45deg,#414141,#6a6a6a)
}

.bicon.bp::before,.ricon.rpb::before {
    position: absolute;
    content: 'p';
    font-size: 8px;
    background: #ffb400;
    background: -webkit-linear-gradient(45deg,#ffb400,#f0cc77);
    background: linear-gradient(45deg,#ffb400,#f0cc77);
    width: 11px;
    height: 11px;
    padding: 0 0 1px 1px;
    top: -6px;
    right: -5px;
    line-height: 9px;
    font-family: Arial,Helvetica,sans-serif;
    border-radius: 5px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,.5);
    text-shadow: 0 0 0;
    z-index: 200;
    color: #424242
}

.copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 5px 15px;
    background-color: rgba(0,0,0,.35);
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    border-radius: 5px;
    font-weight: 700
}

@-webkit-keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -20px -20px
    }
}

@-ms-keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -20px -20px
    }
}

@keyframes cssProgressActiveRight {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -20px -20px
    }
}

.popupbg {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1000
}

.popuplayer {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    width: 800px;
    z-index: 1500;
    background-color:#1b2429;
    box-sizing: border-box;
    padding-bottom: 10px
}

.popuplayer h2 {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    background-position: 0 -125px;
    background-color:#0d3443;
    color: #fff;
    padding: 0 30px;
    height: 75px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.popuplayer h3 {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    height: 30px;
    background-position: 0 -141px;
    margin: 10px 0;
    padding: 0 20px;
    color: #fcba1d;
    font-weight: 700;
    letter-spacing: -1px
}

.popuplayer ul.thlep {
    padding: 0 30px;
    margin: 0
}

.popuplayer .rankingScroll {
    display: none;
    height: 228px;
    margin: 25px 30px 10px;
    overflow: hidden;
    overflow-y: scroll
}

.popuplayer .mypickScroll {
    display: none;
    height: 228px;
    margin: 25px 30px 10px;
    overflow: hidden;
    overflow-y: scroll
}

.popuplayer .lodingBox {
    height: 228px;
    margin: 25px 30px 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.popuplayer ul.thlep li {
    line-height: 20px;
    color:#90bccd;
    font-size: 12px;
    letter-spacing: -1px
}

.popuplayer ul.mrank,.popuplayer ul.trank {
    padding-right: 15px
}

.popuplayer ul.mrank li,.popuplayer ul.trank li {
    display: flex;
    height: 40px;
    margin-bottom: 7px;
    border-radius: 5px;
    background-color: #131313;
    align-items: center;
    justify-content: left
}

.popuplayer ul.mrank li .col,.popuplayer ul.trank li .col {
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,.1);
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

.popuplayer ul.mrank li .col:first-child,.popuplayer ul.trank li .col:first-child {
    border: none
}

.popuplayer ul.trank li .rankNum {
    width: 55px
}

.popuplayer ul.trank li .rankNum .rankicon {
    position: relative;
    width: 23px;
    height: 22px
}

.popuplayer ul.trank li .rankNum .rankicon.r1 {
    background-position: -270px -67px
}

.popuplayer ul.trank li .rankNum .rankicon.r2 {
    background-position: -293px -67px
}

.popuplayer ul.trank li .rankNum .rankicon.r3 {
    background-position: -316px -67px
}

.popuplayer ul.trank li .nickBox {
    justify-content: left;
    width: 152px;
    padding: 0 12px
}

.popuplayer ul.trank li .nickBox .nick {
    margin-left: 3px
}

.popuplayer ul.trank li .pickRow {
    width: 69px
}

.popuplayer ul.trank li .pickRate {
    width: 130px;
    letter-spacing: 0
}

.popuplayer .mypickStats .rate .red,.popuplayer ul.mrank li .red,.popuplayer ul.trank li .red {
    color: #fe5e3a
}

.popuplayer .mypickStats .rate .blue,.popuplayer ul.mrank li .blue,.popuplayer ul.trank li .blue {
    color: #4695d7
}

.popuplayer ul.mrank li .gray {
    color: #7d7b7c
}

.popuplayer ul.trank li .todayMsg {
    justify-content: left;
    flex: 1;
    padding: 0 12px
}

.popuplayer ul.trank li .roomChat {
    width: 60px
}

.popuplayer ul.mrank li .round {
    width: 150px;
    letter-spacing: 0
}

.popuplayer ul.mrank li .mypick,.popuplayer ul.mrank li .category {
    width: 140px;
    letter-spacing: 0
}

.popuplayer ul.mrank li .result {
    flex: 1;
    color: #
}

.popuplayer .mypickStats {
    display: none;
    height: 50px;
    border-top: 1px solid #29221c;
    border-bottom: 1px solid #29221c;
    background-color: #342b24;
    align-items: center;
    justify-content: center
}

.popuplayer .mypickStats .nickBox {
    margin-right: 20px;
    color: rgba(255,255,255,.5)
}

.popuplayer .mypickStats .nickBox .nick {
    color: #fff;
    font-weight: 700
}

.popuplayer .mypickStats .rate {
    color: #fff;
    margin-right: 20px
}

.popuplayer .default {
    line-height: 20px;
    color: #90bccd;
    font-size: 12px;
    letter-spacing: -1px;
    padding: 0 30px
}

.popuplayer .codebox {
    display: flex;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: #110803;
    margin: 10px 30px
}

.popuplayer .codebox p {
    flex: 1;
    word-break: break-all;
    color: #ffc438;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    padding: 10px 20px 10px 10px;
    margin-right: auto;
    text-align: left
}

.popuplayer .codebox button {
    display: flex;
    position: relative;
    width: 145px;
    height: 45px;
    border-radius: 5px;
    background-color: #0d3443;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    vertical-align: top;
    top: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

.topbtnBox button.layer_close {
    z-index: 1600;
    top: 36px;
    right: 22px;
    width: 31px;
    height: 31px;
    background-position: -175px -28px
}

.topbtnBox button.arrow_close {
    position: relative;
    width: 14px;
    height: 7px;
    background-position: -206px -28px;
    margin: 0 auto
}

#pPickLoading,#mypickLoader,#rankingLoader,#loader {
    top: 35px;
    display: inline-block;
    margin-bottom: 13px;
}

#pPickLoading ul,#mypickLoader ul,#rankingLoader ul,#loader ul {
    display: flex
}

#pPickLoading ul li,#mypickLoader ul li,#rankingLoader ul li,#loader ul li {
    list-style: none;
    width: 5px;
    height: 10px;
    background: #3097ba;
    margin: 0 2px;
    animation: pulsar .7s infinite alternate;
    border-radius: 2px;
    opacity: .3
}

#pPickLoading ul li:nth-child(1),#mypickLoader ul li:nth-child(1),#rankingLoader ul li:nth-child(1),#loader ul li:nth-child(1) {
    animation-delay: .1s
}

#pPickLoading ul li:nth-child(1),#mypickLoader ul li:nth-child(1),#rankingLoader ul li:nth-child(1),#loader ul li:nth-child(1) {
    animation-delay: .1s
}

#pPickLoading ul li:nth-child(2),#mypickLoader ul li:nth-child(2),#rankingLoader ul li:nth-child(2),#loader ul li:nth-child(2) {
    animation-delay: .2s
}

#pPickLoading ul li:nth-child(3),#mypickLoader ul li:nth-child(3),#rankingLoader ul li:nth-child(3),#loader ul li:nth-child(3) {
    animation-delay: .3s
}

#pPickLoading ul li:nth-child(4),#mypickLoader ul li:nth-child(4),#rankingLoader ul li:nth-child(4),#loader ul li:nth-child(4) {
    animation-delay: .4s
}

#pPickLoading ul li:nth-child(5),#mypickLoader ul li:nth-child(5),#rankingLoader ul li:nth-child(5),#loader ul li:nth-child(5) {
    animation-delay: .5s
}

#pPickLoading ul li:nth-child(6),#mypickLoader ul li:nth-child(6),#rankingLoader ul li:nth-child(6),#loader ul li:nth-child(6) {
    animation-delay: .6s
}

@keyframes pulsar {
    0% {
        transform: scaleY(1)
    }

    25% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(1)
    }

    75% {
        transform: scaleY(1)
    }

    100% {
        transform: scaleY(2.2)
    }
}

.scroll::-webkit-scrollbar-track {
    border-radius: 3px;
    box-shadow: inset 0 0 6px #221f1f;
    background-color: #221f1f;
    margin-bottom: 10px 10px 10px 10px
}

.scroll::-webkit-scrollbar {
    width: 10px
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a78440
}

.chat.on {
    cursor: pointer
}

#pickinfo {
    position: fixed;
    display: none;
    z-index: 5000;
    width: 176px;
    height: 102px;
    background-color: #3d2b21;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #1c1c1c;
    bottom: 1px;
    left: 1px
}

#pickinfo h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 34px;
    background-color: #2b1e16;
    color: #fff
}

#pickinfo ul {
    padding-top: 3px
}

#pickinfo ul li {
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #99856c
}

#pickinfo ul li span {
    display: flex;
    font-size: 11px
}

#pickinfo ul li span.col {
    width: 60px;
    justify-content: center;
    font-weight: 700;
    color: #cbbfb1
}
