/* 公共样式 */
*{ margin:0; padding:0;}
ul,li,dl,dt{ list-style:none;}
a{ text-decoration:none;}
img{ display:block;}
input{ border:none;}
body{ font-family: abchanel-couture, "华文细黑", STXiHei, "微软雅黑", "Microsoft Yahei", "华文黑体", "ST Heiti", "MS黑体", "MS Hei", abchanel-couture, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	outline:none;background:#fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
}
select,input{ 
	border-radius:0;
     -webkit-appearance: none;
	 -moz-appearance: none;
     appearance: none;
	 word-break: break-all;
	 outline:none;
	 background:none;	 
}
/* 改变动画的效果方式*/
* {
          -webkit-user-select: none;
          -moz-user-select: none;
          -webkit-tap-highlight-color: rgba(0,0,0,0);

          -webkit-text-size-adjust: none;
		  
}

/* 链接长按时不触发系统的菜单，也可用于img，在不想让用户长按将图片保存至相册时使用，默认禁止链接和图片 */
a,img { -webkit-touch-callout: none;}

/* 去除input和输入框的默认样式，并默认赋予30%的黑色背景 */
/*input { -webkit-appearance: none; border: none; background:#f4f5f1; border-radius: 0; color:#000; }*/
textarea { border: none; background: #f6f7f3; border-radius: 0; border:1px #ededed solid; color:#000; }
/* 去除iphone中按下时的高亮效果 */
/* 无法选择复制内容 */
* { -webkit-user-select: none; -moz-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
input,textarea { -webkit-user-select: auto; -moz-user-select: auto; }

/* 阻止旋转屏幕时自动调整字体大小 */
* { -webkit-text-size-adjust: none;}
* { font-weight: normal; font-style: normal;}
*, *:after, *:before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;}
.none{
	display:none;
}
.content{
	position:fixed;top:50%;width:750px;left:50%;margin-left:-375px;margin-top:-549px;
}
.pqi{
	width:263px;margin:0 auto;
}
.p1{
	width:100%;text-align:center;font-size:32px;line-height:32px;color:#000;margin-top:145px;
}
.pqd{
	width:430px;margin:100px auto 0;
}
.p2{
	width:100%;text-align:center;font-size:32px;line-height:32px;color:#000;margin:100px auto 0;
}
.p3{
	width:100%;text-align:center;font-size:32px;line-height:32px;color:#000;margin:20px auto 0;
}

