@charset "utf-8";
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, button {
    margin: 0;
    padding: 0;
    border: 0;
    /* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* body {
  font-size: 12px;
  font-family: 'Poppins','PingFang SC', Helvetica Neue, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
  color: var(--font-color);
  -webkit-font-smoothing: antialiased;
  font-size: var(--bs-body-font-size);
} */

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  caption-side: top;
  border-collapse: collapse;
  display: table;
  border-spacing: 0;
}

caption {
  padding-top: 0;
  text-align: center;
}

td,
th {
  line-height: 1.5;
  padding: .5rem .75rem;
  border: 1px solid #ddd;
}
table td p {
  margin-bottom: 0;
}

table th {
  text-align: center;
  white-space: nowrap;
  background-color: #F7F7F7;
}

/* --------------------------------------
LINK STYLE
------------------------------------------*/
label {
  cursor: pointer;
}

a {
  color: var(--font-color);
  transition: color .3s ease-out 0s, background .3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--main-color)
}

a:focus,
button:focus {
  outline-style: none;
}

button,
input,
optgroup,
option,
select,
textarea {
  border: 0 none;
  vertical-align: middle;
  outline: 0;
  max-width: 100%;
  /*手机菜单-重点*/
}

/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ol, ul {
  list-style: none;
}

ul>li>p {
  margin-bottom: 0;
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}


/*-------FONT AWESOME CORE-----*/
[class^="icon-"],
[class*=" icon-"] {
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  background-image: none;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  text-decoration: inherit;
  display: inline-block;
}