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: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.titleTxt1 {
	font-size: 24px;
}

.titleRight {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;

}

.titleLine {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	margin-left: 14px;
}

.titleTxt2 {
	font-size: 16px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.titleKeFu {
	width: 100px;
	height: 40px;
	color: #128EEE;
	border-radius: 6px;
	font-size: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #128EEE;
}

.titleKeFu:hover {
	cursor: pointer;
}

.phoneTitle {
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.phoneTitleTxt1 {
	font-size: 24px;
}

.phoneTitleRight {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;

}

.phoneTitleLine {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	margin-left: 14px;
}

.phoneTitleTxt2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	height: 34px;
}

.phoneTitleKeFu {
	width: 90px;
	height: 34px;
	color: #128EEE;
	border-radius: 6px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #128EEE;
}

.phoneTitleKeFu:hover {
	cursor: pointer;
}

/* 游戏下载 */

.huawei-tip-txt {
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	/* font-family:; */
	line-height: 50px;
	justify-content: center;
	align-items: center;
	color: #FF2200;
}

.phone_huawei-tip-txt {
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	/* font-family:; */
	line-height: 28px;
	justify-content: center;
	align-items: center;
	color: #FF2200;
}

.xz {
	height: 120px;
}

.xz_icon {
	height: 100%;
	width: 60%;
	padding-top: 12px;
	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: 12px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.xz_button .txt {
	font-size: 18px;
}

.xz_button a {}

.azxz img {
	width: 280px;
	border-radius: 0;
	margin-right: 100px;
}

.pgxz img {
	width: 280px;
	border-radius: 0;
}

.phone_xz_button {
	padding-top: 12px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.phone_xz_button .txt {
	font-size: 18px;
}

.phone_xz_button a {}

.phone_azxz img {
	width: 136px;
}

.phone_pgxz img {
	width: 136px;
}

.webBannerShow {
	hidden: true;
}

.phoneBannerShow {
	hidden: true;
}

.section {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.section ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.section ul li {
	background: #FFFFFF;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	cursor: pointer;
	padding: 0;
}

.section ul li:last-child {
	background: #FFFFFF;
	list-style: none;
	margin-right: 0px;
}


.more-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 40px;
	box-sizing: border-box;
	background: #fff;
}

.main-message {
	display: flex;
}

.base-message {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 0;
}

.more-message .base-message span:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.more-message .base-message span:last-child {
	font-size: 15px;
	color: #666;
}

.content-message {
	font-size: 15px;
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}

.phoneMore-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

.phoneMore-message-img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-right: 14px;
}

.phoneMore-message .phoneBase-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.phoneMain-message {
	display: flex;
}

.phoneBase-message {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 0;
}

.phoneMore-message .phoneBase-message span:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.phoneMore-message .phoneBase-message span:last-child {
	font-size: 15px;
	color: #666;
}

.phoneContent-message {
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}

/* 玩法专区 */

@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: center;
	margin-top: 20px;
}

.centerP {
	font-size: 24px;
	color: #213547;
}

.phoneCenterLine1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.phoneCenterP {
	font-size: 12px;
}

.centerBottomP {
	width: 80px;
	height: 34px;
	margin-left: 10px;
	color: #128EEE;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #128EEE;
}

.centerBottomPWeb {
	width: 80px;
	height: 34px;
	margin-left: 10px;
	color: #128EEE;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #128EEE;
}

.centerBottomP:hover {
	cursor: pointer;
}

.centerBottomPWeb:hover {
	cursor: pointer;
}

.foot {
	color: #2b2b2b;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	border-top: 1px solid #CCCCCC;
	margin-top: 40px;
}

.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 {
	font-size: 12px;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.foot .txt p {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
}

.foot .txt a {
	text-decoration: none;
	color: #646CFF;
}

.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;
}

.phoneThumbnail {
	width: 100%;
}

.phoneThumbnailImg {
	width: 100%;
}

body {
	background: #eeeeee;
}