/**右侧悬浮下载框**/
.floatDown {
    width: 150px;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px 0;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
} 

.floatDown #qrCode, .floatDown .downCode {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.floatDown p {
    color: #757575;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
}

.downBtnList {
    width: 120px;
    margin: 10px auto 0;
}

.downBtnList a {
    width: 120px;
    display: block;
    margin-bottom: 12px;
    transition: all .3s;
}

.downBtnList a img {
    width: 100%;
}

.downBtnList a:last-child {
    margin-bottom: 0;
}

.downBtnList a:hover {
    transform: scale(.9);
} 
/* 手机悬浮按钮样式 */
#floatButton {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	background-color: #07C160;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.3s;
	top: 80%;
	visibility: hidden;
}

#floatButton:hover {
	background-color: #06AD56;
	transform: scale(1.1);
}

/* 客服对话框样式 */
#customerServiceBox {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 320px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	padding: 20px;
	z-index: 1001;
	display: none;
	transform-origin: bottom right;
	animation: fadeInUp 0.3s;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.service-header {
	text-align: center;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

/* 二维码容器 */
.qr-container {
	text-align: center;
	margin-bottom: 20px;
}

/* 二维码图片样式 */
.qr-code {
	width: 200px;
	height: 200px;
	margin: 0 auto 10px;
	cursor: pointer;
	position: relative;
}

.qr-code img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.qr-hint {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

/* 下载按钮样式 */
.download-buttons {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.download-btn {
	flex: 1;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
	background-size: cover;
	background-position: center;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.apple-btn {
	background-image: url('/skin/default/images/ios.png');
}

.android-btn {
	background-image: url('/skin/default/images/android.png');
}

/* 关闭按钮 */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: #f0f0f0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	color: #666;
}

.close-btn:hover {
	background: #e0e0e0;
}
/* 移动端优化 */
	#customerServiceBox {
		right: 10px;
		bottom: 80px;
		width: calc(100% - 40px);
		max-width: 320px;
	}
#floatButton{visibility: visible;}
.wmgameFooter {
	background: #282a2c;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: #81868c;
	text-align: center;
	position: fixed;
	width: 100%;
        height: 50px;
        bottom: 0;
}

.wmgameFooter_healthTitle {
	font-size: 14px;
	text-align: center
}

.wmgameFooter_logo img {
	display: inline-block;
	height: 70px;
	margin: 0 10px;
}

.wmgameFooter_nav a {
	color: #81868c;
}

.wmgameFooter_nav a:hover {
	color: #FFF;
}

.wmgameFooter_nav span {
	padding: 0 6px;
}

.wmgameFooter_navyang {
	position: relative;
	cursor: pointer;
}

#wmgameFooter_navShow {
	position: absolute;
	left: 50%;
	z-index: 10;
	margin-left: -85px;
	top: 20px;
	border: 2px solid #393c40;
	width: 170px;
	line-height: 22px;
	background-color: #303338;
	padding: 6px 0;
	color: #f15733;
	display: none;
}

#wmgameFooter_navShow em {
	display: block;
	background: url(/skin/default/images/stel.png) no-repeat 24px center;
	font-family: "Microsoft YaHei";
}

#wmgameFooter_navClose {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
	background: url(/skin/default/images/sclose.png) no-repeat center center;
	background-size: 100% auto;
}

.wmgameFooter_infolink {
	padding: 0 10px;
}

.wmgameFooter_infolink a {
	color: #81868c;
}

.wmgameFooter_infolink a:hover {
	color: #FFF;
}

.wmgameFooter_infoDiv span {
	padding: 0 10px;
}

.wmgameFooter_infoDiv strong {
	font-weight: normal;
	color: #81868c;
}