.overflowhide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  width: 100%;
  height: 2.23rem;
  background: #0067ac;
  position: relative;
  padding: 0.22rem 0.3rem;
  box-sizing: border-box;
}
.footer .main {
  width: 100%;
  height: 100%;
}
.footer .main p {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #ffffff;
  position: relative;
}
.footer .main p:first-child {
  text-indent: 35px;
  font-size: 0.28rem !important;
  line-height: 0.4rem !important;
}
.footer .main p:first-child::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/phone.png) center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.footer .main span {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #ffffff;
  position: relative;
  padding-left: 0.25rem;
}
.footer .main span::before {
  content: "";
  width: 0.23rem;
  height: 0.23rem;
  background: url(../img/batb.png) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0.02rem;
}
.footer .main a span {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #ffffff;
  position: relative;
  padding-left: 0;
}
.footer .main a span::before {
  content: none;
}
.footer .ewm {
  position: absolute;
  top: 0.22rem;
  right: 0;
}
.footer .ewm li {
  width: 0.85rem;
  margin-right: 0.1rem !important;
  float: left;
  position: relative;
}
.footer .ewm li .icon i {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.footer .ewm li .icon span {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.26rem;
  letter-spacing: 0rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.09rem;
}
.footer .ewm li .ewm {
  display: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer .ewm li .ewm img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .ewm li:nth-child(1) .icon i {
  background-image: url(../img/weixin.png);
}
.footer .ewm li:nth-child(2) .icon i {
  background-image: url(../img/weibo.png);
}
.footer .ewm li:nth-child(3) .icon i {
  background-image: url(../img/qq.png);
}
.footer .ewm li:nth-child(4) .icon i {
  background-image: url(../img/douying.png);
}
