/*底部*/
.foot {
  padding-bottom: 0.95rem;
}
.foot .footTop {
  background-color: #f3f3f3;
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: center;
  text-align: center;
  height: 1.2rem;
  justify-content: center;
}
.foot .footTop i {
  width: 1.1rem;
  height: 1px;
  background-color: #cdcdcd;
}
.foot .footTop span {
  margin: 0 0.2rem;
  font-size: 0.24rem;
  color: #cdcdcd;
}
.foot .footCen {
  font-size: 0;
  padding: 0.25rem 0 .1rem 0;
  text-align: center;
}

.foot .footCen .tips a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.foot .footCen .tips a img {
  width: 0.26rem;
  height: 0.26rem;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.foot .footCen .tips a span {
  font-size: 0.2rem;
  color: #666666;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 0.06rem;
}
.foot .footCen .tips i {
  width: 0.02rem;
  height: 0.28rem;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  background-color: #f3f3f3;
  margin: 0 0.2rem;
}
.foot .footCen p {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #999999;
  margin-top: 0.24rem;
  font-weight: 300;
}
.foot .footCen .tel {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #999999;
  margin-top: 0.14rem;
}
.foot .footCen .tel span{
  margin-right: 0.1rem;
  display: inline-block
}
.footBot {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 5;
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  text-align: center;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  background-color: #333333;
}
.footBot li a {
  font-size: 0.24rem;
  color: #ffffff;
  display: block;
  width: 1.5rem;
  height: 0.54rem;
  line-height: 0.54rem;
}
.footBot li:nth-of-type(3) a {
  width: 1.5rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #ff9d00;
  -webkit-border-radius: 0.27rem;
  -moz-border-radius: 0.27rem;
  border-radius: 0.27rem;
}
