* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
    line-height: 1;
}

body {
    font: 12px/1 'Microsoft YaHei';
    width: 100%;
    margin: 0 auto;
}

ul,
ol,
ul li,
li,
dl,
dt,
dd {
    list-style: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.show {
    display: block
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.break {
    word-break: break-all;
    word-wrap: break-word
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
    display: block;
    clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

section {
    margin-top: 2.8%;
    width: 100%;
    background: #fff;
    padding-top: 1.4%;
}

.align {
    text-align: center;
}

input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}