@font-face {
    font-family: Ming;
    src: url('/static/fonts/ming.woff') format('woff');
}

body {
    font-size: 14px;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    background: #fbfaf9;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

div,
ul,
li {
    list-style: none;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

button,
input,
select,
textarea,
radio {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    background-color: transparent;
    border: 0;
    border-radius: none;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    appearance: none;
}

.main {
    position: relative;
    margin: 0 auto;
    width: 95%;
    max-width: 1290px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
