/*
 * @Author: fegq
 * @Description: This is a web page reset style.
 * @version: v0.0.1
 * @Date: 2020-08-20 13:03:35
 * @LastEditors: fegq
 * @LastEditTime: 2021-08-04 11:36:39
 */

 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,
 menu,
 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,
 main,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     vertical-align: baseline;
     box-sizing: border-box;
 }

 /* HTML5 display-role reset for older browsers */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 menu,
 nav,
 section {
     display: block;
 }

 /* HTML5 hidden-attribute fix for newer browsers */
 *[hidden] {
     display: none;
 }

 body {
     line-height: 1;
 }

 menu,
 ol,
 ul {
     list-style: none;
 }

 blockquote,
 q {
     quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: '';
     content: none;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

dl,
dd,
dt,
ul,
li {
    list-style: none;
    padding: 0;
    border: none;
}

a {
    text-decoration: none;
}

input,
select,
button {
    border: none;
    outline: none;
}

.text-flow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* clear float */
.clearFix::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}


/* ie 6/7 */
.clearFix {
    zoom: 1;
}

body {
    font-family: 'Microsoft YaHei';
    text-align: justify;
}
