/* css 鐨勫垵濮嬪寲 */

/* 鎸囧畾褰撳墠css鏂囦欢, 缂栫爜鏍煎紡鏄痷tf-8 */
@charset "UTF-8";


/* 娓呴櫎榛樿鐨勫杈硅窛鍜屽唴杈硅窛 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img {
  margin: 0;
  padding: 0;
}

img, input, button, textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul, ol {
  list-style: none;
}

/* input {
  font-family: "SimSun", "瀹嬩綋";
} */

select, input, textarea {
  font-size: 12px;
  margin: 0;
}

textarea {
  resize: none;
}

img {
  border: 0;
  /* 鍙互闃叉 img 涓嬭竟鍑虹幇缂濋殭闂 */
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

body {
  /* 灏嗘暣涓〉闈㈢殑瀛椾綋, 榛樿閲嶇疆 */
  font: 12px/18px 'Microsoft YaHei', Microsoft YaHei, Arial, Verdana, "Microsoft YaHei";
  color: #666;
  background: #fff;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* 鍏煎 IE 67 */
.clearfix {
  *zoom: 1;
}

a {
  color: #666;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

/* 搴熺墿鍒╃敤 1*/
s, i, em {
  font-style: normal;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w {
  width: 1200px;
  margin: 0 auto;
}