﻿body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
button,
dl,
dt,
dd,
form,
iframe {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family:"微软雅黑";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  border: 0 none;
  vertical-align: middle;
}
input,
button {
  border: 0 none;
  outline-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.footer {
  box-sizing: border-box;
  height: 2.66666667rem;
  width: 100%;
  border-top: solid 1px #ccc;
  position: fixed;
  bottom: 0;
  background: #fff;
  font-size:1em !important;
}
.footer ul {
  width: 100%;
  height: 100%;
}
.footer ul li:nth-child(1) img {
  width: 1.06666667rem;
  height: 1.06666667rem;
}
.footer ul li:nth-child(2) img {
  width: 1.06666667rem;
  height: 1.04rem;
}
.footer ul li:nth-child(3) img {
  width: 0.90666667rem;
  height: 1.04rem;
}
.footer ul li:nth-child(4) img {
  width: 1.09333333rem;
  height: 1.06666667rem;
}
.footer ul li:nth-child(5) img {
  width: 1.09333333rem;
  height: 1.06666667rem;
}

.footer ul li {
  float: left;
  width: 20%;
  height: 100%;
}
.footer ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0.42rem;
}
.footer ul li a img {
  margin: 0 auto;
}
.footer ul li a .pc {
  display: block;
}
.footer ul li a .pc.active {
  display: none;
}
.footer ul li a .xz {
  display: none;
}
.footer ul li a .xz.active {
  display: block;
}
.footer ul li a span {
  display: block;
  font-size: 0.8rem;
  padding-top: 0.21333333rem;
}
.footer ul li a span.active {
  color: #d9280e;
}

iframe {
height: 35%;
width: 100%;
z-index: 99999;
position: absolute;
left: 0;
/*top: 0;*/
/*display: none;*/
border: 0;
}
