body {
	background-color: #f9f9f9;
}

.thumbnail,
.thumbnail li {
	border: none
}

.paddtop {
	padding-top: 40px;
}

.search-btn {
	float: left;
	border: 1px solid #ffc900;
	width: 90px;
	height: 35px;
	background-color: #ffc900;
	text-align: center;
	line-height: 35px;
	margin-top: 15px;
}

.search-input {
	float: left;
	border: 2px solid #ffc900;
	width: 400px;
	height: 35px;
	padding-left: 5px;
	margin-top: 15px;
}

.title {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.titleTxt1 {
	font-size: 24px;
}

.titleRight {}

.titleLine {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.titleTxt2 {
	font-size: 16px;
}

.titleKeFu {
	width: 60px;
	height: 30px;
	color: blue;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	border-radius: 2px;
	border: 1px solid #3E3BDE;
}

/* 游戏下载 */

.xz {
	height: 150px;
}

.xz_icon {
	height: 100%;
	width: 60%;
	padding-top: 32px;
	float: left;
}

.xz_icon img {
	height: 85px;
}

.xz_icon .txt {
	font-size: 24px;
	font-weight: bold;
	padding-top: 62px;
	line-height: 80px;
	margin-left: 10px;
}

.xz_button {
	padding-top: 32px;
	width: 40%;
	height: 100%;
	float: right;
}

.xz_button .txt {
	font-size: 18px;
}

.xz_button a {
	float: right;
	margin-bottom: 10px;
}

.webBannerShow {
	hidden: true;
}

.phoneBannerShow {
	hidden: true;
}

/* 玩法专区 */

@media (min-width: 1200px) {
	.col-lg-2dot4 {
		float: left;
	}

	.col-lg-2dot4 {
		width: 20%;
	}
}

.col-lg-2dot4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.play_box {
	padding: 40px 0 40px 40px;
}

.play {
	margin-bottom: 10px;
}

.play img {
	width: 50px;
}

.play .txt {
	font-size: 16px;
	line-height: 46px;
	padding-left: 22px;
}


/* 活动公告 */

.gg {
	height: auto;
	margin-bottom: 60px;
	display: flex;
}

.ggl {
	margin-left: -15px;
	margin-right: -15px;
}

.ggl img {
	width: 100%;
}

.ggr {
	background-color: #fff;
	padding: 54px 40px 34px 54px;
}

.ggr li {
	font-size: 20px;
	color: #333333;
	margin-bottom: 34px;
	position: relative;
	line-height: 24px;
	overflow: hidden;
}

.ggr li a {
	color: #333333;
}

.ggr li span {
	position: absolute;
	right: 0;
	top: 0;
}

.centerLine1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.centerP {
	font-size: 14px;
	color: #213547;
}

.centerBottomP {
	width: 60px;
	height: 30px;
	margin-left: 35px;
	color: blue;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	border: 1px solid #3E3BDE;
}

.centerBottomPWeb {
	width: 60px;
	height: 30px;
	margin-left: 205px;
	background: #EDEDED;
	color: blue;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	border: 1px solid #3E3BDE;
}

.foot {
	height: 100px;
	background-color: #2b2b2b;
	color: #fff;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.foot .logo2 {
	/* line-height: 35px; */
	/* text-align: center;
    vertical-align:middle; */
	padding: 0px 10px 0 10px;
	/* position: relative */
	/* width: 156px; */
}

.foot .logo2 img {
	/* position: absolute;
    top:50% */
	/* width: 90%; */
}

.foot .txt {
	/* text-align: center; */
	font-size: 12px;
	/* font-family:; */
	line-height: 18px;
}

.foot .contact {
	/* float:right;  */
	/* line-height: 35px; */
	/* text-align: center; */
	font-size: 18px;
	padding: 0 20px 0 20px;
	/* width: 156px; */
}

.foot .contact img {
	width: 60%;
}

.foot .contact p {
	margin-bottom: 10px;
}

.foot .customer {
	margin-top: 20px;
	color: #333333;
	border-radius: 10%;
	/* width:65%; */
}

.foot .customer span {
	background-color: #fff;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
}

.thumbnail {
	padding: 0;
}