*{
	padding: 0;
	margin: 0;
	font-family: inherit;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
html,body{
	height: 100%;
}
.container{
	-webkit-box-pack: center;
  /* -webkit-justify-content: center; */
  -ms-flex-pack: center;
  justify-content: center;	
}
html{
	font-size: 16px;
	font-family: "PingHei","Helvetica Neue","Helvetica","STHeitiSC-Light","Arial",sans-serif;
}
body{
	max-width: 540px;
	margin: 0 auto;
	background: #EFEFF4;
}
.head{
	*height: 113px;
	*background: url("../images/fillrecord/bg.png") no-repeat;
	background-size: 100% 100%;
	text-align: center;
	background: #fff;
	padding-bottom: 10px;
}
.head .logo{
	*width: 58px;
	height: 62px;
	*border-radius: 50%;
	background: #fff;
	border: none;
	margin-top: 10px;
	*margin-bottom: 6px;
}
.head .corp-name{
	font-size: 15px;
	color: #0F81EF;
	padding: 0 30px;
	font-weight: 600;
}
.container .row{
	background: #fff;
	margin-top: 8px;
	padding: 10px 15px;
}
.time-line{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	height: 128px;
}
.cylinder-detail{
	*height: 183px;
	padding-top: 15px !important;
}
.cylinder-detail .title{
	color: #333;
	text-align: center;
}
.qrcode{
	*height: 168px;
	text-align: center;
	padding:10px !important;
}
.time-line .item{
	position: relative;
	width: 100%;
	flex-direction: column;
}
.time-line .item:before{
	content: '';
	position: absolute;
	top: 45%;
	width: 100%;
	border-top: 2px solid #0F81EF;
	z-index: 8;
}
.time-line .item:after{
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -8px;
	width: 8px;
	height: 8px;
	border: 4px solid #0F81EF;
	background: #fff;
	border-radius: 50%;
	z-index: 9;
}
.item>span{
	display: block;
	width: 100%;
	text-align: center;
}
.item .title{
	font-size: 14px;
	margin-top: 18px;
	color: #0F81EF;
}
.item .name{
	margin: 0 auto;
	width: 100px;
	font-size: 14px;
	margin-top: 25px;
	color: #666666;
}
.cylinder-detail table{
	width: 100%;
}
.detail-table tr{
	height: 22px;
}
.detail-table tr td{
	font-size: 15px;
	text-decoration: none;
}
.detail-table .opt{
	width: 40%;
	text-align: right;
	color: #666;
}
.detail-table .val{
	padding-left: 10px;
	text-align: left;
	color: #666;
}	
.qrcode .qrcode-img{
	*margin: 15px auto 8px auto;
	width: 100px;
	height: 100px;
}
.qrcode .customer-service{
	color: #666;
	font-size: 14px;
}
.customer-service .tel{
	padding-left: 5px;
	color: #333;
	font-size: 14px;
}
.hide {
	display: none;
}