
*, body {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, "sans-serif";
    background: #fff;
    color: #333;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
a,
a img {
    outline: none !important;
    border: none;
}

a {
    text-decoration: none;
    /*color: #333;*/
    transition: all 0.15s;
}

a:hover {
    text-decoration: none;
    color: #222;
}

a:focus {
    color: transparent;
    text-decoration: none;
}
