@charset 'utf-8';

body.page-index-home {
	background-color: #f2f2f7;
	--index-pad-x: .04rem;
	--notice-h: .34rem;
	--text-title: #1c1c1e;
	--all-coral: #ff4d4f;
	margin: .1rem .1rem 0 .1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-index-home .counter-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	box-sizing: border-box;
}

body.page-index-home .online-counter {
	width: 100%;
	min-width: 0;
	max-width: none;
	box-sizing: border-box;
	padding: .02rem var(--index-pad-x);
	border-radius: .06rem .06rem 0 0;
	overflow: hidden;
}

/* 轮播占位 */
body.page-index-home .index-page-root > .am-slider {
	width: 100%;
	min-height: 36vw;
	background: #ebebeb;
}

body.page-index-home .index-page-root > .am-slider .am-slides img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}

.index-page-root {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-glass-card {
	background: rgba(255, 255, 255, 0.72);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	backdrop-filter: saturate(180%) blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
	border-radius: .12rem;
	overflow: hidden;
}

.index-notice-bar {
	background: rgba(255, 255, 255, 0.72);
	-webkit-backdrop-filter: saturate(180%) blur(18px);
	backdrop-filter: saturate(180%) blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 0 0 .1rem .1rem;
	overflow: hidden;
}

body.page-index-home .index-notice-bar {
	background: #fff;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border: none;
	border-radius: 0 0 .06rem .06rem;
	margin-bottom: .08rem;
	overflow: hidden;
	box-shadow: none;
}

body.page-index-home .index-glass-card {
	background: #fff;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

body.page-index-home .home_game_sheet.index-glass-card {
	border-radius: .06rem;
	overflow: hidden;
}

body.page-index-home .OrangeBlueMenu {
	overflow: hidden;
}

body.page-index-home .OrangeBlueMenu .red-bg {
	border-radius: .06rem .06rem 0 0;
	overflow: hidden;
}

body.page-index-home .OrangeBlueMenu .blue-bg2 {
	border-radius: 0 0 .06rem .06rem;
	overflow: hidden;
}

.home_notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: .34rem;
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-index-home .home_notice {
	height: var(--notice-h);
}

.home_notice .home_notice_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding-left: var(--index-pad-x, .04rem);
	height: .34rem;
	overflow: hidden;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-index-home .home_notice .home_notice_main {
	height: var(--notice-h);
	padding-left: var(--index-pad-x);
}

.home_notice .home_notice_main:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.home_notice .home_notice_main .iconfont {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: .04rem;
	line-height: 1;
}

.home_notice .marquee_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	height: .34rem;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-index-home .home_notice .marquee_wrapper {
	height: var(--notice-h);
}

.home_notice .marquee_wrapper marquee {
	display: block;
	width: 100%;
	color: var(--text-title, #1c1c1e);
	font-size: .14rem;
	font-weight: normal;
	line-height: .34rem;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

body.page-index-home .home_notice .marquee_wrapper marquee {
	line-height: var(--notice-h);
}

.home_notice .home_notice_more_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: .04rem;
	padding-right: var(--index-pad-x, .04rem);
	height: .34rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #8e8e93;
	font-size: .14rem;
	font-weight: normal;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	white-space: nowrap;
}

body.page-index-home .home_notice .home_notice_more_link {
	height: var(--notice-h);
	padding-left: var(--index-pad-x);
	padding-right: var(--index-pad-x);
}

.home_notice .home_notice_more_link:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.home_notice .home_notice_more_text {
	line-height: 1;
}

.home_notice .home_notice_more_link .iconfont {
	font-size: .12rem;
	color: #aeaeb2;
	line-height: 1;
}

.home_game_sheet {
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.home_game_sheet__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: var(--index-pad-x, .04rem);
	padding-right: var(--index-pad-x, .04rem);
	min-height: .34rem;
	padding-top: .06rem;
	padding-bottom: .06rem;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

body.page-index-home .home_game_sheet__head {
	min-height: var(--notice-h);
	height: auto;
	padding-left: var(--index-pad-x);
	padding-right: var(--index-pad-x);
}

.home_game_sheet__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: .14rem;
	color: var(--text-title, #1c1c1e);
	font-weight: normal;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home_game_sheet__title::before {
	content: "";
	display: block;
	width: .24rem;
	height: .24rem;
	flex-shrink: 0;
	margin-right: .04rem;
	background-color: transparent;
	background-image: url("/template/mobile/xitong/svg/remen.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-radius: .06rem;
	filter: drop-shadow(0 .01rem .02rem rgba(0, 0, 0, 0.08));
	opacity: 1;
}

.home_game_sheet__all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: .14rem;
	font-weight: normal;
	line-height: 1.2;
	text-decoration: none;
	color: var(--all-coral, #ff4d4f);
	-webkit-tap-highlight-color: transparent;
	white-space: nowrap;
}

.home_game_sheet__all:link,
.home_game_sheet__all:visited,
.home_game_sheet__all:hover,
.home_game_sheet__all:focus,
.home_game_sheet__all:active {
	color: var(--all-coral, #ff4d4f);
}

.home_game_sheet__all_text {
	color: inherit;
}

.home_game_sheet__all .iconfont {
	font-size: .12rem;
	line-height: 1;
	color: inherit;
}

.home_game_sheet__all:active {
	opacity: 0.65;
}

.home_game_sheet__grid {
	background: #fff;
	border-top: .01rem solid #efeef4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-index-home .home_game_sheet__grid.home_main .home_main_list {
	border-right: .01rem solid #efeef4;
	border-bottom: .01rem solid #efeef4;
	height: auto;
	min-height: 1.05rem;
	padding: .1rem .04rem .1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.page-index-home .home_game_sheet__grid .home_main_list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-index-home .home_game_sheet__grid .home_main_list img {
	width: .46rem;
	height: .46rem;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.page-index-home .home_game_sheet__grid .home_main_list h3 {
	margin-top: .06rem;
	line-height: 1.25;
	width: 100%;
	font-weight: normal;
}

body.page-index-home .home_game_sheet__grid .home_main_list em {
	margin-top: .04rem;
	line-height: 1.2;
	display: block;
	width: 100%;
	font-weight: normal;
}

.header {
	height: 49px;
}

.header .header_logo .header_logo {
	width: .27rem;
	height: .36rem;
	margin-top: 8px;
}

.header .header_down a {
	font-size: 20px;
	float: right;
}

.header .header_down i {
	font-size: 23px;
}

.home_main {
	background: #fff;
}

.home_main .home_main_list {
	text-align: center;
	padding: .2rem 0 .1rem;
}

.home_main .home_main_list:hover {
	background-color: rgba(0,0,0,.1);
}

.home_main .home_main_list a {
	display: block;
}

.home_main .home_main_list i {
	font-size: .4rem;
	line-height: .42rem;
}

.home_main .home_main_list .icon-fucaikuai3 {
	color: #e01506;
}

.home_main .home_main_list .icon-zhongqingshishicailogo {
	color: #fa7e00;
}

.home_main .home_main_list h3 {
	margin: 0;
	color: #333;
	font-weight: normal;
	line-height: .1rem;
	margin-top: .1rem;
	font-size: .14rem;
}

.home_main .home_main_list em {
	color: #989898;
	font-size: .12rem;
}

.home_main .new_home_main_list {
	text-align: center;
	padding: .2rem 0 .1rem;
}

.home_main .new_home_main_list a {
	display: block;
}

.home_main .new_home_main_list i {
	font-size: .4rem;
	line-height: .42rem;
}

.home_main .new_home_main_list.icon-fucaikuai3 {
	color: #e01506;
}

.home_main .new_home_main_list .icon-zhongqingshishicailogo {
	color: #fa7e00;
}

.home_main .new_home_main_list h3 {
	margin: 0;
	color: #333;
	font-weight: normal;
	line-height: .1rem;
	margin-top: .1rem;
}

.home_main .new_home_main_list em {
	color: #989898;
	font-size: .12rem;
}

.fc3d_c {
	color: #00b7ee;
}

.pl3_c {
	color: #38b366;
}

.gameBet_balls .gameBet_left img {
	width: 100%;
}

.mobileMoneyInfo {
	color: #ff9831;
}

.mobileMoneyHover {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	display: none;
}

.mobileMoneyHover .moneyInfoTable {
	width: 80%;
	margin: 0 auto;
	margin-top: 20%;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.mobileMoneyHover .moneyInfoTable tr th {
	color: #333;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #ccc;
}

.mobileMoneyHoverClose {
	border: none;
	padding: 8px 0 !important;
	font-size: 16px;
	color: #007bf4 !important;
}

.home_main .home_main_list, .home_main .new_home_main_list {
	border-right: .01rem solid #efeef4;
    border-bottom: .01rem solid #efeef4;
	height: 1.3rem;
}

.notice {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 316px;
	background: rgba(0,0,0,.2);
	color: #fff;
}

.noticCon {
	margin: 3px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.noticCon h3 {
	background: #e4393c;
	margin: 0;
	padding: 5px 8px;
	font-size: 16px;
}

.noticCon h3 a {
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 12px;
	-webkit-transition-duration: .7s;
	transition-duration: .7s;
}

.noticCon>ul {
	text-align: center;
}

.noticCon>ul li {
	padding: 3px;
	line-height: 1;
}

.noticCon>ul a {
	color: #333;
}