html,
body,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-family: sans-serif, Arial,'黑体', '宋体';
}
.wait {
	margin-top: 100px;
	text-align: center;
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
	word-break: break-all;
}

.error {
	text-align: center;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	color: red;
	text-align: left;
	word-break: break-all;
}

/*******设置页样式********/
.set-wrap {
	padding: 20px;
}

.set-wrap .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.set-wrap .row .tip {
	color: red;
	font-size: 28upx;
}

.set-wrap .row label {
	display: block;
	border: 0.5px solid #ffffff;
	height: 25px;
	line-height: 25px;
	font-size: 28upx;
	padding: 0;
	margin: 0;
}

.set-wrap .row input {
	display: block;
	border: 0.5px solid #ececec;
	width: 90%;
	height: 25px;
	text-indent: 5px;
	line-height: 25px;
	font-size: 28upx;
	padding: 0;
	margin: 0;
}

.set-wrap .row button {
	display: block;
	cursor: pointer;
	border: none;
	float: left;
	width: 80px;
	height: 27px;
	line-height: 27px;
	font-size: 28upx;
	background: #00a0e9;
	color: #ffffff;
	padding: 0;
	margin-top: 10px;
	font-size: 28upx;
}
/*******成功页样式********/
.success-wrap{
	width: 100%;
	overflow: hidden;
	margin: 150px auto;
}
.success-wrap .img-wrap{
	width: 80px;
	margin: 20px auto;
}
.success-wrap .img-wrap img{
	width: 100%;
	height: 100%;
}
.success-wrap .content{
	color: #444;
	font-size: 28upx;
	text-align: center;
}
.success-wrap .content .msg{
	font-size: 20px;
}
/*******错误页样式********/
.error-wrap {
	width: 100%;
	margin: 10px;
	overflow: hidden;
}

.error-wrap img {
	display: block;
	float: left;
	width: 24%;
	margin: 0;
}

.error-wrap .msg-wrap {
	color: red;
	float: left;
	width: 72%;
}

.error-wrap .msg-wrap h1 {
	margin-top: 10px;
	font-size: 18px;
}

.error-wrap .content {
	float: left;
	width: 100%;
	font-size: 28upx;
	margin-top: 10px;
	line-height: 18px;
}

.error-wrap .msg-wrap .h2 {
	display: block;
	font-size: 28upx;
}
