/**
* 作者：印沛锜
* 创建时间：2021/10/09 09:15:36
* 版本：[1.0, 2021/10/09]
* 版权：江苏国泰新点软件股份有限公司
* 描述：隐私协议
*/

body {
	background: #fff;
}

.mui-content {
	background: #fff;
	margin: 0 10px 50px 10px;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre span {
	text-align: center;
	display: block;
}

.foot {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	border-top: 1px solid #eeedf3;
}

.btn {
	line-height: 50px;
	height: 50px;
	background: #3e89dc;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	margin: 15px 13px;
}

.btn:active {
	background: #fff;
	color: #3e89dc;
}