@charset "utf-8";
.msg-box {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 424px;
	height: 53px;
}
.msg-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 53px;
	cursor: pointer;
	background: url(../images/ly.png) right top no-repeat;
}
.msg-main {
	position: absolute;
	right: 0;
	top: 53px;
	width: 330px;
	height: 410px;
	padding: 16px 25px;
	background: url(../images/mask_bg.png) repeat;
	font-size: 16px;
}
.msg-main input, .msg-main textarea {
	font-family: "微软雅黑";
	font-size: 16px;
}
.msg-close {
	position: absolute;
	left: 330px;
	top: 18px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/msg_bg.png) no-repeat -44px 0;
}
.msg-label {
	color: #fde9cf;
}
.msg-ul {
	margin: 8px 0 0 0;
}
.msg-ul li {
	float: left;
	width: 101px;
	height: 29px;
	margin: 10px 0 0 10px;
	cursor: pointer;
	border: #503b23 1px solid;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	color: #fde9cf;
}
.msg-ul li.ml0 {
	margin: 10px 0 0 0;
}
.msg-ul li.msel {
	background: #2e620a;
}
.msg-textarea {
	width: 294px;
	height: 62px;
	margin: 17px 0 0 0;
	padding: 15px 18px;
	background: 0;
	border: #503b23 1px solid;
	font-size: 14px;
	color: #7e6655;
}
.msg-textarea-i {
	position: absolute;
	left: 44px;
	top: 152px;
	width: 290px;
	font-size: 14px;
	font-style: normal;
	color: #7e6655;
}
.msg-mod {
	/* position: relative; */
	width: 332px;
	height: 16px;
	padding: 13px 0;
	line-height: 16px;
}
.msg-mod.border {
	border-bottom: #503b23 1px solid;
}
.msg-mod label {
	float: left;
	color: #fde9cf;
}
.msg-mod input {
	float: left;
	width: 282px;
	height: 20px;
	margin: 0 0 0 10px;
	background: 0;
	border: 0;
	font-size: 14px;
	color: #7e6655;
}
.msg-mod i {
	position: absolute;
	left: 50px;
	top: 13px;
	font-size: 14px;
	font-style: normal;
	color: #7e6655;
}
.msg-btn {
	width: 330px;
	height: 29px;
	margin: 13px 0 0 0;
	background: #6c9e33;
	border: 0;
	font-size: 14px;
	color: #fde9cf;
	cursor: pointer;
}
/*placeholder*/
.msg-textarea::-webkit-input-placeholder {
	font-size:14px;
	color:#7e6655;
}
.msg-textarea:-moz-placeholder {
	font-size:14px;
	color:#7e6655;
}
.msg-textarea::-moz-placeholder {
	font-size:14px;
	color:#7e6655;
}
.msg-textarea::-ms-input-placeholder {
	font-size:14px;
	color:#7e6655;
}
.msg-mod input::-webkit-input-placeholder {
	font-size:14px;
	color:#7e6655;
}
.msg-mod input:-moz-placeholder {
	font-size:14px;
	color:#7e6655;
}
.msg-mod input::-moz-placeholder {
	font-size:14px;
	color:#7e6655;
}
.msg-mod input::-ms-input-placeholder {
	font-size:14px;
	color:#7e6655;
}
.yhxy-info {
	display: none;
}
