/*通用样式*/
* {
  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;
}

/*底部结束*/
