/* CSS Document */
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background:#2a592d;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
	
   .clear_both{ clear:both;}
   .opacity{ opacity:0;}
   .width_img{ width:100%;}
   
   .pages{ display:none;}
  /**填写信息样式  start**/ 
   .infor{ background: #64a168; width:100%; padding:3% 0;}
   .zongzi_txt1{margin: 3% 0 0px;}
  /**填写信息样式  end**/

   /**有码样式  start**/
     .card_success{ display:none;}
	 .serial_number{ width:86%; height:35px; font-size:18px; margin:0 0 0 5%;}
	 .serial_number dd{width: 25%;height: 35px;line-height: 35px;float: left;text-align: right;color: #FFF;}
	 .serial_number dt{width: 74%;height: 35px;line-height: 35px;float: right;text-align: center;color: #2a592d;background: #fff;}
   /**有码样式   end**/

   /**无码样式  start**/
     .card_fail{ display:none;}
   /**无码样式   end**/
   
  /*苹果4手机 start*/
@media screen and (min-height: 670px) and (max-height: 680px) {
	.serial_number {width: 86%;height: 40px;font-size: 20px;margin: 0 0 0 4%;}
	.serial_number dd {width: 25%;height: 40px;line-height: 40px;float: left;text-align: right;color: #FFF;}
	.serial_number dt {width: 74%;height: 40px;line-height: 40px;float: right;text-align: center;color: #2a592d;background: #fff;}
}