html,body{background: #efefef;}
.orderInformation1{
	height: 45px;
    line-height: 45px;
    width: 100%;
    background: #fff;
}
.orderInformation1>h1{
	font-size: 16px;
	margin-left: 5%;
	float: left;
}
.orderInformation1>p{
	font-size: 14px;
	margin-right:5% ;
	float: right;
}
.orderInformation2{
	background: #efefef;
	margin: 10px auto 20px;
	width: 95%;
}
.orderInformation2>ul>li{
	margin: 10px auto;
}
.orderInformation2::-webkit-scrollbar {
    display: none;
}
.orderInformation2>div{
	display: block;
	width: 100%;
	clear: both;
	font-size: 15px;
	line-height: 30px;
}
.orderInformationH{
	background: #a0c75c;
	width: 100%;
	height: 36px;
}
.orderInformationH>p{
	float: left;
	font-size: 15px;
	line-height: 36px;
	color: #FFFFFF;
	margin-left: 5%;
}
.orderInformationH>img{
	float: right;
	margin-top: 12px;
	width: 16px;
    margin-right: 3%;
}
.orderInformation3{
	display: none;
}
.orderInformation3_1{
	width: 100%;
	height: 30px;
	background: #fff;
}
.orderInformation3_p{
	width: 35%;
	font-size: 14px;
	padding-left: 5%;
	line-height: 30px;
	float: left;
}
.orderInformation3_t{
	width: 60%;
	font-size: 14px;
	float: left;
	line-height: 30px;
}
.f1{
	background: #e5f4cb;
}
