@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}


#aa{
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
    vertical-align: top;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    max-width: 640px;
    min-width: 300px;
    margin: 0 auto;
    font-size: 16px;
    font-family: "\5FAE\8F6F\96C5\9ED1", "microsoft yahei";
    background: #eeeeee;
}

h1, h2, h3, h4, h5, h6, input, button {
    font-size: 1em;
    font-weight: normal;
    font-family: "\5FAE\8F6F\96C5\9ED1", "microsoft yahei";
}

button {
    cursor: pointer;
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    display: block;
}

::-webkit-input-placeholder {
    color: #c5c5c5;
}

:-moz-placeholder {
    color: #c5c5c5;
}

::-moz-placeholder {
    color: #c5c5c5;
}

:-ms-input-placeholder {
    color: #c5c5c5;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
.main{
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
}

footer {
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    position: fixed;
    background: #f0f0f0;
    overflow: hidden;
    box-shadow: 0 -1px 4px rgba(4, 0, 0, 0.2);
    z-index: 300;
}

footer li {
    width: 25%;
    height: 50px;
    float: left;
    text-align: center;
}

footer a {
    display: block;
    width: 100%;
}

footer div {
    width: 22px;
    height: 22px;
    margin: 6px auto 0;
}

footer li:nth-child(1) div {
    background-image: url("../images/icon_01.png");
    background-size: 22px;
}

footer li:nth-child(2) div {
    background-image: url("../images/icon_02.png");
    background-size: 22px;
}

footer li:nth-child(3) div {
    background-image: url("../images/icon_03.png");
    background-size: 22px;
}

footer li:nth-child(4) div {
    background-image: url("../images/icon_04.png");
    background-size: 22px;
}

footer .select div {
    background-position: 0 22px;
}

footer p {
    font-size: 12px;
    color: #848484;
    line-height: 25px;
}

footer .select p {
    color: #ff7878;
    line-height: 25px;
}
