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

/*通用样式*/

/*头部开始*/

.filter-nav::-webkit-scrollbar {
  display: none;
}

.red-div {
  width: 100%;
  height: 0.2rem;
  background: #94070A;
}

.scene-head {
  display: flex;
  align-items: center;
  padding: 0.85rem 1.5rem;
  justify-content: space-between;
}

.scene-head-left, .scene-head-right {
  display: flex;
  align-items: center;
}

.scene-head-hr {
  width: 0.05rem;
  height: 2.6rem;
  background: #EEE;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.scene-head-left .head-logo {
  width: 12.5rem;
  height: 2.8rem;
}

.scene-head-left .title-logo {
  width: 8.9rem;
  height: 1.75rem;
}

.scene-head-right {
  font-size: 1.4rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 3rem;
}

.scene-head-right img {
  width: 0.75rem;
  margin-left: 0.5rem;
}


/*头部结束*/




/*底部开始*/
.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;
}

/*底部结束*/
