@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
  cursor: pointer;
  /* 修改鼠标指针样式 */
  font-size: 16px;
}

ul {
  list-style: none;
}

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

button {
  border: none;
  outline: none;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .footer {
    width: 100%;
    background: url("../../img/9.jpg") center top;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #ffffff;
  }
}

@media screen and (min-width: 1025px) {
  .footer {
    width: 100%;
    background: url("../../img/9.jpg") center top;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-top: 40px;
    font-size: 14px;
    color: #ffffff;
  }
}
