/*
 * 通用样式
 * */
*{margin: 0;padding: 0;}
html,body{
	width:100%;
	height: 100%;
	font-size:26px;
	color:#000 ;
	font:24px arial,"Hiragino Sans GB",sans-serif,"Helvetica";
	/*overflow-x: hidden;
	/*overflow-y: scroll;*/
}
a,b,i,h1,h5,label,em,nobr{display:inline-block;}
span{display: block;}
ul li {list-style:none;}
a {text-decoration:none;outline:none;cursor:pointer;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout: none;-webkit-user-select: none;}
i,em{font-style:normal;}
hr {display:block;height:1px;border:0;   border-top:1px solid #cccccc;margin:1em 0;padding:0;}
button,input {overflow: visible;line-height: normal;border: none;vertical-align: middle;}
label,input{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-appearance:none;font-size: 24px;}
input[type="text"]{-webkit-user-modify: read-write-plaintext-only;}
/*自动换行*/
.wwarp{word-wrap: break-word;vertical-align: middle;}
/*强制英文单词断行*/
.wbreak{word-break:break-all;vertical-align: middle;}
/*自动对齐*/
.wxcenter{text-justify: inter-ideograph;text-align: justify;}
/*垂直居中*/
.ht_center{vertical-align: middle;}
div { word-wrap:break-word;}
/*
 * 以下为使用样式
 * */
.page{
	width: 750px;
	height: 100%;
	position: relative;
}
