.vux-tab-wrap.vux-tab-item.vux-tab-selected[data-v-8fa1c940] {
    color: #2a7bd6;
    border-bottom: 2px solid #2a7bd6
}

.vux-tab .vux-tab-item[data-v-8fa1c940] {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #e5e5e5, #e5e5e5, hsla(0, 0%, 90%, 0)) 0 100% no-repeat;
    background-size: 100% 1px;
    font-size: 13px;
    text-align: center;
    line-height: 44px;
    color: #666;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%
}

.vux-tab-ink-bar {
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    /*background-color: #04be02;*/
    text-align: center
}

.vux-tab-ink-bar-transition-forward {
    transition: right .3s cubic-bezier(.35, 0, .25, 1), left .3s cubic-bezier(.35, 0, .25, 1) .09s
}

.vux-tab-ink-bar-transition-backward {
    transition: right .3s cubic-bezier(.35, 0, .25, 1) .09s, left .3s cubic-bezier(.35, 0, .25, 1)
}

.vux-tab-bar-top .vux-tab-ink-bar {
    top: 0
}

.vux-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 44px;
   /* position: relative*/
}

.vux-tab button {
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vux-tab .vux-tab-item {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #e5e5e5, #e5e5e5, hsla(0, 0%, 90%, 0)) 0 100% no-repeat;
    background-size: 100% 1px;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    color: #666
}

.vux-tab .vux-tab-item.vux-tab-selected {
    color: #2a7bd6;
    border-bottom: 2px solid #2a7bd6
}

.vux-tab-bar-top .vux-tab .vux-tab-item {
    background: linear-gradient(180deg, #e5e5e5, #e5e5e5, hsla(0, 0%, 90%, 0)) 0 0 no-repeat;
    background-size: 100% 1px
}

.vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected {
    border-bottom: none;
    border-top: 2px solid #2a7bd6
}

.vux-tab .vux-tab-item.vux-tab-disabled {
    color: #ddd
}

.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
    background: 0 0
}

.vux-tab-bar-inner {
    display: block;
    background-color: #04be02;
    margin: auto;
    height: 100%;
    transition: width .3s cubic-bezier(.35, 0, .25, 1)
}

.vux-tab-item-badge {
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    display: inline-block;
    height: 18px;
    min-width: 18px;
    padding: 0 4px;
    border-radius: 30px;
    margin: auto 0 auto 4px;
    line-height: 18px;
    font-size: 11px;
    background-clip: padding-box;
    vertical-align: middle
}

.vux-tab-wrap {
    /*position: relative;*/
    padding-top: 72px
}

.vux-tab-container {
    height: 44px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.scrollable {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 17px;
    box-sizing: content-box
}

.scrollable::-webkit-scrollbar {
    display: none
}

.scrollable .vux-tab-ink-bar {
    bottom: 17px;
    position: absolute
}

.scrollable .vux-tab-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%
}

.vux-slider {
    overflow: hidden;
    position: relative
}

.vux-slider .vux-indicator-right, .vux-slider > .vux-indicator {
    position: absolute;
    right: 15px;
    bottom: 10px
}

.vux-slider .vux-indicator-right > a, .vux-slider > .vux-indicator > a {
    float: left;
    margin-left: 6px
}

.vux-slider .vux-indicator-right > a > .vux-icon-dot, .vux-slider > .vux-indicator > a > .vux-icon-dot {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #d0cdd1
}

.vux-slider .vux-indicator-right > a > .vux-icon-dot.active, .vux-slider > .vux-indicator > a > .vux-icon-dot.active {
    background-color: #04be02
}

.vux-slider > .vux-indicator-center {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.vux-slider > .vux-indicator-left {
    left: 15px;
    right: auto
}

.vux-slider > .vux-swiper {
    overflow: hidden;
    position: relative
}

.vux-slider > .vux-swiper > .vux-swiper-item {
   /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vux-slider > .vux-swiper > .vux-swiper-item > a {
    display: block;
    width: 100%;
    height: 100%
}

.vux-slider > .vux-swiper > .vux-swiper-item > a > .vux-img {
    display: block;
    width: 100%;
    height: 100%;
    background: 50% no-repeat;
    background-size: cover
}

.vux-slider > .vux-swiper > .vux-swiper-item > a > .vux-swiper-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.4em;
    font-size: 16px;
    padding: 20px 50px 12px 13px;
    margin: 0;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.team_schedule_layout {
    padding: 5px;
    color: #999;
    font-size: 13px;
    text-align: center
}

.team_schedule_layout .header_time {
    margin-bottom: 8px
}

.team_schedule_layout .team_list_layout {
    background: #fff;
    padding: 5px;
    text-align: center;
    font-size: 13px
}

.team_schedule_layout .team_list_layout .game_stauts {
    height: 60px;
    line-height: 60px
}

.team_schedule_layout .team_list_layout .team_img {
    width: 40px
}

.team_schedule_layout .team_list_layout .game_stats_over {
    font-size: 13px;
    color: #fff;
    width: 45px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: linear-gradient(to right, #949494, #b3b1b1)
}

.team_schedule_layout .team_list_layout .game_stats_notstart {
    font-size: 13px;
    color: #fff;
    width: 45px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: linear-gradient(to right, #2F69FD, #0598FF)
}

.team_schedule_layout .team_list_layout .game_stats_playing {
    font-size: 13px;
    color: #a80921;
    width: 45px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: linear-gradient(to right, #FF4B4F, #FF2249)
}

.team_schedule_layout .line {
    margin-top: 8px;
    height: 1px;
    width: 100%;
    background: #f3f3f3
}

.public_view .plus_loading {
    width: 100%;
    z-index: 2
}

.public_view .spinner_n {
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.public_view .spinner_n > div {
    width: 8px;
    height: 8px;
    background-color: #b4bccc;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: a 1.4s infinite ease-in-out;
    animation: a 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.public_view .spinner_n .bounce_1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.public_view .spinner_n .bounce_2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes a {
    0%, 80%, to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes a {
    0%, 80%, to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.public_view .data_error, .public_view .no_data {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 14px;
    height: 35px;
    line-height: 35px
}

.ranging_layout .item_content {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.ranging_layout table {
    table-layout: auto;
    border-spacing: 0
}

.ranging_layout .tabDesc {
    display: table;
    font-size: 12px;
    margin-left: 10px
}

.ranging_layout .tabDesc tr {
    height: 25px
}

.ranging_layout .tag2 {
    height: 14px;
    width: 14px;
    display: block;
    margin: auto;
    border-radius: 20px;
    line-height: 14px;
    font-size: 12px;
    color: #fff !important;
    display: inline-block
}

.ranging_layout tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    height: 40px
}

.ranging_layout .leaingImg {
    margin-left: 8px;
    width: 30px;
    height: 15px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.ranging_layout .knockouts_layout .knockouts_downline {
    width: 100%;
    height: 1px;
    background: #ededed
}

.ranging_layout .knockouts_layout .winIcon {
    margin-top: 5px;
    height: 30px
}

.ranging_layout .knockouts_layout .item_score {
    font-size: 13px
}

.ranging_layout .knockouts_layout .subtitle {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    padding-left: 8px;
    height: 16px;
    text-align: left;
    color: #333 !important
}

.ranging_layout .knockouts_layout .league_item {
    width: 100%
}

.ranging_layout .knockouts_layout .league_round {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #ececec
}

.ranging_layout .knockouts_layout .cpuTitle {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999
}

.ranging_layout .ranking_layout .title {
    font-weight: 400;
    height: 30px;
    font-size: 12px;
    color: #999;
    margin-top: 0;
    line-height: 30px
}

.ranging_layout .ranking_layout .tag {
    height: 18px;
    width: 18px;
    display: block;
    margin: auto;
    border-radius: 20px;
    line-height: 18px;
    font-size: 12px;
    color: #fff !important;
    display: inline-block
}

.ranging_layout .teamNamePadd {
    text-align: left;
    padding-left: 5px
}

.ranging_layout .ranging_layout .ranking_layout .title {
    background-color: #a39e9d;
    font-weight: 400;
    text-align: center;
    padding: 8px 0 6px;
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 3px;
    top: 0;
    left: 0
}

.ranging_layout .dataTable tr {
    border-bottom: 1px solid #ededed
}

.ranging_layout .footView_tab {
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 460px;
    height: 50px;
    font-size: 12px;
    background: #fff;
    color: #000
}

.ranging_layout .tab_layout {
    height: 50px
}

.ranging_layout .tab_item {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    background: #fff;
    color: #000
}

.ranging_layout .isselect {
    background: #ff5f5e;
    color: #fff
}

.ranging_layout .marginTop5 {
    margin-top: 9px
}

.b_ranging_layout .item_content {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.b_ranging_layout table {
    table-layout: auto;
    border-spacing: 0
}

.b_ranging_layout .tabDesc {
    display: table;
    font-size: 12px;
    margin-left: 10px
}

.b_ranging_layout .tabDesc tr {
    height: 25px
}

.b_ranging_layout .tag2 {
    height: 14px;
    width: 14px;
    display: block;
    margin: auto;
    border-radius: 20px;
    line-height: 14px;
    font-size: 12px;
    color: #fff !important;
    display: inline-block
}

.b_ranging_layout tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    height: 40px
}

.b_ranging_layout .leaingImg {
    margin-left: 8px;
    width: 30px;
    height: 15px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.b_ranging_layout .knockouts_layout .knockouts_downline {
    width: 100%;
    height: 1px;
    background: #ededed
}

.b_ranging_layout .knockouts_layout .winIcon {
    margin-top: 5px;
    height: 30px
}

.b_ranging_layout .knockouts_layout .item_score {
    font-size: 13px
}

.b_ranging_layout .knockouts_layout .subtitle {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    padding-left: 8px;
    height: 16px;
    text-align: left;
    color: #333 !important
}

.b_ranging_layout .knockouts_layout .league_item {
    width: 100%
}

.b_ranging_layout .knockouts_layout .league_round {
    padding-left: 8px;
    font-size: 14px;
    font-style: italic;
    color: #333;
    background: #ececec;
    height: 40px;
    line-height: 40px;
    text-align: left
}

.b_ranging_layout .knockouts_layout .cpuTitle {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999
}

.b_ranging_layout .leagueTypeName {
    font-size: 14px;
    font-style: italic;
    color: #333;
    background: #ececec;
    height: 40px;
    line-height: 40px;
    text-align: left
}

.b_ranging_layout .ranking_layout .tag {
    height: 18px;
    width: 18px;
    display: block;
    margin: auto;
    border-radius: 20px;
    line-height: 18px;
    font-size: 12px;
    color: #fff !important;
    display: inline-block
}

.b_ranging_layout .teamNamePadd {
    text-align: left;
    padding-left: 5px
}

.b_ranging_layout .ranking_layout .title {
    font-weight: 400;
    height: 30px;
    font-size: 12px;
    color: #999;
    margin-top: 0;
    line-height: 30px
}

.b_ranging_layout .dataTable tr {
    border-bottom: 1px solid #ededed
}

.b_ranging_layout .footView_tab {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 460px;
    height: 50px;
    font-size: 12px;
    background: #fff;
    color: #000
}

.b_ranging_layout .tab_layout {
    height: 50px
}

.b_ranging_layout .tab_item {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    background: #fff;
    color: #000
}

.b_ranging_layout .isselect {
    background: #ff5f5e;
    color: #fff
}

.b_ranging_layout .marginTop5 {
    margin-top: 9px
}

.data_more_layout .shallow_black {
    height: 8px;
    background-color: #ebebeb
}

.data_more_layout .moreData {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color: red;
    text-align: center
}

.data_more_layout .league_round {
    padding-left: 8px;
    font-size: 14px;
    font-style: italic;
    color: #333;
    background: #ececec;
    height: 40px;
    line-height: 40px;
    text-align: left
}