﻿@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
li { list-style: none; }
img, input { border: 0px; vertical-align: middle; color:#333333; font-family: "Microsoft YaHei"; outline:0; }
p, h1, h2, h3, h4, h5, h6, img, ul, li, input, button, dd, dl, dt { margin: 0; padding: 0; list-style: none; border: none; font-weight: normal; font-style: normal; }
a, i, em, b, strong { text-decoration: none; font-style: normal; font-weight: normal; }
.clear { clear: both; display: none; }
.clearfix:after { content: "."; height: 0px; display: block; clear: both; visibility: hidden; }
.clearfix:after { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.wid { width:94%; margin: 0 auto; }
button{ outline: none; font-family: "Microsoft YaHei"; }
textarea {outline: none; font-family: "Microsoft YaHei";  }
select { outline:0;font-family: "Microsoft YaHei"; background:none; }
input::-ms-clear {
display: none;
}
table { border-collapse: collapse; border-spacing: 0; }
body, html { background: #f2f2f2; min-width: 240px; max-width:640px; height:100%; color:#333333; margin:0 auto;font-family: "Microsoft YaHei";font-size: 62.5%; position: relative; }
input::-webkit-input-placeholder {
color:#cccccc;
}
input:-moz-placeholder {
color:#cccccc;
font-family:"Microsoft YaHei";
}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; -o-transition: .2s; -ms-transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; transition: .2s; }
a { -o-transition: .2s; -ms-transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; transition: .2s; color:#000; }

.mask{ position:fixed; top:0; left:0; z-index:50; width:100%; height:100%; background:rgba(0,0,0,0.8); display:none;}
