﻿/*通用样式开始*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body>table {
  margin: 0 auto!important;
}
img {
  border: none;
}
input{
  background:none;
  outline:none;
  border:none;
}
input:focus {
  border: none;
}
a {
  text-decoration: none;
}
body {
  font-size: 16px;
  background: url("background.png") top left no-repeat;
  color: #333;
  font-family: "Microsoft YaHei", serif;
}

ul, ol, li {
  list-style-type: none;
}
input {
  margin: 0;
  padding: 0;
  color: #666666;
}
.mobile-header {
  display: none;
}
.clear-fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none!important;
}

