i>svg{
	display: block;
	width: 100%;
	height: 100%;
}
.bg_game{
	background: #FAFAF9;
}
.box_league{
	position: relative;
	display: flex;
	width: 100%;
	flex: 1 1 auto;
	flex-direction: column;
}
.ft.box_league{
	padding-top: 0;
}
.head_sport{
	width: 100%;
	flex: none;
}
.head_league{
	width: 100%;
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #11051D;
}
.all.head_league{background-image: url('../images/bg_all_league.jpg?v2024v1'); background-color: #11051D;}
.ft.head_league{background-image: url('../images/bg_ft_league.jpg?v2024v1'); background-color: #08170D;}
.bk.head_league{background-image: url('../images/bg_bk_league.jpg?v2024v1'); background-color: #1A1011;}
.tn.head_league{background-image: url('../images/bg_tn_league.jpg?v2024v1'); background-color: #161E00;}
.vb.head_league{background-image: url('../images/bg_vb_league.jpg?v2024v1'); background-color: #201C00;}
.bm.head_league{background-image: url('../images/bg_bm_league.jpg?v2024v1'); background-color: #081113;}
.tt.head_league{background-image: url('../images/bg_tt_league.jpg?v2024v1'); background-color: #001830;}
.bs.head_league{background-image: url('../images/bg_bs_league.jpg?v2024v1'); background-color: #1E170E;}
.sk.head_league{background-image: url('../images/bg_sk_league.jpg?v2024v1'); background-color: #071C00;}
.op.head_league{background-image: url('../images/bg_op_league.jpg?v2024v1'); background-color: #0F0017;}

.content_sport{
	position: relative;
	flex: none;
	min-height: 80px;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap!important;
}
.content_sport .main_sport{
	display: flex;
	width: 100%;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.box_scroll.sport_scroll{
	height: 66px;
	padding: 18px 8px 0 8px;
}
.head_league.es .box_scroll.sport_scroll{
	height: 74px;
	padding-top: 26px;
}
.box_scroll.sport_scroll .btn_go_l,
.box_scroll.sport_scroll .btn_go_r,
.market_scroll .btn_go_l,
.market_scroll .btn_go_r{
	background: #503F32;
	fill: rgba(255,255,255,.72);
}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.box_scroll.sport_scroll .btn_go_l:hover,
	.box_scroll.sport_scroll .btn_go_r:hover,
	.market_scroll .btn_go_l:hover,
	.market_scroll .btn_go_r:hover{
		background: #685241;
		fill: rgba(255,255,255,.72);
	}
}
.box_scroll.sport_scroll .btn_go_l:active,
.box_scroll.sport_scroll .btn_go_r:active,
.market_scroll .btn_go_l:active,
.market_scroll .btn_go_r:active{
	background: #352A21;
	fill: rgba(255,255,255,.72);
}


.menu_sport{
	width: 100%;
	height: 100%;
	flex: 1 1 auto;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transform: translate3d(0, 0, 0);
}
.menu_sport::-webkit-scrollbar{
	display: none;
}

.menu_sport>label,
.box_slide>label,
.menu_team>label{
	display: inline-flex;
	width: auto;
	height: 100%;
}
.menu_sport>label{
	display: inline-flex;
	gap: 8px;
}
.btn_le_sport{
	display: inline-block;
	width: 72px;
	height: 100%;
	color: rgba(255,255,255,.72);
	fill: rgba(255,255,255,.72);
	text-align: center;
	vertical-align: top;
	white-space: normal;
	transition: all 0.3s ease;

}
.btn_le_sport i{
	display: block;
	width: 16px;
	height: 16px;
	margin: 4px auto;
}
.btn_le_sport span{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn_le_sport.on{
	color: #DEBB69;
	fill: #DEBB69;
}

.title_le{
	display: grid;
	width: 100%;
	height: 48px;
	padding: 7px 8px;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	grid-auto-columns: minmax(auto,32px);
	grid-auto-flow: column;
	gap: 8px;
}
.title_le .btn_back,
.title_inn .btn_back,
.btn_le_cla,
.btn_info{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 8px;
	flex: 0 0 32px;
	transition: background 0.3s ease;
}
.title_inn .btn_info{
	margin-right: 0;
}
.title_inn .btn_back{
	margin-left: 0;
	margin-right: auto;
}
.title_inn .btn_back svg{
	fill: rgba(255,255,255,.64);
}
.btn_back i,
.btn_le_cla i,
.btn_info i{
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.btn_le_sort{
	position: relative;
	width: 32px;
	height: 32px;
	padding: 8px;
	fill: rgba(255,255,255,.72);
	order: 1;
}
.btn_le_sort:after{
	content: attr(data-new);
	position: absolute;
	top: -2px;
	right: -4px;
	display: inline-flex;
	height: 14px;
	width: 25px;
	padding: 0 4px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	color: #FFF;
	background: #E76565;
	border-radius: 14px;
	z-index: 2;
}
.EN .btn_le_sort:after{
	font-size: 8px;
	line-height: 8px;
}
.TW .btn_le_sort:after{
	font-size: 12px;
	line-height: 12px;
}
.btn_back svg{
	fill: rgba(0,0,0,0.64);
}

.icon_cup{
	background-image: url('../images/icon_cup.svg');
}
.icon_calendar{
	background-image: url('../images/icon_calendar.svg');
}
.icon_calendar.on{
	background-image: url('../images/icon_calendar_go.svg');
}

.title_le_sport{
	display: inline-flex;
	width: 100%;
	margin-right: auto;
	flex: none;
	align-items: center;
	flex-wrap: wrap;
	text-transform: uppercase;
	overflow: hidden;
}
/* edit for win/loss */
.title_inn .title_le_sport{
	position: absolute;
	left: 0;
	right: 0;
	width: calc(100% - 96px);
	padding: 4px 0;
	margin: 0 auto;
	text-align: center;
}
.title_le_sport .txt_sport{
	display: flex;
	max-width: 100%;
	height: 16px;
	align-items: center;
	justify-content: flex-start;
	color: rgba(255,255,255,.72);
	fill: rgba(255,255,255,.72);
}
.title_le_sport .txt_sport_on{
	cursor: pointer;
}
.title_le_sport .txt_sport_on .icon_arr{
	display: block;
	width: 8px;
	height: 100%;
	margin-right: 4px;
	flex: none;
}
.title_le_sport tt{
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.title_le_sport tt:empty{
	display: none;
}
.title_le_sport span{
	display: inline-block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.head_inngame .title_le_sport span{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu_market{
	display: flex;
	width: 100%;
	height: 40px;
	line-height: 40px;
	align-items: center;
	justify-content: center;
}
.market_scroll{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.market_scroll .box_slide{
	display: flex;
	align-items: center;
	padding: 0;
}
.market_scroll .on ~ .box_slide{
	justify-content: flex-start;
}
.market_scroll .box_slide>label{
	display: inline-flex;
	gap: 8px;
}
.market_scroll.sort_today #league_tab_prestart{order: -4;}
.market_scroll.sort_today #league_tab_rb{order: -3;}
.market_scroll.sort_today #league_tab_mix{order: -2;}

.btn_market{
	position: relative;
	display: inline-flex;
	height: 40px;
	line-height: 16px;
	padding: 12px 8px;
	white-space: nowrap;
	align-items: center;
	font-size: 12px;
	color: rgba(255,255,255,.72);
	z-index: 1;
}
.btn_market.on{
	color: #DEBB69!important;
}
.btn_betmain,
.btn_betcorr{
	display: inline-block;
	height: 40px;
	line-height: 32px;
	margin: 0;
	padding: 4px 16px;
	font-size: 13px;
	color: rgba(0,0,0,0.72);
	transition: all 0.3s ease;
}
.btn_betmain.on,
.btn_betcorr.on{
	color: #a78025;
}


.btn_title_le,
.game_title_inn{
	display: flex;
	width: 100%;
	padding: 4px 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	align-items: center;
	justify-content: space-between;
	color: #000;
	transition: none!important;
}
.btn_title_le{
	height: 40px;
	padding: 4px 8px;
	background: #FFF;
	border-bottom: 1px solid #EAEAEA;
}
.btn_title_le.off{
	border-bottom: none;
}
.game_title_inn{
	min-height: 48px;
	line-height: 48px;
	background: #ededed;
}
.popular_league .btn_title_le{
	pointer-events: none;
}
.box_lebet ~ .btn_title_le,
.box_outer .btn_title_le{
	margin-top: 8px;
}

.box_lebet + .box_lebet{
	border-top: 2px solid #e6e6e6;
}
.game_title_inn.game_fold{
	margin-bottom: 8px;
}
.btn_title_le tt,
.game_title_inn tt{
	display: inline-block;
	width: 100%;
	line-height: 24px;
}
.btn_title_le tt{
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 16px;
}
.game_title_inn .game_title_type{
	display: flex;
	min-height: 24px;
	max-height: 32px;
	align-items: center;
}
.game_title_inn span{
	display: block;
	line-height: 16px;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.icon_flag{
	order: -1;
	display: none;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	flex: 0 0 24px;
	border-radius: 50%;
	background-position: center center;
	pointer-events: none;
}
i[class^="icon_flag flag"]{
	display: block;
	background-repeat: no-repeat;
}

.game_title_inn tt i{
	display: block;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: rgba(0,0,0,0.72);
}

.btn_title_le .icon_information,
.game_title_inn .icon_information{
	width: 32px;
	height: 32px;
	margin-right: -8px;
	padding: 8px;
}
.event_title_fs{
	display: flex;
	width: 100%;
	min-height: 40px;
	line-height: 16px;
	/* margin-bottom: 8px; */
	padding: 4px 8px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #FFF;
	border-bottom: 1px solid #EAEAEA;
}
.event_title_fs tt{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
	overflow: hidden;
}
.event_title_fs i{
	display: block;
	width: 100%;
	height: 16px;
	font-size: 14px;
	color: rgba(0,0,0,0.72);
}
.text_p_in{
	position: relative;
	display: inline-flex;
	min-width: 32px;
	height: 32px;
	line-height: 24px;
	padding: 4px;
	flex: none;
	text-transform: none;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,.72);
	pointer-events: none;
}
.title_le .text_p_in{

}
.title_inn .text_p_in{
	margin-right: 8px;
}
.text_p_in p{
	display: inline-block;
	min-width: 8px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.text_p_in p:nth-child(2){
	width: 16px;
	margin: -4px;
	font-size: 18px;
	transform: scale(0.5);
}
.text_p_in:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: calc(100% - 8px);
	height: 24px;
	margin: 4px;
	border-top: 1px solid rgba(255,255,255,.72);
	border-bottom: 1px solid rgba(255,255,255,.72);
}
.btn_title_le .text_p_in{
	color: #352A24;
}
.btn_title_le .text_p_in:before{
	border-top: 1px solid #352A24;
	border-bottom: 1px solid #352A24;
}

.box_lebet{
	width: 100%;
}
/*
.box_outer:not(.ft_outer) .btn_title_le[style="display: none;"] + .box_lebet{
	border-top: 2px solid #EAEAE6;
}
.ft_outer>div:first-child .btn_title_le[style="display: none;"] ~ .box_lebet,
.box_outer>.btn_title_le:first-child[style="display: none;"] + .box_lebet{
	border-top: none!important;
}
*/

.box_lebet_top{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	background: #FFF;
}
.ft .box_lebet_top{
	flex-wrap: wrap;
}

.bet_type_8 .box_lebet_l{width: 24%; min-width: 184px;}
.bet_type_8 .box_lebet_r{width: 76%}
.bet_type_6 .box_lebet_l{width: 30%; min-width: 184px;}
.bet_type_6 .box_lebet_r{width: 70%}
.bet_type_4 .box_lebet_l{width: 38%; min-width: 184px;}
.bet_type_4 .box_lebet_r{width: 62%;}

.box_lebet_l{
	width: 24%;
	min-width: 184px;
	padding-bottom: 8px;
}
.box_lebet_l:empty{
	display: none;
}
.box_lebet_l:empty ~ .box_lebet_r{
	max-width: unset;
	overflow-x: hidden!important;
}
.box_lebet_r{
	display: inline-flex;
	width: 76%;
	max-width: calc(100% - 184px);
	/* margin-left: 8px; */
	padding-left: 8px;
	padding-bottom: 8px;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow-y: hidden;
}
.bet_type_8 .box_lebet_r{
	padding-bottom: 16px;
	max-width: calc(100% - 184px);
}
.box_lebet_r:after{
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	flex: 0 0 16px;
}
.box_rpdbet + :after{
	display: none;
}
.ft .box_lebet_l{
	padding-bottom: 16px;
}




.btn_innmore{
	display: flex;
	flex-wrap: wrap;
}
.btn_inn_team{
	display: block;
	width: 100%;
	height: auto;
}
.box_state{
	display: flex;
	width: 100%;
	height: 40px;
	margin: 4px 0;
	padding-left: 16px;
	font-size: 12px;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.tn.box_today .box_state,
.vb.box_today .box_state,
.bm.box_today .box_state,
.tt.box_today .box_state,
.bs.box_today .box_state,
.sk.box_today .box_state,
.op.box_today .box_state{
	flex-wrap: wrap;
}
.box_state .text_time,
.box_state .text_time_go{
	display: inline-block;
	/* min-width: 37px; */
	line-height: 16px;
	margin-right: 8px;
	white-space: nowrap;
	color: #000;
}
.box_state .text_time i,
.box_state .text_time_go i{
	white-space: pre-line;
}

.box_state .text_time p{
	display: inline;
	margin-right: 8px;
}
.text_stop_red{
	margin-right: 8px;
	font-size: 12px;
	color: #e76565!important;
}

.box_state .text_best{
	display: block;
	width: 100%;
	line-height: 16px;
	order: 1;
	color: rgba(0,0,0,0.72);
}
.icon_information,
.icon_n,
.icon_inplay{
	display: inline-block;
	width: 12px;
	height: 12px;
	flex: none;
}
.box_state .icon_information,
.box_state .icon_n,
.box_state .icon_inplay{
	margin-right: 8px;
}
.box_state.info_on{
	cursor: pointer;
}
.icon_information svg{
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	fill: #00a1db;
	pointer-events: none;
}
.icon_n{ background: url('../images/icon_n.svg') no-repeat;}
.EN .icon_n{ background: url('../images/icon_n_en.svg') no-repeat;}
.icon_inplay{ background: url('../images/icon_inplay.svg') no-repeat;}

.box_bs_live .text_time{
	min-width: auto;
}
.box_bs_live .box_sco_point{
	display: flex;
	align-items: center;
	margin-right: 8px;
	color: #000;
}
.box_bs_live .point_bs_s{
	margin-left: 8px;
}
.box_bs_live .point_bs_s tt{
	display: inline;
	margin-left: 2px;
}
.icon_bs_base{
	display: inline-block;
	width: 18px;
	height: 13px;
}


.box_team{
	display: flex;
	width: 100%;
	height: 48px;
	align-items: center;
}
.box_team ~ .box_team{
	margin-top: 8px;
}
.bk.box_live .box_team,
.sk.box_live .box_team,
.op.box_live .box_team,
.bk .live_lebet .box_team,
.sk .live_lebet .box_team,
.op .live_lebet .box_team,
.box_today > :not(.ft_outer) .box_team,
.box_early > :not(.ft_outer) .box_team,
.box_parlay > :not(.ft_outer) .box_team,
.box_mygame > :not(.ft_outer) .box_team,
.box_mix > :not(.ft_outer) .box_team,
.box_cup > :not(.ft_outer) .box_team{
	padding-left: 16px;
}
.ft .live_lebet .box_team,
.tn .live_lebet .box_team,
.vb .live_lebet .box_team,
.bm .live_lebet .box_team,
.tt .live_lebet .box_team,
.bs .live_lebet .box_team{
	padding-left: 0;
}
.tn.box_live .box_team,
.vb.box_live .box_team,
.bm.box_live .box_team,
.tt.box_live .box_team,
.tn .live_lebet .box_team,
.vb .live_lebet .box_team,
.bm .live_lebet .box_team,
.tt .live_lebet .box_team{
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center
}

.tn.box_live .btn_innmore .icon_serve,
.vb.box_live .btn_innmore .icon_serve,
.bm.box_live .btn_innmore .icon_serve,
.tt.box_live .btn_innmore .icon_serve,
.tn .live_lebet .icon_serve,
.vb .live_lebet .icon_serve,
.bm .live_lebet .icon_serve,
.tt .live_lebet .icon_serve{
	display: flex;
	flex: 1 1 auto;
}
.bs.box_live .btn_innmore .icon_serve,
.bs .live_lebet .icon_serve{
	display: flex;
	flex: 0 0 16px;
}
.tn.box_live .btn_innmore .text_team,
.tn.box_live .btn_innmore .live_mini_sco,
.vb.box_live .btn_innmore .text_team,
.vb.box_live .btn_innmore .live_mini_sco,
.bm.box_live .btn_innmore .text_team,
.bm.box_live .btn_innmore .live_mini_sco,
.tt.box_live .btn_innmore .text_team,
.tt.box_live .btn_innmore .live_mini_sco,
.tn .live_lebet .text_team,
.tn .live_lebet .live_mini_sco,
.vb .live_lebet .text_team,
.vb .live_lebet .live_mini_sco,
.bm .live_lebet .text_team,
.bm .live_lebet .live_mini_sco,
.tt .live_lebet .text_team,
.tt .live_lebet .live_mini_sco{
	max-width: calc(100% - 16px);
	flex: none;
}
.bs.box_live .btn_innmore .text_team,
.bs.box_live .btn_innmore .live_mini_sco,
.bs .live_lebet .text_team,
.bs .live_lebet .live_mini_sco{
	max-width: calc(100% - 40px);
	flex: none;
}
.live_mini_sco{
	display: flex;
}
.live_mini_sco tt{
	display: inline-block;
	width: auto;
	min-width: 16px;
	line-height: 14px;
	margin: 0 8px 0 0;
	font-size: 15px;
}
.live_mini_sco .sco_gold{color: #a78025;}
.live_mini_sco .sco_black{color: #000;}
.live_mini_sco .sco_gray{color: rgba(0,0,0,0.72);}



.text_point{
	width: 24px;
	height: 17px;
	line-height: 17px;
	font-size: 15px;
	color: #a78025;
	flex: 0 0 24px;
}
.bk .text_point,
.sk .text_point{
	width: 32px;
	flex: 0 0 32px;
}
.text_team{
	display: inline-block;
	line-height: 17px;
	font-size: 15px;
	flex: 1 1 auto;
	color: #000;

	overflow : hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.btn_innmore .icon_serve{
	position: relative;
	display: none;
	width: 16px;
	height: 100%;
	flex: 0 0 16px;
}
.btn_innmore .icon_serve:before{
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: 7px;
	display: none;
	width: 2px;
	height: 16px;
	background: #33997a;
}
.btn_innmore .icon_serve.on{
	display: inline-block;
}
.btn_innmore .icon_serve.on:before{
	display: block;
}

.text_team.strong_team{
	font-weight: bold;
}
.text_point.last_goal{
	font-weight: bold;
}

.box_lebet_bottom{
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e6e6;
}
.box_lebet_bottom .btn_game_more{
	height: 24px;
	margin-top: 0;
}
.btn_game_more{
	display: flex;
	width: 100%;
	width: calc(100% - 48px);
	height: 48px;
	margin-top: 8px;
	padding-left: 16px;
	align-items: center;
	flex: 1 1 auto;

	/* Edit for forecast */
	flex-direction: row-reverse;
}
.btn_game_more .icon_arrow{
	display: inline-block;
	width: 12px;
	height: 32px;
	padding: 12px 0;
	vertical-align: middle;
	background-size: 16px!important;

	/* Edit for forecast */
	order: 2;
	margin-right: auto;
}
.btn_game_more i:empty{
	/* 	display: none; */
}
.btn_game_more .icon_arrow{
	fill: rgba(0,0,0,0.24);
}
.btn_game_more .icon_arrow svg{
	height: 8px;
}
.box_star{
	display: flex;
	width: 32px;
	height: 48px;
	margin: 8px 0 0 16px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.box_star .icon_star{
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
}
.box_star .icon_star svg{
	width: 16px;
	height: 16px;
	fill: rgba(167,128,37,0);
	stroke: rgba(0,0,0,0.64);
	pointer-events: none;
}




.game_total{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: rgba(0,0,0,0.64);

	/* Edit for forecast */
	order: 3;
}
.icon_arrow{
	display: inline-block;
	width: 6px;
	height: 8px;
	vertical-align: middle;
}

.box_lebet_odd{
	/* display: inline-block; */
	width: 64px;
	min-width: 64px;
	height: 100%;
	margin-right: 8px;
	justify-content: center;
	flex: 1 0 64px;
}
.box_lebet_odd:last-child{
	margin-right: 0;
}
.bet_type_8 .box_lebet_odd {
	width: calc((100% - 72px) / 8);
	flex: none;
}
.ft .box_lebet_odd{
	width: calc((100% - 72px) / 8);
	flex: none;
}

.box_lebet_rsh{
	display: flex;
	flex-wrap: wrap;
	grid-column: span 2;
	align-content: flex-start;
}

.ft_outer .bet_type_8 .box_lebet_r .box_lebet_odd.box_lebet_rsh,
.ft_outer .bet_type_cn .box_lebet_r .box_lebet_odd.box_lebet_rsh,
.ft_outer .bet_type_rn .box_lebet_r .box_lebet_odd.box_lebet_rsh{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box_lebet_rsh .head_lebet{
	grid-column: 1 / span 2;
}
.box_lebet_rsh label{
	display: inline-grid;
	width: 100%;
	height: 100%;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 100%;
	gap: 4px;
	/* flex: 1 1 auto; */
	grid-row: 2 / span 2;
	grid-column: 1 / span 1;
}
.box_lebet_rsh label:last-child{
	grid-column: 2 / span 1
}

.head_lebet{
	display: flex;
	width: 100%;
	height: 40px;
	line-height: 14px;
	margin: 4px 0;
	font-size: 12px;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	white-space: break-spaces;
	color: rgba(0,0,0,0.56);
}
.ft .head_lebet{
	/* white-space: nowrap; */
}
.head_lebet tt:empty{
	display: none;
}
.head_lebet tt{
	display: block;
	min-height: 16px;
	line-height: 16px;
	color: #000;
}
.ft_outer .head_lebet tt{
	color: rgba(0,0,0,0.72);
}
.content_obt .head_lebet tt{
	font-size: 11px;
}
.btn_lebet_odd{
	display: flex;
	width: 100%;
	height: 48px;
	padding: 8px 4px;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 3px;
	border: 1px solid #EBEBEB; /* <<117>> */
	background-color: #fff;
	transition: none!important;
}
.box_lebet_odd .btn_lebet_odd{
	margin-bottom: 8px;
}
.box_lebet_odd .btn_lebet_odd:last-child{
	margin-bottom: 0;
}
.box_innbet_fs .btn_lebet_odd{
	display: grid;
	height: 48px;
	margin: 0;
	padding: 4px 4px 4px 8px;
	grid-template-columns: 1fr 48px;
	gap: 8px;
	color: #000;
	border-radius: 2px;
}
.btn_lebet_odd.on,
.btn_obt_odd.on{
	border: 1px solid #c99a2c!important;
	background-color: #c99a2c!important;
	animation: none!important;
}
.btn_lebet_odd.on *,
.btn_obt_odd.on *{
	color: #fff!important;
}
.btn_lebet_odd.lock,
.btn_obt_odd.lock{
	background-image: url('../images/icon_nobet.webp?v0419');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px; /* <<118>> */
	background-color: #FFF!important; /* <<118>> */
	border: 1px solid #EBEBEB!important;  /* <<117>> */
	pointer-events: none;
	animation: none!important;
}
.btn_lebet_odd.lock *,
.btn_obt_odd.lock *{
	display: none!important;
}
.btn_lebet_odd.off,
.btn_obt_odd.off{
	background-color: rgba(0,0,0,0.04);
	pointer-events: none;
}
.text_ballou.off .text_ballou,
.text_ballou.off .text_ballhead,
.btn_obt_odd.off .text_ballou,
.btn_obt_odd.off .text_ballhead,
.btn_obt_odd.off .text_bettype{
	display: none;
}
.btn_lebet_odd.odd_chg,
.btn_obt_odd.odd_chg{
	/*
	border: 1px solid #fff3c3;
	background-color: #fff3c3;
	transition: all 300ms ease;
	*/
}
.btn_lebet_odd.empty,
.btn_obt_odd.empty{
	background-color: #fff!important;
	border: 1px solid #EBEBEB!important; /* <<117>> */
	pointer-events: none;
	animation: none!important;
}
.btn_lebet_odd.empty *,
.btn_obt_odd.empty *{
	display: none!important;
}
.odd_chg{
	animation: odd_chg_ani 1500ms 1 backwards;
}
.btn_sfs_odd.odd_chg,
.btn_obt2_odd.odd_chg{
	animation: odd_chg_sfs_ani 1500ms 1 backwards;
}
@keyframes odd_chg_ani{
	0%{}
	20% {
		border: 1px solid #fff3c3;
		background-color: #fff3c3
	}
	80% {
		border: 1px solid #fff3c3;
		background-color: #fff3c3
	}
	100%{}
}
@keyframes odd_chg_sfs_ani{
	0%{}
	20% {
		background-color: #fff3c3
	}
	80% {
		background-color: #fff3c3
	}
	100%{}
}

.btn_sfs_odd{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: none!important;
}
.btn_sfs_odd.on{
	background-color: #c99a2c!important;
	box-shadow: inset 0 0 0 2px #fff;
}
.btn_sfs_odd.on *{
	color: #fff!important;
}
.btn_sfs_odd.lock{
	background-image: url('../images/icon_nobet.webp?v0419');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	background-color: #f5f5f5!important;
	pointer-events: none;
}
.ft_outer .btn_sfs_odd.lock{
	background-color: #fff!important;
}
.btn_sfs_odd.lock *{
	display: none;
}
.btn_sfs_odd.off{
	background-color: rgba(0,0,0,0.04);
	pointer-events: none;
}
.btn_sfs_odd.off .text_ballou{
	display: none;
}
.btn_sfs_odd.odd_chg{
	/*
	background-color: #fff3c3;
	transition: all 300ms ease;
	*/
}

.text_ballou,
.text_ballhead,
.text_bettype{
	display: inline-block;
	line-height: 16px;
	font-size: 13px;
	color: #000;
}
.text_ballou{
	color: rgba(0,0,0,0.72);
}
.text_bettype{
	max-width: calc(100% - 30px);
	flex: 0 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(0,0,0,0.56);
}

.wrap_obt .text_ballou,
.wrap_obt .text_bettype,
.box_inn .text_ballou{
	color: #000;
}

.text_ballou:empty,
.text_ballhead:empty,
.text_bettype:empty{
	display: none;
}
.text_ballou + .text_ballhead{
	margin-left: 4px;
}

.text_odds{
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #c8250a;
}
.text_odds:empty{
	display: none;
}
.off .text_odds{
	font-size: 13px;
	font-weight: normal;
	color: rgba(0,0,0,0.56);
}
.odd_bl .text_odds{
	color: #1e497d;
}


.box_live_rps{
	display: flex;
	width: 100%;
	height: 32px;
	/* padding: 8px; */
	align-items: center;
	justify-content: center;
}
.ft_outer .box_live_rps{
	height: 32px;
	background: #FFF;
}
.text_round{
	display: block;
	width: calc(100% - 232px);
	min-width: 76px;
	max-width: 180px;
	height: 100%;
	padding: 3px 0;
	text-align: center;
	justify-content: center;
	line-height: 13px;
	font-size: 12px;
	flex: 1 1 auto;
}
.text_round span{
	position: relative;
	display: block;
	height: 13px;
	overflow: hidden;
	color: #a78025;
}
.text_round span p{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 16px;
	color: rgba(0,0,0,0.64);
}

.ft_outer .text_round span p{
	color: #000;
}
.ft_outer .text_round tt{
	color: rgba(0, 0, 0, 0.56);
}

.text_round span.on p{
	animation: round_on 150ms both;
}
.text_round span.off p{
	animation: round_off 150ms both;
}
@keyframes round_on{
	0% {
		top: 16px;
	}
	100% {
		top: 0px;
	}
}
@keyframes round_off{
	0% {
		top: 0px;
	}
	100% {
		top: -16px;
	}
}



.text_round tt{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(0,0,0,0.4);
}
.box_live_rps i{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 4px;
	border-radius: 50%;
	flex: 0 0 16px;
	background: #808080;
}
.box_live_rps i{background: #808080;}
.box_live_rps .rps_goal{background: #19805c!important; border: none!important;}
.box_live_rps .rps_nogoal{background: #e76565!important; border: none!important;}
.box_live_rps .rps_ing{background: #d1f0e7; border: 1px solid #33997a;}



/* FT parlay out bet */
.box_parlay.ft .box_team,
.box_mygame.ft .box_team,
.box_mix.ft .box_team,
.box_cup.ft .box_team{
	/* padding-left: 16px; */
}
.box_parlay.ft .live_lebet .box_team,
.box_mygame.ft .live_lebet .box_team,
.box_mix.ft .live_lebet .box_team,
.box_cup.ft .live_lebet .box_team{
	padding-left: 0;
}
.box_parlay.ft .icon_redcard,
.box_parlay.ft .icon_serve,
.box_parlay.ft .text_point,
.box_mygame.ft .icon_redcard,
.box_mygame.ft .icon_serve,
.box_mygame.ft .text_point,
.box_mix.ft .icon_redcard,
.box_mix.ft .icon_serve,
.box_mix.ft .text_point,
.box_cup.ft .icon_redcard,
.box_cup.ft .icon_serve,
.box_cup.ft .text_point{
	display: none;
}
.box_parlay.ft .live_lebet .icon_redcard,
.box_parlay.ft .live_lebet .icon_serve.on,
.box_parlay.ft .live_lebet .text_point,
.box_mygame.ft .live_lebet .icon_redcard,
.box_mygame.ft .live_lebet .icon_serve.on,
.box_mygame.ft .live_lebet .text_point,
.box_mix.ft .live_lebet .icon_redcard,
.box_mix.ft .live_lebet .icon_serve.on,
.box_mix.ft .live_lebet .text_point,
.box_cup.ft .live_lebet .icon_redcard,
.box_cup.ft .live_lebet .icon_serve.on,
.box_cup.ft .live_lebet .text_point{
	display: inline-flex;
}
.icon_serve.on + .icon_redcard{
	display: none!important;
}



/* inner scorre board*/
.box_scoboard .box_live_rps,
.box_scoboard_r .box_live_rps{
	border-top: none;
}
.box_scoboard .text_round span,
.box_scoboard_r .text_round span{
	color: #debb69;
}
.box_scoboard .text_round tt,
.box_scoboard_r .text_round tt{
	color: rgba(255,255,255,0.56);
}
.box_scoboard .box_live_rps i,
.box_scoboard_r .box_live_rps i{
	background: rgba(255,255,255,0.4);
}
.box_scoboard .box_live_rps .rps_ing,
.box_scoboard_r .box_live_rps .rps_ing{
	background: #d1f0e7; border: none;
}

.obj_rps_ani{
	animation-play-state: paused!important;
}
.rps_on .obj_rps_ani{
	animation-play-state: running!important;
}
.obj_rps_ani{
	position: absolute;
	width: 100%;
	height: 100%;
	transform-origin: center center;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.1s ease;
}
.obj_rps_ani:nth-child(2){ animation-delay: 0.1s!important;}
.obj_rps_ani:nth-child(3){ animation-delay: 0.3s!important;}
.obj_rps_ani:nth-child(4){ animation-delay: 0.5s!important;}

.rps_ing .obj_rps_ani:nth-child(1){
	border: 1px solid #33997a;
	background: #d1f0e7;
	animation: rps_ani2 1500ms infinite;
	animation-play-state: running!important;
}
.rps_ing .obj_rps_ani:nth-child(2),
.rps_ing .obj_rps_ani:nth-child(3),
.rps_ing .obj_rps_ani:nth-child(4){
	border: 1px solid #33997a;
	animation: rps_ani2 1500ms infinite;
	animation-play-state: running!important;
}

.rps_goal .obj_rps_ani:nth-child(1){
	border: none;
	background: #19805c;
	animation: rps_ani1 500ms 1 forwards;
}
.rps_goal .obj_rps_ani:nth-child(2),
.rps_goal .obj_rps_ani:nth-child(3),
.rps_goal .obj_rps_ani:nth-child(4){
	border: 1px solid #19805c;
	animation: rps_ani3 1500ms 1;
}

.rps_nogoal .obj_rps_ani:nth-child(1){
	border: none;
	background: #e76565;
	animation: rps_ani1 500ms 1 forwards;
}
.rps_nogoal .obj_rps_ani:nth-child(2),
.rps_nogoal .obj_rps_ani:nth-child(3),
.rps_nogoal .obj_rps_ani:nth-child(4){
	border: 1px solid #e76565!important;
	animation: rps_ani3 1500ms 1;
}


@keyframes rps_ani1{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	99%{
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes rps_ani2{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes rps_ani3{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}



.box_obt{
	width: 100%;
	background: #FFF;
	/* 	border-top: 1px solid #e6e6e6; */
	/* border-bottom: 2px solid #e6e6e6; */
}
.menu_obt{
	display: flex;
	width: 100%;
	height: 48px;
	overflow: hidden;

	height: auto;
	max-height: 48px;
}
.menu_obt .btn_close{
	width: 32px;
	height: 24px;
	flex: 0 0 32px;
}
.menu_obt .icon_close{
	height: 24px;
	margin: 0;
	padding: 4px 8px;
}
.box_scroll.obt_scroll{
	height: 100%;
	z-index: 0;
}

.box_scroll.obt_scroll{
	width: 100%;
	flex: 1 1 auto;
}
.obt_scroll .box_slide{
	padding: 0 0 0 4px;
	flex: none;
	line-height: 0;
	font-size: 0;
}
@media (pointer: coarse),
(-moz-touch-enabled: 1){
	.obt_scroll .btn_go_l,
	.obt_scroll .btn_go_r{
		display: none!important;
	}
}


.menu_obt .btn_close{
	/* position: absolute; */
	top: 0;
	right: 0;
	background: #fff;
	transform: translate3d(0, 0, 0);
}
.box_slide{
	display: block;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	flex: 1 1 auto;
	white-space: nowrap;
}
.btn_menu_obt{
	display: inline-flex;
	width: auto;
	height: 24px;
	line-height: 22px;
	margin: 0 0 8px 4px;
	padding: 0 8px;
	align-items: center;
	border-radius: 16px;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0,0,0,0.72);
	background: #F4F4F4;
	transition: background 0.3s ease!important;
}
.btn_menu_obt:after{
	content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='%23000'><path d='M2.7,11L2.7,11c-0.4-0.4-0.4-1,0-1.4L7.3,5c0.4-0.4,1-0.4,1.4,0l4.6,4.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0c0,0,0,0,0,0L8.1,7.2c-0.1-0.1-0.2-0.1-0.3,0c0,0,0,0,0,0L4.1,11C3.7,11.4,3.1,11.4,2.7,11C2.7,11,2.7,11,2.7,11z' /></svg>");
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	opacity: 0.72;
	transform: rotate(180deg);
}
.btn_menu_obt.on{
	color: #fff;
	background: #a78025;
}
.btn_menu_obt.on:after{
	transform: rotate(0deg);
	opacity: 1;
	filter: invert(100%);
}
.btn_close{
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-left: auto;
	vertical-align: middle;
	flex: 0 0 48px;
}
.btn_close *{
	transition: background 0.3s ease;
}
.icon_close{
	display: block;
	width: 32px;
	height: 32px;
	margin: 8px;
	padding: 8px;
}
.icon_close svg{
	fill: rgba(0,0,0,0.4);
}
.wrap_obt{
	position: relative;
}
.wrap_obt>div:first-child{
	position: relative;
	min-height: 80px;
	/* z-index: 1; */
	background: #F4F4F4;
}
.wrap_obt>div:first-child:empty{
	min-height: 0px;
}

.obt_loading{
	/* position: absolute; */
	position: relative!important;
	width: 100%;
	min-height: 80px;
	background: #F8F8F7;
	overflow-y: hidden;
	/* z-index: 0!important; */
}
.obt_loading.obt_chg{
	position: absolute!important;
	z-index: 2!important;
	min-height: 80px;
}

.wrap_obt div[style*="none"] ~ .obt_chg{
	position: relative!important;
}


.content_obt{
	position: relative;
	width: 100%;
	background: #F4F4F4;
}
.content_obt:before,
.obt_loading:before{
	/* content: ''; */
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 8px;
	opacity: 0.4;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0));
}
.box_btn_time{
	width: 100%;
	height: 48px;
	padding: 4px 0;
	text-align: center;
}
.btn_game_time{
	display: inline-block;
	height: 100%;
	line-height: 40px;
	margin: 0 4px;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(0,0,0,0.56);
	transition: background 0.3s ease;
}
.btn_game_time.on{
	color: #000;
}
/*
.btn_game_time.off{
	pointer-events: none;
}
*/
.box_obt_odd{
	padding: 8px 16px;
}
.box_obt_bet{
	display: flex;
	width: 100%;
}
.box_obt_bet ~ .box_obt_bet{
	margin-top: 16px;
}
.btn_obt_odd{
	display: inline-flex;
	width: calc(50% - 8px);
	height: 48px;
	padding: 8px 4px;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 3px;
	border: solid 1px rgba(0, 0, 0, 0.24);
	background-color: #fff;
	overflow: hidden;
	transition: none!important;
	will-change: transform;
}
.btn_obt_odd ~ .btn_obt_odd{
	margin-left: 16px;
}

/* .content_obt .box_lebet_odd{
	width: calc((100% - 72px) / 8);
	flex: none;
} */

.content_obt.ft_obt_rnc,
.content_obt.ft_obt_rn{
	display: flex;
	width: 100%;
	height: 148px;
	min-height: auto;
	padding: 0;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.no_event i{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 8px auto;
	background: url('../images/img_nodata.svg') no-repeat;
	background-size: cover;
	background-position: center;
}
.no_event span{
	display: flex;
	width: 100%;
	height: 40px;
	line-height: normal;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(0,0,0,0.72);
}

.btn_title_fs{
	position: relative;
	display: grid;
	width: 100%;
	height: 48px;
	line-height: 16px;
	padding: 8px;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #a78025;
	gap: 8px;
	grid-template-columns: auto 1fr;
	grid-template-rows: 32px;
}
.btn_title_fs .icon_toparr{
	display: block;
	width: 8px;
	height: 100%;
	flex: none;
	transform: rotate(180deg);
}
.btn_title_fs .icon_toparr svg{
	fill: #a78025;
}
.btn_title_fs.on .icon_toparr{
	transform: rotate(0deg);
}
.btn_title_fs:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	/* margin: 4px 16px; */
	transition: background 0.3s ease;
}
.btn_title_fs span{
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}


/* 内层 */
.content{/* remove */
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.head_inngame{
	width: 100%;
	height: 48px;
	background-size: cover;
	background-position: bottom;
}

.ft.head_inngame{background-image: url('../images/bg_ft_league.jpg?v2024v1'); background-color: #08170D;}
.bk.head_inngame{background-image: url('../images/bg_bk_league.jpg?v2024v1'); background-color: #1A1011;}
.tn.head_inngame{background-image: url('../images/bg_tn_league.jpg?v2024v1'); background-color: #161E00;}
.vb.head_inngame{background-image: url('../images/bg_vb_league.jpg?v2024v1'); background-color: #201C00;}
.bm.head_inngame{background-image: url('../images/bg_bm_league.jpg?v2024v1'); background-color: #081113;}
.tt.head_inngame{background-image: url('../images/bg_tt_league.jpg?v2024v1'); background-color: #001830;}
.bs.head_inngame{background-image: url('../images/bg_bs_league.jpg?v2024v1'); background-color: #1E170E;}
.sk.head_inngame{background-image: url('../images/bg_sk_league.jpg?v2024v1'); background-color: #071C00;}
.op.head_inngame{background-image: url('../images/bg_op_league.jpg?v2024v1'); background-color: #0F0017;}

.title_inn{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;

	/* edit for win/loss */
	/* justify-content: space-between; */
	position: relative;
	justify-content: flex-end;
	padding: 8px;
}

.box_inn{
	width: 100%;
	flex: 1 1 auto;
}
.box_inn.fs_inn{
	padding-top: 0;
	padding-bottom: 16px;
}
.box_inn>label{
	display: block;
}
.box_innbet{
	display: flex;
	width: 100%;
	padding: 16px 16px 0 16px;
	align-items: flex-start;
	justify-content: space-between;
}
.box_innbet + .box_innbet{
	padding: 0 16px;
}
.box_innbet:empty + .box_innbet{
	padding: 16px 16px 0 16px;
}
.box_innbet:empty{
	display: none;
}

.box_innbet .btn_lebet_odd{
	margin-right: 16px;
	margin-bottom: 16px;
	flex: 1 1 auto;
	overflow: hidden;
}
.box_innbet .btn_lebet_odd:last-child{
	/* 	margin-right: 0; */
}



.sub_title{
	display: flex;
	width: 100%;
	height: 40px;
	line-height: 14px;
	margin-bottom: 4px;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	font-size: 12px;
	color: rgba(0,0,0,1);
}
.sub_title>tt{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: normal;
}
.box_innbet_s3gm3g .sub_title{
	max-height: 32px;
}
.box_innbet_s3gm3g .sub_title>tt{
	white-space: normal;
	text-align: center;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box_innbet.box_innbet_3 .sub_title div{
	width: calc((100% - 32px) / 3);
	text-align: center;
	word-wrap: break-word;
}
.innbet_s2gm2g .sub_title{
	display: block;
	line-height: 40px;
	flex: 0 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.btn_last{
	width: 100%!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
}
.btn_cross{
	width: 100%!important;
	margin-right: 0!important;
}
.innbet_submenu{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.btn_submenu{
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0,0,0,0.64);
}
.btn_submenu.on{
	color: #a78025;
}





.box_innbet_btn{
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin: 16px 0;
	text-align: center;
}
.box_fs .box_innbet_btn{
	height: auto;
	margin: 0;
	padding: 0;
}
.box_innbet_fs:last-child .box_innbet_btn{
	/* margin-bottom: -8px; */
}
.btn_innbet_more{
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.64);
	will-change: transform;
}

.box_fs .btn_innbet_more{
	width: calc(100% + 16px);
	margin-left: -8px;
	line-height: 48px;
	font-size: 13px;
	font-weight: normal;
	color: #0066CC;
}
.box_fs .btn_innbet_more:last-child{
	/* margin: 0 0 8px 0; */
}
.box_fs .btn_innbet_more .icon_toparr{
	display: none;
}
.btn_innbet_more .icon_toparr{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	vertical-align: sub;
	transform: rotate(180deg);
}
.btn_innbet_more:before{
	content: attr(data-more);
	display: inline;
}
.on .btn_innbet_more:before{
	content: attr(data-less);
}
.on .btn_innbet_more .icon_toparr{
	transform: rotate(0deg);
}
.icon_toparr svg{
	fill: rgba(0,0,0,0.64);
}
.game_title_inn tt i.text_gold{
	color: #a78025;
}

.btn_mt svg{
	fill: rgba(0,0,0,0.64);
}
.btn_mt.on svg{fill: #a78025;}

.btn_game_more .icon_tv,
.btn_game_more [class^="icon_match"]{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: auto 16px;
	background-position: center center;
	background-repeat: no-repeat;

	/* Edit for forecast */
	/*
	margin-right: 0;
	*/
	margin-left: -8px;
	order: 4;
}

/* in-play有对应 TV */
/* parlay滚球赛事有对应 TV */
.btn_game_more .icon_tv,
.box_lebet_btn .icon_tv{
	background-image: url('../images/icon_tv.svg');
	pointer-events: auto;
}
/* in-play/parlay TV播放中 */
.btn_game_more .icon_tv.now,
.box_lebet_btn .icon_tv.now{
	background-image: url('../images/icon_tv_go.svg');
}


.icon_match_FT{background-image: url('../images/icon_mt_FT.svg');}
.icon_match_IH{background-image: url('../images/icon_mt_IH.svg');}
.icon_match_BK{background-image: url('../images/icon_mt_BK.svg');}
.icon_match_AF{background-image: url('../images/icon_mt_AF.svg');}
.icon_match_TN{background-image: url('../images/icon_mt_TN.svg');}
.icon_match_RL{background-image: url('../images/icon_mt_RL.svg');}
.icon_match_VB{background-image: url('../images/icon_mt_VB.svg');}
.icon_match_BM{background-image: url('../images/icon_mt_BM.svg');}
.icon_match_TT{background-image: url('../images/icon_mt_TT.svg');}
.icon_match_DA{background-image: url('../images/icon_mt_DA.svg');}
.icon_match_VB{background-image: url('../images/icon_mt_VB.svg');}
.icon_match_BS{background-image: url('../images/icon_mt_BS.svg');}
.icon_match_SK{background-image: url('../images/icon_mt_SK.svg');}
.icon_match_RU{background-image: url('../images/icon_mt_RU.svg');}

.btn_game_more [class^="icon_match"]{
	background-position: calc(100% - 8px) center;
}
@media screen and (min-width: 1024px){
	.btn_game_more [class^="icon_match"]{
		background-position: calc(100% - 8px) center;
	}
}

/* parlay滚球赛事有对应 MT */
.box_parlay .live_lebet .btn_game_more [class^="icon_match"],
.box_mygame .live_lebet .btn_game_more [class^="icon_match"],
.box_mix .live_lebet .btn_game_more [class^="icon_match"],
.box_cup .live_lebet .btn_game_more [class^="icon_match"]{
	opacity: 1;
	pointer-events: auto;
}
/* in-play MT播放中 */
.btn_game_more .now[class^="icon_match"],
.box_parlay .btn_game_more .now[class^="icon_match"],
.box_mygame .btn_game_more .now[class^="icon_match"],
.box_mix .btn_game_more .now[class^="icon_match"],
.box_cup .btn_game_more .now[class^="icon_match"]{
	background-position: 0% center;
}

/* MT选单 */
.icon_mt_FT,.icon_match_FT,
.icon_mt_IH,.icon_match_IH,
.icon_mt_BK,.icon_match_BK,
.icon_mt_AF,.icon_match_AF,
.icon_mt_TN,.icon_match_TN,
.icon_mt_RL,.icon_match_RL,
.icon_mt_VB,.icon_match_VB,
.icon_mt_BM,.icon_match_BM,
.icon_mt_TT,.icon_match_TT,
.icon_mt_DA,.icon_match_DA,
.icon_mt_VB,.icon_match_VB,
.icon_mt_BS,.icon_match_BS,
.icon_mt_SK,.icon_match_SK,
.icon_mt_RU,.icon_match_RU{
	background-position: right center;
}

.btn_mt.on i[class^="icon_match"]{
	background-position: left center;
}

.bs .btn_game_more .icon_mt,
.vb .btn_game_more .icon_mt,
.tt .btn_game_more .icon_mt,
.sk .btn_game_more .icon_mt{
	display: none;
}


/* Odd box*/
/* height 64px btn_lebet_odd */
.box_hei_odd .btn_lebet_odd{
	height: 64px;
	padding: 8px 4px;
}
/* s1m1 */
.box_innbet_s1m1{
	width: 100%;
	flex-wrap: wrap;
}
.box_innbet_s1m1 .btn_lebet_odd{
	margin-right: 0;
}
/* s2m2 */
.box_innbet_s2m2 .btn_lebet_odd:nth-child(2n){
	margin-right: 0;
}
/* s3m3 */
.box_innbet_s3m3 .btn_lebet_odd:nth-child(3n){
	margin-right: 0;
}


/* -- GROUP --*/
/* s1gm1g */
.box_innbet_s1gm1g{
	padding: 0;
	flex-wrap: wrap;
}
.box_innbet_s1gm1g label{
	display: block;
	width: 100%;
	padding: 16px 16px 0 16px;
}

/* s2gm2g */
.box_innbet_s2gm2g{
	padding: 0;
	flex-wrap: wrap;
}
.box_innbet_s2gm2g label{
	display: flex;
	width: 100%;
	padding: 4px 16px 0 16px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 2px solid #e6e6e6;
}
.box_innbet_s2gm2g label:last-child{
	border-bottom: 0;
}
.box_innbet_s2gm2g .sub_title{
	width: calc(50% - 8px);
	margin-right: 16px;
}
.box_innbet_s2gm2g .btn_lebet_odd{
	width: calc(50% - 8px);
	flex: 0 0 auto;
}
.box_innbet_s2gm2g .sub_title:nth-child(2n),
.box_innbet_s2gm2g .btn_lebet_odd:nth-child(2n){
	margin-right: 0;
}
/* s3gm3g */
.box_innbet_s3gm3g{
	padding: 0;
	flex-wrap: wrap;
}
.box_innbet_s3gm3g label{
	display: flex;
	width: 100%;
	padding: 4px 16px 0 16px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 2px solid #e6e6e6;
}
.box_innbet_s3gm3g label:last-child{
	border-bottom: 0;
}
.box_innbet_s3gm3g .sub_title{
	width: calc((100% - 32px) / 3);
	margin-right: 16px;
}
.box_innbet_s3gm3g .btn_lebet_odd{
	width: calc((100% - 32px) / 3);
	flex: 0 0 auto;
}
.box_innbet_s3gm3g .sub_title:nth-child(3n),
.box_innbet_s3gm3g .btn_lebet_odd:nth-child(3n){
	margin-right: 0;
}


/* -- SPECIAL --*/
/* Line 2 */
.box_line2 .btn_lebet_odd span:first-of-type{
	max-height: 32px;
}
.box_line2 .btn_lebet_odd span:first-of-type>.text_ballou{
	white-space: normal;
	text-align: center;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* PG */
.box_innbet_pg{
	padding: 0 0 16px 0;
}
.innbet_pg_b{
	width: 100%;
	padding: 0 16px;
}
.innbet_pg_b .btn_lebet_odd{
	background-color: #faf9f5;
}
.box_innbet_pg .innbet_submenu{
	height: 64px;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
}

.btn_innbet_sub{
	display: inline-flex;
	width: 100%;
	height: 100%;
	line-height: 16px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 16px;
	color: rgba(0,0,0,0.64);
}

/* FS outright*/
.event_title_fs[style*="display:none;"] + .btn_title_fs{
	height: 49px;
	border-top: 1px solid #EAEAE6;
}
.btn_title_fs + .box_innbet_fs + .event_title_fs{
	margin-top: 8px;
}
.btn_title_fs.on + .box_innbet_fs + .event_title_fs{
	margin-top: 8px;
}

/* 波胆 计分板 */
.rpd_scoboard{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	background-color: rgba(237,237,237,0.32);
}
.rpd_scoboard:empty{
	display: none;
}
.rpd_scoboard .box_scostate{
	display: flex;
	width: 92px;
	height: 100%;
	padding: 8px 0;
	min-height: 80px;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.rpd_scoboard .text_time,
.rpd_scoboard .text_time_go{
	display: block;
	width: 100%;
	margin: 0;
}
.rpd_scoboard .text_time_go{
	color: #a78025;
}
.rpd_scoboard .icon_n{
	margin-top: 4px;
	margin-right: 0;
}

.rpd_scoboard .box_sco_l{
	width: calc(100% - 92px);
	padding: 8px 0;
	flex: 1 1 auto;
	flex-wrap: wrap;
	justify-content: flex-start;
	cursor: pointer;
}
.rpd_scoboard .box_scoteam{
	display: flex;
	height: 32px;
	align-items: center;
}
.rpd_scoboard .text_point{
	order: unset;
	color: #b86800;
}
.rpd_scoboard .text_team{
	line-height: 16px;
	color: #000;
}
.rpd_scoboard .text_time,
.rpd_scoboard .text_time_go{
	line-height: 16px;
	text-align: center;
	font-size: 12px;
}


.rpd_scoboard .box_sco_l{
	padding-left: 16px;
}
.box_live .rpd_scoboard .box_sco_l,
.live_lebet .rpd_scoboard .box_sco_l{
	padding-left: 0px;
}



/* filter page */
.box_filter{
	width: 100%;
	/* padding-top: 16px; */
	/* padding-bottom: 48px; */ /* footer remove */
}
.today_filter{
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	padding-bottom: 16px;
}

.box_scroll.date_scroll{
	height: 64px;
	flex: none;
}
.menu_date{
	width: 100%;
	height: 84px;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.btn_date{
	display: inline-flex;
	width: 56px;
	height: 64px;
	line-height: 16px;
	margin: 0 6px;
	padding: 6px 0;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.32);
}
.btn_date:first-child{
	margin-left: 16px;
}
.btn_date:last-child{
	margin-right: 16px;
}
.btn_date tt{
	display: block;
	width: 100%;
	text-align: center;
	color: rgba(0,0,0,0.64);
}
.text_date{
	font-size: 14px;
	font-weight: bold;
}
.btn_date.on{
	border: 1px solid transparent;
	background: #a78025;
}
.btn_date.on tt{
	color: #fff;
}



.btn_more_event{
	display: flex;
	width: calc(100% - 32px);
	height: 48px;
	line-height: 48px;
	margin: 0 16px 16px 16px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #7a7a7a;
	flex: none;
}
.btn_more_event .icon_arrow{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
}
.btn_more_event .icon_arrow svg{
	width: 4px;
	height: 8px;
	margin: 2px 4px;
	fill: rgba(255,255,255,0.56);
}
.box_filter.today_filter .btn_submit{
	height: 0;
	margin-top: 0;
}
.btn_lea_submit{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 55px;
	display: block;
	width: 100%;
	max-width: 640px;
	height: 48px;
	line-height: 48px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-bottom: calc(16px + constant(safe-area-inset-bottom));
	margin-bottom: calc(16px + env(safe-area-inset-bottom));
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #19805c;
	z-index: 2;
}

.title_filter{
	position: relative;
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin: 8px 0;
	text-align: center;
	z-index: 0;
}
@media screen and (max-width: 1023px){
	.title_filter{
		width: calc(100% - 16px);
		margin: 8px;
	}
}
.title_filter tt{
	display: inline-block;
	height: 100%;
	padding: 0 16px;
	font-size: 16px;
	font-weight: 600;
	color: #a78025;
	background: #FAFAF9;
}
.title_filter:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
	background: #d8d8d8;
	transform: translate3d(0, 0, 0);
}

.box_filter>div{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	flex: 1 1 auto;
}
.content_filter{
	display: flex;
	width: 100%;
	margin-top: 8px;
	padding: 0 8px;
	flex-wrap: wrap;
	align-content: flex-start;
	-webkit-transform: translate3d(0, 0, 0);
}
.other .content_filter,
.fs_league .content_filter:first-child,
.live_filter .content_filter:first-child{
	border-top: none;
}
.fs_league .content_filter:first-child,
.classic_league .content_filter:first-child{
	margin-top: 0;
}
@media screen and (min-width: 1024px){
	.content_filter{
		padding: 0;
	}
}

.classic_league,
.popular_league,
.fs_league{
	display: block;
	width: 100%;
}
.popular_league{
	-webkit-transform: translate3d(0, 0, 0);
}
.content_filter + .content_filter{
	margin-top: 8px;
}
.title_filter + .content_filter{
	margin-top: 8px;
}
.box_le_filter{
	display: grid;
	width: 100%;
	grid-auto-flow: 56px;
	grid-template-columns: 1fr;
	align-items: center;
	flex-wrap: wrap;
	gap: 1px;
	/* background: #FFF; */
}
@media screen and (min-width: 640px){
	.box_le_filter{
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
}

.btn_event{
	position: relative;
	display: flex;
	width: 100%;
	height: 56px;
	align-items: center;
	background: #FFF;
	cursor: pointer;
}
.btn_event:empty{
	display: none;
}
.fs_league .btn_event{
	padding: 0 16px;
}
.btn_event .bg_event{
	position: absolute;
	right: 8px;
	width: calc(100% - 52px);
	height: 48px;
	z-index: 0;
	transition: background 0.3s ease;
}
@media screen and (min-width: 640px){
	/* 单数个联盟时 自动补白 */
	.btn_event:nth-child(odd):last-child:after{
		content: '';
		position: absolute;
		right: calc(-100% - 1px);
		width: 100%;
		height: 100%;
		display: block;
		background:#FFF;
		pointer-events: none;
	}
}
.fs_league .bg_event,
.popular_league .bg_event{
	width: 100%;
}
.btn_event.on .bg_event{
	background: rgba(0,0,0,0.04);
}
.btn_event .title_event{
	display: inline-block;
	padding-right: 16px;
	flex: 1 1 100%;
	font-size: 14px;
	color: rgba(0,0,0,1);

	overflow : hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.btn_event .text_evnet_num{
	display: inline-block;
	width: 48px;
	height: 16px;
	line-height: 16px;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
	flex: none;
	border-left: 1px solid rgba(0,0,0,0.16);
	color: rgba(0,0,0,0.56);
}
.popular_league .btn_event{
	padding: 0 16px;
}
.popular_league .title_event{
	padding-right: 0;
	color: #a74e25;
}
.check_event{
	position: relative;
	display: flex;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 4px;
	align-items: center;
	justify-content: center;
	flex: none;
}
.check_event input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;

}
.checkmark{
	display: block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.64);
	overflow: hidden;
	background: url('../images/icon_check.svg') no-repeat;
	background-position: -24px;
	background-size: contain;
}
.check_event input:checked ~ .checkmark{
	border: none;
	background-position: center center;
}


/* list_tv */
.box_sched{
	width: 100%;
}


.content_sched{
	width: 100%;
	padding-bottom: 16px;
}
.date_title{
	display: flex;
	width: 100%;
	height: 24px;
	line-height: 16px;
	padding: 0 16px;
	align-items: center;
	font-size: 12px;
	color: rgba(0,0,0,0.56);
	background: #EBEBEB;
}
.date_title tt ~ tt{
	margin-left: 3px;
}
.box_le_sched{
	display: flex;
	flex-wrap: wrap;
}
.btn_sched{
	display: flex;
	width: 100%;
	height: 56px;
	padding: 4px 16px;
	align-items: center;
}
.btn_sched .text_time{
	display: flex;
	width: 32px;
	height: 32px;
	line-height: 13px;
	margin-right: 8px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: none;
	font-size: 12px;
	color: rgba(0,0,0,0.56);
}
.btn_sched .text_time p{
	white-space: nowrap;
}
.btn_sched .icon_tv,
.btn_sched .icon_ball{
	width: 32px;
	height: 32px;
	margin-right: 8px;
	padding: 8px;
	flex: none;
}
.btn_sched .icon_tv{
	display: none;
}
.btn_sched .title_event{
	display: inline-block;
	max-height: 32px;
	line-height: 16px;
	flex: 1 1 auto;
	font-size: 14px;
	color: rgba(0,0,0,1);
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.icon_ball svg{
	fill: rgba(0,0,0,0.56);
}
.btn_sched.on .text_time{
	display: none;
}
.btn_sched.on .icon_tv{
	display: block;
}
.btn_sched.on svg{
	fill: #a78025;
}

/* -- SPECIAL --*/
/* SFS */
.box_innbet_sfs{
	padding: 0;
	flex-wrap: wrap;
}
.innbet_submenu{
	width: 100%;
	height: 64px;
	padding: 0 16px;
	border-bottom: #e6e6e6 solid 1px;
}

.box_innbet_sfs .innbet_submenu:before{
	content: '';
	display: inline-block;
	width: 2px;
	height: 100%;
	margin-left: 2px;
	flex: none;
	order: 2;
	background: #e6e6e6;
}

.box_innbet_sfs .btn_submenu{
	display: inline-flex;
	height: 48px;
	line-height: 16px;
	margin-right: 8px;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	order: 1;
	font-size: 12px;
	font-weight: 700;
	color: rgba(0,0,0,0.72);
}
.box_innbet_sfs .btn_submenu.on{
	color: #000;
}
.box_innbet_sfs .btn_submenu ~ .btn_submenu{
	margin-right: 0px;
	margin-left: 8px;
	order: 3;
}
.box_innbet_sfs .btn_submenu ~ .btn_submenu:before{

}
.btn_submenu span{
	display: block;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.innbet_sfs{
	display: flex;
	width: 100%;
	max-height: 320px;
	flex-wrap: wrap;
	overflow-y: hidden;
}
.box_innbet_sfs.on .innbet_sfs{
	max-height: unset;
}
.innbet_sfs>div{
	display: flex;
}
.innbet_sfs .team_sfs,
.innbet_sfs .btn_sfs_odd{
	height: 64px;
	border-bottom: #e6e6e6 solid 1px;
}
.team_sfs:empty,
.team_sfs:empty ~ .btn_sfs_odd{
	display: none!important;
}
.innbet_sfs .team_sfs{
	position: relative;
	display: flex;
	width: 40%;
	padding: 0 8px 0 16px;
	flex: 0 0 40%;
	align-items: center;
	font-size: 0;
	line-height: 0;
}
.innbet_sfs .team_sfs:before{
	content: attr(data-sfs);
	display: block;
	width: 100%;
	line-height: normal;
	font-size: 13px;
	color: #000;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.innbet_sfs .btn_sfs_odd{
	width: 20%;
	flex: 1 0 20%;
	border-left: #e6e6e6 solid 1px;
}
.box_innbet_sfs .box_innbet_btn{
	display: flex!important;
	height: auto;
	max-height: 64px;
	margin: 0;
	/* border-top: 1px solid #e6e6e6; */
}
.box_innbet_sfs .btn_innbet_more{
	position: relative;
	height: 100%;
	line-height: 56px;
	margin: 4px 16px;
}
/*
.box_innbet_sfs .btn_innbet_more:after{
	content: '';
	position: absolute;
	top: -4px;
	left: -16px;
	display: block;
	width: calc(100% + 32px);
	height: 1px;
	background: #e6e6e6;
}
*/
.box_innbet_sfs .sfs_nogoal,
.box_innbet_sfs .sfs_other{
	background: #faf9f5;

	/* SFS no_goal/other 排序在最底 */
	/* order: 1; */
}
.box_innbet_sfs .sfs_nogoal .btn_sfs_odd:nth-last-of-type(2),
.box_innbet_sfs .sfs_nogoal .btn_sfs_odd:nth-last-of-type(3),
.box_innbet_sfs .sfs_nogoal .text_ballou{
	display: none!important;
}
.sfs_none{
	display: none!important;
}










/* 11/07 test in bk today more */
.btn_lebet_odd span:first-of-type{
	display: flex;
	width: 100%;
	max-height: 16px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.btn_lebet_odd.ballou_break tt{
	height: 15px;
	line-height: 15px;
}
.btn_lebet_odd.ballou_break span:first-of-type{
	max-height: 15px;
}

/* out bet pages */
.box_league .btn_lebet_odd span>.text_ballou,
.wrap_feature .btn_lebet_odd span>.text_ballou{
	flex: none;
}
.box_league .btn_lebet_odd span>.text_ballhead,
.wrap_feature .btn_lebet_odd span>.text_ballhead{
	flex: 0 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* inner bet pages */
.box_inn .btn_lebet_odd span>.text_ballou{
	flex: 0 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box_inn .btn_lebet_odd span>.text_ballhead{
	flex: none;
}

/* OBT */
.btn_obt_odd span:first-child{
	display: flex;
	width: 100%;
	max-height: 16px;
	align-items: center;
	justify-content: center;
}
.btn_obt_odd span>.text_ballhead{
	flex: none;
}
.text_bettype + .text_ballhead{
	margin-left: 4px;
}

/* outrught FS*/
.fs_btn_box .btn_lebet_odd span:first-of-type{
	max-height: unset;
}
.fs_btn_box .btn_lebet_odd span> .text_ballou{
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	flex: 1 1 auto;
	color: #000;
	/* text-align: center; */
}


.fs_league .check_event{
	display: none;
}
.ft .fs_league .btn_event{
	padding: 0 8px;
}


.box_innbet_s3m3.bs_m .btn_lebet_odd:last-child{
	margin-right: 0;
}


.box_tvlist{
	position: relative;
	display: flex;
	width: 100%;
	/* min-height: 100%; *//* footer remove */
	flex-direction: column;
	justify-content: flex-start;
}
.box_tvlist .head_league{
	flex: none;
	margin-bottom: 16px;
}
.box_tvlist .date_scroll{
	flex: none;
}
.box_sched{
	position: relative;
	flex: 1 1 100%;
}
.box_tvlist .loading{
	position: absolute;
	top: 0;
}

.lazy_loading{
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	padding: 16px 0;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.lazy_top{order: -10;}
.lazy_down{order: 10;}



.box_lebet_lock{
	overflow-x: hidden!important;
}



/* pagination */
.box_page{
	display: flex;
	width: 100%;
	height: 56px;
	padding: 8px 4px;
	align-items: center;
	justify-content: center;
}
.btn_page{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 32px;
	margin: 0 4px;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	color: rgba(0,0,0,0.64);
	border: 1px solid rgba(0,0,0,0.24);
	background: #fff;
	flex: none;
	transition: none!important;
}
.btn_page:empty{
	display: none;
}

.btn_page_arr{
	display: flex;
	width: 32px;
	height: 40px;
	margin: 0 4px;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: none!important;
}
.btn_page_arr:nth-child(2){
	transform: rotate(180deg);
}
.btn_page_arr svg{
	display: block;
	width: 20px;
	height: 100%;
	fill: rgba(0,0,0,0.56);
}

.btn_page.on{
	color: #fff;
	border: 1px solid #3d3d3d;
	background: #3d3d3d;
}
.btn_page_arr.off{
	pointer-events: none;
}
.btn_page_arr.off svg{
	fill: rgba(0,0,0,0.24);
}
.no_show{
	display: none;
}




/* move loading */
.loading.loading_on{
	position: unset!important;
	display: flex!important;
	width: 100%;
	flex: 1 1 100%;
	background: #FAFAF9;
}
.sport_content{
	flex: none;
}
.loading_on +.content_sport{
	position: absolute;
	z-index: -1;
	visibility: collapse;
	opacity: 0;
	will-change: scroll-positionl;
}

/* .content_sport.wrap_cupshow{
	transition: height 0.1s ease;
}

.loading_on +.content_sport.wrap_cupshow{
	position: unset!important;
	z-index: unset!important;
	height: 0;
	margin: 0;
	flex: none;
	will-change: height;
} */
.loading_on +.box_filter{
	display: none;
}





.content_sport{
	margin-top: 16px;
}
.box_inn{
	margin-top: 16px;
}
.box_scroll.date_scroll{
	margin-bottom: 16px;
}

/* 无赛事 */
.no_event{
	display: flex;
	width: 100%;
	/* height: 100%; */
	min-height: 200px;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	transform: translate3d(0, 0, 0);
	flex: 1 1 auto;
}
.content_sport>div>.no_event{
	margin-top: 8px;
}
/* 内层-无赛事 */
.box_tvmt ~ .no_event{
	margin-top: 16px;
	padding: 0 16px;
}

.box_sched,
.box_filter{
	display: flex;
	width: 100%;
	flex-direction: column;
	flex: 1 1 100%;
}
.live_filter{
	flex: none;
}

.home_page.no_event{
	height: 200px;
}

/* 内层 - FS */
.box_innbet_fs{
	background: #FFF;
}



/* 360 setting*/
@media screen and (min-width: 1px) and (max-width: 639px){
	/* 联盟页 */
	.btn_event{
		/* width: 100%; */
	}

	/* 外层盘面 */
	.bet_type_2 .box_lebet_l{
		width: 50%;
		min-width: unset;
	}
	.bet_type_2 .box_lebet_r{
		width: calc(50% - 8px);
	}

	/* 内层 - s1m2 */
	.box_innbet_s1m2{
		flex-wrap: wrap;
	}
	.box_innbet_s1m2{
		width: 100%;
	}
	.box_innbet_s1m2 .btn_lebet_odd{
		margin-right: 0;
	}
	/* 内层 - s1m3 */
	.box_innbet_s1m3{
		flex-wrap: wrap;
	}
	.box_innbet_s1m3 .btn_lebet_odd{
		margin-right: 0;
		margin-bottom: 16px;
	}
	/* 内层 - s2m4 */
	.box_innbet_s2m4{
		flex-wrap: wrap;
	}
	.box_innbet_s2m4 .btn_lebet_odd{
		width: calc(50% - 8px);
		margin-right: 0;
		margin-bottom: 16px;
		flex: 0 0 auto;
	}

	/* -- 内层 - SPECIAL --*/
	/* 内层 - RWM */
	.box_innbet_rwm{
		flex-wrap: wrap;
	}
	.innbet_rwm{
		width: 100%;
	}
	.box_innbet_rwm .btn_lebet_odd{
		margin-right: 0;
	}

	/* 内层 - SFS */
	.innbet_sfs>div{
		width: 100%;
		flex: 1 1 100%;
	}
	.innbet_sfs .team_sfs,
	.innbet_sfs .btn_sfs_odd{
		border-bottom: #e6e6e6 solid 1px;
	}
	.team_h .innbet_sfs>div:nth-child(even),
	.team_c .innbet_sfs>div:nth-child(odd){
		display: none;
	}
	.box_innbet_sfs .innbet_submenu:before{
		display: none;
	}
	/* 内层 - FS */
	.box_league.box_fs{
		padding: 0 8px;
	}
	.box_innbet_fs{
		width: 100%;
		padding: 8px 8px 0 8px;
		flex-wrap: wrap;
	}
	.fs_btn_box{
		display: grid;
		width: 100%;
		max-height: 672px;
		padding-bottom: 8px;
		/* padding-bottom: 16px; */
		flex-wrap: wrap;
		overflow-y: hidden;
		gap: 8px;
		grid-auto-rows: 48px;
	}
	.box_innbet_fs.on .fs_btn_box{
		max-height: unset;
	}
	.box_innbet_fs .btn_lebet_odd{
		margin: 0;
		transform: translate3d(0, 0, 0);
	}
	/* 内层 - PG */
	.box_innbet_pg{
		padding: 0 0 16px 0;
		flex-wrap: wrap;
	}
	.innbet_pg_t{
		width: 100%;
		margin-top: 16px;
		padding: 0 16px;
	}
}

/* 640 setting*/
@media screen and (min-width: 640px)/*  and (max-width: 1023px) */{
	/* 联盟页 */
	.btn_event{
		/* width: 50%; */
	}

	/* 外内层共用 */
	.box_innbet_btn{
		display: none;
	}
	.fs_inn .box_innbet_btn{
		display: block;
	}
	.box_fs.box_cup .box_innbet_btn{
		display: block;
	}

	/* 外层盘面 */
	.bet_type_2 .box_lebet_l{width: 55%; min-width: unset;}
	.bet_type_2 .box_lebet_r{width: calc(45% - 8px);}

	/* 外层盘面 - RPD */


	/* 内层 */
	.btn_submenu{
		pointer-events: none;
	}
	/* 内层 - s1m2 */
	.box_innbet_s1m2{
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.box_innbet_s1m2 .btn_lebet_odd{
		width: calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 16px;
		flex: 0 0 auto;
	}
	.box_innbet_s1m2 .btn_lebet_odd:nth-child(2n){
		margin-right: 0;
	}
	/* 内层 - s1m3 */
	.box_innbet_s1m3{
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.box_innbet_s1m3 .btn_lebet_odd{
		width: calc((100% - 32px) / 3);
		margin-right: 16px;
		margin-bottom: 16px;
		flex: 0 0 auto;
	}
	.box_innbet_s1m3 .btn_lebet_odd:nth-child(3n){
		margin-right: 0;
	}
	/* 内层 - s2m4 */
	.box_innbet_s2m4 .btn_lebet_odd:nth-child(4n){
		margin-right: 0;
	}

	/* -- 内层 - SPECIAL --*/
	/* 内层 - RWM */
	.box_innbet_rwm{
		flex-wrap: nowrap;
	}
	.innbet_rwm{
		width: calc((100% - 32px) / 3);
		margin-right: 16px;
	}
	.innbet_rwm:last-child{
		margin-right: 0;
	}
	.box_innbet_rwm .btn_lebet_odd{
		margin-right: 0;
	}
	.box_innbet_rwm .btn_lebet_odd ~ .btn_lebet_odd{
		margin-top: 16px;
	}
	/* 内层 - SFS */
	.innbet_sfs{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.innbet_submenu .btn_submenu.on{
		color: #000;
	}
	.innbet_sfs>div{
		width: 50%;
		height: 64px;
		flex: 0 0 50%;
		border-bottom: #e6e6e6 solid 1px;
	}
	.innbet_sfs>div:nth-child(even){
		border-left: #e6e6e6 solid 2px;
	}
	.box_innbet_sfs .btn_submenu{
		pointer-events: none;
	}
	.box_innbet_sfs .btn_submenu{
		color: #000;
	}
	/* SFS no_goal/other 排序在最底 */
	/*
	.box_innbet_sfs .sfs_nogoal{
		border-left: #e6e6e6 solid 2px;
	}
	.box_innbet_sfs .sfs_other{
		border-left: none!important;
	}
	*/
	/* 内层 - FS */
	.box_league.box_fs{
		padding: 0 8px;
	}
	.box_innbet_fs{
		flex-wrap: wrap;
		padding: 8px 8px 0 8px;
	}
	.fs_btn_box{
		display: grid;
		width: 100%;
		max-height: 672px;
		padding-bottom: 8px;
		justify-content: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		overflow-y: hidden;
		gap: 8px;
		/* padding-bottom: 16px; */
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 48px;
	}
	.box_innbet_fs.on .fs_btn_box{
		max-height: unset;
	}
	.box_innbet_fs .btn_lebet_odd{
		width: 100%;
		flex: 0 0 auto;
		margin: 0;
		margin-right: 0;
	}
	/* 内层 - PG */
	.box_innbet_pg{
		padding: 0 0 16px 0;
		flex-wrap: wrap;
	}
	.innbet_pg_t{
		display: inline-block!important;
		width: 50%;
		margin-top: 16px;
	}
	.innbet_pg_t{
		padding: 0 8px 0 16px;

	}
	.innbet_pg_t ~ .innbet_pg_t{
		padding: 0 16px 0 8px;
	}

}
/* 640 setting*/
@media screen and (min-width: 1024px){
	/* 内层 - FS */
	.box_league.box_fs{
		padding: 0;
	}
}

/* 修正 safari对于宽度较为敏锐而多产生的卷轴 */
/* bet_type_8 */
@media screen and (min-width: 1px) and (max-width: 765px){
	/* 外层盘面 */
	.box_outer:not(.ft_outer) .bet_type_8 .box_lebet_r{
		overflow-x: scroll;
	}
}
@media screen and (min-width: 766px){
	/* 外层盘面 */
	.box_outer:not(.ft_outer) .bet_type_8 .box_lebet_r{
		overflow-x: hidden;
	}
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
	@media screen and (min-width: 766px) and (max-width: 812px){
		/* 外层盘面 */
		.bet_type_8 .box_lebet_r{
			overflow-x: auto!important;
		}
	}
}
@media screen and (min-width: 1px) and (max-width: 775px) and (pointer: coarse),
screen and (pointer: fine) and (min-resolution: 2dppx) and (max-width: 775px){
	/* 外层盘面 */
	.box_outer:not(.ft_outer) .bet_type_8 .box_lebet_r{
		overflow-x: scroll; /* safari PC updating make scrollbar height wrong */
	}
}


/* bet_type_6 */
@media screen and (min-width: 1px) and (max-width: 631px){
	/* 外层盘面 */
	.bet_type_6 .box_lebet_r{
		overflow-x: scroll;
	}
}
@media screen and (min-width: 632px){
	/* 外层盘面 */
	.bet_type_6 .box_lebet_r{
		overflow-x: hidden;
	}
}

/* bet_type_4 */
@media screen and (min-width: 1px) and (max-width: 487px){
	/* 外层盘面 */
	.bet_type_4 .box_lebet_r{
		overflow-x: scroll;
	}
}
@media screen and (min-width: 488px){
	/* 外层盘面 */
	.bet_type_4 .box_lebet_r{
		overflow-x: hidden;
	}
}


/* 1024画面以上 content_l 640px-775px 显示６个玩法 */
@media screen and (min-width: 1024px) and (max-width: 1211px) {
	/* 外层盘面 */
	.bet_type_8 .box_lebet_l {
		width: 30%;
	}
	.bet_type_8 .box_lebet_r {
		width: 70%;
	}
	.bet_type_8 .box_lebet_r .box_lebet_odd {
		width: calc((100% - 56px) / 6);
		max-width: unset;
	}
	.bet_type_8 .box_lebet_r .box_lebet_odd:nth-child(6) {
		margin-right: 0 !important;
	}
	.box_outer:not(.ft_outer) .bet_type_8 .box_lebet_r .box_lebet_odd:nth-child(7),
	.box_outer:not(.ft_outer) .bet_type_8 .box_lebet_r .box_lebet_odd:nth-child(8) {
		display: none;
	}
}

/* 1024 setting */
@media screen and (min-width: 1024px){
	/* 日期选项 */
	.box_scroll.date_scroll{
		/* margin-top: -16px; */
	}
	.box_tvlist .box_scroll.date_scroll{
		margin-top: 0px;
	}
	/* 赛程 */
	.box_sched{
		padding: 0 16px;
	}
	.box_tvlist .head_league{
		margin-bottom: 16px;
	}
	.content_sched{
		padding-bottom: 32px;
	}

	/* 盘面 & 联盟框架 */
	.content_sport{
		padding: 0 16px;
	}
	.head_league{
		/* margin-bottom: 16px; */
	}

	/* 外层盘面 */
	.box_lebet_r {
		overflow-x: hidden !important;
	}
	.btn_game_more .icon_star{
		margin-left: 16px;
		cursor: default;
	}
	.btn_game_more .icon_tv,
	.btn_game_more [class^="icon_match"]{
		position: relative;
		min-height: 32px;
		padding: 8px;
		background-size: auto 16px;
		cursor: default;

		/* Edit for forecast */
		/*
		order: 1;
		margin-left: auto !important;
		margin-right: 0 !important;
		*/
		margin-left: 16px;
		order: -1;
	}
	.btn_game_more .icon_tv:after,
	.btn_game_more [class^="icon_match"]:after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
		width: 32px;
		height: 32px;
		margin: auto;
		background: #ebebeb;
		z-index: -1;
	}
	.btn_game_more .icon_tv,
	.btn_game_more [class^="icon_match"]{
		cursor: pointer;
	}


	/* in-play MT播放中 */
	.btn_game_more .now[class^="icon_match"],
	.box_parlay .btn_game_more .now[class^="icon_match"],
	.box_mygame .btn_game_more .now[class^="icon_match"],
	.box_mix .btn_game_more .now[class^="icon_match"],
	.box_cup .btn_game_more .now[class^="icon_match"]{
		background-position: calc(0% + 8px) center;
	}

	/* 内层盘面 */
	.box_inn{
		padding: 0 16px;
	}
	.box_tvmt ~ .no_event{
		margin: 32px 16px 0 16px;
		width: calc(100% - 32px);
	}

	/* 联盟页 */
	.today_filter{
		padding-bottom: 64px;
	}
	.btn_more_event{
		width: 100%;
		margin: 0 0 16px 0;
	}

	/* 联盟提交钮 */
	.btn_lea_submit {
		width: 66.6%;
		max-width: 640px;
		bottom: 0 !important;
		margin-left: calc((66.6% - 640px) / 2) !important;
	}

}

/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	/* 球类横条选单 */
	.btn_le_sport:hover{
		color: #DEBB69;
		fill: #DEBB69;
	}
	.btn_betmain:hover:not(.on),
	.btn_betcorr:hover{
		color: #a78025;
	}
	.txt_sport_on:hover{
		color: #DEBB69;
		fill: #DEBB69;
	}
	.btn_le_sort:hover{
		fill: #DEBB69;
	}
	.btn_title_le:hover,
	.game_title_inn:hover{
		background: rgba(0,0,0,0.04);
	}
	.btn_market:hover{
		color: #DEBB69;
	}

	/* 外内盘面共用 */
	.btn_lebet_odd:hover,
	.btn_obt_odd:hover{
		border: 1px solid #a78025;
		background-color: #f9eccf;
	}
	.btn_innbet_more:hover{
		background: rgba(0,0,0,0.04);
	}
	.box_innbet_btn:hover .btn_innbet_more{
		background: rgba(0,0,0,0.04);
	}
	.btn_title_fs:hover:before{
		background: rgba(0,0,0,0.04);
	}

	/* 外层盘面 */
	.btn_game_time:hover{
		color: #000;
	}
	.btn_inn_team:hover .text_team{
		color: #a78025;
	}
	.box_state:hover .icon_information svg,
	.icon_information:hover svg,
	.btn_info:hover .icon_information svg{
		fill: #05bdff;
	}
	.box_outer:not(.ft_outer) .btn_game_more:hover .game_total{
		color: #000;
	}

	/* 外层盘面 - OBT */
	.btn_menu_obt:hover{
		color: #fff;
		background: #a78025;
	}
	.btn_menu_obt:hover::after{
		opacity: 1;
		filter: invert(100%);
	}
	.menu_obt .btn_close:hover .icon_close svg{
		fill: #000;
	}

	.box_star .icon_star:hover svg{
		width: 20px;
		height: 20px;
		fill: rgba(246, 236, 213, 1);
		stroke: rgba(167,128,37,1);
	}
	.box_star .icon_star.on:hover svg{
		width: 20px;
		height: 20px;
	}

	/* 内层盘面 */
	.title_popup .btn_close:hover .icon_close svg{
		fill: rgba(255,255,255,0.56);
	}
	.btn_submenu:hover{
		color: #a78025;
	}

	/* 内层盘面 - SFS */
	.btn_sfs_odd:hover{
		background-color: #f9eccf;
		box-shadow: inset 0 0 0 2px #fff;
	}

	/* 联盟页 */
	.btn_more_event:hover{
		background: #8f8f8f;
	}
	.popular_league .bg_event:hover{
		background: rgba(0,0,0,0.04);
	}
	.popular_league .bg_event:hover ~ .title_event{
		color: #a74e25;
	}
	.bg_event:hover ~ .title_event{
		color: #A78025
	}
	.check_event:hover .checkmark{
		border: 1px solid #000;
	}
	.btn_submit:before:hover{
		background: #379e7a;
	}
	.box_filter .btn_submit:hover:before{
		background: #38a886;
	}

	/* 赛程 */
	.btn_sched:hover{
		background: rgba(0,0,0,0.04);
	}

	/* 日期选项 */
	.btn_date:hover{
		background: #fff;
		border: 1px solid #a78025;
	}
	.btn_date:hover tt{
		color: #a78025;
	}
	.btn_date.on:hover{
		border: 1px solid transparent;
		background: #a78025;
	}
	.btn_date.on:hover tt{
		color: #fff;
	}

}

/* btn_game_more hover 1024 up*/
@media (pointer: fine) and (min-width: 1024px),
(-moz-touch-enabled: 0) and (min-width: 1024px),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px){
	.btn_game_more [class^="icon_tv"]:hover ~ .game_total,
	.btn_game_more [class^="icon_match"]:hover ~ .game_total{
		color: rgba(0,0,0,0.64);
	}

	.btn_game_more [class^="icon_tv"]:hover{background-image: url("../images/icon_tv_go.svg");}

	.btn_game_more i[class^="icon_match"]:hover{
		background-position: 8px center;
	}
	.btn_mt:hover i[class^="icon_match"]{
		background-position: center left;
	}
}

/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.btn_game_more .icon_forecast:hover ~ .game_total{
		color: rgba(0,0,0,0.64);
	}
}

/* All active effect */
.ft_outer .btn_inn_team:active .text_team{
	color: #86661E;
}
@media screen and (min-width: 1024px){
	.btn_game_more [class^="icon_tv"]:active ~ .game_total,
	.btn_game_more [class^="icon_match"]:active ~ .game_total,
	.btn_game_more [class^="icon_tv"]:active ~ .icon_arrow,
	.btn_game_more [class^="icon_match"]:active ~ .icon_arrow{
		color: rgba(0,0,0,0.64);
		background: none;
	}
	.btn_game_more [class^="icon_tv"]:active ~ .icon_arrow svg,
	.btn_game_more [class^="icon_match"]:active ~ .icon_arrow svg{
		fill: rgba(0,0,0,0.24);
	}
}
@media screen and (max-width: 1023px){
	div:not(.ft_outer) .btn_game_more:active .icon_tv,
	div:not(.ft_outer) .btn_game_more:active [class^="icon_match"]{
		background-color: #ebebeb;
	}
}
.btn_game_more .icon_forecast:active ~ .icon_tv,
.btn_game_more .icon_forecast:active ~ [class^="icon_match"]{
	background-color: transparent;
}
.btn_game_more .icon_forecast:active ~ .game_total,
.btn_game_more .icon_forecast:active ~ .icon_arrow{
	color: rgba(0,0,0,0.64);
	background: none;
}
.btn_game_more .icon_forecast:active ~ .icon_arrow svg{
	fill: rgba(0,0,0,0.24);
}



/* 球类横条选单 */
.btn_le_sport:active{
	color: #DEBB69;
	fill: #DEBB69;
}
.btn_back:active,
.btn_le_cla:active,
.btn_info:active{
	background: rgba(0,0,0,0.08);
}
.btn_betmain:active,
.btn_betcorr:active{
	color: #a78025;
	background: rgba(0,0,0,0.08);
}
.txt_sport_on:active{
	color: #DEBB69;
	fill: #DEBB69;
	background: rgba(255,255,255,.16);
}
.btn_le_sort:active{
	fill: #DEBB69;
}
.btn_le_cla:active .icon_calendar{
	background-image: url('../images/icon_calendar_go.svg');
}
.btn_market:active{
	color: #DEBB69;
	background: rgba(255,255,255,.16);
}
.game_title_inn:active{
	background: rgba(0,0,0,0.08);
}
.ft_outer .btn_title_le:active,
.box_filter .btn_title_le:active{
	background: #EBEBEB;
}

/* 外内盘面共用 */
.btn_innbet_more:active{
	background: rgba(0,0,0,0.08);
}
.box_innbet_btn:active .btn_innbet_more{
	background: rgba(0,0,0,0.08);
}
.btn_title_fs:active:before{
	background: rgba(0,0,0,0.08);
}

/* 外层盘面 */
.btn_game_time:active{
	color: #000;
	background: rgba(0,0,0,0.08);
}
.box_state .icon_information:active svg,
.icon_information:active svg,
.btn_info:active .icon_information svg{
	fill: #0083b3;
}
.ft_outer:not(.ft_outer) .btn_game_more:active .game_total{
	color: #000;
	background: #ebebeb;
}
.ft_outer:not(.ft_outer) .btn_game_more:active .icon_arrow{
	background: #ebebeb;
}
.ft_outer:not(.ft_outer) .btn_game_more:active .icon_arrow svg{
	fill: rgba(0,0,0,0.32);
}

.btn_game_more [class^="icon_tv"]:active:after{
	display: block;
}
.btn_inn_team:active .text_team{
	color: #a78025;
}
.btn_page:active,
.btn_page_arr:active{
	background: rgba(0, 0, 0, 0.08);
}

/* 外层盘面 - OBT */
.btn_menu_obt:active{
	color: #fff;
	background: #86661E;
}
.btn_menu_obt:active::after{
	opacity: 1;
	filter: invert(100%);
}
.menu_obt .btn_close:active .icon_close{
	background: rgba(0,0,0,0.08);
}
.menu_obt .btn_close:active .icon_close svg{
	fill: #000;
}

/* 内层盘面 */
.title_popup .btn_close:active .icon_close svg{
	fill: rgba(255,255,255,0.56);
}
.btn_submenu:active{
	color: #a78025;
	background: rgba(0,0,0,0.08);
}


/* 内层盘面 - SFS */


/* 内层盘面 - TV/MT */
.btn_switch:active i{background-color: #ebebeb;}
.btn_switch:active svg{fill: #a78025;}
.btn_mt:not(.on):active{background-color: #ebebeb;}
.btn_mt:active svg{fill: #a78025;}

.btn_mt:active i[class^="icon_match"]{
	background-position: center left;
}


/* 联盟页 */
.btn_more_event:active{
	background: #666;
}
.popular_league .bg_event:active{
	background: rgba(0,0,0,0.08);
}
.popular_league .bg_event:active ~ .title_event{
	color: #a74e25;
}
.bg_event:active ~ .title_event{
	color: #86661E;
}
.check_event:active .checkmark{
	border: 1px solid #33997a;
}
.btn_submit:before:active{
	background: #056b48;
}
.box_filter .btn_submit:active:before{
	background: #297a62;
}

/* 赛程 */
.btn_sched:active{
	background: rgba(0,0,0,0.08);
}

/* 日期选项 */
.btn_date:active{
	border: 1px solid #a78025;
	background: #ebebeb;
}
.btn_date:active tt{
	color: #a78025;
}

@media screen and (min-width: 1024px) {
	.btn_game_more [class^="icon_tv"]:active{background: url("../images/icon_tv_go.svg") no-repeat center center;}
	.btn_game_more i[class^="icon_match"]:active{
		background-position: 8px center;
		background-color: #ebebeb;
	}
}

.tag_sort + hr{
	display: none;
}

/* Other Setting */
/* android 更新时隐藏卷轴 only setting in chrome */
@media all and (pointer: coarse){
	.box_lebet,
	.box_obt_lebet{
		position: relative;
		overflow: hidden;
	}
	.box_lebet.update:after{
		position: absolute;
		right: 0;
		display: block;
		width: 100%;
		height: 8px;
		background: #fff;
	}
	.box_outer:not(.ft_outer) .box_lebet.update:after{
		/* content: ''; */
		top: 186px;
	}
	.ft_outer .bet_type_8.box_lebet.update:after,
	.ft_outer .bet_type_cn.box_lebet.update:after,
	.ft_outer .bet_type_rn.box_lebet.update:after{
		/* content: ''; */
		top: 140px;
	}

	/* 外层 - 独赢大小 */
	.ft_outer .bet_type_moua.box_lebet.update:after{
		/* content: ''; */
		top: 224px;
	}

	/* 特殊赛事(梦幻赛共用today档案) 不用after遮盖滚轴，改直接隐藏滚轴 */
	.ft_outer.cup_outer .bet_type_8.box_lebet.update:after,
	.ft_outer.cup_outer .bet_type_cn.box_lebet.update:after,
	.ft_outer.cup_outer .bet_type_rn.box_lebet.update:after,
	.ft_outer.cup_outer .bet_type_moua.update:after,
	.box_mygame .ft_outer .box_lebet.update:after,
	.box_mix .ft_outer .box_lebet.update:after,
	.box_today .ft_outer .box_lebet.update:after{
		display: none;
	}
	.box_lebet_r::-webkit-scrollbar,
	.ft_outer .box_lebet_r::-webkit-scrollbar,
	.ft_outer.cup_outer .update .box_lebet_r::-webkit-scrollbar,
	.box_mygame .ft_outer .update .box_lebet_r::-webkit-scrollbar,
	.box_mix .ft_outer .update .box_lebet_r::-webkit-scrollbar,
	.box_today .ft_outer .update .box_lebet_r::-webkit-scrollbar{
		display: none;
	}
	.update .box_lebet_r,
	.ft_outer.cup_outer .update .box_lebet_r,
	.box_mygame .ft_outer .update .box_lebet_r,
	.box_mix .ft_outer .update .box_lebet_r{
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	/* OBT 让球大小 */
	.table_obt_re .table_obt_bet,
	.table_obt_rou .table_obt_bet{
		height: calc(100% + 15px)!important;
	}

	/* OBT 罚牌 角球 */
	.box_obt_lebet.update .ft_obt_rn:after,
	.box_obt_lebet.update .ft_obt_rnc:after{
		/* content: ''; */
		position: absolute;
		top: 140px;
		bottom: 0px;
		right: 0;
		width: 100%;
		height: 8px;
		background: #F4F4F4;
	}
}



/*remove for footer*/
/*
.box_empty{
	display: block;
	width: 100%;
	height: 16px;
	flex: none;
}
.box_relating[style="display: none;"] ~ .box_empty,
.box_relating[style="display:none;"] ~ .box_empty{
	display: none;
}

.box_relating{
	width: calc(100% - 32px);
	height: 24px;
	line-height: 24px;
	padding: 0 16px;
	margin: 16px 16px 0 16px;
	flex: none;
	cursor: pointer;
}

.content_r .box_relating{
	width: 100%;
	margin: 16px 0;
}
*/
@media screen and (min-width: 1024px){
	/*
	.box_empty{
		height: 32px;
	}
	.box_relating{
		margin: 32px 16px 0 16px;
	}
	*/
}
/*
.loading_on ~ .box_relating{
	display: none;
}

.title_relating{
	width: 100%;
	height: 100%;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	color: #0066CC;
}
*/
.popup_relating{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-end;
	z-index: 8;
	visibility: collapse;
}
.content_r .popup_relating{
	top: 56px;
	left: auto;
	right: 0;
	width: calc(100% / 3);
	height: calc(100% - 56px);
}
.popup_relating.on{
	visibility: visible;
}
.box_popup{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	transform: translate3d(0, 100%, 0);
	transition: transform 0.3s ease;
}
.content_r .box_popup{
	width: calc(100% / 3);
}
.on>.box_popup{
	transform: translate3d(0, 0%, 0);
}
.title_popup{
	display: flex;
	width: 100%;
	height: 48px;
	padding: 0 8px 0 16px;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #503f32;
}
.title_popup span{
	display: inline-block;
}
.title_popup .btn_close{
	background: transparent;
}
.title_popup .btn_close svg{
	fill: rgba(255,255,255,0.56);
}
.content_popup{
	width: 100%;
	padding: 16px;
	font-size: 14px;
	color: rgba(0,0,0,0.64);
}

/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.title_relating:hover{
		color:  #0070E0;
	}
	.title_r_mt .btn_close:hover i{
		opacity: 1;
	}
	.btn_tvplay:hover{
		background-position: center -72px;
	}
}

/* All active effect */
.title_relating:active{
	color:  #0052A3;
}



/* 火狐旧版队名过长设定 */
@media (-moz-touch-enabled: 0),
(-moz-touch-enabled: 1){
	.box_team .text_team{
		max-height: 34px;
		overflow: hidden;
	}
	.box_scoboard .text_team,
	.box_scoboard_r .text_team{
		max-height: 32px;
		overflow: hidden;
	}

	.sub_title{
		max-height: 40px!important;
	}
	.sub_title > tt{
		max-height: 40px!important;
		overflow: hidden;
	}
	.text_ballou{
		max-height: 32px;
	}
}

.box_mygame_nodata{
	display: flex;
	padding: 0 32px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #FFF;
	padding: 24px 32px 64px 32px;
}
@media screen and (min-width: 1024px){
	.box_mygame_nodata{
		padding: 24px 16px 64px 16px;
	}
}
.title_mygame{
	position: relative;
	width: 100%;
	height: 64px;
	margin-bottom: 16px;
	z-index: 0;
}
.title_mygame:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
	background: #d8d8d8;
	transform: translateZ(0px);
}
.title_mygame:after{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 48px);
	width: 96px;
	height: 100%;
	z-index: -1;
	background: #FFF;
	transform: translateZ(0px);
}
.icon_mygame{
	display: flex;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(167, 128, 37, 0.08);
}
.icon_mygame svg{
	display: block;
	width: 20px;
	height: 20px;
	fill: #fff;
	stroke: rgba(0,0,0,0.4);
}
.box_mygame_nodata span{
	display: block;
	width: 100%;
	line-height: 16px;
	margin-bottom: 16px;
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.72);
}
.box_mygame_nodata span tt{
	font-weight: bold;
}
.img_mygame{
	width: 256px;
	height: 174px;
	background: url('../images/img_mygame.gif');
	background-size: contain;
}
.box_star .icon_star:active svg{
	width: 20px;
	height: 20px;
	fill: rgba(167,128,37,1);
	stroke: rgba(167,128,37,1);
}
.box_star .icon_star.on svg{
	fill: rgba(167,128,37,1);
	stroke: rgba(167,128,37,1);
}
.box_star .icon_star.on:active svg{
	width: 20px;
	height: 20px;
	fill: rgba(167,128,37,0);
	stroke: rgba(0,0,0,0.64);
}



/* 2022 Mar 新增特殊盘面 */
/* CUP-HIGHLIGHTS PAGE*/
.box_league.box_cup{
	flex: 1 1 auto;
}
.box_cup .box_innbet_fs:not(.on):last-child .fs_btn_box .btn_lebet_odd:last-child{
	margin-bottom: 0;
}
@media screen and (min-width: 1024px){
}
@media screen and (min-width: 640px){
	.box_league.box_cup{
		/* padding-bottom: 16px; */
	}
	.box_cup .box_innbet_fs:not(.on):last-child .fs_btn_box .btn_lebet_odd:nth-last-child(2){
		margin-bottom: 0;
	}

}
.cup.head_league{
	/* background: url('../images/bg_cup_league.jpg'); */
	/* <<127>> 以下 */
	background: url('../images/bg_cup_league_2026.webp?v=0');
	background-repeat: no-repeat;
	background-position: center bottom;
	/* 	background-size: auto;
	background-color: #0D1723; */
	background-size: auto 100%;
	background-color: #080300;
}
.cup .btn_market{
	margin: 0 8px 0 0;
	padding: 12px 8px;
	line-height: 16px;
	font-size: 13px;
	color: rgba(255,255,255,0.72);
}
.cup .btn_market:last-child{
	margin: 0;
}
.cup .title_le_sport{
	width: 100%;
	text-align: left;
}
.cup .title_le_sport span{
	min-height: 19px;
	line-height: 19px;
}
.cup .btn_back{
	display: none;
}

@media screen and (min-width: 1024px){
	.market_scroll{
		margin-left: 8px;
	}
	.title_le{
		padding-left: 16px;
	}
	.cup .market_scroll .box_slide{
		/* padding-left: 8px; */
	}
	.cup.head_league + .box_market{
		margin-top: 0px;
	}

}
.cup_event_line .box_outer{
	/* 	border-bottom: 1px solid #d8d8d8; */
	/* 	padding-bottom: 24px; */
}


/* outrights team menu*/
.box_cupHL_team{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.btn_allteam{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
}
.btn_allteam.disable{
	pointer-events: none;
}
.box_cupHL_team .dragscroll_winner{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.box_cupHL_team label{
	display: inline-grid;
	min-width: 100%;
	max-height: 136px;
	padding: 0 8px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-template-rows: repeat(auto-fit, 40px);
	grid-auto-columns: minmax(200px , 1fr);
	grid-auto-flow: column;
	gap: 8px;
}
@media screen and (min-width: 1024px){
	.box_cupHL_team label{
		padding: 0;
	}
}
.dragscroll_winner::-webkit-scrollbar{
	display: none;
}
.dragscroll_winner{
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.box_cupHL_team.less_show4{
	overflow: hidden;
}
.btn_cup_team{
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	overflow: hidden;
	cursor: default;
	transition: none!important;
}
.cup_team_name{
	position: relative;
	display: flex;
	width: calc(100% - 42px);
	flex: 1 1 auto;
	align-items: center;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background: #2D2D2D;
	z-index: 0;
	cursor: pointer;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}
.cup_team_name:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #383838;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.box_cupTM_team .cup_team_name{
	color: #025EB5;
	background: url('../images/bg_cup_team.jpg') #DCEFFF;
	background-repeat: no-repeat;
	background-position: center;
}
.cup_flag{
	display: block;
	flex: none;
	width: 24px;
	height: 24px;
	margin: 8px;
	border-radius: 50%;
	background-color: #FFF;
	background-image: linear-gradient( rgba(0, 0, 0, 0.24) 100%, rgba(0, 0, 0, 0.24)100%),linear-gradient( #FFF 100%, #FFF);
	background-position: center;
	border: 1px solid #fff;
}
.cup_flag[class*=' cup_']{
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
}
.ft_outer .bet_type_cup .box_cup_flag{
	grid-row: 1 / span 2;
	grid-column: 1;
	display: flex;
	flex-direction: column;
}
.ft_outer .bet_type_cup .btn_inn_team{
	grid-template-columns: 40px 1fr;
	grid-template-rows: 32px 32px;
	grid-template-areas:
		"flag teamH"
		"flag teamC";
	padding-left: 0;
}
.ft_outer .bet_type_cup .teamH.box_team{
	grid-area: teamH;
}
.ft_outer .bet_type_cup .teamC.box_team{
	grid-area: teamC;
}
.ft_outer .bet_type_cup .box_cup_flag{
	grid-area: flag;
	width: 32px;
}
.box_cup_flag > .cup_flag{
	width: 16px;
	height: 16px;
	margin: 8px;
	flex: 1 1 auto;
	background-color: #CACACA;
	border: 1px solid #a3a3a3;
}
.box_cup_flag > .cup_flag[class^='cup_flag cup_']{
	flex: none;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.btn_cup_team span{
	display: block;
	margin: 0 4px;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box_cupTM_team .btn_cup_team span{
	margin: 0 8px 0 0;
}
.cup_team_odds{
	display: flex;
	width: 42px;
	height: 100%;
	padding: 4px;
	font-size: 12px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	background: #A20202;
	color: #fff;
	flex: none;
	cursor: pointer;
	transition: background 0.3s ease;
}
.cup_team_odds:empty{
	pointer-events: none;
}
.cup_team_odds.on{
	background: #C99A2C;
}
.box_cupTM_team .cup_team_odds.on{
	background: #C99A2C;
}
.btn_cup_team.off .cup_team_name{
	pointer-events: none;
	cursor: default;
}

/* CUP EVENT */
.cup_title{
	display: flex;
	width: 100%;
	height: 18px;
	line-height: 18px;
	margin-bottom: 8px;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.wrap_match_team .cup_title{
	margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px){
	.cup_title{
		padding: 0 8px;
	}
}
.cup_market.box_market{
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 1024px){
	.cup_market.box_market{
		/* margin-left: -8px; */
	}
}
.cup_market .box_slide{
	height: 56px;
}
.cup_title_date{
	display: none;
	width: 100%;
	height: 40px;
	margin-bottom: 16px;
	align-items: center;
	justify-content: space-between;
}
.cup_title_date span{
	display: block;
	padding: 8px 16px;
	flex: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #A78025;
}
.cup_title_date hr{
	width: 100%;
	flex: 1 1 auto;
	border-top: 1px solid #D8D8D8;
}
.cup_outer .btn_title_le.add_margin{
	margin-top: 32px;
}
.cup_outer .btn_title_le tt{
	/* 	display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
}
.cup_outer .btn_title_le .icon_flag{
	/* display: none; */
}
.box_cup .box_lebet_top{
	flex-wrap: wrap;
}


/* 小组物件 */
.wrap_standings .cup_title{
	margin: 0;
}
.box_standings{
	position: relative;
	display: grid;
	width: 100%;
	grid-template-rows: 47px auto;
	grid-template-columns: minmax(172px, 1fr) auto;
	overflow-y: visible;
	grid-template-areas:
	"th_l thd_r"
	"td_l thd_r";
	background: #FFF;
}
.box_standings::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: calc(100% - 170px);
	height: 97px;
	background: linear-gradient(to bottom, #F4F4F4 0%,#F4F4F4 32px,transparent 32px,transparent 100%);
	border-bottom: 1px solid #d8d8d8;
	pointer-events: none;
}
.box_standings::after{
	content: '';
	position: absolute;
	bottom: 50px;
	left: 0;
	display: block;
	width: 100%;
	height: 51px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	pointer-events: none;
}

.box_standings:empty{
	display: none;
}
.box_lebet + .box_standings{
	margin-top: 16px;
}
.tag_standings .cup_tag_group{
	grid-area: title;
}
.th_row_l{
	grid-area: th_l;
}
.th_row_r{
	grid-area: th_r;
	overflow-x: auto;
	overflow-y: hidden;
}
.thd_row_r{
	grid-area: thd_r;
	display: grid;
	width: 100%;
	grid-template-rows: 47px auto;
	grid-template-columns: min-content;
	overflow-x: auto;
	overflow-y: hidden;
	grid-template-areas:
		"th_r"
		"td_r";

}
.th_row_l,
.th_row_r{
	height: 32px;
	font-size: 12px;
}
.td_row_l{
	grid-area: td_l;
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, auto);
	background: #fff;
}
.td_row_r{
	grid-area: td_r;
	display: grid;
	min-width: 100%;
	height: auto;
	gap: 1px;
	grid-template-rows: repeat(4, auto);
	overflow-x: hidden;
	overflow-y: hidden;
}
.th_row{
	color: rgba(0,0,0,0.56);
	background: #F4F4F4;
}
.table_group{
	position: relative;
	display: inline-block;
	min-width: 100%;
	overflow: unset;
}
.th_row,
.td_row{
	display: inline-grid;
	min-width: 100%;
	gap: 1px;
	grid-template-columns: repeat(3, 32px) repeat(4, 40px) repeat(5, 32px);
}
.td_row{
	width: fit-content;
	height: 48px;
	padding: 1px 0;
	font-size: 14px;
	box-sizing: content-box;
	border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 848px){
	.box_standings{
		grid-template-columns: minmax(228px, 1fr) auto;
	}
	.th_row,
	.td_row{
		grid-template-columns: repeat(3, 44px) repeat(4, 54px) repeat(5, 44px);
	}
}

.th_row span,
.td_row span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.th_row_l span,
.th_row_r span{
	padding: 8px 0;
	color: rgba(0,0,0,0.56);
}
.td_row span{
	padding: 16px 0;
	font-size: 13px;
	color: #000;
}
.td_row:last-child,
.td_row_l .td_name:last-child{
	border: none;
	padding-bottom: 0;
}

span.td_name,
span.td_P{
	margin-left: 0;
}

.td_name tt{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.td_name .text_sort{
	display: block;
	width: 32px;
	text-align: center;
	color: #000;
	flex: none;
}
.th_row_l .td_name{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: left;
	font-weight: 700;
	color: #000;
	background: #F4F4F4;
}
.td_row_l .td_name{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: left;
	height: 48px;
	padding: 1px 0;
	font-size: 14px;
	box-sizing: content-box;
	background: #fff;
	border-bottom: 1px solid #d8d8d8;
	color: #0066CC;
	overflow: hidden;
	cursor: pointer;
}
.td_row_l .td_name.off{
	color: #000;
	pointer-events: none;
}


.td_row_r span.td_P{
	color: #000;
}

.td_row_r .td_pts{
	color: #000;
}
.td_row_r .td_odds{
	font-weight: 700;
	color: #C8250A;
	cursor: pointer;
}
.td_row_r .td_odds:empty,
.td_row_r .td_odds.on:empty{
	cursor: default;
	pointer-events: none;
}
.td_row_r .td_odds.on:not(:empty){
	color: #fff;
	background: #C99A2C;
}
.td_row_r .td_odds.on:empty{}

div[class*="dragscroll_group_"],
.thd_row_r{
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
div[class*="dragscroll_group_"]::-webkit-scrollbar,
.thd_row_r::-webkit-scrollbar,
.td_row_r::-webkit-scrollbar{
	display: none;
}

/* PC setting */
@media (pointer: fine){
	.thd_row_r,
	.td_row_r{
		overflow: hidden;
	}
	.thd_row_r{
		grid-template-columns: auto;
	}
}
/* mobile setting */
@media (pointer: coarse){
	.td_row_r{
		margin-left: 0!important;
	}
	.box_scroll.group_scroll{
		pointer-events: none;
	}
}

/* CUP精选 - FS */
.box_cup .fs_btn_box{
	max-height: 256px;
}
/* CUP队伍 - FS */
.box_cup.cup_team .fs_btn_box{
	max-height: 672px;
}
.box_cup .box_innbet_fs.on .fs_btn_box{
	max-height: unset;
}
/* CUP-TEAM PAGE*/
.box_scroll.team_scroll{
	height: 56px;
}
@media screen and (min-width: 1024px){
	.box_scroll.team_scroll{
		/* margin: -16px 0 40px 0; */
	}
}
.menu_team{
	width: 100%;
	height: 76px;
	flex: 1 1 auto;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	transform: translate3d(0, 0, 0);
}
.btn_le_team{
	display: inline-block;
	width: 76px;
	height: 100%;
	margin: 0 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	text-align: center;
	font-size: 12px;
	color: rgba(0,0,0,0.72);
	cursor: pointer;
}
.btn_le_team,
.btn_le_team *{
	transition: all 0.3s ease;
}
.btn_le_team i{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.btn_le_team span{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn_le_team.on{
	color: #025EB5;
}
.box_scroll.group_scroll{
	height: auto;
	margin-top: -4px;
	padding-top: 4px;
	overflow-x: hidden;
	overflow-y: visible;
}
.box_lebet + .group_scroll{
	margin-top: 16px;
}

/* PC setting */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.box_scroll.group_scroll .btn_go_l.on,
	.box_scroll.group_scroll .btn_go_r.on{
		top: 0px;
	}
	.box_scroll.team_scroll .btn_go_l,
	.box_scroll.team_scroll .btn_go_r,
	.box_scroll.standings_scroll .btn_go_l,
	.box_scroll.standings_scroll .btn_go_r,
	.box_scroll.group_scroll .btn_go_l,
	.box_scroll.group_scroll .btn_go_r,
	.box_scroll.box_cupHL_team .btn_go_l,
	.box_scroll.box_cupHL_team .btn_go_r{
		background: #FFF;
		fill: rgba(0,0,0,0.64);
	}
	.box_scroll.team_scroll .btn_go_l:hover,
	.box_scroll.team_scroll .btn_go_r:hover,
	.box_scroll.standings_scroll .btn_go_l:hover,
	.box_scroll.standings_scroll .btn_go_r:hover,
	.box_scroll.group_scroll .btn_go_l:hover,
	.box_scroll.group_scroll .btn_go_r:hover,
	.box_scroll.box_cupHL_team .btn_go_l:hover,
	.box_scroll.box_cupHL_team .btn_go_r:hover{
		background: #EBEBEB;
	}
	.box_scroll.team_scroll .btn_go_l:active,
	.box_scroll.team_scroll .btn_go_r:active,
	.box_scroll.standings_scroll .btn_go_l:active,
	.box_scroll.standings_scroll .btn_go_r:active,
	.box_scroll.group_scroll .btn_go_l:active,
	.box_scroll.group_scroll .btn_go_r:active,
	.box_scroll.box_cupHL_team .btn_go_l:active,
	.box_scroll.box_cupHL_team .btn_go_r:active{
		background: #C2C2C2;
	}
}
/* MOBILE setting */
@media (pointer: coarse),
(hover: none),
(-moz-touch-enabled: 1){
	.box_scroll.group_scroll .btn_go_l,
	.box_scroll.group_scroll .btn_go_r{
		display: none;
	}
}
/* 队伍冠军 */
.box_cupTM_team{
	width: 100%;
}
.box_cupTM_team .btn_cup_team{
	cursor: default;
}
.box_cupTM_team .cup_team_name{
	font-size: 18px;
	pointer-events: none;
}
.box_cupTM_team .cup_team_odds{
	width: 48px;
	font-size: 14px;
}
/* 800 setting*/
@media screen and (min-width: 1px) and (max-width: 1023px){
	.box_cupTM_team{
		padding: 0 8px;
	}
}

.cup_outer .btn_title_le[style="display: none;"] + .box_lebet{
	/* border-top: none; */
}
.btn_all_fs{
	display: flex;
	width: 100%;
	height: 48px;
	margin-top: 16px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #0066CC;
	fill: #0066CC;
}
.btn_all_fs .icon_arr{
	display: block;
	width: 4px;
	height: 8px;
	margin-left: 8px;
}
@media screen and (min-width: 1px) and (max-width: 1023px){
	.btn_all_fs{
		margin-bottom: 16px;
	}
}

.cup_relating{
	width: 100%;
	height: 40px;
	margin: 16px 0;
	padding: 0;
}
.cup_relating .title_relating{
	line-height: 40px;
	padding: 0 16px;
}
/* 特殊赛事-精选页第三方物件 Main-Team Widget */
.box_highlights_widget{
	position: relative;
	width: 100%;
	/* min-height: 510px; */
	overflow: hidden;

	height: auto;
	min-height: 457px;
}
.box_highlights_widget .loading{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #E0E0E0;
}
.box_highlights_widget iframe{
	display: block;
	width: 100%;
	max-width: 800px;
	/* height: 100%; */
	margin: 0 auto;
	border: 1px solid #E0E0E0;
	background: #FFF;
}
@media screen and (min-width: 1024px){
	.box_highlights_widget{
		width: calc(100% + 32px);
		/* margin-top: 24px; */
	}
}


/* 特殊赛事-队伍页第三方物件 Main-Team Widget */
.box_cup_widget{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 8px;
	overflow: hidden;
	min-height: 316px;
}
.box_cup_widget iframe{
	width: calc(100vw - (env(safe-area-inset-left) * 2));
	height: 100%;
	border: none;
}
.box_cup_widget .loading:not([style="display: none;"]) ~ iframe{
	display: none;
}
.box_cup_widget>.loading{
	position: absolute;
	top: 0;
	left: 16px;
	width: calc(100vw - 32px);
	height: 150px;
	border: 1px solid #E0E0E0;
}
.box_cup_widget>.loading:first-child{}
.box_cup_widget>.loading:nth-child(2){
	top: 166px;
}

@media screen and (min-width: 640px){
	.box_cup_widget{
		/*
                 height: 584px;
                min-height: auto; */
		min-height: 150px;
	}
	.box_cup_widget iframe{
		/* height: 584px!important; */
	}
	.box_cup_widget>.loading{
		width: calc(50vw - 24px);
	}
	.box_cup_widget>.loading:first-child{
		top: 0;
		/* height: 584px; */
	}
	.box_cup_widget>.loading:nth-child(2){
		top: 0;
		left: calc(50vw + 8px);
	}
}
@media screen and (min-width: 1024px){
	.box_cup_widget{
		margin-top: 24px;
	}
	.box_cup_widget>.loading{
		width: calc(50% - 8px);
	}
	.box_cup_widget>.loading:first-child{
		left: 0;
	}
	.box_cup_widget>.loading:nth-child(2){
		left: auto;
		right: 0;
	}
}




/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.cup_team_name:hover::after{
		color: #383838;
		opacity: 1;
	}
	.btn_cup_more:hover{
		color: #008ABD;
	}
	.cup .btn_market:hover{
		color: #DEBB69;
	}
	.cup_team_odds:hover{
		background: #0269CA;
	}
	.cup_team_odds.on:hover{
		background: #C99A2C;
	}
	.box_cupTM_team .cup_team_odds:hover{
		background: #0269CA;
	}
	.box_cupTM_team .cup_team_odds.on:hover{
		background: #CAA654;
	}
	.td_row_l .td_name:hover{
		background: linear-gradient( rgba(0, 0, 0, 0.04) 100%, rgba(0, 0, 0, 0.04)100%),linear-gradient( #FFF 100%, #FFF);
	}
	.td_row .td_odds:hover{
		background: #F9ECCF;
	}
	.td_row .td_odds.on:hover{
		color: #fff;
		background: #C99A2C;
	}
	.btn_le_team:hover{
		color: #025EB5;
	}
	.btn_all_fs:hover{
		background: rgba(0,0,0,0.04);
	}
}
.cup_team_name:active::after{
	background: #1A1A1A;
	opacity: 1;
}
.btn_cup_more:active{
	color: #005D80;
}
.cup .btn_market:active{
	color: #DEBB69;
}
.cup .btn_market:active::before{
	background: rgba(0,0,0,0.4);
}
.td_row_l .td_name:active{
	background: linear-gradient( rgba(0, 0, 0, 0.08) 100%, rgba(0, 0, 0, 0.08)100%),linear-gradient( #FFF 100%, #FFF);
}
.btn_le_team:active{
	color: #025EB5;
	background: rgba(0,0,0,0.08);
}
.btn_all_fs:active{
	background: rgba(0,0,0,0.08);
}


.cup_loading{
	display: none;
}
.loading_cup_on{
	display: none!important;
}
.loading_cup_on ~ .content_sport .box_cup .cup_loading{
	display: flex;
	background: #FAFAF9;
}
.loading_cup_on + .content_sport{
	position: unset;
	z-index: unset;
	visibility: unset;
}

.loading_cup_on ~ .content_sport .ft_outer{
	position: absolute;
	z-index: -1;
	visibility: collapse;
	opacity: 0;
}

.loading_cup_on ~ .content_sport .cup_title_fs,
.loading_cup_on ~ .content_sport .box_fs,
.loading_cup_on ~ .content_sport .btn_all_fs,
.loading_cup_on ~ .content_sport .box_cup_widget,
.loading_cup_on ~ .box_relating,
.loading_cup_on ~ .content_sport .box_highlights_widget{
	position: absolute;
	z-index: -999;
	opacity: 0;
	transition: none;
}




/* 2022 MAY OBT 让球大小合并 */
.ft_obt_mix > label{
	display: grid;
	width: 100%;
	padding: 0 8px;
	flex-direction: column;
	gap: 16px;
}
.ft_obt_mix > label.none{
	display: none!important;
}
@media screen and (min-width: 640px){
	.ft_obt_mix > label{
		display: grid!important;
	}
}
.title_game_time,
.title_game_obt{
	grid-column: 1 / span 2;
	display: none;
	width: 100%;
	height: 48px;
	line-height: 16px;
	padding: 16px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
.title_game_obt{
	display: block;
}
.table_obt_re,
.table_obt_rou{
	display: grid;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
	align-items: center;
	align-content: center;
}
.table_obt_re{
	grid-template-columns: 100px 4px 1fr;
	grid-template-rows: 24px 48px 48px;
	grid-template-areas:
		"title title title"
		"teamH . bet"
		"teamC . bet";
	gap: 1px;
}
.table_obt_rou{
	grid-template-columns: 1fr;
	grid-template-rows: 24px 97px;
	grid-template-areas:
		"title"
		"bet";
	gap: 1px;
}
.table_obt_title{
	grid-area: title;
	display: flex;
	width: 100%;
	height: 24px;
	line-height: 16px;
	padding: 0 4px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #000;
	background: #EAEAE6;
}
.table_obt_title em{
	font-style: normal;
}
.table_obt_team{
	display: block;
	line-height: 14px;
	padding-left: 4px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}
.table_obt_team.strong_team{
	font-weight: bold;
}
.table_obt_team.teamH{
	grid-area: teamH;
}
.table_obt_team.teamC{
	grid-area: teamC;
}
.table_obt_re .table_obt_bet,
.table_obt_rou .table_obt_bet{
	grid-area: bet;
	display: grid;
	height: 100%;
	grid-auto-flow: column;
	grid-auto-columns: minmax(calc((100% - 3px) / 4), 1fr);
	gap: 1px;
	overflow-x: auto;
	overflow-y: hidden;
	align-self: flex-start;
}
.table_obt_rou .table_obt_bet{
	grid-auto-columns: minmax(calc((100% - 4px) / 5), 1fr);
}
.table_obt_re .table_obt_bet>div,
.table_obt_rou .table_obt_bet>div{
	display: grid;
	grid-template-rows: 48px 48px;
	gap: 1px;
}
.table_obt_re .table_obt_bet>div:last-child,
.table_obt_rou .table_obt_bet>div:last-child{
	border-right: none;
}
.btn_obt2_odd{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: none!important;
	outline: 1px solid #fff;
	outline-offset: -1px;
	overflow: hidden;
}
.ft_obt_wi .btn_obt2_odd{
	padding: 0 1px;
}
.btn_obt2_odd span:first-child{
	display: flex;
	width: 100%;
	max-height: 16px;
	align-items: center;
	justify-content: center;
}
.ft_obt_wi .btn_obt2_odd span:first-child{
	max-width: unset;
	padding: 0 4px;
}
.btn_obt2_odd span>.text_ballhead{
	flex: none;
}
.btn_obt2_odd.on{
	animation: none!important;
	background-color: #c99a2c!important;
}
.btn_obt2_odd.on *{
	color: #fff!important;
}
.btn_obt2_odd.lock{
	pointer-events: none;
	background-image: url('../images/icon_nobet.webp?v0419');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	background-color: #fff!important;
}
.btn_obt2_odd.lock:before{
}
.btn_obt2_odd.lock *{
	display: none;
}
.btn_obt2_odd.off{
	pointer-events: none;
	background-color: rgba(0,0,0,0.04);
}
.btn_obt2_odd.off .text_ballou{
	display: none;
}
.box_lebet:not(.live_lebet) .table_empty + .table_obt_bet .btn_obt2_odd,
.btn_obt2_odd.empty,
.odd_empty .btn_obt2_odd{
	pointer-events: none;
	background: none;
}
.box_lebet:not(.live_lebet) .table_empty + .table_obt_bet .btn_obt2_odd:before,
.btn_obt2_odd.empty:before,
.odd_empty .btn_obt2_odd:before{
	background: #fff!important;
}
.box_lebet:not(.live_lebet) .table_empty + .table_obt_bet .btn_obt2_odd *,
.btn_obt2_odd.empty *,
.odd_empty .btn_obt2_odd *{
	display: none!important;
}

.table_obt_bet .btn_obt_odd{
	width: 100%;
	height: 40px;
	margin: 0;
	border-radius: 0;
	border: none!important;
}
.btn_obt_more{
	display: flex;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #0066CC;
	background: #F4F4F4;
}
.ft_obt_mix .btn_obt_more{
	grid-column: 1 / span 2;
}

@media screen and (min-width: 640px){
	.ft_obt_mix .box_btn_time{
		display: none;
	}
	.ft_obt_mix > label{
		grid-template-rows: 32px 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
	.ft_obt_mix > label.half1{
		display: grid;
	}
	.title_game_time{
		display: block;
	}
}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.btn_obt2_odd:hover{
		background-color: #f9eccf;
	}
	.btn_obt_more:hover{
		color: #0070E0;
	}
}
.btn_obt_more:active{
	color: #0052A3;
}


/* inn bet filter 内层玩法过滤选单 */
.inn_filter ~ .box_inn{
	margin-top: 0;
}
.inn_filter{
	width: 100%;
	height: 72px;
	padding: 16px 0;
	flex: none;
}
.box_market .box_slide,
.inn_filter .box_slide{
	display: inline-block;
	width: 100%;
	height: 88px;
	padding: 0;
	flex: 1 1 auto;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.box_market .box_slide{
	text-align: left;
}
.inn_filter .btn_filter{
	display: inline-block;
	height: 40px;
	line-height: 32px;
	padding: 4px 16px;
	font-size: 13px;
	color: rgba(0,0,0,0.72);
	text-transform: uppercase;
}
.inn_filter .btn_filter.on{
	color: #A78025;
}

/* mobile setting */
@media (pointer: coarse),
(-moz-touch-enabled: 1),
screen and (pointer: fine) and (min-resolution: 2dppx) and (max-width: 1023px){
	.box_market .btn_go_l,
	.box_market .btn_go_r,
	.inn_filter .btn_go_l,
	.inn_filter .btn_go_r{
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);;
	}
}


.filter_loading.loading_on ~ .box_inn{
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.icon_forecast{
	width: 32px;
	height: 32px;
	margin: 8px 0 8px 8px;
	padding: 8px;
	fill: #00A1DB;
	cursor: pointer;
	z-index: 0;
	transition: background 0.3s ease;
}
.title_inn .icon_forecast{
	fill: #4BAACC;
}
.icon_forecast svg{
	pointer-events: none;
}


/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.inn_filter .btn_filter:hover{
		color: #A78025;
	}
	.box_market .btn_filter:hover{
		color: #FFF;
		background: #A78025;
		border-color: #A78025;
	}
	.icon_forecast:hover{
		fill: #05BDFF;
	}
}

.inn_filter .btn_filter:active{
	color: #A78025;
	background: rgba(0,0,0,0.08);
}
.box_market .btn_filter:active{
	color: #FFF;
	background: #A78025;
	border-color: #A78025;
}
.icon_forecast:active{
	fill: #00A1DB;
	background-color: rgba(0,0,0,0.08);
}




/* New FT design */
.box_market{
	width: 100%;
	height: 56px;
	margin: 0 0 -16px 0;
	flex: none;
}
.box_market .btn_go_l,
.box_market .btn_go_r{
	background: #FAFAF9;
	fill: rgba(0,0,0,.64);
	box-shadow: -1px 0px 1px 0px #0000003D;
}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.box_market .btn_go_l:hover,
	.box_market .btn_go_r:hover{
		background: #FFF;
	}
}
.box_market .btn_go_l:active,
.box_market .btn_go_r:active{
	background: #E8E8E3;
}
.box_market .box_slide{
	height: 100%;
}
.box_market .box_slide label{
	padding: 0 8px;
	align-items: center;
	gap: 8px;
}
.box_market .btn_filter{
	position: relative;
	height: 24px;
	line-height: 16px;
	padding: 4px 12px;
	font-size: 13px;
	font-weight: 700;
	color: rgba(0,0,0,.64);
	background: #FFF;
	border: 1px solid #F6EFEA;
	border-radius: 24px;
}
.box_market .btn_filter.on{
	color: #FFF;
	background: #A78025;
	border-color: #A78025;
}
/* mobile setting */
@media (any-pointer: coarse) and (hover: none){
	.box_scroll.box_market .btn_go_l,
	.box_scroll.box_market .btn_go_r{
		display: none!important;
	}
}
@media screen and (min-width: 1024px){
	.box_market{
		padding: 0 16px;
		/* margin: -16px 0; */
	}
	.box_market .box_slide label{
		padding: 0;
	}
}
.ft_outer .box_state{
	grid-area: state;
	display: grid;
	height: 32px;
	margin: 4px 0;
	padding-left: 0;
	font-size: 12px;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	grid-auto-columns: min-content;
	grid-auto-flow: column;
}
.ft_outer .box_state .text_time i{
	white-space: nowrap;
}


.ft_outer .box_state .txt_bl{
	display: flex;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #0066CC;
	gap: 4px;
}
.ft_outer .box_lebet_l .text_time .txt_bl b,
.ft_outer .box_lebet_l .text_time_go .txt_bl b{
	display: none!important;
	margin: 0;
}
@media screen and (max-width: 639px){
	.ft_outer .box_state .txt_bl{
		max-width: 100%;
		overflow: hidden;
	}
	.ft_outer .box_state .txt_bl i:empty{
		display: none;
	}
	.ft_outer .box_state .txt_bl i{
		white-space: nowrap;
	}
	.ft_outer .box_state .txt_bl i:nth-last-child(2){
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
.txt_bk{
	color: #000;
}
.ft_outer .icon_information{
	display: none!important;
}
.ft_outer .icon_n{
	background: url('../images/icon_n_NEW.svg') no-repeat;
}
.EN .ft_outer .icon_n{
	background: url('../images/icon_n_en_NEW.svg') no-repeat;
}
.ft_outer .icon_inplay{ background: url('../images/icon_inplay_NEW.svg') no-repeat;}


.ft_outer .box_lebet_l>label{
	grid-area: board;
	display: flex;
	flex-wrap: wrap;
}

.ft_outer .box_score{
	position: relative;
	grid-area: score;
	border-radius: 4px;
	background: #FAF9F5;
}
.ft_outer .text_point{
	display: flex;
	width: 100%;
	height: 50%;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #996B00;
}
.ft_outer .bet_type_rnou .text_point,
.ft_outer .bet_type_pd .text_point{
	flex-direction: row;
	flex-wrap: nowrap;
}
.ft_outer .text_total{
	display: block;
	max-width: 100%;
	height: 13px;
	line-height: 13px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ft_outer .text_total:empty{
	display: none;
}
.ft_outer .icon_redcard{
	position: absolute;
	right: -5px;
	display: flex;
	width: 10px;
	height: 12px;
	opacity: 0;
	background: url('../images/icon_redcard.svg') no-repeat;
	background-size: auto 100%;
}
.ft_outer .icon_redcard[class*="red_"]{
	opacity: 1;
	background-position: 0 center;
}
.icon_redcard.red_1{background-position: -10px center!important;}
.icon_redcard.red_2{background-position: -20px center!important;}
.icon_redcard.red_3{background-position: -30px center!important;}
.icon_redcard.red_4{background-position: -40px center!important;}

.ft_outer .bet_type_cn .icon_redcard,
.ft_outer .bet_type_rn .icon_redcard{
	display: none!important;
}
.ft_outer .icon_serve{
	position: absolute;
	right: -8px;
	display: none;
	width: 16px;
	height: 16px;
	background: #3DB893;
	border: 1px solid #FFF;
	border-radius: 50%;
	transform: scale(0.5);
}
.ft_outer .on.icon_serve{
	display: block;
}
.ft_outer .icon_redcard.teamH,
.ft_outer .icon_serve.teamH{
	top: -4px;
}
.ft_outer .icon_redcard.teamC,
.ft_outer .icon_serve.teamC{
	bottom: -4px;
	right: -8px;
}
.ft_outer .box_team{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}
.ft_outer .teamH.box_team{
	grid-area: teamH;
}
.ft_outer .teamC.box_team{
	grid-area: teamC;
	margin-top: 0px;
}
.ft_outer .box_lebet_odd .btn_lebet_odd{
	/* padding-top: 2px; */
}
.ft_outer .box_lebet_odd .btn_lebet_odd:last-child{
	/* padding-bottom: 2px; */
}
.ft_outer .box_lebet_odd .btn_lebet_odd{
	height: auto;
	margin-bottom: 0;
	padding: 2px;
	overflow: hidden;
}
.ft_outer .box_lebet_odd .btn_lebet_odd:last-child{
	margin-bottom: 0;
}
.ft_outer .btn_lebet_odd.lock{
	background-color: #fff!important;
}

.box_lebet_odd_3 .btn_lebet_odd{
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0 10px;
}
.box_lebet_odd_3 .btn_lebet_odd span:first-of-type{
	width: 14px;
	margin-right: 2px;
}
.box_lebet_odd_3 .btn_lebet_odd .text_ballou{
	text-align: center;
	font-size: 14px;
}
.box_lebet_odd_3 .btn_lebet_odd .text_odds{
	width: 28px;
	text-align: center;
}
.box_lebet_odd_3 .btn_lebet_odd.on span:first-of-type{
	opacity: 0.8;
}

.ft_outer .head_lebet{
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 4px;
	overflow: hidden;
}
.ft_outer .head_lebet>span{
	display: block;
	width: 100%;
	text-align: center;
	order: -1;
	overflow : hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ft_outer .head_lebet tt:not(:empty) + span{
	display: block;
	white-space: nowrap;
}
.ft_outer .head_lebet>span em{
	display: inline-block;
	text-align: center;
	font-style: normal;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
}
.ft_outer .head_lebet tt{
	display: block;
	width: 100%;
	text-align: center;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ft_outer .head_lebet tt:empty{
	display: none;
}
.ft_outer .text_ballou{
	color: #000;
}
.ft_outer .btn_game_more{
	display: grid;
	height: 36px;
	margin: 0;
	padding: 0 0 0 8px;
	grid-template-rows: 1fr;
	grid-template-columns: auto 1fr 32px;
	grid-template-areas:
		'total total wrap_btn';
	cursor: default;
}
.ft_outer .btn_total,
.ft_outer .box_total{
	grid-area: total;
	display: flex;
	width: fit-content;
	height: 32px;
	margin-right: 8px;
	align-items: center;
	cursor: pointer;
}
.ft_outer .box_total{
	display: grid;
	grid-auto-columns: auto;
	grid-auto-flow: column;
}
.ft_outer .bet_type_8 .btn_total,
.ft_outer .bet_type_cn .btn_total,
.ft_outer .bet_type_rn .btn_total{
	width: 100%;
}
.ft_outer .game_total{
	padding-right: 2px;
}
.ft_outer .bet_type_8 .icon_arrow,
.ft_outer .bet_type_cn .icon_arrow,
.ft_outer .bet_type_rn .icon_arrow{
	width: 6px;
}
.ft_outer .box_total .icon_arrow{
	height: 32px;
	width: 6px;
	padding: 12px 0;
}
.ft_outer .box_total .icon_arrow svg{
	width: 6px;
	height: 8px;
}
.ft_outer .box_total{
	gap: 4px;
	cursor: default;
}
.ft_outer .box_total .btn_total{
	grid-area: unset;
	margin: 0;
}
.ft_outer .btn_total .icon_inplay{
	margin-right: 2px;
}
.ft_outer .game_total,
.ft_outer .icon_arrow{
	order: unset;
	fill: rgba(0,0,0,.64);
}
.ft_outer .icon_arrow{
	margin-right: unset;
}
.ft_outer .wrap_icon_btn{
	grid-area: wrap_btn;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.ft_outer .btn_game_more .icon_tv,
.ft_outer .btn_game_more [class^="icon_match"]{
	display: none;
}
.ft_outer .btn_game_more .btn_total .icon_tv,
.ft_outer .btn_game_more .btn_total [class^="icon_match"]{
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	order: unset;
	background-position: right;
	background-size: auto 12px;
	background-color: transparent!important;
}
.ft_outer .icon_forecast{
	grid-area: wrap_btn;
	fill: rgba(0,0,0,0.64);
	cursor: pointer;
	z-index: 0;
	transition: background 0.3s ease;
}
.ft_outer .bet_type_8 .icon_forecast,
.ft_outer .bet_type_cn .icon_forecast,
.ft_outer .bet_type_rn .icon_forecast,
.ft_outer .bet_type_moua .icon_forecast{
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 8px;
}
.ft_outer .bet_type_8 .icon_forecast.on,
.ft_outer .bet_type_cn .icon_forecast.on,
.ft_outer .bet_type_rn .icon_forecast.on,
.ft_outer .bet_type_moua .icon_forecast.on{
	fill: #A78025;
}
.ft_outer .icon_forecast svg{
	pointer-events: none;
}

.box_parlay .ft_outer .icon_forecast{
	display: none!important;
}
/* 1024 setting*/
@media screen and (min-width: 1024px){
	.ft_outer .btn_game_more{
		display: grid;
		grid-template-columns: auto 1fr minmax(auto, 64px);
		grid-template-areas:
			'total . wrap_btn';
	}
	.ft_outer .btn_game_more .icon_tv,
	.ft_outer .btn_game_more [class^="icon_match"]{
		display: block;
		margin: 0;
	}
	.ft_outer .btn_game_more .btn_total .icon_tv,
	.ft_outer .btn_game_more .btn_total [class^="icon_match"]{
		display: none;
	}
}

/* 盘面拉宽逻辑 */
.ft_outer .bet_type_8 .box_lebet_l,
.ft_outer .bet_type_cn .box_lebet_l,
.ft_outer .bet_type_rn .box_lebet_l{
	width: 180px;
	min-width: unset;
}
.ft_outer .bet_type_8 .box_lebet_r,
.ft_outer .bet_type_cn .box_lebet_r,
.ft_outer .bet_type_rn .box_lebet_r{
	display: grid;
	height: 148px;
	width: calc(100% - 180px);
	padding: 0 0 8px 0;
	gap: 4px;
	grid-template-rows: 140px;
	grid-template-columns: repeat(4, 64px);
	grid-auto-columns: 64px;
	grid-auto-flow: column;
	padding-right: 8px;
}
.ft_outer .bet_type_8 .box_lebet_r .box_lebet_odd,
.ft_outer .bet_type_cn .box_lebet_r .box_lebet_odd,
.ft_outer .bet_type_rn .box_lebet_r .box_lebet_odd{
	display: grid;
	width: auto;
	max-width: unset;
	min-width: unset;
	margin: 0;
	grid-template-columns: 1fr;
	grid-template-rows: 36px repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: 4px;
}
.ft_outer .bet_type_8 .box_lebet_r .box_lebet_odd_3,
.ft_outer .bet_type_cn .box_lebet_r .box_lebet_odd_3,
.ft_outer .bet_type_rn .box_lebet_r .box_lebet_odd_3{
	grid-template-rows: 36px repeat(3, minmax(0, 1fr));
}
.ft_outer .content_obt .box_lebet_r .box_lebet_odd{
	/* min-height: 192px; */
}
.ft_outer .box_lebet_r:after{
	display: none;
}
/* 640 setting*/
@media screen and (min-width: 640px){
	.ft_outer .bet_type_8 .box_lebet_l,
	.ft_outer .bet_type_cn .box_lebet_l,
	.ft_outer .bet_type_rn .box_lebet_l{
		width: 29%;
	}
	.ft_outer .bet_type_8 .box_lebet_r,
	.ft_outer .bet_type_cn .box_lebet_r,
	.ft_outer .bet_type_rn .box_lebet_r{
		width: 71%;
		grid-template-columns: repeat(8, minmax(0, 1fr)) 4px;
		padding-right: 0;
	}
}

.ft_outer .box_lebet_btn{
	display: grid;
	padding: 0 2px;
	grid-template-rows: 32px repeat(2, 48px);
	gap: 2px;
	background: #FAF9F5;
	grid-template-areas:
		'1H'
		'forecast'
		'tvmt';
	border-top: 1px solid #EAEAE6;
}
.ft_outer .box_lebet:not(.bet_type_rnou) .box_lebet_btn{
	display: none;
}
.ft_outer .box_lebet_r>div{
	width: 100%;
	height: 100%;
	flex: 1 1 auto;
}
.break_flex{
	flex-basis: 100%;
}
.wrap_obt .no_event{
	background: #f4f4f4;
}

/* PD */
.box_rpdbet:empty{
	display: none;
}
.ft_outer .bet_type_pd .box_lebet_top{
	display: flex;
	width: 100%;
	flex-direction: column;
	will-change: transform;
	border-top: 1px solid #FFF;
}
.ft_outer .bet_type_pd .box_lebet_top .box_state{
	grid-area: state;
	height: 24px;
	margin: 0;
	padding-right: 8px;
	padding-left: 0;
	font-size: 12px;
	justify-content: flex-end;
	column-gap: 4px;
	grid-auto-columns: auto;
}
.ft_outer .bet_type_pd .box_lebet_top .box_state > *{
	margin-right: 0;
}
.ft_outer .bet_type_pd .box_lebet_top .box_state .text_time,
.ft_outer .bet_type_pd .box_lebet_top .box_state .text_time_go{
	display: grid;
	flex: 1 1 calc(100% - 16px);
	line-height: 24px;
	grid-template-columns: 1fr auto;
	grid-auto-columns: auto;
	gap: 4px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
.ft_outer .bet_type_pd .box_lebet_top .box_state .text_time:before,
.ft_outer .bet_type_pd .box_lebet_top .box_state .text_time_go:before{
	content: '';
}
.ft_outer .bet_type_pd .box_lebet_top .box_state .text_time i:first-child,
.ft_outer .bet_type_pd .box_lebet_top .box_state .text_time_go:first-child{
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ft_outer .bet_type_pd .box_lebet_top .icon_n{
	flex: none;
}
.ft_outer .bet_type_pd .box_lebet_top .btn_total{
	height: 24px;
	justify-self: flex-end;
}
.ft_outer .bet_type_pd .box_lebet_top .box_score{
	background: #fff;
}


.ft_outer .bet_type_pd .box_lebet_top .box_lebet_r{
	width: 100%;
	max-width: unset;
	padding: 0;
}

.box_rpdbet .btn_lebet_odd{
	border: none!important;
	border-radius: 0;
	outline: 1px solid #fff;
	outline-offset: -1px;
}
.box_rpdbet .btn_lebet_odd.lock{
	border: none!important;
	background-color: #FFF!important;
}

/* OBT ET */
.ft_obt_et > label{
	display: grid;
	width: 100%;
	padding: 0 8px 16px 8px;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.ft_obt_et > label.none{
	display: none;
}
.table_obt{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
	align-items: center;
	align-content: center;
}
.table_obt .table_obt_title{
	display: flex;
	grid-column: 1 / 2 span;
}
.table_obt .table_obt_title span{
	display: block;
	width: 50%;
	padding: 0 4px;
	flex: 1 1 auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table_obt .table_obt_bet{
	display: grid;
	grid-template-rows: 48px;
	grid-template-columns: repeat(auto-fit, minmax(0,1fr));
	gap: 1px;
}

.txt_obt_note{
	display: flex;
	width: 100%;
	padding: 0 8px;
	align-items: center;
	font-size: 12px;
	color: rgba(0,0,0,.72);
}
/* OBT RN */
.txt_obt_note.txt_center{
	justify-content: center;
}

.ft_outer .text_odds{
	font-size: 14px;
}
.ft_outer .text_team{
	display: block;
	width: 100%;
	height: auto;
	flex: none;
	font-size: 13px;
	white-space: nowrap;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: unset;
	overflow: hidden;
}
.ft_outer .text_team p{
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content_obt .text_team{
	width: 100%;
	-webkit-line-clamp: 1;
}
.content_obt .box_team tt{
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	font-weight: normal;
	color: rgba(0,0,0,.72);
	text-transform: uppercase;
}
.content_obt .box_score{
	background: #FAF9F5;
}

/* OBT WI */
.ft_obt_wi{
	padding-top: 16px;
}
.ft_obt_wi > label{
	display: grid;
	width: 100%;
	padding: 0 8px;
}

/* OBT PK */
.ft_obt_rps > label{
	display: grid;
	width: 100%;
	padding: 0 8px 16px 8px;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(auto-fit, minmax(0,1fr));
	gap: 16px;

}


.fc_info{
	width: 100%;
	padding: 8px;
	color: rgba(0,0,0,0.72);
}
.bet_type_rnou .fc_info,
.bet_type_pd .fc_info{
	border-top: 1px solid #E6E6EA;
}
.bet_type_rnou .box_lebet_top .fc_info{
	grid-column: span 3;
}
.fc_wrap{
	display: grid;
	width: 100%;
	padding: 8px;
	gap: 8px;
	grid-template-rows: auto auto;
	grid-template-columns: 100%;
	border: 1px dashed rgba(0, 0, 0, 0.16);
	border-radius: 4px;
}
/* 640 setting*/
@media screen and (min-width: 640px){
	.fc_wrap{
		grid-template-rows: 1fr;
		grid-template-columns: repeat(2, calc(50% - 4px));
	}
	.ft_outer .bet_type_rnou .box_total{
		gap: 8px;
	}
	.ft_outer .bet_type_rnou .text_point{
		flex-direction: column;
		flex-wrap: wrap;
	}
}
.fc_lea_name{
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;

	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fc_team{
	width: fit-content;
	max-width: 100%;
	line-height: 13px;
	font-size: 12px;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;
}
.fc_team>div{
	display: inline-flex;
	max-width: 100%;
	column-gap: 4px;
}
.fc_team>div>span{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.fc_team_2 .txt_v{
	display: inline;
}
.txt_gold{
	color: #A78025;
}

.fc_time{
	display: flex;
	line-height: 13px;
	gap: 4px;
	font-size: 13px;
}
.box_lebet{
	border-bottom: 0px solid transparent;
}
.box_lebet.bet_type_pd,
.box_lebet.bet_type_sfs{
	border-bottom: 1px solid #E6E6EA;
}
/* .box_outer > div:first-child .box_lebet.game_fantasy .tag_sort.sort_time[style="display: none;"] + .box_lebet_top, */
.box_outer > div:first-child .box_lebet.game_fantasy{
	margin-top: -16px;
}
.box_outer > div:first-child .game_fantasy .tag_sort.sort_time{
	margin-top: 16px;
}


/* NEW FT STYLE */
/* 主要玩法 main ,罚牌 rn ,角球 cn */
.ft_outer .box_lebet_l{
	display: grid;
	padding: 0 8px;
	grid-template-columns: 40px 1fr;
	grid-template-rows: 40px 1fr;
	grid-template-areas:
		"star state"
		"board board";
}
.ft_outer .btn_inn_team{
	display: grid;
	width: 100%;
	padding-left: 8px;
	grid-template-rows: 32px 0 32px;
	grid-template-areas:
		'teamH'
		'.'
		'teamC';
}
.box_live .ft_outer .bet_type_8 .btn_inn_team,
.ft_outer .bet_type_8.live_lebet .btn_inn_team,
.box_live .ft_outer .bet_type_cn .btn_inn_team,
.ft_outer .bet_type_cn.live_lebet .btn_inn_team,
.box_live .ft_outer .bet_type_rn .btn_inn_team,
.ft_outer .bet_type_rn.live_lebet .btn_inn_team,
.box_live .ft_outer .bet_type_moua .btn_inn_team,
.ft_outer .bet_type_moua.live_lebet .btn_inn_team{
	padding-left: 0;
	grid-template-columns: 32px 8px 1fr;
	grid-template-areas:
		'score . teamH'
		'score . .'
		'score . teamC';
}
.ft_outer .content_obt .btn_inn_team{
	grid-template-rows: 48px 4px 48px;
	pointer-events: none;
}
.ft_outer .box_star{
	grid-area: star;
	display: flex;
	width: 32px;
	height: 32px;
	margin: 4px 8px 4px 0;
	align-items: center;
	justify-content: center;
}
.ft_outer .text_time i:empty{
	display: ;
}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.ft_outer .btn_total:hover *{
		color: #000;
		fill: #000;
	}
	.rnou_btn_1H:hover i{
		background-position: center calc(100% + 4px);
		opacity: 1;
	}
	.rnou_btn_fore:hover i{
		background-position: center bottom;
	}
	.rnou_btn:hover i[class^="icon_tv"]{
		background-image: url("../images/icon_tv_go.svg");
	}
	.rnou_btn:hover i[class^="icon_match"]{
		background-position: 8px center;
	}
	.ft_outer .bet_type_8 .icon_forecast:hover,
	.ft_outer .bet_type_cn .icon_forecast:hover,
	.ft_outer .bet_type_rn .icon_forecast:hover,
	.ft_outer .bet_type_moua .icon_forecast:hover{
		fill: #A78025;
	}
	.fc_team:hover{
		background: rgba(0,0,0,0.04);
	}
}
@media (pointer: fine) and (max-resolution: 2dppx) and (min-width: 640px),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2) and (min-width: 640px),
(-moz-touch-enabled: 0) and (min-width: 640px),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px){
	.rnou_btn_1H:hover i{
		background-position: center bottom;
		opacity: 1;
	}
}
.ft_outer .btn_total:active .game_total,
.ft_outer .btn_total:active .icon_arrow{
	background: rgba(0,0,0,0.08);
}
.ft_outer .btn_total:active *{
	color: #000;
	fill: #000;
}
.ft_outer .bet_type_8 .icon_forecast:active,
.ft_outer .bet_type_cn .icon_forecast:active,
.ft_outer .bet_type_rn .icon_forecast:active,
.ft_outer .bet_type_moua .icon_forecast:active{
	fill: #A78025;
	background: rgba(0,0,0,0.08);
}
.fc_team:active{
	background: rgba(0,0,0,0.08);
}

.ft_outer .bet_type_rnou .box_lebet_r,
.ft_outer .bet_type_sfs .box_lebet_r,
.ft_outer .bet_type_pd .box_lebet_r,
.ft_outer .bet_type_moua .box_lebet_r{
	display: block;
	grid-template-columns: none;
	gap: 0;
}


/* 让球大小 rou */
.ft_outer .bet_type_rnou{
	border-top: 1px solid transparent;
	border-bottom: 0;
}
.ft_outer .bet_type_rnou .box_lebet_top{
	display: grid;
	width: 100%;
	grid-template-rows: 65px 1fr;
	grid-template-columns: 1fr 32px;
	/* border-bottom: 1px solid #EAEAE6; */
	grid-template-areas:
		'scoreBoard scoreBoard'
		'game rightBTN';
}
.ft_outer .bet_type_rnou .box_live_rps{
	border-top: none;
	border-bottom: 1px solid #EAEAEA;
}
.ft_outer .bet_type_rnou .box_lebet_top .box_lebet_l{
	grid-area: scoreBoard;
	grid-column: 1 / span 2;
	width: 100%;
	min-width: unset;
	max-width: unset;
	margin-bottom: 1px;
	padding: 8px 0 8px 8px;
	background: #F8F8F7;
	align-items: center;
	grid-template-columns: minmax(176px,auto) 8px minmax(96px,160px) 32px;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		'board . state star'
		'board . total star';
}
.ft_outer .bet_type_rnou .box_lebet_top .box_lebet_r{
	grid-area: game;
	display: grid;
	width: 100%;
	height: 100%;
	max-width: unset;
	padding: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-columns: minmax(0,1fr);
	grid-auto-flow: column;
	gap: 1px;
	background: #EAEAEA;
	border-top: 1px solid #EAEAE6;
}

/* 单式设定 */
.bet_type_rnou .box_lebet_top .btn_inn_team{
	padding: 0;
	grid-template-columns: 32px 1fr;
	grid-template-rows: 24px 24px;
	column-gap: 8px;
	grid-template-areas:
			'teamH teamH'
			'teamC teamC';
}
/* 滚球设定 */
.box_live .ft_outer .bet_type_rnou .btn_inn_team,
.ft_outer .bet_type_rnou.live_lebet .btn_inn_team{
	grid-template-columns: 32px 1fr;
	grid-template-areas:
			'score teamH'
			'score teamC';
}
.ft_outer .bet_type_rnou .box_lebet_top .box_score{
	background: #fff;
}
.ft_outer .form_lebet_hdpou{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 32px 97px 1fr;
	column-gap: 1px;
	/* padding: 0 1px; */
	background: #fff;
}
.ft_outer .bet_type_rnou .box_lebet_top .box_lebet_btn{
	grid-area: rightBTN;
	height: 100%;
	grid-template-rows: 32px 48px 1px 48px;: hover;
	gap: 0;
	background: #FAF9F5;
	grid-template-areas:
		'btn_1H'
		'forecast'
		'.'
		'tvmt';
	border-top: 1px solid #EAEAE6;
}
.rnou_btn{
	width: 100%;
	height: 100%;
	user-select: none;
}
.rnou_btn i{
	display: flex;
	width: 100%!important;
	height: 100%!important;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.rnou_btn_1H{
	grid-area: btn_1H;
}
.rnou_btn_1H i{
	background-position: center -4px;
	background-repeat: no-repeat;
	background-size: 44px auto;
	opacity: 0.64;
}
.rnou_btn_1H .icon_1H_TW,
.rnou_btn_1H .icon_1H_CN{
	background-image: url("../images/icon_1H_zh.svg");
}
.rnou_btn_1H .icon_1H_EN{
	background-image: url("../images/icon_1H_en.svg");
}
.rnou_btn_1H i.off{
	pointer-events: none;
	opacity: 0.24!important;
	background-position: center -4px!important;
}
.rnou_btn_1H i.on,
.rnou_btn_1H:active i{
	background-position: center calc(100% + 4px);
	opacity: 1;
}

.rnou_btn_fore{
	grid-area: forecast;
}
.rnou_btn_fore i{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 44px auto;
	background-image: url("../images/icon_forecast.svg");
	background-color: transparent!important;
	transition: none!important;
}
.rnou_btn_fore i.on{
	background-position: center bottom;
}
@media screen and (min-width: 640px){
	.rnou_btn_1H i,
	.rnou_btn_fore i{
		background-position: center top;
	}
	.rnou_btn_1H i.off{
		background-position: center top!important;
	}
	.rnou_btn_1H i.on,
	.rnou_btn_1H:active i{
		background-position: center bottom;
	}
}
.rnou_btn.rnou_btn_tvmt{
	grid-area: tvmt;
}
.rnou_btn svg{
	height: 16px;
	pointer-events: none;
}
.rnou_btn.rnou_btn_tvmt i{
	background-size: auto 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
.rnou_btn.rnou_btn_tvmt i[class^="icon_match"]{
	background-position: calc(100% - 6px) center;
}
.box_lebet_btn.btn_tvmt .rnou_btn:active i[class^="icon_match"],
.rnou_btn.rnou_btn_tvmt i[class^="icon_match"].now{
	background-position: calc(0% + 6px) center;
}
.rnou_btn i.none{
	display: none;
}
.rnou_btn i.off{
	cursor: default;
	pointer-events: none;
}
.rnou_btn .on[class^="icon_match"]{
	background-position: 8px center;
}
.rnou_btn:active i:not(.off){
	fill: #A78025;
}
.rnou_btn:active i.icon_forecast{
	background-position: center bottom;
}
.rnou_btn:active [class^="icon_tv"]{
	background-image: url("../images/icon_tv_go.svg");
}
.ft_outer .bet_type_rnou .box_lebet_top .box_state .text_time{
	display: flex;
	flex: 1 1 calc(100% - 16px);
	line-height: 24px;
	justify-content: flex-end;
	gap: 4px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
.ft_outer .form_lebet_hdpou .head_lebet{
	grid-row: 1 / span 1;
	grid-column: 1 / -1;
	width: 100%;
	height: 100%;
}
/* HT */
.ft_outer .form_lebet_hdpou.hdpou_1h .head_lebet{
	color: #A78025;
}
/* Pens */
.ft_outer .form_lebet_hdpou.hdpou_pens{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ft_outer .col_hdpou{
	display: grid;
	grid-row: 1;
	grid-template-rows: 48px 48px;
	gap: 1px;
	overflow: hidden;
}
.ft_outer .col_hdpou:not(:nth-of-type(-n+4)){
	/* display: none; */
}
.ft_outer .btn_hdpou_odd{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	transition: none!important;
	cursor: pointer;
	overflow: hidden;
	border: none!important;
}
.btn_hdpou_odd span:first-child{
	display: flex;
	width: 100%;
	max-height: 16px;
	align-items: center;
	justify-content: center;
}
.btn_hdpou_odd.strong_team span{
	font-weight: bold;
}
.btn_hdpou_odd span>.text_ballhead{
	flex: 0 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ft_outer .odd_empty .btn_hdpou_odd{
	pointer-events: none;
	opacity: 0;
}
.ft_outer .odd_empty .btn_hdpou_odd *{
	display: none!important;
}
.btn_hdpou_odd.on{
	background-color: #c99a2c!important;
}
.btn_hdpou_odd.on *{
	color: #fff!important;
}
.btn_hdpou_odd.lock{
	background-image: url('../images/icon_nobet.svg?v0419');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	background-color: #FFF!important;
	pointer-events: none;
}
.btn_hdpou_odd.lock *{
	display: none;
}
.btn_hdpou_odd.off{
	background-color: rgba(0,0,0,0.04);
	pointer-events: none;
}
.btn_hdpou_odd.off .text_ballou{
	display: none;
}
.ft_outer .bet_type_rnou .box_lebet_top .box_state{
	grid-area: state;
	height: 24px;
	margin: 0;
	padding-right: 8px;
	padding-left: 0;
	font-size: 12px;
	justify-content: flex-end;
	column-gap: 4px;
}
.ft_outer .bet_type_rnou .box_lebet_top .box_state > *{
	margin-right: 0;
}
.ft_outer .bet_type_rnou .box_lebet_top .icon_n{
	flex: none;
}
.ft_outer .box_lebet_top .box_total{
	height: 24px;
	justify-self: flex-end;
}
.ft_outer .bet_type_rnou .break_flex{
	display: none;
}
@media screen and (min-width: 640px){
	.ft_outer .bet_type_rnou{
		border-top: none;
	}
	.ft_outer .bet_type_rnou .box_lebet_top{
		min-height: 149px;
		grid-template-columns: calc((100% - 48px)/3) 1fr 48px;
		grid-template-rows: unset;
		grid-template-areas:
			'scoreBoard game rightBTN';
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_lebet_l{
		margin-bottom: 0;
		padding: 0 8px;
		grid-column: 1 / span 1;
		align-items: start;
		grid-template-columns: 40px auto 1fr;
		grid-template-rows: 40px 1fr;
		grid-template-areas:
			"star state total"
			"board board board";
		background: transparent;
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_total{
		height: 32px;
		margin: 4px 0 4px 8px;
		justify-self: normal;
	}
	/* 单式设定 */
	.bet_type_rnou .box_lebet_top .btn_inn_team{
		grid-template-columns: 0px 32px 1fr;
		grid-template-rows: 48px 4px 48px;
		grid-template-areas:
			'. teamH teamH'
			'. . .'
			'. teamC teamC';
	}
	/* 滚球设定 */
	.box_live .ft_outer .bet_type_rnou .btn_inn_team,
	.ft_outer .bet_type_rnou.live_lebet .btn_inn_team{
		grid-template-columns: 32px 1fr;
		grid-template-areas:
			'score teamH'
			'score .'
			'score teamC';
	}
	.ft_outer .form_lebet_hdpou{
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: 40px 97px 1fr;
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_lebet_btn{
		grid-template-rows: 40px 48px 1px 48px;
		border-top: none;
		grid-template-areas:
			'btn_1H'
			'forecast'
			'.'
			'tvmt';
	}
	.rnou_btn.rnou_btn_tvmt i[class^="icon_match"]{
		background-position: calc(100% - 14px) center;
	}
	.box_lebet_btn.btn_tvmt .rnou_btn:active i[class^="icon_match"],
	.rnou_btn.rnou_btn_tvmt i[class^="icon_match"].now{
		background-position: calc(0% + 14px) center;
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_state .text_time{
		display: inline-block;
		flex: none;
	}
	.ft_outer .box_lebet_btn{
		grid-template-rows: repeat(3, 48px);
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_state .text_time,
	.ft_outer .bet_type_rnou .box_lebet_top .box_state .text_time_go{
		display: inline-block;
		flex: none;
		text-align: left;

		white-space: normal;
		line-height: 13px;
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_state .text_time i:first-child,
	.ft_outer .bet_type_rnou .box_lebet_top .box_state .text_time_go:first-child{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ft_outer .bet_type_rnou .box_state .text_time i.txt_bl{
		white-space: pre-line;
		flex-wrap: wrap;
	}
	.ft_outer .bet_type_rnou .box_state .text_time .txt_bl *{
		white-space: nowrap;
	}
	.ft_outer .bet_type_rnou .box_lebet_top .icon_n{
		flex: none;
	}
	.ft_outer .bet_type_8 .text_total,
	.ft_outer .bet_type_cn .text_total,
	.ft_outer .bet_type_rn .text_total{
		width: 100%;
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_lebet_r{
		border: none;
	}
	.ft_outer .box_lebet_btn{
		border: none;
	}

	.ft_outer .bet_type_rnou .box_lebet_top .box_score{
		background: #FAF9F5
	}
	.ft_outer .bet_type_rnou .box_lebet_top .box_state{
		display: grid;
		height: 32px;
		margin: 4px 0;
		padding: 0;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 8px;
		grid-template-columns: auto;
		grid-auto-columns: minmax(0,12px);
		grid-auto-flow:column;
	}
	/* FT/HT */
	.ft_outer .form_lebet_hdpou{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	/* Pens */
	.ft_outer .form_lebet_hdpou.hdpou_pens{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ft_outer .col_hdpou:nth-of-type(5){
		display: grid;
	}
	.ft_outer .col_hdpou:not(:nth-of-type(-n+5)){
		/* display: none; */
	}

}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.btn_hdpou_odd:hover{
		background-color: #f9eccf;
	}
	.box_lebet_btn .rnou_btn:hover .icon_match_FT{
		background-position: 6px center;
	}
	.sfs_submenu .btn_submenu:hover{
		color: #000;
	}
}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx) and (min-width: 640px),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2) and (min-width: 640px),
(-moz-touch-enabled: 0) and (min-width: 640px),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px){
	.box_lebet_btn .rnou_btn:hover .icon_match_FT{
		background-position: 14px center;
	}
	.ft_outer .info_on:hover .txt_bl i:not(.txt_bk){
		color: #0070E0;
	}
}
.ft_outer .info_on:active .txt_bl i:not(.txt_bk){
	color: #0052A3;
}
.sfs_submenu .btn_submenu:active{
	color: #000;
	background: rgba(0,0,0,0.08);
}

/* 波胆 pd */
.ft_outer .bet_type_pd .box_lebet_top .box_lebet_l{
	display: grid;
	width: 100%;
	grid-column: 1 / span 2;
	width: 100%;
	min-width: unset;
	max-width: unset;
	margin-bottom: 1px;
	padding: 8px 0;
	background: rgba(237, 237, 237, 0.32);
	align-items: center;
	grid-template-columns: minmax(176px,auto) 8px minmax(96px,160px) 32px;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		'board . state star'
		'board . total star';
}
.ft_outer .bet_type_pd .box_lebet_top .btn_inn_team{
	padding-left: 8px;
	grid-template-columns: 32px 1fr;
	grid-template-rows: 24px 24px;
	column-gap: 8px;
	grid-template-areas:
		'teamH teamH'
		'teamC teamC';
}
.box_live .ft_outer .bet_type_pd .btn_inn_team,
.ft_outer .bet_type_pd.live_lebet .btn_inn_team{
	padding-left: 8px;
	grid-template-columns: 32px 1fr;
	grid-template-rows: 24px 24px;
	column-gap: 8px;
	grid-template-areas:
		'score teamH'
		'score teamC';
}


/* 独赢 rm */
.ft_outer .bet_type_moua .box_lebet_top{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	will-change: transform;
	flex-wrap: wrap;
}
.ft_outer .bet_type_moua .box_lebet_top .box_lebet_l{
	display: grid;
	width: 29%;
	min-width: 180px;
	grid-template-columns: 40px 1fr;
	grid-template-rows: 40px 1fr;
	grid-template-areas:
		"star state"
		"board board";
	background: transparent;
}
.bet_type_moua .box_lebet_top .box_lebet_l .btn_inn_team{
	grid-template-rows: 56px 4px 56px;
}
.ft_outer .bet_type_moua .box_lebet_top .box_state{
	height: 32px;
	margin: 4px 0;
	padding: 0;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 8px;
	display: grid;
	grid-template-columns: auto;
	grid-auto-columns: minmax(0,12px);
	grid-auto-flow:column;
}
.ft_outer .bet_type_moua .box_lebet_top .box_state .text_time,
.ft_outer .bet_type_moua .box_lebet_top .box_state .text_time_go{
	display: inline-block;
	flex: none;
	text-align: left;
	white-space: normal;
	line-height: 13px;
}
.ft_outer .bet_type_moua .box_state .text_time i.txt_bl{
	white-space: pre-line;
	flex-wrap: wrap;
}
.ft_outer .bet_type_moua .box_state .text_time .txt_bl *{
	white-space: nowrap;
}
.ft_outer .bet_type_moua .box_lebet_top .box_state .text_time i:first-child,
.ft_outer .bet_type_moua .box_lebet_top .box_state .text_time_go:first-child{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bet_type_moua .box_state > *{
	margin: 0;
}
.bet_type_moua .box_lebet_l .btn_game_more{
	height: 56px;
	margin-top: 4px;
}
.ft_outer .bet_type_moua .box_lebet_top .box_lebet_r{
	display: grid;
	width: 71%;
	height: 232px;
	grid-template-columns: repeat(3, minmax(132px, 1fr));
	column-gap: 24px;
	padding: 0 8px 16px 0;
}
.form_lebet_moua{
	display: grid;
	grid-template-columns: repeat(2, minmax(64px, 1fr));
	grid-template-rows: 36px repeat(3, 56px);
	grid-auto-flow: column;
	gap: 4px;
}
.form_lebet_moua .head_lebet{
	grid-column: 1 / span 2;
	height: 100%;
	padding-top: 4px;
}
.form_lebet_moua .btn_lebet_odd{
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #EBEBEB;
}
.form_lebet_moua .btn_lebet_odd.lock{
	border: 1px solid #EBEBEB!important;
}

/* 进球球员 sfs */
.ft_outer .bet_type_sfs .box_lebet_top .box_lebet_l{
	grid-column: 1 / span 2;
	width: 100%;
	min-width: unset;
	max-width: unset;
	margin-bottom: 1px;
	padding: 8px 0;
	background: #F8F8F7;
	align-items: center;
	grid-template-columns: minmax(176px,auto) 8px minmax(96px,160px) 32px;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		'board . state star'
		'board . total star';
}
.ft_outer .bet_type_sfs .box_lebet_top .btn_inn_team{
	grid-template-columns: 32px 1fr;
	grid-template-rows: 24px 24px;
	column-gap: 8px;
	grid-template-areas:
			'teamH teamH'
			'teamC teamC';
}
.ft_outer .bet_type_sfs .box_lebet_top .box_state{
	grid-area: state;
	height: 24px;
	margin: 0;
	padding-right: 8px;
	padding-left: 0;
	font-size: 12px;
	justify-content: flex-end;
	column-gap: 4px;
	grid-auto-columns: auto;
}
.ft_outer .bet_type_sfs .box_lebet_top .box_state > *{
	margin-right: 0;
}
.ft_outer .bet_type_sfs .box_lebet_top .box_state .text_time{
	display: grid;
	flex: 1 1 calc(100% - 16px);
	line-height: 24px;
	grid-template-columns: 1fr auto;
	grid-auto-columns: auto;
	gap: 4px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
.ft_outer .bet_type_sfs .box_lebet_top .box_state .text_time:before{
	content: '';
}
.ft_outer .bet_type_sfs .box_lebet_top .box_state .text_time i:first-child{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ft_outer .bet_type_sfs .box_lebet_top .icon_n{
	flex: none;
}
.ft_outer .bet_type_sfs .box_lebet_top .btn_total{
	height: 24px;
}
.ft_outer .bet_type_sfs .box_lebet_top .box_lebet_r{
	display: flex;
	width: 100%;
	max-width: unset;
	flex-direction: column;
}
.ft_outer .bet_type_sfs .btn_submenu,
.ft_obt_sfs .btn_submenu{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 16px;
}
.bet_type_sfs .box_lebet_r.teamH .row_sfs.teamC,
.bet_type_sfs .box_lebet_r.teamC .row_sfs.teamH,
.ft_obt_sfs.teamH .row_sfs.teamC,
.ft_obt_sfs.teamC .row_sfs.teamH{
	display: none;
}
.ft_outer .form_lebet_sfs{
	display: grid;
	width: 100%;
	max-width: unset;
	padding: 0;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(auto-fit, 48px);
	grid-auto-rows: 48px;
	max-height: 245px;
	height: auto;
	overflow: hidden;
	row-gap: 1px;
}
.ft_outer .form_lebet_sfs.head_lebet{
	grid-template-rows: 32px;
}
.box_lebet_r.on .form_lebet_sfs{
	max-height: unset;
	grid-auto-rows: 48px;
}
.ft_outer .form_lebet_sfs hr{
	display: none;
}
.row_sfs{
	display: grid;
	align-items: center;
	grid-template-columns: 44% 56%;
}
.sfs_nogoal .btn_sfs_odd:nth-child(1),
.sfs_nogoal .btn_sfs_odd:nth-child(2){
	display: none;
}
.sfs_nogoal .btn_sfs_odd:nth-child(3){
	grid-column: 1 / span 3;
}
.odd_sfs{
	display: grid;
	height: 100%;
	padding-right: 8px;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
}
.row_sfs .name{
	width: 100%;
	padding-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.form_lebet_sfs:not(.head_lebet) .name{
	color: #000;
}
.row_sfs .name span{
}
.row_sfs .name:empty + .odd_sfs{
	display: none;
}
.form_lebet_sfs .head_lebet.name{
	align-items: flex-start;
}
.form_lebet_sfs .btn_sfs_odd{
	box-shadow: none!important;
	/* background-color: transparent; */
}
/* SFS OBT */
.ft_outer .ft_obt_sfs .form_lebet_sfs{
	max-height: unset;
	grid-auto-rows: 48px;
}
.ft_outer .ft_obt_sfs .sfs_submenu,
.ft_outer .ft_obt_sfs .form_lebet_sfs.head_lebet{
	background: #F4F4F4;
}
.ft_outer .ft_obt_sfs .form_lebet_sfs{
	background: #FFF;
}
.ft_outer .ft_obt_sfs .sfs_submenu{
	margin: 0;
}

/* SFS btn_more */
.bet_type_sfs .box_innbet_btn{
	display: flex!important;
	width: 100%;
	height: 64px;
	line-height: 16px;
	margin: 0;
	justify-content: center;
}
.bet_type_sfs .btn_innbet_more{
	width: auto;
	margin: 16px 0 32px 0;
	font-size: 13px;
	color: #0066CC;
	background: transparent!important;
	cursor: pointer;
	font-weight: 400;
}
.bet_type_sfs .box_lebet_r.on .btn_innbet_more{
	display: none;
}
.bet_type_sfs .btn_innbet_more .icon_toparr{
	margin: 0 0 0 4px;
}
.bet_type_sfs .icon_toparr svg{
	fill: #0066CC;
}
.sfs_submenu{
	display: flex;
	width: 100%;
	height: 56px;
	margin-bottom: 8px;
	padding: 4px 16px;
	gap: 16px;
}
.sfs_submenu .btn_submenu{
	color: rgba(0,0,0,.56);
	cursor: pointer;
}
.box_lebet_r.teamH .btn_submenu.teamH,
.box_lebet_r.teamC .btn_submenu.teamC,
.ft_obt_sfs.teamH .btn_submenu.teamH,
.ft_obt_sfs.teamC .btn_submenu.teamC{
	color: #000;
}

/* 320 setting*/
@media screen and (max-width: 639px){
	.row_sfs.none{
		display: none;
	}
}
/* 640 setting*/
@media screen and (min-width: 640px){
	.ft_outer .form_lebet_sfs{
		grid-template-columns: 1fr 1fr;
	}
	.row_sfs{
		display: grid;
	}
	.row_sfs.teamC,
	.row_sfs.teamH{
		display: grid!important;
	}
	.sfs_submenu .btn_submenu{
		color: #000;
	}

	/* OBT */
	.ft_obt_sfs .form_lebet_sfs{
		width: calc(100% - 16px);
		margin: 0 8px;
		grid-template-columns: 1fr 1px 1fr;
	}
	.ft_obt_sfs .form_lebet_sfs hr{
		display: block;
		width: 1px;
		height: 100%;
		border: none;
		border-left: 1px solid #f4f4f4;
	}
}









.content_obt.no_event_obt,
.ft_obt_sfs.no_event_obt{
	display: block;
	width: 100%;
	height: 200px;
	padding: 25px 0;
	border: none;
}
.content_obt.no_event_obt > *,
.ft_obt_sfs.no_event_obt > *{
	display: none!important;
}
.content_obt.no_event_obt:before,
.ft_obt_sfs.no_event_obt:before{
	content: '';
	position: unset;
	display: block;
	width: 120px;
	height: 86px;
	margin: 0 auto;
	background: url('../images/img_nodata.svg') no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
}
.content_obt.no_event_obt:after,
.ft_obt_sfs.no_event_obt:after{
	content: attr(data-noEventOBT);
	display: flex;
	width: 100%;
	height: 40px;
	margin-top: 24px;
	align-items: center;
	justify-content: center;
}
.content_obt.no_event_obt + .btn_obt_more,
.ft_obt_sfs.no_event_obt + .btn_obt_more{
	display: none;
}

/*修正android过多svg会破图的问题，手机改用webp格式 pc维持svg*/
/* PC setting */
@media (any-pointer: fine) and (hover: hover){
	.btn_lebet_odd.lock,
	.btn_obt_odd.lock,
	.btn_sfs_odd.lock,
	.btn_obt2_odd.lock,
	.btn_hdpou_odd.lock{
		background-image: url('../images/icon_nobet.svg?v0419');
	}
}




/* SP 2.0 2023/09 */
.wrap_feature.tab_highlights{order: 0;}
.wrap_match.tab_highlights{order: var(--order_match , 1);}
.wrap_standings.tab_highlights{order: var(--order_standings , 2);}
.wrap_winnerTeam.tab_highlights{order: var(--order_winner , 3);}
.wrap_banner.tab_highlights{order: var(--order_banner , 4);}
.wrap_fs.tab_highlights{order: var(--order_fs , 5);}
.box_highlights_widget.tab_highlights{order: var(--order_widget);}

.wrap_feature,
.wrap_match,
.wrap_standings,
.wrap_winnerTeam,
.wrap_banner,
.wrap_fs,
.box_highlights_widget{
	width: 100%;
}

.wrap_cupshow{
	display: grid;
	margin-top: 16px;
	row-gap: 24px;
	grid-template-columns: 100%;
	grid-auto-rows: auto;
}


.standings_scroll{
	width: 100%;
	height: 32px;
	margin: 8px 0;
	line-height: 16px;
	font-size: 13px;
	color: rgba(0,0,0,0.72);
}
.standings_scroll .box_slide{
	padding: 0;
}
.standings_scroll .box_slide>label{
	gap: 8px;
}
/* MOBILE setting */
@media (pointer: coarse),
(hover: none){
	.standings_scroll .btn_go_l,
	.standings_scroll .btn_go_r{
		display: none;
	}
}
.btn_menu_standings{
	display: inline-block;
	width: 87px;
	height: 32px;
	line-height: 16px;
	padding: 8px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.btn_menu_standings.on{
	color: #A78025;
}
@media screen and (min-width: 1024px){
	.btn_menu_standings:first-child{
		padding-left: 0;
	}
}


/* 精选冠军 */
.box_cupfs{
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	gap: 16px;
}
@media screen and (min-width: 640px){
	.box_cupfs{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.wrap_cupfs{
	background: #F3F3F1;
}
.title_cupfs{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 16px;
	padding: 16px 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	color: #000;
}
.box_innbet_cupfs{
	display: grid;
	margin-bottom: 8px;
	padding: 0 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px;
}
.box_innbet_cupfs .btn_lebet_odd{
	border-radius: 2px;
	border: 1px solid #EBEBEB;
}
.wrap_cupfs .box_innbet_btn{
	grid-column: span 2;
	margin: -8px 0 0 0;
}
.wrap_cupfs .box_innbet_btn.on{
	display: block!important;
}
.wrap_cupfs .btn_innbet_more{
	font-size: 13px;
	color: #0066CC;
}
.img_cupfs{
	display: flex;
	width: 100%;
	padding-bottom: 56.25%;
	/* aspect-ratio: 16 / 9; */
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wrap_cupfs:nth-child(1) .img_cupfs{
	/* 	background-image: url('../images/img_cupfs_1.jpg');
        background-image: image-set(
            url("../images/img_cupfs_1.jpg") 1x,
            url("../images/img_cupfs_1_2x.jpg") 2x,
            url("../images/img_cupfs_1_3x.jpg") 3x
        );
        background-color: #0C7C9F; */
}
.wrap_cupfs:nth-child(2) .img_cupfs{
	/* 	background-image: url('../images/img_cupfs_2.jpg');
        background-image: image-set(
            url("../images/img_cupfs_2.jpg") 1x,
            url("../images/img_cupfs_2_2x.jpg") 2x,
            url("../images/img_cupfs_2_3x.jpg") 3x
        );
        background-color: #185B56; */
}
.wrap_cupfs:nth-child(3) .img_cupfs{
	/* 	background-image: url('../images/img_cupfs_3.jpg');
        background-image: image-set(
            url("../images/img_cupfs_3.jpg") 1x,
            url("../images/img_cupfs_3_2x.jpg") 2x,
            url("../images/img_cupfs_3_3x.jpg") 3x
        );
        background-color: #247A7E; */
}
.wrap_cupfs:nth-child(4) .img_cupfs{
	/*
	background-image: url('../images/img_cupfs_4.jpg');
	background-image: image-set(
		url("../images/img_cupfs_4.jpg") 1x,
		url("../images/img_cupfs_4_2x.jpg") 2x,
		url("../images/img_cupfs_4_3x.jpg") 3x
	);

	background-color: #FFF;*/
}

/* <<127>> START*/
.wrap_cupfs:nth-child(1) .img_cupfs{
	background-image: url('../images/img_cupfs2026_1.webp?v=0');
}
.wrap_cupfs:nth-child(2) .img_cupfs{
	background-image: url('../images/img_cupfs2026_2.webp?v=1');
}
.wrap_cupfs:nth-child(3) .img_cupfs{
	background-image: url('../images/img_cupfs2026_3.webp?v=0');
}
.wrap_cupfs:nth-child(4) .img_cupfs{
	background-image: url('../images/img_cupfs2026_4.webp?v=0');
}
/* <<127>> END*/

.box_btn_viewall{
	display: flex;
	width: 100%;
	margin: 24px 0;
	padding: 0;
	align-items: center;
	justify-content: center;
}
.cup_outer + .box_btn_viewall{
	margin-top: 32px;
}
.wrap_cupfs .box_btn_viewall{
	height: 48px;
	margin: -8px 0 0 0;
	padding: 0;
}
.wrap_cupfs .box_btn_viewall .btn_viewall{
	height: 100%;
	line-height: 16px;
	padding: 16px 0;
}
.wrap_cupfs .text_ballou{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.btn_viewall{
	display: block;
	width: 100%;
	height: 16px;
	font-size: 13px;
	text-align: center;
	color: #0066CC;
}
.tag_sort,
.cup_tag_group{
	display: inline-block;
	max-width: calc(100% - 16px);
	height: 24px;
	line-height: 16px;
	margin: 16px 8px 8px 8px;
	padding: 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-top: 1px solid rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.4);
}
.cup_tag_group{
	margin: 16px 0 16px 8px;
}
.btn_title_le[style="display: none;"] + .box_lebet .tag_sort,
.btn_title_le[style="display: none;"] + .box_lebet .cup_tag_group{
	/* margin-top: 32px; */
}

.box_outer > div:first-child .btn_title_le[style="display: none;"] + .box_lebet:not(.game_fantasy) .tag_sort{
	margin-top: 0;
}
.box_outer > div:first-child.tag_sort{
	margin-top: 0;
}

@media screen and (min-width: 1024px){
	.tag_sort{
		max-width: calc(100% - 8px);
		margin: 16px 0 8px 8px;
	}
	.cup_tag_group{
		margin: 16px 0;
	}
	.tag_sort.sort_cup{
		margin-left: 0;
	}
	.box_outer > div:first-child .btn_title_le[style="display: none;"] + .box_lebet .tag_sort{
		margin-left: 0!important;
	}
}
.tag_sort span,
.cup_tag_group span{
	display: block;
	width: 100%;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.cup_tag_group:first-child{
	margin-top: 0;
}
.tag_sort:empty,
.cup_tag_group:empty{
	display: none;
}
.wrap_match_team .cup_outer > div:first-child .tag_sort{
	margin-top: 0;
}
/* 1024 setting */
@media screen and (min-width: 1024px){
	.head_league.cup{
		margin-bottom: 0;
	}
}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.btn_viewall:hover,
	.btn_allteam:hover{
		color: #0070E0;
	}
}
/* All active effect */
.btn_viewall:active,
.btn_allteam:active{
	color: #0052A3;
}


/* 2023/12 correct score 2.0 */

/* 选单 PD */
.tab_PDswitch{
	display: flex;
	width: 100%;
	height: 48px;
	/* padding-left: 8px; */
	align-items: center;
}
/* 外层过滤,特殊队伍过滤 */
.box_league > .tab_PDswitch,
.wrap_match_team .tab_PDswitch{
	margin-top: -16px;
	margin-bottom: 8px;
	padding-left: 8px;
}
.wrap_match_team .tab_PDswitch{
	opacity: 1;
}
.loading_cup_on ~ .content_sport .tab_PDswitch{
	opacity: 0;
}
@media screen and (min-width: 1024px){
	.box_league > .tab_PDswitch,
	.wrap_match_team .tab_PDswitch{
		padding-left: 0;
	}
}
.btn_PDswitch{
	display: inline-flex;
	width: auto;
	height: 24px;
	line-height: 16px;
	margin-right: 8px;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 12px;
	color: rgba(0,0,0,0.72);
	background: #FFF;
	border: 1px solid #C2C2C2;
}
.btn_PDswitch.new::after{
	display: block;
	margin-left: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #E76565;
	transition: color 0.3s linear;
}
.TW .btn_PDswitch.new::after,
.CN .btn_PDswitch.new::after{
	content: '新';
}
.EN .btn_PDswitch.new::after{
	content: 'NEW';
}
.btn_PDswitch.on{
	color: #fff;
	background: #A78025;
	border-color: #A78025;
	pointer-events: none;
}
.btn_PDswitch.on.new::after{
	color: #fff;
}

.box_rpdbet{
	display: grid;
	width: 100%;
	padding-top: 1px;
	grid-template-rows: 1fr;
	grid-auto-rows: minmax(8px, auto);
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: #EAEAE6!important;
	grid-template-areas:
		'pd_l pd_l pd_m pd_r pd_r';
}
.box_rpdbet.strong_team_H{
	grid-template-areas:
		'pd_l pd_l pd_l pd_m pd_r';
}
.box_rpdbet.strong_team_C{
	grid-template-areas:
		'pd_l pd_m pd_r pd_r pd_r';
}
.box_rpdbet .innbet_rpd_l{grid-area: pd_l;}
.box_rpdbet .innbet_rpd_m{grid-area: pd_m;}
.box_rpdbet .innbet_rpd_r{grid-area: pd_r;}

.box_rpdbet .head_lebet{
	height: 32px;
}
.box_rpdbet .head_lebet span{
	width: 100%;
	text-align: center;
	order: -1;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.box_rpdbet .innbet_rpd_l .head_lebet,
.box_rpdbet .innbet_rpd_r .head_lebet{
	grid-column: 1 / span 2;
}
.box_rpdbet.strong_team_H .innbet_rpd_l .head_lebet,
.box_rpdbet.strong_team_C .innbet_rpd_r .head_lebet{
	grid-column: 1 / span 3;
}
.box_rpdbet.strong_team_C .innbet_rpd_l .head_lebet,
.box_rpdbet.strong_team_H .innbet_rpd_r .head_lebet{
	grid-column: 1 / span 1;
}
.box_rpdbet .innbet_rpd_l,
.box_rpdbet .innbet_rpd_r{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box_rpdbet.strong_team_H .innbet_rpd_l,
.box_rpdbet.strong_team_C .innbet_rpd_r{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.box_rpdbet.strong_team_H .innbet_rpd_r,
.box_rpdbet.strong_team_C .innbet_rpd_l{
	grid-template-columns: 1fr;
}

.box_rpdbet .innbet_rpd_l,
.box_rpdbet .innbet_rpd_m,
.box_rpdbet .innbet_rpd_r{
	display: grid;
	max-height: 277px;
	grid-template-rows: 32px 48px;
	grid-auto-rows: 48px;
	gap: 1px;
	background: #fff;
	overflow: hidden;
}
.box_rpdbet.on label{
	max-height: unset!important;
}
.box_rpdbet .btn_lebet_odd{
	overflow: hidden;
	display: none;
}
.box_rpdbet .btn_lebet_odd.show{
	display: flex;
}

.box_rpdbet .btn_viewall{
	display: flex;
	height: 48px;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #0066CC;
	background: #fff;
	grid-column: 1 / span 5;
}
.box_rpdbet .btn_viewall:before{
	content: attr(data-more);
	display: block;
}
.box_rpdbet.on .btn_viewall:before{
	content: attr(data-less);
}

.box_btn_pd{
	display: flex;
	width: 100%;
	height: 48px;
	padding: 0 16px 0 8px;
	align-items: center;
	border-top: 1px solid #EAEAE6;
}
.cup_outer .box_btn_pd{
	display: none;
}
.cup_outer .bet_type_pd .box_btn_pd{
	display: flex;
}

.box_btn_pd button{
	display: flex;
	height: 40px;
	line-height: 16px;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	color: rgba(0,0,0,0.56);
	background: transparent;
	border: none;
	cursor: pointer;
}
.box_btn_pd button.on{
	color: #000;
}

/* OBT PD */
.box_rpdbet.ft_obt_pd{
	width: calc(100% - 16px);
	margin: 0 auto;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	gap: 0;
	grid-template-columns: 2fr 1px 1fr 1px 2fr;
	grid-template-areas:
		'pd_l . pd_m . pd_r '
		'btn btn btn btn btn';
	padding-top: 0px;
}
.box_rpdbet.ft_obt_pd:not(.no_event_obt)::after{
	content: '';
	width: 100%;
	height: 8px;
	display: block;
	background: #F4F4F4;
	grid-row:span 1 / -1;
	grid-column: 1 / -1;
}
.box_rpdbet.ft_obt_pd.strong_team_H{
	grid-template-columns: 3fr 1px 1fr 1px 1fr;
}
.box_rpdbet.ft_obt_pd.strong_team_C{
	grid-template-columns: 1fr 1px 1fr 1px 3fr;
}
.box_rpdbet.ft_obt_pd .head_lebet{
	height: 24px;
	color: #000;
	background: #EAEAE6;
}
.box_rpdbet.ft_obt_pd .innbet_rpd_l,
.box_rpdbet.ft_obt_pd .innbet_rpd_m,
.box_rpdbet.ft_obt_pd .innbet_rpd_r{
	grid-template-rows: 24px 48px;
	max-height: 269px;
}
.box_rpdbet.ft_obt_pd .innbet_rpd_l{
	border-radius: 0 0 0 4px;
}
.box_rpdbet.ft_obt_pd .innbet_rpd_r{
	border-radius: 0 0 4px 0;
}
.box_rpdbet.ft_obt_pd .btn_viewall{
	margin-top: -8px;
	background: #F4F4F4;
}

/* 内层 PD */
.box_innbet_rpd{
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 0 8px 0;
	flex-direction: column;
}
.box_innbet_rpd .pd_loading_on{
	display: flex!important;
	position: absolute;
	top: 56px;
	width: 100%;
	height: calc(100% - 56px);
}
.box_innbet_rpd .box_rpdbet{
	border-bottom: 1px solid #E6E6E6;
}
.box_innbet_rpd .box_btn_pd{
	border: none;
}
.box_innbet_rpd .tab_PDswitch{
	margin: 8px 0 0 0;
	padding: 0 8px;
}
.box_rpdbet .innbet_rpd_l,
.box_rpdbet .innbet_rpd_m,
.box_rpdbet .innbet_rpd_r{
	max-height: 277px;
}

/* PD score view */
.box_rpd_scrview{
	display: grid;
	width: 100%;
	margin-bottom: 16px;
	padding: 0 8px;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(2, minmax(0, 1fr)) 96px;
	gap: 8px;
	border-top: 1px solid #E6E6E6;
}
.box_innbet_rpd .box_rpd_scrview{
	margin-bottom: 0;
	border-bottom: 1px solid #E6E6E6;
}
.box_rpd_scrview>div{
	display: flex;
	flex-direction: column;
}
.title_scrview{
	display: flex;
	width: 100%;
	height: 32px;
	line-height: 13px;
	font-size: 12px;
	flex: none;
	align-items: center;
	justify-content: center;
	color: rgba(0,0,0,0.56);
}
.title_scrview span{
	display: block;
	max-width: 100%;
	white-space: nowrap;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: unset;
	overflow: hidden;
}
.box_rpd_scrview .btn_lebet_odd{
	height: 40px;
	border-color: #EBEBEB;
}
.box_rpd_scrview .btn_lebet_odd.lock{
	background-color: #FFF!important;
	border-color: #EBEBEB!important;
}
.input_pd_score{
	position: relative;
	display: flex;
	width: 100%;
	height: 40px;
	padding: 8px;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	outline: 1px solid #EBEBEB;
	border-radius: 2px;
}
.input_pd_score input[type=number]{
	display: block;
	width: 16px;
	flex: 1 1 auto;
	text-align: center;
	font-size: 13px;
	color: #000;
	border: none;
	cursor: default;
}
.input_pd_score input[type=number].lock{
	color: transparent;
	background: url('../images/icon_nobet.svg?v0419') center center no-repeat;
}
.input_pd_score input::-webkit-outer-spin-button,
.input_pd_score input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.input_pd_score input[type=number] {
	/* Firefox */
	-moz-appearance: textfield;
}
.input_pd_score button{
	display: flex;
	width: 24px;
	height: 24px;
	flex: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0,0,0,.04);
	border: none;
	fill: rgba(0,0,0,.64);
	cursor: pointer;
}
.input_pd_score .btn_minus{
	order: -1;
}
.input_pd_score button svg{
	display: block;
	width: 8px;
	height: 8px;
}
.input_pd_score button:disabled,
.input_pd_score [disabled],
.input_pd_score input[type=number].lock ~ button{
	fill: rgba(0,0,0,.24);
	cursor: default;
	pointer-events: none;
}
.input_pd_score button::after{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 2px;
	opacity: 0;
	pointer-events: none;
	/* transition: opacity 0.3s ease; */
}

/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.box_btn_pd button:hover{
		color: #000;
	}
	.box_rpdbet .btn_viewall:hover{
		color: #008ABD;
	}
	.btn_PDswitch:hover{
		color: #fff;
		background: #A78025;
		border-color: #A78025;
	}
	.btn_PDswitch:hover::after{
		color: #fff;
	}
	.input_pd_score button:hover{
		fill: rgba(0,0,0,1);
	}
	.input_pd_score button:hover::after{
		opacity: 1;
	}
}

.box_btn_pd button:active{
	color: #000;
	background: #DFDFDF;
}
.box_rpdbet .btn_viewall:active{
	color: #005D80;
}
.btn_PDswitch:active{
	color: #fff;
	background: #86661E;
	border-color: #8F5100;
}
.btn_PDswitch:active::after{
	color: #fff;
}
.input_pd_score button:active{
	background: rgba(0,0,0,.08);
	fill: rgba(0,0,0,1);
}
.input_pd_score button:active::after{
	opacity: 1;
}








.box_rpdbet.no_event_pd,
.box_rpd_scrview.no_event_pd{
	display: block;
	width: 100%;
	height: 200px;
	padding: 25px 0;
	border: none;
	background: #fff!important;
	border-top: 1px solid #E6E6E6;
}
.content_obt.box_rpdbet.no_event_obt{
	display: flex;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	background: #F4F4F4!important;
}
.box_rpdbet.no_event_pd > *,
.box_rpd_scrview.no_event_pd > *{
	display: none!important;
}
.box_rpdbet.no_event_pd:before,
.box_rpd_scrview.no_event_pd:before{
	content: '';
	position: unset;
	display: block;
	width: 120px;
	height: 86px;
	margin: 0 auto;
	background: url('../images/img_nodata.svg') no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 1;
}
.box_rpdbet.no_event_pd:after,
.box_rpd_scrview.no_event_pd:after{
	content: attr(data-noEventOBT);
	display: flex;
	width: 100%;
	height: 40px;
	margin-top: 24px;
	align-items: center;
	justify-content: center;
}

.content_sport .pd_loading_on{
	position: relative;
	top: 0;
	/* top: 48px; */
	display: flex!important;
	height: 80px;
}
.pd_loading_on ~ .ft_outer {
	position: absolute;
	z-index: -1;
	visibility: collapse;
}

/* <183> START */
.content_l > .loading:not([style="display: none;"]) + .box_l > .loading_on{
	opacity: 0;
}
.content_l > .loading:not([style="display: none;"]) + .box_l .content_sport > .loading{
	opacity: 0;
}
/* <183> END */


/* <<117>> START*/
.ft_outer .btn_lebet_odd,
.ft_inn .btn_lebet_odd,
.ft .btn_lebet_odd,
.cup_team .btn_lebet_odd{
	border: 1px solid #EBEBEB;
}
.ft_outer .btn_lebet_odd.lock,
.ft_outer .btn_obt_odd.lock,
.ft_inn .btn_lebet_odd.lock,
.ft_inn .btn_obt_odd.lock,
.ft .btn_lebet_odd.lock,
.ft .btn_obt_odd.lock,
.cup_team .btn_lebet_odd.lock,
.cup_team .btn_obt_odd.lock{
	border: 1px solid #EBEBEB!important;
}
.ft_outer .btn_lebet_odd.empty,
.ft_outer .btn_obt_odd.empty,
.ft_inn .btn_lebet_odd.empty,
.ft_inn .btn_obt_odd.empty,
.ft .btn_lebet_odd.empty,
.ft .btn_obt_odd.empty,
.cup_team .btn_lebet_odd.empty,
.cup_team .btn_obt_odd.empty{
	border: 1px solid #EBEBEB!important;
}
/* <<117>> END*/


/* <<125>> */
.ft_outer .box_lebet_r>div.form_lebet_hdpou{
	grid-template-columns: 1fr;
	grid-template-areas:
		'head '
		'content'
		'empty';
}
.form_lebet_hdpou .head_lebet{
	grid-area: head;
	display: grid;
	padding: 0 8px;
	grid-template-rows: 1fr;
	grid-template-columns: 16px 1fr 16px;
	gap: 2px;
	user-select:none;
}
.form_lebet_hdpou .head_lebet>span{
	order: unset;
	grid-column: 2 / span 1;
}
.form_lebet_hdpou .head_lebet>i{
	display: block;
	width: 16px;
	height: 16px;
	fill: #000;
	opacity: .64;
	cursor: pointer;
	display: none;
}
.form_lebet_hdpou .head_lebet .icon_pre{
	transform: rotate(180deg);
}
.head_lebet .icon_pre.on,
.head_lebet .icon_next.on{
	display: block;
}
.form_lebet_hdpou .head_lebet .col_merge{
	grid-column: 1 / -1;
}

.form_lebet_hdpou .content_lebet{
	grid-area: content;
	overflow-x: auto;
	overflow-y: hidden;
}
.form_lebet_hdpou .content_lebet label{
	display: grid;
	grid-auto-columns: 1fr;
	column-gap: 1px;
	grid-auto-flow: column;

	grid-template-rows: 100% 0px;
	grid-template-columns: repeat(3, minmax(calc((100% - 2px) / 3), 1fr));
	grid-auto-columns: minmax(calc((100% - 2px) / 3), 1fr);
}
.form_lebet_hdpou .col_hdpou.odd_empty{
	display: none;
}
.form_lebet_hdpou .content_lebet::-webkit-scrollbar{
	display: none;
}
.form_lebet_hdpou .content_lebet{
	scrollbar-width: none;
}
.form_lebet_hdpou.hdpou_pens .content_lebet label{
	grid-template-columns: repeat(2, minmax(calc((100% - 1px) / 2), 1fr));
	grid-auto-columns: minmax(calc((100% - 1px) / 2), 1fr);
}

/* 640 setting */
@media screen and (min-width: 640px){
	.form_lebet_hdpou .content_lebet label{
		grid-template-columns: repeat(4, minmax(calc((100% - 3px) / 4), 1fr));
		grid-auto-columns: minmax(calc((100% - 3px) / 4), 1fr);
	}
}
/* PC hover effect */
@media (pointer: fine){
	.form_lebet_hdpou .head_lebet>i:hover{
		opacity: 1;
	}
}
/* active effect */
.form_lebet_hdpou .head_lebet>i:active{
	opacity: 1;
	background: rgba(0,0,0,.08);
}
/* <<125>> END */



/* test */
.form_lebet_hdpouTTEESSTT .content_lebet label{
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}
.form_lebet_hdpouTTEESSTT .col_hdpou{
	display: inline-grid;
	gap: 1px;
}
.form_lebet_hdpouTTEESSTT .col_hdpou:last-child{
	margin-right: 0;
}


/* PC */
/* 320 setting */
@media screen and (max-width: 639px){
	.form_lebet_hdpouTTEESSTT .col_hdpou{
		width: calc((((100vw - 37px) / 2) - 2px) / 3);
	}
}
/* 640 setting */
@media screen and (min-width: 640px) and (max-width: 1023px){
	.form_lebet_hdpouTTEESSTT .col_hdpou{
		width: calc((((100vw - 53px) / 3) - 3px) / 4);
	}
}
/* 1024 setting */
@media screen and (min-width: 1024px){
	.form_lebet_hdpouTTEESSTT .col_hdpou{
		width: calc(((((200vw / 3) - 85px) / 3) - 3px) / 4);
	}
}


/* PHONE */
/* 320 setting */
@media screen and (pointer: coarse) and (max-width: 639px){
	.form_lebet_hdpouTTEESSTT .col_hdpou{
		width: calc((((100vw - 33px) / 2) - 2px) / 3);
		width: calc((((100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 33px) / 2) - 2px) / 3);
	}
}
/* 640 setting */
@media screen and (pointer: coarse) and (min-width: 640px) and (max-width: 1023px){
	.form_lebet_hdpouTTEESSTT .col_hdpou{
		width: calc((((100vw - 49px) / 3) - 3px) / 4);
		width: calc((((100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 49px) / 3) - 3px) / 4);
	}
}
/* 1024 setting */
@media screen and (pointer: coarse) and (min-width: 1024px){
	.form_lebet_hdpouTTEESSTT .col_hdpou{
		width: calc(((((200vw / 3) - 81px) / 3) - 3px) / 4);
	}
}

.form_lebet_hdpou .content_lebet label .totalWidth{
	grid-row: 2;
	grid-column: 1 / span var(--total_game);
	background: #f00;
}

/*
.form_lebet_hdpou .content_lebet label{
	counter-reset: emptyCounter;
}
.form_lebet_hdpou .content_lebet label .col_hdpou[class~="NOSUB"]{
	counter-increment: emptyCounter;
}
.form_lebet_hdpou .content_lebet label::after {
	content: counter(emptyCounter);
	--test: counter(emptyCounter);
	grid-row: 2;
	grid-column: 1;
	grid-column: 1 / span var(--test);
	background: #00f;
}
 */

.box_l{
	/* 	min-height: 1px;
        -webkit-overflow-scrolling: touch */
}

.coupon_scroll{
	height: 48px;
	margin-bottom: 16px;
}
.dragscroll_coupon{
	height: 100%;
	padding: 0 8px;
}
@media screen and (min-width: 1024px){
	.dragscroll_coupon{
		padding: 0;
	}
}

.dragscroll_coupon label{
	gap: 16px;
}
.btn_pop_event{
	position: relative;
	display: inline-grid;
	min-width: 80px;
	height: 48px;
	padding: 0 8px;
	grid-template-rows: 19px 16px;
	grid-template-columns: auto auto;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #42413F;
}
.ft .btn_pop_event{background-image: url('../images/bg_coupon_ft.jpeg?v2024v1');}
.bk .btn_pop_event{background-image: url('../images/bg_coupon_bk.jpeg?v2024v1');}
.tn .btn_pop_event{background-image: url('../images/bg_coupon_tn.jpeg?v2024v1');}
.vb .btn_pop_event{background-image: url('../images/bg_coupon_vb.jpeg?v2024v1');}
.bm .btn_pop_event{background-image: url('../images/bg_coupon_bm.jpeg?v2024v1');}
.tt .btn_pop_event{background-image: url('../images/bg_coupon_tt.jpeg?v2024v2');}
.bs .btn_pop_event{background-image: url('../images/bg_coupon_bs.jpeg?v2024v1');}
.sk .btn_pop_event{background-image: url('../images/bg_coupon_sk.jpeg?v2024v2');}
.op .btn_pop_event{background-image: url('../images/bg_coupon_op.jpeg?v2024v2');}

.btn_pop_event:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
}
.btn_pop_event *{
	position: relative;
	z-index: 1;
}
.btn_pop_event span{
	grid-row: 1;
	grid-column: 1 / span 2;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 19px;
	font-size: 14px;
	color: #D9C593;
}
.btn_pop_event p{
	grid-row: 2;
	grid-column: 1 / span 1;
	display: block;
	height: 100%;
	line-height: 16px;
	margin-right: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
}
.btn_pop_event tt{
	grid-row: 2;
	grid-column: 2 / span 1;
	display: block;
	height: 100%;
	line-height: 16px;
	font-size:  13px;
	font-weight: 700;
	color: #D9C593;
}

/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.btn_pop_event:hover::before{
		opacity: 1;
		background-color: rgba(255,255,255,.16);

	}
}
.btn_pop_event:active::before{
	opacity: 1;
	background-color: rgba(0,0,0,.16);
}
.btn_le_cla{
	display: none!important
}

.box_lebet .tag_sort{

}

.txt_sport tt.show_league:after{
	content: attr(data-showLeague);
}
.event_hot:before{
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='%23F5AC00'><path d='M11.7,3.5c0.3,0.3,0.5,0.6,0.7,0.9c0.8,1,1.3,2,1.7,3.2c0.6,1.9,0.5,3.7-0.5,5.5c-0.6,1.1-1.5,2-2.7,2.5c-0.4,0.2-0.7,0.3-1.1,0.4c-0.1,0-0.1,0-0.2,0c0.8-1.5,0.5-2.9-0.4-4.3c-0.1,0.4-0.1,0.8-0.1,1.2c0,0-0.1,0-0.1,0c-0.4-0.9-0.8-1.8-1.4-2.6c0,1.1-0.2,2.2-0.9,3.2c0-0.3-0.1-0.7-0.2-1c-0.3,1.2-0.8,2.3,0,3.5c0,0,0,0-0.1,0.1c-0.2,0-0.4-0.1-0.6-0.1c-2-0.5-3.3-1.8-4-3.7c-0.4-1.1-0.3-2.1,0-3.2c0.3-0.9,0.6-1.8,0.9-2.7C2.7,6,2.8,5.7,2.9,5.4c0-0.1,0.1-0.1,0.1-0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0.8,0.3,1.5,0.4,2.3c0,0.1,0.1,0.2,0.1,0.3C3.7,8,3.8,7.9,3.9,7.8c1.1-1.4,1.8-3,2.2-4.7c0.2-0.9,0.3-1.9,0.2-2.8c0-0.1,0-0.2,0-0.3c0.1,0.1,0.2,0.1,0.3,0.2c1.6,1.7,3,3.5,4,5.6c0.1,0.2,0.2,0.4,0.3,0.6c0,0.1,0.1,0.1,0.2,0.2c0.1-0.1,0.1-0.1,0.2-0.2c0.4-0.6,0.5-1.3,0.5-2c0-0.2-0.1-0.4-0.1-0.6C11.6,3.6,11.6,3.6,11.7,3.5C11.6,3.5,11.6,3.5,11.7,3.5L11.7,3.5z'/></svg>");
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: middle;
}
.fs_note{
	width: 100%;
	min-height: 32px;
	line-height: 16px;
	margin-top: 16px;
	padding: 8px;
	font-size: 12px;
	color: rgba(0,0,0,.72);
	background: #F8F0DE;
}
@media screen and (min-width: 1024px){
	.fs_note{
		width: calc(100% - 32px);
		margin: 16px 16px 0 16px;
	}
}
.disable{
	pointer-events: none;
}

.box_outer > div + div:not(.tag_sort){
	margin-top: 4px;
}
.box_outer > div.tag_sort + div{
	margin-top: 0px;
}
.box_outer>div:first-child.sort_cup{
	margin-top: 0!important;
}

.box_outer>div:first-child .btn_title_le{
	margin-top: 0!important;
}
.box_outer .sort_cup+div .btn_title_le{
	margin-top: 0!important;
}
.sort_cup{
	margin-bottom: 16px;
}
.content_sport .loading{
	background: #FAFAF9;
}

.sport_content .es_game_list{
	width: 100%;
	height: 52px;
	margin: 0 0 -4px 0;
	padding-top: 16px;
	padding-bottom: 4px;
	flex: none;
}
.sport_content .es_game_list .box_slide{
	height: 100%;
	padding: 0;
}
.sport_content .es_game_list .box_slide label{
	padding: 0 16px;
	align-items: center;
	gap: 8px;
}
.btn_es_filter{
	position: relative;
	display: flex;
	width: auto;
	min-width: 72px;
	height: 32px;
	line-height: 16px;
	padding: 0 8px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #503F32;
	border: 1px solid #503F32;
	border-radius: 4px;
	background: #F7F7F5;
	white-space: nowrap;
}
.btn_es_filter.on{
	color: #A78025;
	border-color: #A78025;
	background: #FFF;
}

.es_outer .box_lebet_l{
	display: grid;
	width: 188px;
	min-width: 188px;
	padding: 0 8px;
	align-items: center;
	grid-template-columns: 40px 1fr;
	grid-template-rows: 48px 1fr;
	grid-template-areas:
		"star state"
		"board board";
}
.es_outer .box_star{
	grid-area: star;
	display: flex;
	width: 32px;
	height: 32px;
	margin: 4px 8px 4px 0;
	align-items: center;
	justify-content: center;
}
.es_outer .box_state{
	grid-area: state;
	display: grid;
	padding: 4px 0;
	font-size: 12px;
	align-items: center;
	justify-content: flex-start;
}
.es_outer .box_lebet_l>label{
	grid-area: board;
	display: flex;
	margin-top: 2px;
	flex-wrap: wrap;
}
.es_outer .btn_inn_team{
	display: grid;
	width: 100%;
	margin-bottom: 2px;
	padding-left: 0;
	grid-template-columns: 32px 8px 1fr;
	grid-template-rows: 32px 0 32px;
	grid-template-areas:
		"score . teamH"
		"score . ."
		"score . teamC";
}
.es_outer .box_score{
	grid-area: score;
	border-radius: 4px;
	background: #352A21;
}
.box_score.es{
	width: 100%;
	height: 100%;
	background: #352A21;
}
.box_score.es .text_point{
	display: grid;
	width: 100%;
	height: 50%;
	grid-template-rows: 16px 16px;
	grid-template-columns: 1fr;
	background: #352A21;
	overflow: hidden;
}
.box_score.es .text_point.teamH{
	border-radius: 2px 2px 0 0;
	grid-template-areas:
		"set"
		"point";
}
.box_score.es .text_point.teamC{
	border-radius: 0 0 2px 2px;
	grid-template-areas:
		"point"
		"set";
}
.box_score.es .text_point .main_point{
	grid-row: 1 / 3;
	display: flex;
	width: 100%;
	height: 100%;
	line-height: 16px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
}
.es_outer .box_team{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	padding-left: 0!important;
}
.es_outer .teamH.box_team{
	grid-area: teamH;
}
.es_outer .teamC.box_team{
	grid-area: teamC;
	margin-top: 0;
}
.es_outer .text_team{
	display: block;
	width: 100%;
	height: auto;
	line-height: 16px;
	flex: none;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.es_outer .box_lebet_r{
	width: calc(100% - 188px);
}
