html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    vertical-align: baseline;
}

:root {
    font-size: 14px;
}

* {
    outline: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

a {
    text-decoration: none;
    color: currentColor;
}


ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    @supports (content: '') {
        content:'';
    }

    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i.fa {
    pointer-events: none;
}
* {
    -webkit-tap-highlight-color: transparent; /* 移除iOS点击背景色 */
}

/* 针对2K及以上分辨率屏幕设置字体大小 */
/*@media screen and (min-width: 2560px) {*/
/*    :root {*/
/*        font-size: 16px;*/
/*        !* 将根字体大小从14px调整为16px *!*/
/*    }*/
/*}*/

/*!* 或者基于设备像素比 *!*/
/*@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 2560px), (min-resolution: 1.5dppx) and (min-width: 2560px) {*/
/*    :root {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
