@charset "utf-8";
/** 娓呴櫎鍐呭杈硅窛 **/
* {box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 缁撴瀯鍏冪礌 */
dl, dt, dd, ul, ol, li, /* list elements 鍒楄〃鍏冪礌 */
pre, /* text formatting elements 鏂囨湰鏍煎紡鍏冪礌 */
form, fieldset, legend, button, input, textarea, /* form elements 琛ㄥ崟鍏冪礌 */
th, td, /* table elements 琛ㄦ牸鍏冪礌 */
img/* img elements 鍥剧墖鍏冪礌 */{
  border:medium none;
  margin:0;
  padding:0;
}
/** 璁剧疆榛樿瀛椾綋 **/
body, button, input, select, textarea{
  font-family: 'Microsoft YaHei', Helvetica,sans-serif;outline: 0;
  /*font-size:62.5%;*//*榛樿瀛椾綋澶у皬涓?0px*/
}
textarea {resize: none;}
button {background: none;}
button:focus {outline:none;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight: normal;}
em{font-style:normal;}
/** 閲嶇疆鍒楄〃鍏冪礌 **/
ul, ol{list-style:none;}
/** 閲嶇疆瓒呴摼鎺ュ厓绱 **/
a{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}
/** 閲嶇疆鍥剧墖鍏冪礌 **/
img{border:0px;max-width: 100%;}
/** 閲嶇疆琛ㄦ牸鍏冪礌 **/
table{border-collapse:collapse; border-spacing:0;}
/** 娓呴櫎琛ㄥ崟澶栨 **/
input, textarea{outline:none;}
/** 缁欏彲鐐瑰嚮鍏冪礌娣诲姞鎵嬪瀷鍏夋爣 **/
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
}