body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
  margin: 0px;
  padding: 0px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style-type: none;
}

img {
  border-style: none;
  vertical-align: middle;
  width: 100%;
}
a {
  color: #333;
}
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
input,
textarea {
  outline: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 以上为重置样式 */

/* 以下为多页面共用样式 */
.container{
  width: 7rem;
  margin: 0 auto;
}
.clearfix:after{
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {zoom: 1;}
body{background-color: #e4f0ff;}