.poker-game[data-v-bedbefe4] {
    background: url(../images/poker-bg.66c2416.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0
}

.game-content .el-tabs[data-v-bedbefe4] {
    min-height: 60px
}

.game-content .el-tabs .el-tab-pane[data-v-bedbefe4] {
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
    min-width: 160px;
    display: block;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #fff;
    position: relative
}

.game-content .el-tabs .el-tab-pane .name[data-v-bedbefe4] {
    color: #fff;
    line-height: 60px;
    font-size: 36px;
    padding-right: 8px
}

.game-content .el-tabs .el-tab-pane .dsc[data-v-bedbefe4] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    position: relative;
    top: 0;
    font-size: 36px;
    padding-right: 8px
}

.game-content .el-tabs .el-tab-pane .dsc .dsc-top[data-v-bedbefe4] {
    width: 60px;
    height: 60px;
    line-height: 48px
}

.game-content .el-tabs .el-tab-pane .dsc .dsc-top img[data-v-bedbefe4] {
    display: inline
}

.game-content .el-tabs .el-tab-pane .dsc .dsc-bottom[data-v-bedbefe4] {
    margin-left: 2px;
    font-size: 16px;
    height: 60px;
    line-height: 60px
}

.game-content .el-tabs .el-tab-pane.active[data-v-bedbefe4] {
    background-color: #fff
}

.game-content .el-tabs .el-tab-pane.active .name[data-v-bedbefe4] {
    color: #be1204
}

.game-content .el-tabs .el-tab-pane.active .dsc[data-v-bedbefe4] {
    color: #000
}

.el-tab-content[data-v-bedbefe4] {
    background-color: #fff
}

.el-tab-content .el-tab-contentscroll[data-v-bedbefe4] {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden
}

.el-tab-content .el-tab-contentscroll .el-tab-contentlist[data-v-bedbefe4] {
    max-height: 880px;
    min-height: 400px
}

.el-tab-content .el-tab-contentscroll .el-tab-contentlist ul[data-v-bedbefe4] {
    margin: 0 -12px;
    padding: 0 40px
}

.el-tab-content .el-tab-contentscroll .el-tab-contentlist .li-item[data-v-bedbefe4] {
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
    width: 25%;
    float: left;
    margin-bottom: 10px
}

.el-tab-content .el-tab-contentscroll .el-tab-contentlist .li-item .dsc-top[data-v-bedbefe4] {
    height: 190px;
    line-height: 190px;
    text-align: center
}

.el-tab-content .el-tab-contentscroll .el-tab-contentlist .li-item .dsc-top img[data-v-bedbefe4] {
    display: inline;
    width: 150px;
    vertical-align: middle
}

.el-tab-content .el-tab-contentscroll .el-tab-contentlist .li-item .dsc-bottom[data-v-bedbefe4] {
    text-align: center;
    font-size: 14px;
    color: #333
}

.newwindow-mask[data-v-bedbefe4] {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
    background: rgba(0, 0, 0, .4)
}

.newwindow[data-v-bedbefe4] {
    border-radius: 8px;
    width: 400px;
    height: 160px;
    background-color: #fff;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -200px
}

.newwindow h4[data-v-bedbefe4] {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px
}

.newwindow .content[data-v-bedbefe4] {
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 50px
}

.newwindow .button[data-v-bedbefe4] {
    position: absolute;
    bottom: 12px;
    right: 14px
}