body, ol, ul, h1, h2, h3, h4, h5, h6, p, dl, dd, form, fieldset, legend { margin:0; padding:0; }
body { font-size:14px; font-family: Arial, "microsoft yahei", simsun; background:#fff; color:#222;}
em { font-style:normal }
ul,ol,li { list-style:none }
img { border:0; vertical-align:top; }
a { color:#000; text-decoration:none;}
a:hover { color:#0168b7;}
a img { background:none; border:none;}
input,textarea,select,button{ -webkit-tap-highlight-color:rgba(0,0,0,0); outline:none; font-family: Arial, "microsoft yahei", simsun;}
button {-moz-user-select:none; -khtml-user-select:none; user-select:none;}
.clear { clear:both; }

/*--dialog--*/
.dialog { display:none; width:100%; height:100%; position:fixed; left:0; top:0; background:rgba(0,0,0,0.7); z-index:999;}
.alert { width:240px; position:absolute; left:50%; top:50%; margin:-70px 0 0 -120px; border-radius:6px; text-align:center; background:#fff; overflow:hidden; zoom:1;}
.alert .text { padding:50px 10px; text-align:center;}
.alert .ctr { display:-webkit-box; display:-moz-box; display:box; overflow:hidden; zoom:1; text-align:center;}
.alert .btn {  display:block; box-flex:1.0; -webkit-box-flex:1.0; -moz-box-flex:1.0; margin:0; border-radius:0;}
