html, body {
  padding: 0;
  margin: 0;
}
.header {
  background-color: #000000;
}
.header .header-box {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.header .header-box img {
  height: 0.27rem;
  width: 0.43rem;
  display: block;
  margin-right: 0.4rem;
}
.header .header-box .nav {
  display: flex;
}
.header .header-box .nav div a {
  width: 100%;
  display: block;
  font-size: 0.16rem;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
  line-height: 0.7rem;
  text-align: center;
  width: 1.6rem;
  white-space: nowrap;
  text-decoration: none;
}

.hover-img {
  transition: all 0.5s;
}
.hover-img:hover {
  transform: scale(1.2);
}

.footer {
  background-color: #181818;
}
.footer-box {
  width: 12rem;
  margin: 0 auto;
  padding-top: 0.29rem;
  padding-bottom: 0.33rem;
}
.footer-list {
  /* display: flex;
  align-items: center; */
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.59rem;
}
.footer-list img {
  display: block;
}
.footer .DY {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0.67rem;
  opacity: 0.65;
}
.footer-list-box {
  float: left;
  overflow: hidden;
}
.footer-list-box .list-text {
  float: left;
}
.footer-list-box .list-text {
  font-size: 0.12rem;
  color: #ffffff;
  text-decoration: none;
}
.footer-list-box .list-left {
  margin-right: 0.47rem;
}
.footer-list-box .list-text a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.65;
}
.footer-list-box .list-text .footer-normal {
  margin-bottom: 0.14rem;
  height: 13px;
}
.footer-list-box .list-text .footer-title {
  font-size: 0.14rem;
  color: #ffffff;
  margin-bottom: 0.17rem;
}
.list-right .footer-normal {
  opacity: 0.65;
}
.footer .line {
  width: 12rem;
  margin: 0 auto;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.65;
}
.erweima {
  overflow: hidden;
  float: right;
}
.erweima .img {
  float: left;
}
.erweima .img-left {
  margin-right: 0.48rem;
}
.erweima .img img {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.15rem;
}
.erweima .img div {
  font-size: 0.14rem;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.6;
  text-align: center;
}
.ICP {
  font-size: 0.14rem;
  width: 12rem;
  margin: 0 auto;
  padding: 0.31rem 0;
  text-align: center;
  color: #ffffff;
  opacity: 0.6;
}
.ICP a {
  color: #ffffff;
  text-decoration: none;
}
.ICP a:hover {
  text-decoration: underline;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}
.bgImg {
  position: absolute;
  top: 50%;
  left: 50%;
  /* height: 50%; */
  transform: translate(-50%, -50%);
}
fillbg { background-color: rgba(0, 0, 0, 0.6); bottom: 0; height: 100%; left: 0; opacity: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 1100; display:none; }
.fillbg-active { opacity: 1; display:block; }