body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
  border: none;
  height: auto;
}

em,
i {
  font-style: normal;
}

input,
textarea {
  outline: none;
}

html {
  overflow-x: hidden;
}

body {
  background: #f7f7f7;
  width: 100%;
  position: relative;
  -webkit-touch-callout: none;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #555;
  font-family: Microsoft YaHei;
}

.header {
  background: #373536;
  z-index: 1003;
  position: fixed;
  width: 100%;
}

.header span {
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.88rem;
  opacity: 0.9;
}

.logo {
  width: 0.5rem;
  display: inline-block;
  margin: 0.19rem 0.08rem 0.19rem 0.22rem;
  vertical-align: middle;
}

.header span + img {
  width: 0.42rem;
  float: right;
  margin: 0.325rem 0.4rem 0 0;
}

.dropList {
  display: none;
  position: fixed;
  z-index: 1002;
  background: #363636;
  padding-bottom: 0.2rem;
  border-top: 0.01rem solid rgb(83, 83, 83);
}

.dropList > a {
  font-size: 0.28rem;
  font-weight: 400;
  color: #b7b7b7;
  line-height: 0.87rem;
  display: block;
  padding-left: 0.39rem;
  width: 7.5rem;
}

#blackShade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  background: black;
  z-index: 1001;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.footerNav {
  background: #292929;
  display: flex;
  justify-content: space-around;
  padding: 0.43rem 0.49rem;
  border-bottom: 0.5px solid rgb(83, 83, 83);
}

.footerNav a {
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(167, 167, 167, 1);
}

.copyright {
  background: #303030;
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(123, 123, 123, 1);
  line-height: 0.36rem;
  text-align: center;
  padding: 0.2rem 0.4rem 0.3rem 0.4rem;
}

.copyright a {
  color: #7b7b7b;
}

.info {
  width: 1.44rem;
  height: 0.68rem;
  background: #3f3f3f;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.68rem;
  margin-left: 0.33rem;
  text-align: center;
  margin-top: 0.28rem;
}

.info > a {
  color: #b7b7b7;
}

.back {
  background: #2a2a2a;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.88rem;
  /* opacity: 0.9; */
  position: fixed;
  width: 100%;
  z-index: 1;
}

.back img {
  float: left;
  width: 0.13rem;
  position: absolute;
  left: 0.3rem;
  top: 0.33rem;
}

.tab {
  border-bottom: 0.02rem solid #e5e5e5;
  display: flex;
  justify-content: space-around;
  height: 1.02rem;
  background: #ffffff;
}

.tab a {
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 0.98rem;
  display: inline-block;
  /* width: 20%; */
  text-align: center;
  height: 1.02rem;
}

#blackShade2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  background: black;
  z-index: 1005;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.fdNav {
  width: 100%;
  height: 1.02rem;
  border: 0.01rem solid rgba(228, 228, 228, 1);
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

.fdNav img {
  width: 0.42rem;
  margin-bottom: 0.15rem;
}

.content {
  margin-bottom: 1.62rem;
}

.fdNav p {
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 0.1rem;
}
