i>svg{
	display: block;
	width: 100%;
	height: 100%;
}
.box_league{
	position: relative;
	display: flex;
	width: 100%;
	/* padding-top: 16px; */
	flex: 1 1 auto;
	flex-direction: column;
}
.ft.box_league{
	padding-top: 0;
}
.head_sport{
	width: 100%;
	flex: none;
	/* transform: translate3d(0,0,0); *//*new add*/
}
.head_league{
	width: 100%;
	background-position: bottom;
	background-size: cover;
}
/*
.head_league:before{
	content: '';
	background-image:
		url('../images/bg_ft_league.jpg'),
		url('../images/bg_bk_league.jpg'),
		url('../images/bg_tn_league.jpg'),
		url('../images/bg_vb_league.jpg'),
		url('../images/bg_bm_league.jpg'),
		url('../images/bg_tt_league.jpg'),
		url('../images/bg_bs_league.jpg'),
		url('../images/bg_sk_league.jpg'),
		url('../images/bg_op_league.jpg');
}
*/
.all.head_league{background-image: url('../images/bg_op_league.jpg');}
.ft.head_league{background-image: url('../images/bg_ft_league.jpg');}
.bk.head_league{background-image: url('../images/bg_bk_league.jpg');}
.tn.head_league{background-image: url('../images/bg_tn_league.jpg');}
.vb.head_league{background-image: url('../images/bg_vb_league.jpg');}
.bm.head_league{background-image: url('../images/bg_bm_league.jpg');}
.tt.head_league{background-image: url('../images/bg_tt_league.jpg');}
.bs.head_league{background-image: url('../images/bg_bs_league.jpg');}
.sk.head_league{background-image: url('../images/bg_sk_league.jpg');}
.op.head_league{background-image: url('../images/bg_op_league.jpg');}

.content_sport{
	position: relative;
	flex: 1 0 auto;
	display: flex;
	width: 100%;
	/* margin-bottom: 16px; */
	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: 64px;
	margin-bottom: 8px;
}
.menu_sport{
	width: 100%;
	height: 84px;
	flex: 1 1 auto;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	transform: translate3d(0, 0, 0);
}
.menu_sport>label,
.box_slide>label{
	display: inline-block;
	width: auto;
	height: 100%;
}
.btn_le_sport{
	display: inline-block;
	width: 72px;
	height: 100%;
	margin: 0 4px;
	padding-top: 8px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.btn_le_sport,
.btn_le_sport *{
	transition: all 0.3s ease;
}
.btn_le_sport i{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	padding: 8px;
	border-radius: 50%;
	background: #503f32;
}
.btn_le_sport svg{
	fill: rgba(255,255,255,0.64);
}
.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;
	color: #4F3F32;
}
.btn_le_sport.on i{background: #a78025;}
.btn_le_sport.on span{color: #a78025;}
.btn_le_sport.on svg{fill: #fff;}


.title_le{
	display: flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: flex-start;
	overflow-x: hidden;
}
.title_le .btn_back,
.title_inn .btn_back,
.btn_le_sort,
.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;
}

.btn_le_sort:empty{
	display: none;
}
.btn_back i,
.btn_le_sort 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 svg{
	display: none;
	fill: rgba(0,0,0,0.64);
}
.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');
}
.btn_le_sort i.icon_sort_cup{
	padding: 4px;
	background-image: url('../images/icon_sort_cup.svg');
	background-size: 24px auto;
}
.btn_le_sort i.icon_sort_time{
	padding: 4px;
	background-image: url('../images/icon_sort_time.svg');
	background-size: 24px auto;
}

.title_le_sport{
	display: inline-flex;
	width: calc(100% - 96px);
	margin-right: auto;
	padding: 4px 0;
	text-align: center;
	flex: none;
	align-items: center;
	flex-wrap: wrap;
	text-transform: uppercase;
}
/* edit for win/loss */
.title_inn .title_le_sport{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;

}
.title_le .title_le_sport:first-child{
	margin-left: 48px;
}
.title_le_sport tt{
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: rgba(0,0,0,1);

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

	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;
	justify-content: center;
}
.market_scroll .on ~ .box_slide{
	justify-content: flex-start;
}
.market_scroll  .box_slide>label{
	display: inline-flex;
}
.btn_market{
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 8px;
	white-space: nowrap;
	font-size: 14px;
	color: rgba(0,0,0,0.72);
	z-index: 1;
}
.btn_market.on{
	color: #a78025;
	border-bottom: 2px solid #a78025;
}
.btn_market:before{
	content: '';
	position: absolute;
	top: 0;
	left: -8px;
	display: block;
	width: calc(100% + 16px);
	height: 100%;
	background: rgba(0,0,0,0.08);
	opacity: 0;
	z-index: -1;
}
.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%;
	min-height: 48px;
	line-height: 48px;
	padding: 4px 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	align-items: center;
	justify-content: space-between;
	color: #000;
	background: #ededed;
	transition: none!important;
	/* transition: background 0.3s ease; */
}

.popular_league .btn_title_le{
	pointer-events: none;
}
.box_lebet ~ .btn_title_le,
.box_outer .btn_title_le{
	margin-top: 8px;
}

.ft_outer>div:first-child .btn_title_le,
.box_outer:not(.ft_outer) .btn_title_le:first-child{
	margin-top: 0;
}
.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;
}
.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;
}

.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: #ededed;
}
.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: #352a21;
	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(53, 42, 33, 0.8);
	border-bottom: 1px solid rgba(53, 42, 33, 0.8);
}

.box_lebet{
	width: 100%;
}
/*
.ft_outer .box_lebet{
	border-top: 2px solid #e6e6e6;
}
.pageClass > div:first-child .box_lebet{
	border-top: none;
}
*/
.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;
	will-change: transform;
}
.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-wrap;
}

.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_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;
}
.content_obt .box_lebet_odd.box_lebet_rsh{
	flex: 2 0 auto;
}
.box_lebet_rsh label{
	display: inline-block;
	width: calc(50% - 2px);
	margin-right: 4px;
	flex: 1 1 auto;
}
.box_lebet_rsh label:last-child{
	margin-right: 0;
}


.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 rgba(0,0,0,0.24);
	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_lebet_half .btn_lebet_odd{
	background-color: #faf9f5;
}
*/
.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');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	background-color: #f5f5f5!important;
	border: 1px solid rgba(0,0,0,0.24)!important;
	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 rgba(0,0,0,0.24)!important;
	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');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	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;
	border-top: 1px solid #EAEAE6;
}
.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: rgba(0,0,0,0.32);
}
.box_live_rps i{background: rgba(0,0,0,0.32);}
.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_cup.ft .box_team{
	/* padding-left: 16px; */
}
.box_parlay.ft .live_lebet .box_team,
.box_mygame.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_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_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%;
	/* 	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;
}

.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: calc(100% + 15px);
	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: 12px 0 12px 4px;
	padding: 0 8px;
	align-items: center;
	border-radius: 16px;
	font-size: 14px;
	color: rgba(0,0,0,0.72);
	border: 1px solid #c2c2c2;
	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;
	border-color: #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;
}
.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: 208px;
	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: 14px;
	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');}
.bk .head_inngame{background-image: url('../images/bg_bk_league.jpg');}
.tn .head_inngame{background-image: url('../images/bg_tn_league.jpg');}
.vb .head_inngame{background-image: url('../images/bg_vb_league.jpg');}
.bm .head_inngame{background-image: url('../images/bg_bm_league.jpg');}
.tt .head_inngame{background-image: url('../images/bg_tt_league.jpg');}
.bs .head_inngame{background-image: url('../images/bg_bs_league.jpg');}
.sk .head_inngame{background-image: url('../images/bg_sk_league.jpg');}
.op .head_inngame{background-image: url('../images/bg_op_league.jpg');}

.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;
	line-height: unset;
	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{
	line-height: 48px;
	margin: 0 0 16px 0;
}
.box_fs .btn_innbet_more:last-child{
	margin: 0 0 8px 0;
}

.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_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_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 --*/
/* RPD */
.box_innbet_rpd{
	padding: 4px 16px 16px 16px;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.box_innbet_rpd label{
	display: inline-block;
	margin-right: 16px;
}
.box_innbet_rpd.on label{
	height: auto;
}
.box_innbet_rpd .innbet_rpd_r{
	margin-right: 0;
}

/* 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;
}


/* SFS */


/* 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: 0;
}

/* 瘜Ｚ�� 閮���踎 */
.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,0.16);
	background: #fff;
}
.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;
	text-align: center;
	z-index: 0;

/* 	margin: 16px 0;
	border: 1px solid #EAEAE6; */
}
.title_filter tt{
	display: inline-block;
	height: 100%;
	padding: 0 16px;
	font-size: 16px;
	font-weight: 600;
	color: #a78025;
	background: #fff;
}
.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;
	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;
}
.classic_league,
.popular_league,
.fs_league{
	display: block;
	width: 100%;
}
.popular_league{
	-webkit-transform: translate3d(0, 0, 0);
}
.content_filter + .content_filter{
}
.title_filter + .content_filter{
	margin-top: 16px;
}
.box_le_filter{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}
.btn_event{
	position: relative;
	display: flex;
	height: 56px;
	align-items: center;
	cursor: pointer;
}
.btn_event:empty{
	display: none;
}
.fs_league .btn_event{
	padding: 0 16px;
}
.btn_event .bg_event{
	position: absolute;
	right: 0;
	width: calc(100% - 40px);
	height: 100%;
	z-index: 0;
	transition: background 0.3s ease;
}
.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: 40px;
	height: 100%;
	margin-right: 8px;
	padding: 0 8px;
	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;
}
/*
.notice_text{
	width: 100%;
	padding-top: 16px;
	align-self: flex-end;
	flex: none!important;
}
.notice_text span{
	display: flex;
	width: 100%;
	height: auto;
	min-height: 32px;
	padding: 4px 16px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #7a7a7a;
}
.notice_text i{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	flex: none;
	background: url('../images/icon_i_line.svg') no-repeat;
}
.notice_text tt{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
*/


/* 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: #ededed;
}
.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{
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	flex: none;
	font-size: 12px;
	color: rgba(0,0,0,0.56);
}
.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 16px;
}


.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%;
}
.sport_content{
	flex: none;
}
.loading_on +.content_sport{
	position: absolute;
	z-index: -1;
	visibility: collapse;
	opacity: 0;
}
.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;
}
/* �批惜-�∟魚鈭� */
.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;
}





/* 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 --*/
	/* �批惜 - RPD */
	.box_innbet_rpd{
		padding: 4px 16px;
	}
	.box_innbet_rpd label{
		height: 348px;
		width: calc((100% - 32px) / 3);
		overflow: hidden;
	}
	/* �批惜 - RWM */
	.box_innbet_rwm{
		flex-wrap: wrap;
	}
	.innbet_rwm{
		width: 100%;
	}
	.box_innbet_rwm .btn_lebet_odd{
		margin-right: 0;
	}
	.box_innbet_rpd .btn_lebet_odd.btn_last{
		display: none;
	}
	.box_innbet_rpd.on .btn_lebet_odd.btn_last{
		display: flex;
	}
	/* �批惜 - 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_innbet_fs{
		width: 100%;
		flex-wrap: wrap;
	}
	.fs_btn_box{
		display: grid;
		width: 100%;
		max-height: 768px;
		padding-bottom: 16px;
		flex-wrap: wrap;
		overflow-y: hidden;
		gap: 16px;
		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;
	}

	.box_lebet_odd .btn_lebet_odd{
		white-space: pre-line;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: .9rem;
	}
}

/* 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 --*/
	/* �批惜 - RPD */
	.box_innbet_rpd label{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.box_innbet_rpd .innbet_rpd_l,
	.box_innbet_rpd .innbet_rpd_r{
		width: calc(((100% - 64px) * 0.4) + 16px);
	}
	.box_innbet_rpd .innbet_rpd_m{
		width: calc((100% - 64px) * 0.2);
	}
	.box_innbet_rpd .btn_lebet_odd{
		width: calc(50% - 8px);
		margin-right: 0;
		flex: 0 0 auto;
	}
	.innbet_rpd_m .btn_lebet_odd{
		width: 100%;
	}
	.box_innbet_rpd .btn_lebet_odd.btn_last{
		display: flex;
	}
	/* �批惜 - 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_innbet_fs{
		flex-wrap: wrap;
	}
	.fs_btn_box{
		display: grid;
		width: 100%;
		max-height: 768px;
		justify-content: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		overflow-y: hidden;
		gap: 16px;
		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;
	}

}


/* 靽格迤 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{
		/* margin-top: 32px; */ /*0722*/
		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_cup .btn_game_more .now[class^="icon_match"]{
		background-position: calc(0% + 8px) center;
	}

	.box_innbet_fs{
		padding: 16px 0 0 0;
	}

	/* �批惜�𥿢�𢒰 */
	.box_inn{
		padding: 0 16px;
	}
	.box_tvmt ~ .no_event{
		margin: 32px 16px 0 16px;
		width: calc(100% - 32px);
	}

	/* �舐�罸� */
	.today_filter{
		padding-bottom: 64px;
	}
/* 	.notice_text{
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
	} */
	.btn_more_event{
		width: 100%;
		margin: 0 0 32px 0;
	}
/* 	.btn_title_fs:before{
		height: 48px;
		margin: 0 16px;
	} */

	/* �舐���𣂷漱��� */
	.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 i{
		background: #a78025;
	}
	.btn_le_sport:hover span{
		color: #a78025;
	}
	.btn_le_sport:hover svg{
		fill: #fff;
	}
	.btn_betmain:hover:not(.on),
	.btn_betcorr:hover{
		color: #a78025;
	}
	.btn_le_sort:hover .icon_cup{
		background-image: url('../images/icon_cup_go.svg');
	}
	.btn_le_cla:hover .icon_calendar{
		background-image: url('../images/icon_calendar_go.svg');
	}
	.btn_title_le:hover,
	.game_title_inn:hover{
		background: rgba(0,0,0,0.04);
	}
	.btn_market:hover{
		color: #a78025;
	}

	/* 憭硋�抒𥿢�𢒰�梁鍂 */
	.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;
		border-color: #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{
	background: #e6e6e6;
}
.btn_le_sport:active i{
	background: #a78025;
}
.btn_le_sport:active span{
	color: #a78025;}
.btn_le_sport:active svg{
	fill: #fff;
}
.btn_back:active,
.btn_le_sort: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);
}
.btn_le_sort:active .icon_cup{
	background-image: url('../images/icon_cup_go.svg');
}
.btn_le_cla:active .icon_calendar{
	background-image: url('../images/icon_calendar_go.svg');
}
.btn_market:active:before{
	opacity: 1;
}
.game_title_inn:active{
	background: rgba(0,0,0,0.08);
}
.ft_outer .btn_title_le:active,
.box_filter .btn_title_le:active{
	background: #d9d9d9;
}

/* 憭硋�抒𥿢�𢒰�梁鍂 */
.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;
	}
}

.cup_date + hr{
	display: none;
}

/* Other Setting */
/* android �凒�鰵���黸��𤩺㬢頠� only setting in chrome */
@media all and (pointer: coarse) and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.box_lebet,
	.box_obt_lebet{
		position: relative;
		overflow: hidden;
	}
	.box_lebet.update:after{
		position: absolute;
		right: 0;
		display: block;
		width: 100%;
		height: 12px;
		background: #fff;
	}
	.box_outer:not(.ft_outer) .box_lebet.update:after{
		content: '';
		top: 212px;
	}
	.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: 196px;
	}

	/* 憭硋惜 - �崕韐誩之撠� */
	.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_today .ft_outer .box_lebet.update:after{
		display: none;
	}
	.ft_outer.cup_outer .update .box_lebet_r::-webkit-scrollbar,
	.box_mygame .ft_outer .update .box_lebet_r::-webkit-scrollbar,
	.box_today .ft_outer .update .box_lebet_r::-webkit-scrollbar{
		display: none;
	}
	.ft_outer.cup_outer .update .box_lebet_r,
	.box_mygame .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: 195px;
		bottom: 0px;
		right: 0;
		width: 100%;
		height: 14px;
		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;
}
.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');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #0D1723;
}
.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 .btn_market:before{
	display: none;
}
.cup .btn_market.on{
	color: #DEBB69;
	border: none;
}
.cup .title_le_sport{
	width: 100%;
	padding: 0 8px;
	text-align: left;
}
.cup .title_le_sport span{
	min-height: 19px;
	line-height: 19px;
	color: #FFF;
}
.cup .btn_back{
	display: none;
}
.cup .market_scroll .box_slide{
	justify-content: flex-start;
	padding: 0;
}

@media screen and (min-width: 1024px){
	.cup .title_le_sport{
		padding: 0 8px 0 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;
}
.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: #025EB5;
	color: #fff;
	flex: none;
	cursor: pointer;
	transition: background 0.3s ease;
}
.cup_team_odds:empty{
	pointer-events: none;
}
.cup_team_odds.on{
	background: #CAA654;
}
.box_cupTM_team .cup_team_odds.on{
	background: #CAA654;
}
.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: 24px;
	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{
/* 	display: flex;
	width: 100%;
	height: 32px;
	min-height: 32px;
	line-height: 16px;
	padding: 4px 16px;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #352A21;
	pointer-events: none; */
}
.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";
}
.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: 768px;
}
.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);
}
.menu_team>label,
.box_slide>label{
	display: inline-block;
	width: auto;
	height: 100%;
}
.menu_team>label{
	display: inline-flex;
}

.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: 44px;
	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;
	background: #FFF;

	height: auto;
	min-height: 457px;
}
.box_highlights_widget.tag_standings{
	margin-top: -8px;
}
.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;
}
.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 span{
	color: #fff!important;
}
.btn_obt2_odd.on .importantColor {
  color: #000 !important;
}      
.btn_obt2_odd.lock{
	pointer-events: none;
	background-image: url('../images/icon_nobet.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	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){
	.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;
}
.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;
}
.btn_filter.on{
	color: #A78025;
}
.btn_filter.new::before,
.btn_filter.new::after{
	position: absolute;
	top: -12px;
	display: block;
	height: 16px;
	padding: 0 4px;
	line-height: 16px;
	font-size: 11px;
	border-radius: 2px;
	text-transform: none;
	pointer-events: none;
}
.btn_filter.new::before{
	left: 8px;
	color: transparent;
	background: #E76565;
}
.btn_filter.new::after{
	top: -12px;
	left: 12px;
	height: 32px;
	line-height: 32px;
	font-size: 22px;
	padding: 0px;
	transform-origin: top left;
	transform: scale(0.5);
	color: #FFF;
}
.TW .btn_filter.new::before,
.CN .btn_filter.new::before,
.TW .btn_filter.new::after,
.CN .btn_filter.new::after{
	content: '�鰵';
}
.EN .btn_filter.new::before,
.EN .btn_filter.new::after{
	content: 'New';
}


/* 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;
}
.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){
	.btn_filter:hover{
		color: #A78025;
	}
	.icon_forecast:hover{
		fill: #05BDFF;
	}
}

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




/* New FT design */
.box_market{
	width: 100%;
	height: 64px;
	margin: 0 0 -16px 0;
	flex: none;
}
.box_market .btn_filter{
	position: relative;
	height: 32px;
	line-height: 16px;
	margin: 16px 4px 16px 0;
	padding: 8px;
}
.box_market .btn_filter:last-child{
	margin-right: -4px;
}
.box_market .box_slide{
	text-align: left;
}
/* 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 0 8px;
		margin: -16px 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: -6px;
	display: none;
	width: 12px;
	height: 12px;
	background: #3DB893;
	border: 0.5px solid #FFF;
	border-radius: 50%;
}
.ft_outer .on.icon_serve{
	display: block;
}
.ft_outer .icon_redcard.teamH,
.ft_outer .icon_serve.teamH{
	top: -6px;
}
.ft_outer .icon_redcard.teamC,
.ft_outer .icon_serve.teamC{
	bottom: -6px;
	right: -6px;
}
.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{
	margin-bottom: 4px;
}
.ft_outer .box_lebet_odd .btn_lebet_odd:last-child{
	margin-bottom: 0;
}
.ft_outer .btn_lebet_odd.lock{
	background-color: #fff!important;
}
.ft_outer .head_lebet{
	margin: 0;
}
.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;
	margin: 4px 0 0 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: 208px;
	width: calc(100% - 180px);
	padding: 0 0 16px 0;
	gap: 4px;
	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{
	width: auto;
	max-width: unset;
	min-width: unset;
	margin: 0;
}
.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{
	display: grid;
	padding-top: 1px;
	grid-template-rows: 1fr 48px;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: #EAEAE6!important;
	grid-template-areas:
		'pd_l pd_l pd_m pd_r pd_r'
		'btn btn btn btn btn';
}
.box_rpdbet:empty{
	display: none;
}
.ft_outer .bet_type_pd .box_lebet_top{
	display: flex;
	width: 100%;
	flex-direction: column;
	will-change: transform;
}
.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;
}
.box_rpdbet .innbet_rpd_l,
.box_rpdbet .innbet_rpd_m,
.box_rpdbet .innbet_rpd_r{
	display: grid;
	grid-template-rows: 32px repeat(3 , 48px);
	gap: 1px;
	background: #fff;
}
.box_rpdbet .innbet_rpd_l{
	grid-area: pd_l;
}
.box_rpdbet .innbet_rpd_r{
	grid-area: pd_r;
}
.box_rpdbet .innbet_rpd_l,
.box_rpdbet .innbet_rpd_r{
	/* grid-template-columns: repeat(2, minmax(0,1fr)); */
}
.box_rpdbet .head_lebet{
	height: 100%;
	margin-bottom: -1px;
	overflow: hidden;
}
.box_rpdbet .head_lebet>span{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.box_rpdbet .innbet_rpd_l .head_lebet,
.box_rpdbet .innbet_rpd_r .head_lebet{
	grid-column: 1 / span 2;
}
.box_rpdbet .btn_last{
	grid-area: btn;
	/* grid-column: 1 / span 3; */
}


.ft_obt_pd.box_rpdbet{
	padding: 0;
	border-right: 8px solid #F4F4F4;
	border-left: 8px solid #F4F4F4;
}
.ft_obt_pd.box_rpdbet .head_lebet{
	background: #F4F4F4;
}




/* 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;
}
.ft_outer .box_lebet{
	border-bottom: 1px solid transparent;
}
.ft_outer .box_lebet.bet_type_pd,
.ft_outer .box_lebet.bet_type_sfs{
	border-bottom: 1px solid #E6E6EA;
}
.ft_outer .btn_title_le[style="display: none;"] + .box_lebet{
	border-top: 1px solid #E6E6EA;
}

/* 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: 48px 4px 48px;
	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{
	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 #EAEAE6;
}
.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: #EAEAE6;
	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;
	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-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');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	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: 60px 4px 60px;
}
.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;
}
.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%;
	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 .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�𤾸�窃vg���聦��𣇉���誯�䕘�峕�𧢲��㺿�鍂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');
	}
}




/* 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: 24px;
	row-gap: 40px;
	grid-template-columns: 100%;
	grid-auto-rows: auto;
}


.standings_scroll{
	width: 100%;
	height: 64px;
	padding: 16px 0;
	line-height: 16px;
	font-size: 13px;
	color: rgba(0,0,0,0.72);
}
/* 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: 32px;
	margin-right: 8px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.btn_menu_standings.on{
	color: #A78025;
}
.btn_menu_standings:last-child{
	margin-right: 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;}

.box_btn_viewall{
	display: flex;
	width: 100%;
	margin: 32px 0;
	padding: 0;
	align-items: center;
	justify-content: center;
}
.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;
}
.cup_date,
.cup_tag_group{
	display: inline-block;
	max-width: calc(100% - 16px);
	height: 24px;
	line-height: 16px;
	margin: 24px 8px 16px 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);
}
.btn_title_le[style="display: none;"] + .box_lebet .cup_date,
.btn_title_le[style="display: none;"] + .box_lebet .cup_tag_group{
	margin-top: 32px;
}
.ft_outer>div:first-child .btn_title_le[style="display: none;"] + .box_lebet .cup_date,
.ft_outer>div:first-child .btn_title_le[style="display: none;"] + .box_lebet .cup_tag_group{
	margin-top: 0;
}
@media screen and (min-width: 1024px){
	.cup_date,
	.cup_tag_group{
		max-width: calc(100% - 8px);
		margin: 24px 0 16px 8px;
	}
}
.cup_date span,
.cup_tag_group span{
	display: block;
	width: 100%;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.cup_tag_group{
	margin: 24px 0 24px 8px;
}
.cup_tag_group:first-child{
	margin-top: 0;
}
.cup_date:empty,
.cup_tag_group:empty{
	display: none;
}
.wrap_match_team .cup_outer > div:first-child .cup_date{
	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;
}
