@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #444;
  font-family: "微软雅黑";
}
ul {
  list-style-type: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
.header {
  width: 96%;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid #f2f2f2;
}
.header .back {
  position: absolute;
  left: 3%;
  top: 10px;
}
.header .back img {
  height: 28px;
}
.header h2 {
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: inherit;
}
.header .nume {
  position: absolute;
  top: 13px;
  right: 5px;
}
.header .nume img {
  height: 25px;
}
.foot-nav {
  width: 100%;
  height: 55px;
  background: white;
  margin-top: -20px;
  border-top: 2px solid #c41908;
  position: fixed;
  z-index: 99999999;
  bottom: 0;
}
.foot-nav a {
  border-radius: 50%;
}
.foot-nav ul {
  height: 60px;
}
.foot-nav ul li {
  width: 20%;
  float: left;
  position: relative;
}
.foot-nav ul li span {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.foot-nav ul li i {
  display: block;
  text-align: center;
  font-style: normal;
  margin-top: 2px;
}
.foot-nav ul li .xx-ic {
  width: 10px;
  height: 10px;
  background: #bd1d1d;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 55%;
  top: 5px;
}
.foot-nav ul li.nav1.act span {
  background-position: -24px;
}
.foot-nav ul li.nav1.act i {
  color: #f13631;
}
.foot-nav ul li.nav1 span {
  display: block;
  width: 23px;
  height: 22px;
  background: url("../img/nav1.png");
  background-size: auto 22px;
}
.foot-nav ul li.nav2.act span {
  background-position: -26px;
}
.foot-nav ul li.nav2.act i {
  color: #f13631;
}
.foot-nav ul li.nav2 span {
  display: block;
  width: 24px;
  height: 22px;
  background: url("../img/nav2.png");
  background-size: auto 22px;
}
.foot-nav ul li.nav3.act span {
  background-position: -26px;
}
.foot-nav ul li.nav3.act i {
  color: #f13631;
}
.foot-nav ul li.nav3 span {
  display: block;
  width: 26px;
  height: 22px;
  background: url("../img/nav3.png");
  background-size: auto 22px;
}
.foot-nav ul li.nav4.act span {
  background-position: -19px;
}
.foot-nav ul li.nav4.act i {
  color: #f13631;
}
.foot-nav ul li.nav4 span {
  display: block;
  margin-top: 11px;
  width: 20px;
  height: 24px;
  background: url("../img/nav4.png") no-repeat;
  background-size: auto 22px;
}
.foot-nav ul li.nav4 i {
  margin-top: 0px;
}
.foot-nav ul li.nav-center {
  position: relative;
  top: -19px;
  text-align: center;
  border-radius: 50%;
}
.foot-nav ul li.nav-center img {
  position: relative;
  left: 1px;
  width: 75px;
}
.foot-nav ul li.nav-center img:active {
  transform: scale(0.9);
  transition: all .3s ease;
}
.logo-sy {
  display: block;
  text-align: center;
  margin-top: 2%;
}
.logo-sy img {
  width: 60%;
}
