/*é€šç”¨æ ·å¼*/
* {
  margin: 0;
  padding: 0;
}

input {
  background: none;
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #202020;
}

/*åŽ»é™¤é»˜è®¤æ ·å¼*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, dl, dt, dd, iframe, span {
  margin: 0;
  padding: 0;
  border: 0;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*åŽå°emæ ‡ç­¾æ ·å¼*/

em {
  color: #bd1a2d;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

.left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*é€šç”¨æ ·å¼*/

/*åº•éƒ¨å¼€å§‹*/
.footer {
  padding: 1.5rem 0;
  width: 100%;
  background: #94070A;
}

.footer div {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-icon {
  width: 0.9rem;
  height: 1rem;
  margin-right: 0.4rem;
}

/*åº•éƒ¨ç»“æŸ*/
