@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, '微软雅黑', Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}

*:focus {
    outline: none;
}

html {
    -webkit-text-size-adjust: none;
}

img {
    border: 0 none;
    max-width: 100%;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    background: #ffffff;
    color: #223C4D;
}














