/*重置样式*/

html {
    height: 100%;
}

@font-face {
    font-family: 'PingFang SC';
/*      src: url('');*/
        src: url('../fonts/PingFang Regular.ttf') format('truetype');
/*      src: url('') format('woff');*/
}


body {

    height: 100%;
    font-style: normal;
    color: #666;
    font-weight: ;
    font-family: 'PingFang SC','Helvetica';
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/FontAwesome.ttf') format('truetype'), /* Safari, Android, iOS */
}





a {
    color: #333;
    
}

em,
b,
i {
    font-style: normal;
}

img {
    border: none;
/*    max-width: 100%;*/
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}



/*去输入数字箭头*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}