.page{
	width:100%;
}

.wrap{
	width:1200px !important;
}

.bg{
	padding:32px 0 86px 0;
	width:100%;
	min-width:1200px;
	background:#f5f5f5;
}

.bg .default-area{
	position:relative;
	float:left;
	padding:40px 33px;
	width:346px;height:359px;
	background:#fff;
	border:2px solid #e7e6e6;
	box-sizing:border-box;
}

.bg .default-area .line{
	display:block;
	margin:0 auto;
	width:100%;height:3px;
	background:url('../img/default/line.png') no-repeat;
}

.bg .default-area .home-btn{
	display:block;
	margin:30px auto 0;
	width:100%;height:65px;
	line-height:65px;
	background:#e7160d;
	font-size:24px;
	color:#fff;
	text-align:center;
}

.bg .default-area .txz-btn{
	display:block;
	margin:18px auto 0;
	width:100%;height:65px;
	line-height:65px;
	background:#e7160d;
	font-size:24px;
	color:#fff;
	text-align:center;
}

.bg .default-area .btn-area{
	margin:20px auto 30px;
	width:100%;
}
.bg .default-area .btn-area .recharge-btn{
	float:left;
	width:131px;height:43px;
	line-height:41px;
	border:1px solid #e7160d;
	font-size:18px;
	color:#e7160d;
	text-align:center;
	box-sizing:border-box;
}
.bg .default-area .btn-area .kf-btn{
	float:right;
	width:131px;height:43px;
	line-height:41px;
	border:1px solid #a1a0a0;
	font-size:18px;
	color:#a1a0a0;
	text-align:center;
	box-sizing:border-box;
}

.bg .events{
	position:relative;
	float:right;
	width:844px;height:358px;
	overflow:hidden;
}

.bg .events .swiper-slide{
	width:844px;height:358px;
}

.bg .events .swiper-pagination{
	bottom:40px;left:715px;
	width:100px;
}
.bg .swiper-pagination-bullet{
	background:#fdfdfd;
	opacity:1;
}
.bg .swiper-pagination-bullet-active{
	width:21px;
	border-radius:20px;
}

.bg .game-hd{
	position:relative;
	margin-top:25px;
	width:100%;height:30px;
	line-height:30px;
	border-bottom:1px solid #4c4c4c;
	font-size:16px;
	color:#4c4c4c;
}
.bg .game-hd:after{
	content:'';
	position:absolute;
	bottom:0;left:0;
	width:160px;height:2px;
	background:#4c4c4c;
}

.bg .game-area{
	margin-top:20px;
	width:100%;
}
.bg .game-area a{
	float:left;
	margin:0 50px 30px 0;
	width:200px;height:160px;
}
.bg .game-area a:nth-child(5n){
	margin-right:0;
}

