@charset "utf-8";
#container{
	width:980px;
	height:2000px;
	color:black;
	font-size:16px;
	
	margin:0 auto;
	
}
ul.lostPackingUl li{
	margin-top:10px;
	line-height:35px;
}
.main .ulDiv ul li{
	
	margin-left:60px;
	list-style-type: disc;
	text-align:left;
}
.main .bottom .titleCss p{
	font-size:15px;
	font-weight:bold;
	padding-top: 10px
}
.main .bottom p{
	padding-top: 10px;
}
.main .bottom button{
	text-align:center;
	width:100px;
	border: 5px solid red;
	border-radius:5%;
	background: red;
	margin:0 auto;
	color:white;
	font-size:16px;
	display:block;
}


