@charset "utf-8";
/* CSS Document */

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "iconfont"; /* Project id 2994859 */
  src: url('fonts/iconfont.woff2?t=1638869001436') format('woff2'),
       url('fonts/iconfont.woff?t=1638869001436') format('woff'),
       url('fonts/iconfont.ttf?t=1638869001436') format('truetype');
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("fonts/SourceHanSansCN-Regular.svg") format("svg");
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
      url('fonts/Gilroy-Regular.woff') format('woff'),
      url('fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, em, img, strong, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, a, input, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
fieldset, img {
    border: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a, button {
    cursor: pointer;
}
a, input, button {
    padding: 0;
    margin: 0;
    outline: 0;
}
a {
    text-decoration: none;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}
input{  
	outline:none;  
	border:none;
}
body {
    line-height: 1.5;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins {
    text-decoration: none;
	color: inherit;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.f-cf:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    line-height: 0;
    font-size: 0;
}
.f-cf {
    zoom: 1;
}
.cls {
    clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}