@charset "utf-8";
body, div, p {
    margin: 0;
    padding: 0;
}

body {
    color: #666666;
    font-size: 12px;
    font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

html {
    /*overflow-y: scroll;*/
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.width100 {
    width: 100%;
}