/* 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-color:#ffffff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-family: '微软雅黑';
	font-size: 16px;
}

  /****主页面样式  start*****/
  .p-index{ display:none; position:absolute; top:0; left:0; width:100%;}
  .clear{ clear: both;}
  .opacity{ opacity:0;}
  
  section{ position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
  section img{ position:relative;}
  .page_text01{ margin:5% auto 0;}
  .page_card{ position:relative; width:80%; margin:0 auto;}
  .inputtext{  position: absolute;  bottom: 10%;  background: none;  width: 100%; left:0;  font-size: 20px;  border: 0;  border-spacing: 0;  text-align: center;}
  
  .page_instr{ position:relative; margin:-15% auto 0; width:75%; background:rgba(0,0,0,.5); padding:3% 0;}
  .page_bottom{ position:relative; margin:5% auto 0; width:8%; z-index:8;}
  /****主页面样式  //end*****/
  

  /*苹果4手机 start*/
@media screen and (max-height: 500px) {

}

   /*邓先生的魅族 start*/
@media screen and (min-height: 590px) and (max-height: 600px) {
}
   
  /*苹果6 plus样式*/  
@media screen and (min-height: 603px) and (max-height: 672px) {

}
