input,
textarea {
	padding: 0;
	margin: 0;
	border: none;
}

.messageBanner {
	width: 100%;
	height: 2.7rem;
	position: relative;
}

.messageBanner>img {
	display: block;
	width: 100%;
	height: 100%;
}

.messageTitle {
	position: absolute;
	top: 0.85rem;
	left: 3.6rem;
}

.messageTitle>h1 {
	font-size: 0.38rem;
	font-family: Ping Hei;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	line-height: 1.14rem;
}

.messageTitle>h1:before {
	content: "";
	display: block;
	width: 0.74rem;
	height: 0.02rem;
	background: rgba(255, 255, 255, 0.6);
}

.messagePanel {
	width: 8.2rem;
	margin: 0.65rem auto;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 10px 0px rgba(4, 0, 0, 0.18);
	border-radius: 8px;
}

.msg {
	padding: 0.65rem 0.6rem;
}

.common_inp {
	width: 100%;
	height: 0.9rem;
	margin-bottom: 0.6rem;
	position: relative;
}

.common_inp>input {
	display: block;
	width: calc(100% - 1.2rem);
	height: 100%;
	padding-left: 0.3rem;
	padding-right: 0.9rem;

	background: rgba(235, 240, 240, 1);
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 6px 6px 6px 6px;

	font-size: 0.3rem;
	font-family: Ping Hei;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	line-height: 0.9rem;
}

.removeBtn{
	display: none;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: calc(50% - 0.3rem);
	right: 0.3rem;
}

.removeBtn>img{
	display: block;
	width: 100%;
	height: 100%;
}

.common_textarea {
	width: 100%;
}

.common_textarea>textarea {
	display: block;
	width: calc(100% - 0.6rem);
	padding: 0.3rem;
	height: 1.6rem;
	background: rgba(235, 240, 240, 1);
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 6px 6px 6px 6px;

	margin-bottom: .42rem;

	font-size: 0.3rem;
	font-family: Ping Hei;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	line-height: 0.4rem;
}


.btn {
	display: block;
	font-size: .34rem;
	color:rgba(255,255,255,1);
	height: .9rem;
	width: 100%;
	border: 1px solid #DCDCDC;
	background: #fff;
	background: rgba(133, 179, 180, 1);
	border-radius: 6px 6px 6px 6px;
}
