/* 首页 index.htm 内联样式整理 */

.mr {
  width: 170px;
  height: 40px;
  background: #a89368;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 40px auto 10px auto;
  border-radius: 30px;
}
.mr a {
  color: #fff;
  font-size: 18px;
}
.mr:hover a {
  color: #fff;
  display: block;
}
.mr i {
  margin-left: 10px;
}

@media only screen and (max-width: 995px) {
  .mr {
    width: 150px;
    height: 30px;
    margin: 20px auto 10px auto;
    line-height: 30px;
  }
  .mr a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
}

.foot_ewm {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  justify-content: flex-end;
  gap: 1rem;
}
.foot_ewm .ewm img {
  width: 6.125rem;
}
.foot_ewm .con {
  font-size: 14px;
  text-align: right;
  color: #333436;
  line-height: 18px;
}
