﻿body {
	width: 100%;
	margin: 0 auto;
}

.clear{clear: both;}
 
#header {
	height: 100px;
	text-align: center;
	padding-top: 15px;
}

.h3 {
	color: #CD235F;
	line-height: 25px;
	margin: 0;
	padding: 10px 0 0 0;
}

.smallTitle {
	font-size: 20px;
	color: red;
	margin: 3px 0 5px 0;
}

.parentDiv {
	position: relative;
}

.preDiv {
	position: relative;
	display: inline-block;
	width: 46%;
}

.preDiv1 {
	position: relative;
	width: 95%;
	/* overflow:hidden; */
}

.afterDiv {
	position: absolute;
	display: inline;
	width: 46%;
	left: 50%;
	margin-left: 30px;
}

.textarea {
	float: left;
	resize: none;
	display: block;
	width: 100%;
	border: 1px solid #cdf;
}

#QRCodePreDiv {
	height: 280px;
	margin: 0 auto;
}

#QRCodeImgDiv {
	text-align: center;
	background-color: #F7F1F1;
	height: 250px;
	padding-top: 20px;
}

#mchntTips {
	font-size: 50px;
	line-height: 100px;
	vertical-align: middle;
	color: blue;
	text-align: center;
	font-weight: bold;
	background-color: aliceblue;
}

.mybtn {
	position: static;
	bottom: 0%;
	width: 130px;
	left: 0;
	font-size: 16px;
	margin: 7px 0;
	padding: 5px 5px;
}

.font14 {
	font-size: 14px;
}

.l_height40 {
	line-height: 40px;
}

.iblock {
	display: inline-block;
}

.nomargin {
	margin: 0;
}

.margin_b10 {
	margin-bottom: 10px;
}

.dispHide {
	display: none;
}

.outFullBack {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0 auto;
}

.floatCenter {
	background-color: #f5f5f5;
	width: 100%;
	height: 30%;
	padding: 5px;
	margin: 0 auto;
	word-break: break-all;
	vertical-align: middle;
	text-align: center;
	position: relative;
	top: 10%;
}
#leftShow, #rightShow {
	display: inline-block;
	height: 85%;
}

#leftShow {
	width: 20%;
}

#rightShow {
	width: 50%;
}

#noticeRespShowDiv textarea {
	width: 100%;
	height: 85%;
	resize: none;
}

#noticeRespShowDiv p {
	margin-top: 8px;
}

.width100p {
	width: 100%;
}

.width60p {
	width: 60%;
}

.width50p {
	width: 50%;
}

.headTips {
	display: block;
	margin: 5px 0 10px 5px;
}

.height50 {
	height: 50px;
}

.height80 {
	height: 50px;
}

.height100 {
	height: 100px;
}

.height150 {
	height: 150px;
}

.height200 {
	height: 200px;
}

.height250 {
	height: 250px;
}

.height300 {
	height: 300px;
}

.height350 {
	height: 350px;
}