@font-face {
    font-family: ibmplexsans;
    font-weight: 300;
    src: url(/assets/frontend/fonts/IBMPlexSans-Light.woff2) format('woff2'),url(/assets/frontend/fonts/IBMPlexSans-Light.woff) format('woff'),url(/assets/frontend/fonts/IBMPlexSans-Light.ttf) format('truetype')
}

@font-face {
    font-family: ibmplexsans;
    font-weight: 400;
    src: url(/assets/frontend/fonts/IBMPlexSans-Regular.woff2) format('woff2'),url(/assets/frontend/fonts/IBMPlexSans-Regular.woff) format('woff'),url(/assets/frontend/fonts/IBMPlexSans-Regular.ttf) format('truetype')
}

@font-face {
    font-family: ibmplexsans;
    font-weight: 500;
    src: url(/assets/frontend/fonts/IBMPlexSans-Medium.woff2) format('woff2'),url(/assets/frontend/fonts/IBMPlexSans-Medium.woff) format('woff'),url(/assets/frontend/fonts/IBMPlexSans-Medium.ttf) format('truetype')
}

@font-face {
    font-family: ibmplexsans;
    font-weight: 700;
    src: url(/assets/frontend/fonts/IBMPlexSans-Bold.woff2) format('woff2'),url(/assets/frontend/fonts/IBMPlexSans-Bold.woff) format('woff'),url(/public/webfont/IBMPlexSans-Bold.ttf) format('truetype')
}

.round h1,.ly_game_tip,.line_score .row_score {
    letter-spacing: -.005em
}

.hash_hd,.history .his_hd {
    -webkit-text-stroke: 1px rgba(0,0,0,.3)
}

.nine_wrap {
    font-family: ibmplexsans;
    display: flex;
    flex-direction: column;
    width: 830px;
    height: 630px;
    position: relative;
    background: url(/public/img/score/eos_nine/dark_bg.png) no-repeat;
    overflow: hidden
}

.nine_wrap .header {
    display: flex;
    align-items: center;
    height: 94px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #141924;
    box-shadow: inset 0 -4px 5px rgba(0,0,0,.5);
    border-bottom: 1px solid #fff
}

.nine_wrap .header .game_type .title {
    max-height: 137px;
    left: 33px;
    position: absolute;
    top: -22px;
}
@media (max-width: 800px) {
	
.nine_wrap .header .game_type .title {
    max-height: 137px;
    left: 33px;
    position: absolute;
    top: 1px;
}
}
.nine_wrap .header .game_type .img_title_white {
    max-height: 56px;
    display: none
}

.nine_wrap .header .game_type,.nine_wrap .header .func_btns {
    width: 163px
}

.header .game_center {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .game_center .red,.header .game_center .blue {
    margin-top: 38px;
    width: 80px
}

.header .game_center .blue {
    display: flex;
    justify-content: flex-end
}

.game_center .blue>img,.game_center .red>img {
    display: block
}

.game_center .blue>img {
    width: 80px
}

.game_center .red>img {
    width: 65px
}

.header .timer::before {
    content: "";
    display: block;
    width: 78px;
    height: 19px;
    position: absolute;
    bottom: -1px;
    box-sizing: border-box;
    /* background: url(/public/img/score/eos_nine/timer_bg.svg)no-repeat */
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: none;
}

.header .game_inf {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 10px
}

.header .game_inf .timer {
    width: 78px;
    height: 19px;
    line-height: 19px;
    position: relative
}

.game_inf .round {
    margin-left: 11px
}

.game_inf .round h1 {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -3px;
    padding-top: 5px
}

.game_inf.round span,.game_inf .timer span {
    font-size: 15px
}

.game_inf .round span,.game_inf .round h1,.game_inf .timer span,.game_inf .vs {
    font-weight: 700;
    background: -webkit-radial-gradient(#fff,#889297);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 2px
}

.game_inf .vs::before,.game_inf .vs::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 3px;
    margin-bottom: 4px;
    background: radial-gradient(50% 1533.72% at 50% 50%,#FFFFFF 0%,#889297 100%);
    border-radius: 10px
}

.game_inf .timer {
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.game_inf .timer span {
    opacity: .8
}

.func_btns,.nine_wrap.white .func_btns {
    text-align: right;
    z-index: 4
}

.func_btns li {
    width: 32px;
    height: 30px;
    text-indent: -9999px;
    background-position: 0 0;
    background-size: cover;
    margin-right: 5px;
    cursor: pointer
}

.func_btns .btn_sound {
    background-position: -36px 0
}

.func_btns .btn_sound.off {
    background-position: -72px 0
}

.func_btns .btn_share {
    background-position: -109px 0
}

.func_btns .btn_tip {
    background-position: -145px 0
}

.nine_wrap.white .func_btns .btn_mode {
    background-position: -217px 0
}

.nine_wrap.white .func_btns .btn_sound {
    background-position: -253px 0
}

.nine_wrap.white .func_btns .btn_sound.off {
    background-position: -289px 0
}

.nine_wrap.white .func_btns .btn_share {
    background-position: -326px 0
}

.nine_wrap.white .func_btns .btn_tip {
    background-position: -362px 0
}

.logo_white {
    display: none
}

.nine_wrap.white .logo_dark {
    display: none
}

.nine_wrap.white .logo_white {
    display: inline-block
}

.func_btns .ntry_logo {
    margin-bottom: 13px
}

.func_btns li:last-child {
    margin: 0
}

.func_btns .flex_row {
    justify-content: flex-end
}

.btn_tip.on,.btn_share.on,.nine_wrap.white .btn_tip.on,.nine_wrap.white .btn_share.on {
    background-position: -181px 0;
    z-index: 3
}

.eosnine .ly_game_tip,.eosnine .ly_share,.m_nine_wrap .ly_game_tip,.m_nine_wrap .ly_share {
    display: none;
    position: absolute;
    z-index: 2;
    border: 3px solid #fff;
    border-radius: 16px;
    background: rgba(20,25,36,.9);
    font-family: Roboto;
    text-align: left;
    color: #fff;
    padding: 20px
}

.ly_game_tip.on,.ly_share.on {
    display: block
}

.ly_share .tit {
    color: #fff;
    font-size: 16px
}

.ly_game_tip {
    max-width: 500px;
    top: 45px;
    right: 17px
}

.ly_game_tip .tit,.ly_game_tip .sub_tit {
    color: #fff;
    margin-bottom: 5px
}

.ly_game_tip .tit {
    font-size: 16px;
    font-weight: 700
}

.ly_game_tip .sub_tit {
    font-size: 12px;
    font-weight: 700
}

.ly_game_tip p {
    font-size: 11px;
    font-weight: 100;
    color: #a4b3c6;
    line-height: 15px;
    margin-bottom: 15px
}

.ly_game_tip .game_notice {
    font-weight: 400;
    color: #c0ff00
}

.ly_share {
    top: 45px;
    right: 54px;
    padding: 20px 30px
}

.ly_share .source {
    background: #fff;
    margin-top: 7px;
    margin-bottom: 10px
}

.ly_share .source>textarea {
    width: 100%;
    height: 60px;
    padding: 7px;
    border: 0;
    box-sizing: border-box;
    font-size: 11px
}

.inner {
    width: 628px;
    margin: 0 auto
}

.content {
    flex: 1;
    font-size: 11px;
    overflow: hidden;
    text-align: center
}

.content .hash_hd_wrap {
    background: rgba(255,255,255,.1);
    border-bottom: 2px solid rgba(0,0,0,.2)
}

.content .hash_hd {
    height: 27px;
    font-size: 10px;
    font-weight: 700;
    color: #c4ced3
}

.content .hash_hd,.content .hash_row {
    display: flex;
    justify-content: center;
    align-items: center
}

.content .hash_hd .block,.content .hash_row .block_num,.content .hash_hd .time,.content .hash_row .time_num {
    flex: 1
}

.content .hash_hd .hash,.content .hash_row .hash_num {
    width: 500px
}

.hash_hd,.hash_bd .hash_row {
    padding: 0 20px;
    box-sizing: border-box
}

.hash_bd {
    font-weight: 300;
    color: rgba(191,228,240,.5)
}

.hash_bd.line {
    width: 628px;
    height: 100vh;
    border-right: 1px solid rgba(191,228,240,.05);
    border-left: 1px solid rgba(191,228,240,.05)
}

.hash_bd .hash_row {
    height: 25px;
    font-size: 11px;
}

.shot {
    font-weight: 700;
    font-size: 16px
}

.highlight {
    font-size: 12px;
    border-radius: 30px;
    color: #fff
}

.blue_shot {
    background: rgba(32,214,250,.08);
    border: 1px solid #20d6fa;
    position: relative
}

.blue_shot .shot {
    color: #20d6fa
}

.red_shot .shot {
    color: #e11b64
}

.live_shot {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -25px
}

.live_shot .live_result {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    background: -webkit-radial-gradient(#FFECE8,#20D6FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.live_result .plus {
    font-size: 20px
}

.live_shot .live_num {
    width: 45px;
    height: 19px;
    background: url(/assets/img/nine_trapon/shot_bg.png)no-repeat;
    font-weight: 700;
    margin-left: 5px;
    color: #000
}

.live_shot .live_num p {
    margin-right: 6px
}

.red_shot .live_num p {
    margin-left: 9px
}

.light {
    position: absolute;
    background: url(/assets/img/nine_trapon/light.svg)no-repeat;
    width: 14px;
    height: 22px;
    z-index: 1
}

.light.blue_light {
    left: -6px
}

.light.red_light {
    right: -8px;
    background-position: -11px 0
}

.blue_shot .live_shot {
    left: -82px
}

.red_shot .live_shot {
    right: -78px
}

.red_shot .live_result {
    background: -webkit-radial-gradient(#FFECE8,#E11B64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.red_shot .live_shot .live_num {
    background-position: -48px 0
}

.shot_count {
    width: 45px;
    height: 19px;
    line-height: 16px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    color: #000;
    background: url(/assets/img/nine_trapon/shot_bg.png)no-repeat;
    position: absolute;
    left: -51px
}

.shot_count span {
    margin-right: 5px
}

.hash_bd .hash_row.red_shot {
    background: rgba(225,27,100,.08);
    border: 1px solid #e11b64;
    position: relative
}

.hash_bd .hash_row.red_shot .shot_count {
    background-position: 50px 0
}

.footer {
    width: 100%;
    position: relative;
    height: 170px;
    box-shadow: 0 -5px 8px rgba(0,0,0,.3)
}

.footer.on {
    height: 546px !important
}

.footer .percent,.footer .left,.footer .right {
    height: 5px
}

.footer .percent {
    display: flex;
    opacity: .3;
    background: linear-gradient(45deg,#ABBAC2,#fff,#ABBAC2)
}

.footer .percent.on {
    opacity: 1
}

.footer .left {
    position: relative;
    width: 100%;
    background: linear-gradient(45deg,#20D6FA,#009BBA,#20D6FA)
}

.footer .right {
    position: relative;
    width: 100%;
    background: linear-gradient(45deg,#FF3D83,#DE0050,#FF3D83)
}

.footer .right:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #ff3d83;
    border-left: 5px solid transparent;
    position: absolute;
    left: -5px
}

.white .footer .left {
    background: linear-gradient(45deg,#003FB9,#002e8b,#003FB9)
}

.white .footer .right {
    background: linear-gradient(45deg,#C70030,#a50129,#C70030)
}

.white .footer .right:after {
    border-top: 5px solid #c70030
}

.footer .left .gauge {
    width: 35%
}

.footer .right .gauge {
    width: 65%
}

.ft_con {
    position: relative;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ft_con_ad {
    position: relative;
    height: 180px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.footer .adbanner {
    display: flex;
    width: 830px;
    height: 180px
}

.footer .lottery_timer {
    margin-left: 30px
}

.footer .ft_con>div {
    flex: 1;
    justify-content: center;
    align-items: center
}

.footer .ft_con_ad>div {
    flex: 1;
    justify-content: space-between;
    align-items: center
}

.footer .adbanner .rank_wrap {
    display: flex
}

.footer .adbanner .banner {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 137px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #2f3f52;
    background: #fff;
}

.footer .adbanner .banner a,.footer .adbanner .banner img {
    object-fit: cover;
    width: 80%;
    height: 100%;
}

.footer .adbanner .chat_rank {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.footer .adbanner .chat_rank>a {
    display: flex;
    margin-top: 0;
    width: 192px;
    height: 31px;
    line-height: 26px;
    padding: 0 12px;
    background: rgba(0,0,0,.2);
    border-radius: 3px;
    border: 1px solid #2f3f52;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    box-sizing: border-box
}

.footer .adbanner .chat_rank>a:not(:nth-last-of-type(1)) {
    margin-bottom: 5px
}

.footer .adbanner .chat_rank>a>span {
    color: #9bacc0;
    font-weight: 700;
    margin-right: 10px
}

.footer .adbanner .chat_rank>a>p {
    overflow: hidden;
    text-overflow: ellipsis
}

.footer .adbanner .recent_history {
    color: #fff;
    min-width: 150px;
    margin-left: 18px
}

.footer .adbanner .recent_history h3 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px
}

.footer .adbanner .recent_history .blue span:nth-of-type(1),.footer .adbanner .recent_history .red span:nth-of-type(1) {
    color: #2ad7fa;
    font-weight: 700;
    font-size: 15px
}

.footer .adbanner .recent_history .blue::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #2f3f52;
    margin: 5px 0
}

.footer .adbanner .recent_history .blue span:nth-of-type(1) {
    margin-right: 27px
}

.footer .adbanner .recent_history .red span:nth-of-type(1) {
    color: #ff2271;
    margin-right: 34px
}

.footer .adbanner .recent_history .blue span:nth-of-type(2),.footer .adbanner .recent_history .red span:nth-of-type(2) {
    margin: 0 5px
}

.footer .view_btn {
    z-index: 3;
    position: absolute;
    width: 87px;
    height: 23px;
    line-height: 25px;
    top: -22px;
    right: 1px;
    margin-right: 17px;
    color: #fff;
    text-align: center;
    letter-spacing: -.1em;
    cursor: pointer;
    background: url(/assets/img/nine_trapon/history_btn_bg.svg)no-repeat
}

.footer .view_btn span {
    margin-right: 10px
}

.footer.on .view_btn {
    background-position: -94px 0
}

.line_row>div {
    margin-right: 10px
}

.blue_team,.red_team {
    display: inline-flex;
    flex-direction: column
}

.line_row {
    display: flex;
    align-items: center;
    margin-bottom: 7px
}

.line_row:last-child {
    margin: 0
}

.line_score {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #20d6fa
}

.line_score .row_score {
    font-weight: 700;
    font-size: 18px;
    height: 20px
}

.line_score .row_num {
    font-size: 8px;
    margin-top: 2px
}

.shot_box {
    width: 34px;
    height: 44px;
    box-sizing: border-box;
    position: relative
}

.shot_box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/assets/img/nine_trapon/shot_box.svg)no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.shot_box>div {
    position: inherit
}

.shot_box>div:nth-of-type(1) {
    height: 12px;
    text-align: center;
    color: #000;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: -.005em;
}

.shot_box>div:nth-of-type(2) {
    height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 3px;
    letter-spacing: -.001em;
    opacity: 1
}

.shot_box.disabled:before {
    opacity: .2
}

.shot_box.disabled>div:nth-of-type(1) {
    opacity: .6
}

.disabled div:nth-of-type(2) {
    opacity: .2
}

.blue_team .shot_scale {
    transform: scale(1.1);
    box-shadow: 0 0 3px 0 #20d6fa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.red_team .shot_scale {
    transform: scale(1.1);
    box-shadow: 0 0 3px 0 #ff1c6d;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.red_team .shot_box:before {
    background-position: -37px 0
}

.red_team .line_score {
    color: #ff1c6d;
    margin-right: 0
}

.center_wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.center_wrap .score {
    min-width: 82px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.lottery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 142px;
    height: 142px;
    margin: 0 15px;
    background: url(/assets/img/nine_trapon/lottery_dark_bg.svg)no-repeat
}

.lottery_blue {
    background-position: -143px 0
}

.lottery_red {
    background-position: -287px 0
}

.lottery_blue_win {
    background-position: -576px 0
}

.lottery_red_win {
    background-position: -720px 0
}

.lottery_tie_win {
    background-position: -432px 0
}

.nine_wrap.white .lottery {
    width: 145px;
    height: 145px;
    background: url(/public/img/score/eos_nine/lottery_white_bg.svg)no-repeat
}

.nine_wrap.white .lottery_blue {
    background-position: -150px 0
}

.nine_wrap.white .lottery_blue_win {
    background-position: -601px 0
}

.nine_wrap.white .lottery_red {
    background-position: -300px 0
}

.nine_wrap.white .lottery_red_blue {
    background-position: -600px 0
}

.nine_wrap.white .lottery_red_win {
    background-position: -750px 0
}

.lottery_tit {
    position: absolute;
    top: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #131823
}

.lottery_txt {
    font-weight: 700;
    text-align: center
}

.lottery_tit>img.yellow_win,.lottery_tit>img.blue_win,.lottery_tit>img.red_win {
    width: 104px
}

.lottery_time .lottery_tit {
    letter-spacing: 3px
}

.lottery_time .timer,.lottery_time .overlay {
    display: flex;
    align-items: flex-end
}

.lottery_time .timer>p {
    font-size: 38px;
    background: -webkit-radial-gradient(#fff,#889297);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

.lottery_time .timer>p:not(.count) {
    font-size: 20px;
    margin-bottom: 5px
}

.lottery_time .overlay>p {
    position: absolute;
    white-space: nowrap;
    font-size: 80px;
    font-weight: 700;
    background: -webkit-radial-gradient(#fff,#889297);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    opacity: .1
}

.lottery_time .overlay>p:not(.count) {
    font-size: 60px
}

.lottery_num {
    display: inline-block;
    font-size: 50px;
    color: #fff
}

.lottery_result .lottery_txt {
    font-size: 36px;
    letter-spacing: -2px;
    font-weight: 900
}

.score.lose {
    color: #596d84
}

.score.win {
    font-size: 54px
}

.history {
    height: 382px
}

.history .his_hd {
    font-size: 10px;
    font-weight: 700;
    -webkit-text-stroke: 1px rgba(0,0,0,.3);
    color: #c4ced3;
    background: rgba(255,255,255,.1)
}

.history .his_hd,.history .his_bd_row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-align: center
}

.history .his_hd>div,.history .his_bd_row>div {
    width: 120px
}

.history .his_bd {
    color: #fff;
    font-size: 12px
}

.history .list_wrap {
    height: 310px;
    overflow-y: auto;
    margin-right: 4px
}

.his_bd_row {
    height: 34px;
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.list_wrap::-webkit-scrollbar {
    width: 8px
}

.list_wrap::-webkit-scrollbar-thumb {
    height: 20%;
    background-color: #8f9eba;
    border-radius: 10px
}

.list_wrap::-webkit-scrollbar-track {
    background-color: transparent
}

.loser::after,.winner::after,.score.card_blue_sum.over::before,.score.card_blue_sum.under::before,.score.card_red_sum.over::after,.score.card_red_sum.under::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 6px;
    background: url(/assets/img/nine_trapon/score_arr.svg)no-repeat;
    margin-left: 3px
}

.winner::after,.score.card_blue_sum.over::before,.score.card_red_sum.over::after {
    background-position: -15px 0
}

.score.card_blue_sum.lose::after,.score.card_blue_sum.winner::after {
    display: none
}

.score.card_blue_sum.over::before,.score.card_blue_sum.under::before {
    margin: 0 3px 0 0
}

.his_bd_row .winner {
    font-size: 16px;
    font-weight: 700
}

.history .his_bd .round {
    font-size: 16px;
    font-weight: 700
}

.nine_wrap .big_timer .lottery {
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transform: scale(1.3)
}

.nine_wrap.white {
    background: url(/public/img/score/eos_nine/white_bg.png) no-repeat
}

.nine_wrap.white .header {
    background: 0 0;
    box-shadow: inset 0 -4px 5px rgba(174,177,197,.5);
    border-bottom: 1px solid #2a3855;
    border-image: none
}

.nine_wrap.white .header .game_type .img_title_white {
    display: block
}

.nine_wrap.white .header .game_type .title {
    display: none
}

.nine_wrap.white .game_inf .round span,.nine_wrap.white .game_inf .round h1,.nine_wrap.white .game_inf .timer span,.nine_wrap.white .game_inf .vs,.m_nine_wrap.white .header.open .game_center {
    font-weight: 700;
    background: -webkit-radial-gradient(#5F6572,#22262E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.nine_wrap.white .game_inf .vs::before,.nine_wrap.white .game_inf .vs::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 1px;
    margin-bottom: 4px;
    background: radial-gradient(50% 1533.72% at 50% 50%,#5F6572 100%,#22262E 100%);
    border-radius: 10px
}

.nine_wrap .game_center .blue_team_white,.nine_wrap .game_center .red_team_white {
    display: none
}

.nine_wrap.white .blue_team_white,.nine_wrap.white .red_team_white {
    display: block
}

.nine_wrap.white .blue_team_dark,.nine_wrap.white .red_team_dark {
    display: none
}

.nine_wrap.white .header .timer::before {
    background: 0 0;
    border: 1px solid #22262e;
    border-radius: 5px 5px 0 0
}

.nine_wrap.white .header .timer span {
    background: -webkit-radial-gradient(#000,#22262E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.nine_wrap.white .hash_bd.line {
    border-right: 1px solid rgba(42,56,85,.05);
    border-left: 1px solid rgba(42,56,85,.05)
}

.nine_wrap.white .hash_bd {
    color: rgba(42,56,85,.8)
}

.nine_wrap.white .content .hash_hd {
    color: #2a3855
}

.nine_wrap.white .content .hash_hd_wrap {
    border-bottom: 1px solid #2a3855
}

.nine_wrap.white .content .blue_shot {
    color: #2a3855;
    border: 1px solid #003fb9;
    background: rgba(0,63,185,.08)
}

.nine_wrap.white .content .blue_shot .shot {
    color: #003fb9
}

.nine_wrap.white .content .red_shot {
    color: #2a3855;
    border: 1px solid #c70030;
    background: rgba(199,0,48,.08)
}

.nine_wrap.white .content .red_shot .shot {
    color: #c70030
}

.nine_wrap.white .live_shot .live_result {
    background: -webkit-radial-gradient(#0057FF,#003FB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.nine_wrap.white .red_shot .live_result {
    background: -webkit-radial-gradient(#FF003D,#C70030);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.nine_wrap.white .live_shot .live_num {
    color: #fff
}

.nine_wrap.white .red_shot .live_shot .live_num {
    background-position: -150px 0
}

.nine_wrap.white .blue_shot .live_shot .live_num {
    background-position: -103px 0
}

.nine_wrap.white .lottery_tit {
    color: #fff
}

.nine_wrap.white .lottery_txt,.nine_wrap.white .timer>p,.nine_wrap.white .overlay>p {
    background: -webkit-radial-gradient(#5F6572,#22262E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.nine_wrap.white .light.red_light {
    background-position: -42px 0
}

.nine_wrap.white .light.blue_light {
    background-position: -30px 0
}

.nine_wrap.white .percent {
    background: linear-gradient(45deg,#22262E,#5F6572,#22262E)
}

.red_badge>img,.blue_badge>img {
    width: 54px
}

.red_badge_white {
    display: none
}

.blue_badge_white {
    display: none
}

.tie_badge_white {
    display: none
}

.nine_wrap.white .red_badge_dark {
    display: none
}

.nine_wrap.white .blue_badge_dark {
    display: none
}

.nine_wrap.white .red_badge_white {
    display: inline-block
}

.nine_wrap.white .blue_badge_white {
    display: inline-block
}

.nine_wrap.white .history .his_hd {
    color: #2a3855;
    background: rgba(255,255,255,.3);
    border-top: 1px solid #2a3855;
    border-bottom: 1px solid #2a3855
}

.nine_wrap.white .hash_hd,.history .his_hd {
    -webkit-text-stroke: 0
}

.nine_wrap.white .history .his_bd {
    color: rgba(42,56,85,.95)
}

.nine_wrap.white .history .his_bd_row {
    border-bottom: 1px solid rgba(42,56,85,.05)
}

.nine_wrap.white .line_score {
    color: #003fb9
}

.nine_wrap.white .red_team .line_score {
    color: #c70030
}

.nine_wrap.white .shot_box>div:nth-of-type(1) {
    color: #fff
}

.nine_wrap.white .shot_box>div:nth-of-type(2) {
    color: #22262e
}

.nine_wrap.white .blue_team .shot_box:before {
    background-position: -74px 0
}

.nine_wrap.white .red_team .shot_box:before {
    background-position: -111px 0
}

.nine_wrap.white .blue_team .shot_scale {
    box-shadow: 0 0 3px 0 #003fb9
}

.nine_wrap.white .red_team .shot_scale {
    box-shadow: 0 0 3px 0 #c70030
}

.red_arrow_white {
    display: none
}

.blue_arrow_white {
    display: none
}

.nine_wrap.white .red_arrow_dark {
    display: none
}

.nine_wrap.white .red_arrow_white {
    display: none
}

.nine_wrap.white .blue_arrow_dark {
    display: none
}

.nine_wrap.white .red_arrow_white {
    display: inline-block
}

.nine_wrap.white .blue_arrow_white {
    display: inline-block
}

.nine_wrap.white .center_wrap .score {
    color: #212e48
}

.nine_wrap.white .score.lose {
    color: rgba(33,46,72,.3)
}

.nine_wrap.white .lottery_tit {
    top: 22px
}

.nine_wrap.white .footer .adbanner .banner {
    border: 1px solid rgba(47,63,82,.6);
    background-color: rgba(255,255,255,.3)
}

.nine_wrap.white .footer .chat_rank>a {
    background-color: rgba(255,255,255,.3);
    color: #2a3855;
    border: 1px solid rgba(47,63,82,.6)
}

.nine_wrap.white .footer .adbanner>.chat_rank a>span,.nine_wrap.white .footer .adbanner>.recent_history {
    color: #2a3855
}

.nine_wrap.white .footer .adbanner>.recent_history .blue span:nth-of-type(1),.nine_wrap.white .footer .adbanner>.recent_history .red span:nth-of-type(1) {
    color: #003fb9
}

.nine_wrap.white .footer .adbanner>.recent_history .red span:nth-of-type(1) {
    color: #c70030
}

.nine_wrap.white .footer .adbanner .chat_rank a>span {
    color: #2a3855
}

.nine_wrap.white .footer .view_btn {
    background-position: -188px 0
}

.nine_wrap.white .footer.on .view_btn {
    background-position: -282px 0
}
