@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
body {
  background-color: #f5f5f5;
}
header {
  width: 100%;
  height: .86rem;
  background-color: #ffffff;
  border-bottom: .02rem solid #e7e7e7;
}
header img {
  float: left;
  margin-top: .23rem;
}
.hidden {
  display: none;
}
.hidden.active {
  display: block;
}
/*底部*/
footer {
  border-top: .02rem solid #eaeaea;
  width: 100%;
  padding: .25rem 0px .2rem 0px;
}
footer .BSC-footer {
  width: 35%;
  height: .30rem;
  line-height: .30rem;
  display: flex;
  justify-content: space-between;
  font-size: .18rem;
  color: #9f9f9f;
  margin-left: 33%;
}
footer .BSC-footer > div {
  text-decoration: underline;
}
footer #k {
  position: relative;
}
footer #k:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.32rem;
  width: 1px;
  height: .3rem;
  background-color: #979797;
}
footer .BSC-footerT {
  margin-top: .15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .18rem;
  color: #c4c4c4;
}
