@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}
body{
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	color: #000000;
	position: relative;
}
input{
	font-family: "PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

.ODO{
	width: 100%;
	margin: 30px auto 60px;
}
.ODO h3{
	font-size: 20px;
	text-align: center;
	margin-bottom: 16px;
}
.ODO p{
	font-size: 16px;
	width: 620px;
	margin: 0 auto;
	line-height: 20px;
}
.ODO .numeration{
	text-align: right;
	font-size: 16px;
}
.ODO .numeration .number{
	width: 20%;
	font-size: 16px;
}
.ODO p .units{
	width: 80%;
	font-size: 16px;
}
.ODO p .address{
	width: 80%;
	font-size: 16px;
}
.ODO p .tel{
	width: 22%;
	font-size: 18px;
}
.ODO p .receiving{
	width: 32%;
	font-size: 16px;
}
.ODO p .date{
	width: 16%;;
	font-size: 16px;
}
table,
table tr td{
	border: 2px solid gray;
}
table{
	width: 650px;
	margin: 0 auto;
	line-height: 25px;
	border-collapse: collapse;
}
table tr{
	height: 20px;
}
table tr{
	text-align: center;
}
table tr td:nth-child(2){
	width: 180px;
}
table tr:first-child td:nth-child(2){
	text-align: center;
}
table tr td:nth-child(2){
	text-align: initial;
}
table tr:first-child td:last-child{
	text-align: center;
}
table tr td:last-child{
	text-align: initial;
}
table tr td{
	padding-left: 2px;
	line-height: 20px;
	font-size: 13px;
}
input{
	outline: none;
	border: 0;
}
table tr td:last-child{
	width: 150px;
}
table tr .order{
	height: 30px;
}
table tr td .orderNumber{
	width: 80%;
}
.ODO .sign{
	width: 620px;
	margin: 0 auto;
	font-size: 12px;
	margin-bottom: 50px;
}
.ODO .sign span{
	float: left;
	width: 50%;
	line-height: 25px;
}
.ODO .research{
	width: 620px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
.ODO .research span{
	float: left;
}
.ODO .research .border{
	width: 10px;
	height: 10px;
	border: 1px solid black;
	margin: 2px 40px 0 8px;
}
.ODO .research.indent{
	text-indent: 39px;
}
.clrfloat:after{
	display: block;
	clear: both;
	content: "";
	height: 0;
	visibility: hidden;
}