.Train_div_default{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.Train_div_default_title{
	width: 100%;
	height: 42px;
	background-image: url(../images/title_head.fw.png);
	background-size: cover;
	background-position: center;
}
.Train_div_default_title p{
	line-height: 42px;
    font-size: 18px;
    color: #5f4731;
    padding-left: 50px;
    float: left;
}
.Train_div_default_title a{
	display: block;
    line-height: 42px;
    font-size: 16px;
    color: #5f4731;
    padding-right: 24px;
    float: right;
    text-decoration: none;
}
.orderContent{
	min-height: 300px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 25px;
}
.orderInformation{
	width: 1144px;
}
.order_detail{
	width:100%;
	height: 165px;
	margin-left : 28px;
}
.orderMessage{
	width: 1144px;
	height: 450px;
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	margin-left: 28px;
	padding-top: 53px;
}
.orderHead{
	position: relative;
	top: 27px;
	left: 66px;
	
}
.order_title{
	height: 47px;
	width: 218px;
	display: inline-block;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: 23px;
	color: #393939;
	margin-top: 30px;
	float: left;
}
.order_date{
	height: 23px;
	width: 222px;
	display: inline-block;
	font-size: 16.2px;
	margin-left: 192px;
	font-family: "微软雅黑";
	float: left;
	margin-top: 44px;
}
.order_delete{
	width: 102px;
	height: 36px;
	border-radius:6px;
	border: 1px solid #cccccc;
	display: inline-block;
	float: right;
	background-color: #f8f8f8;
	color: #666666;
	font-size: 16.2px;
	margin: 36px 30px 0px 0px;
	cursor: pointer;
}
.order_delete:HOVER{
	background-color: #EBBF41;
	border: none;
}
.orderMessage_detail{
	margin-left: 48px;
	margin-top: 22px;
}
.message_left{
	width:110px;
	color: #000000;
	font-size: 18px;
	font-family: "微软雅黑";
	display: inline-block;
}
.message_right{
	width: 910px;
	height: 40px;
	margin-left: 14px;
	padding-left: 31px;
	border: 1px solid #e8e8e8;
	border-radius:6px;
	font-size: 14.88px;
	color: #000000;
	
}
.message_date{
	width: 185px;
	height: 40px;
	margin-left: 14px;
	padding-left: 31px;
	border: 1px solid #e8e8e8;
	border-radius:6px;
	font-size: 14.88px;
	color: #000000;
	background-image: url("/style/whg/front/images/message_date.fw.png");
	background-repeat: no-repeat;
	background-position: 189px 11px;
}
.submitButton{
	height: 43px;
	width: 147px;
	background-color: #EBBF41;
	color: #5F4731;
	font-size: 16.2px;
	line-height: 43px;
	text-align: center;
	margin: 27px 0px 10px 1024px;
	cursor: pointer;
	border-radius:6px;
	border: none;
}
input::-webkit-input-placeholder {
     color: #bababa;
     font-size: 14.88px;
}
hr{
	margin-left: 15px;
	width: 1167px;
	border: 1px solid #f6f6f6;
}