/* 定义滚动条的整体宽度 */
::-webkit-scrollbar {
    width:2px;
}
/* 滚动条轨道的样式 */
::-webkit-scrollbar-track {
    background:#f1f1f1;
}
/* 滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    background:#3ab5fb;
}
/* 当前滚动条滑块悬停状态下的样式 */
::-webkit-scrollbar-thumb:hover {
    background:#555;
}
#body {
    background-image:url('/static/img/comp_live/bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    height:100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#live-container {
    display:flex;
}
#live-container #live-ranking {
    width:180px;
    height:100vh;
}
#live-container #live-body {
    flex:1;
    padding:20px;
}
#live-ranking #box {
    background-color:rgba(0,0,0,1);
    margin:30px 0;
    height:calc(100vh - 60px);
    border-radius:0 20px 30px 0;
    overflow:hidden
}
#live-ranking #box ul {
    color:#FFFFFF;
    text-align:center;
    overflow:auto;
    height:calc(100% - 60px);
    padding-bottom:20px;
}
#live-ranking #box ul li {
    margin:10px 20px;
    height:60px;
}
#live-ranking #box ul .scores {
    display:flex;
    border-bottom:1px solid rgba(255,255,255,0.6);
    padding-bottom:3px;
}
#live-ranking #box #round_defined {
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    font-size:22px;
    text-align:center;
}
#live-ranking #box .ranking {
    width:30px;
    line-height:40px;
    font-size:28px;
}
#live-ranking #box .player {
    flex:1;
    text-align:left;
}
#live-ranking #box .player .name {
    font-size:24px;
    font-weight: bold;
    height:30px;
    overflow:hidden;
}
#live-ranking #box .player .score{
    font-size:20px;
}
#live-body-header {
    margin-top:10px;
    background-image:linear-gradient(to bottom,#5FADEF,#3193E7,#1D56D6);
    height:60px;
    line-height:60px;
    width:100%;
    background-position:center center;
    border-radius:46px;
    text-align:center
}
#live-body-header .layui-input,
#live-body-header .layui-select {
    background-color:transparent;
    color:#FFFFFF;
    border:none;
    text-align:center;
}
#live-body-header #comp-select {
    width:100%;
    max-width:800px;
    margin:0 auto;
    color:#FFFFFF;
    padding-top:10px;
    font-size:30px;
}
#live-body-content {
    background-color:rgba(245,248,254,0.5);
    border-radius:30px;
    background-repeat:no-repeat;
    width:100%;
    height:calc(100vh - 120px);
    overflow:hidden;
    box-shadow:15px 0px 10px rgba(56,181,255,0.30),inset 0 0 0 1px rgba(255,255,255,1);
}
#live-body-content #select{padding: 5px 20px 5px 20px;}
#live-container #live-ranking #group .layui-input{
    height: 30px;
    border-radius: 10px;
}
#live-body-content .layui-input,
#live-body-content .layui-select {
    background-color:#FFFFFF;
    color:#3193E7;
    border-color: #3193E7;
    border-radius: 10px;
    height: 30px;
}
#live-body-content #select-right .layui-input{
    border-radius: 10px 0 0 10px;
    border-right: none;
    height: 30px;
}
#live-body-content #select-right .layui-input-suffix{
    border-color: #3193E7;
    border-radius: 0 10px 10px 0;
    color: #00B4FF;
    background-color:#FFFFFF;
    border-left:none;
    height: 30px;
}
#live-body-content #player{
    width:100%;
    height: calc(100vh - 180px);
    overflow-x: hidden;

}
#live-body-content #player .player-bg{
    background-image: url("/static/img/player-seat.jpeg");
    background-size: cover;
    background-position: center;
    height: 120px;
    border-radius: 10px;
    color: #FFFFFF;
}
#live-body-content #player .player-header{
    color: #005dc0;
}
#live-body-content #player .player-no{
    width: 30px;
    background-color: #005dc0;
    display: inline-block;
    border-radius: 10px 10px 10px 0;
    text-align: center;
    color: #FFFFFF;
}
#live-body-content #player .player-avatar{
    text-align: center;
    margin-bottom: 10px;
}
#live-body-content #player .player-avatar .cube-box{ max-width: 60px; max-height: 60px;}

#live-body-content #player .player-timer {
    background-color: rgba(220, 236, 252, 1);
    border-radius: 5px;
    width: 80%;
    height: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    color: rgba(255, 78, 0, 1);
    margin: 0 auto;
    margin-top: -10px;
}
#live-body-content #player .wcu-col-4 .player-bg{
    height: 180px;
    border-radius: 20px;
}
#live-body-content #player .wcu-col-4 .player-no{
    width: 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px 20px 20px 0;
    font-size: 18px;
}
#live-body-content #player .wcu-col-4 .player-bg .player-time{
    font-weight: bold;
}
#live-body-content #player .wcu-col-4 .player-header{
    font-size: 24px;
}
/*#live-body-content #player .wcu-col-4 .player-avatar{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 140px;*/
/*}*/

#live-body-content #player .wcu-col-4 .player-timer{
    height: 35px;
    line-height: 35px;
    width: 50%;
    font-size: 26px;
    margin-top: -6px;
}
#live-body-content #player .wcu-col-5 .player-bg{
    height: 160px;
    border-radius: 20px;
}
#live-body-content #player .wcu-col-5 .player-no{
    width: 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px 20px 20px 0;
    font-size: 18px;
}
#live-body-content #player .wcu-col-5 .player-header{
    font-size: 22px;
}

#live-body-content #player .wcu-col-5 .player-timer{
    height: 35px;
    line-height: 35px;
    width: 50%;
    font-size: 26px;
    margin-top: -10px;
}

#live-body-content #player .wcu-col-6 .player-bg{
    height: 140px;
    border-radius: 15px;
}
#live-body-content #player .wcu-col-6 .player-no{
    width: 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px 15px 15px 0;
    font-size: 18px;
}
#live-body-content #player .wcu-col-6 .player-header{
    font-size: 20px;
}

#live-body-content #player .wcu-col-6 .player-timer{
    height: 30px;
    line-height: 30px;
    width: 60%;
    font-size: 24px;
    margin-top: -10px;
}
.layui-form-select dl{
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    border: none;
    border-radius: 0 0 10px 10px;
}
.layui-form-select dl dd.layui-this, .layui-form-select dl dd:hover{
    background-color: #3294e7;
    color: #FFFFFF !important;
}
.grayscale{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
}
@media screen and (min-width: 1440px) {
    .wcu-col-10 {
        width: 10% !important;
    }
    .wcu-col-5 {
        width: 20% !important;
    }
}
@media (width <= 768px) {
    #live-container #live-ranking{display: none;}
}