@charset 'utf-8';

.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_notice {
	background: #fff;
}

.home_notice .am-fl i {
	color: red;
	font-size: .18rem;
}

.home_notice .am-fl em {
	color: #000;
	font-size: .16rem;
}

.home_notice .am-fr i {
	color: #989898;
}

.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;
}