<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***é¦–é¡µæ¨¡å—4     START****/
.index_msg{
	background: url(../images/bg.jpg) no-repeat top center;
	height: 650px;
}
.index_msg .container{
	height: 100%
}
.index_msg .msgbook{
	width: 800px;
	height: 400px;
	background: #fff;
	text-align: center;
}
.index_msg .msgbook .inputNew{
	 border:1px solid #ddd;
	 width: 80%;
	 padding-left: 15px;
	 margin-bottom: 15px;
	 height: 40px;
	 line-height: 40px;
}
.index_msg .msgbook .inputNew2{
	 border:1px solid #ddd;
	 width:calc(80% - 100px);
	 padding-left: 15px;
	 margin-bottom: 15px;
	 height: 40px;
	 line-height: 40px;
}


.index_msg .msgbook .booksubmit{
	border:1px solid #ddd;
	 width: 80%;
	 padding-left: 15px;
	 margin-bottom: 15px;
	 height: 40px;
	 line-height: 40px;
	 color:#fff;
	 background: #000;
}
.index_msg .msgbook .booksubmit:hover{
	background: #f8f8f8;
	color:#000;
}
/***é¦–é¡µæ¨¡å—4     END****/


@media(max-width: 768px){
	 .index_msg .msgbook{
	 	width:100%
	 }
}
</pre></body></html>