.panel.wechat-push {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(153, 217, 234);
	z-index: 999;
	/* color: #fff; */
}

.panel.wechat-push .box-body {
	width: 48%;
	display: block;
	margin-left: 2%;
}

.panel.wechat-push label {
	width: 20%;
	display: block;
	float: left;
	font-size: 14px;
}

.panel.wechat-push input {
	width: 70%;
	display: block;
}

.panel.wechat-push textarea.apptext {
	width: 70%;
	display: block;
	height: 300px;
}

.panel.wechat-push button.appsend {
	width: 30%;
	background-color: crimson;
	border: none;
	height: 60px;
	color: #fff;
	/* margin-top: 20px; */
}

.panel.wechat-push .box-footer {
	width: 48%;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-left: 2%;
}

.panel.wechat-push .box-header {
	height: 50px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 50px;
	background-color: #E2E2E2;
	background-color: rgb(50, 50, 50);
}

.panel.wechat-push .msgresult {
	width: 48%;
	position: absolute;
	top: 60px;
	right: 2%;
}

.appsendstate {
	color: crimson;
	font-size: 20px;
	width: 60%;
	margin: 0 auto;
	background-color: deepskyblue;
}