body {
	background-color: var(--weui-BG-2);
	user-select: none;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all （移动端不需要） */
	-ms-user-select: text;
	/* IE 10+ */
	-webkit-touch-callout: none;
	font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.content {
	padding-top: 55px !important;
}

.button {
	margin-bottom: 55px !important;
}

.official-account {
	width: 180px;
	height: 180px;
}

.copy-btn {
	cursor: pointer;
	transition: all 0.3s !important;
}

.title {
	color: var(--weui-FG-0);
}

.weui-btn_primary:not(.weui-btn_disabled):hover {
	background-color: #06ae56;
	background-color: var(--weui-TAG-TEXT-GREEN);
}

#official-account {
	user-select: text;
	-webkit-user-select: text;
	/* Chrome all / Safari all */
	-moz-user-select: text;
	/* Firefox all （移动端不需要） */
	-ms-user-select: text;
	/* IE 10+ */
	-webkit-touch-callout: text;
}

/* 移动端取消touch高亮效果 */
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 禁止保存或拷贝图像（IOS） */
img {
	-webkit-touch-callout: none;
}
