body,
html {
  width: 100%;
  height: 100%;
  font-family: "Heiti SC", "Microsoft Sans Serif";
}

.m-bg {
  display: none;
}
.m-bg img {
  display: block;
}

.container {
  position: relative;
}
.container .pc-bg {
  position: relative;
}
.container .pc-bg .pcBut {
  position: absolute;
  width: 28%;
  height: 3%;
  left: 12%;
  top: 8%;
}

header {
  width: 100%;
  height: 0.5rem;
  background: #2f302b;
  display: flex;
  align-items: center;
}
header .logo {
  width: 0.65rem;
  height: 0.3rem;
  margin-left: 1.2rem;
}
header span {
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.3rem;
  margin-left: 0.4rem;
}
header .act {
  color: #ffffff;
}

.kefu, .gonghui {
  width: 100%;
  height: 4.9rem;
  background: url(../images/bgPc.png) no-repeat center/100% 100%;
  overflow: hidden;
}
.kefu img, .gonghui img {
  width: 2.98rem;
  height: 3.91rem;
  display: block;
  margin: 0.32rem auto 0;
}

.eori {
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  padding: 0.1333333333rem 0;
}
.eori .weixin-name {
  padding-top: 0.2666666667rem;
}
.eori .recordfoot {
  width: 100%;
  color: #000;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 0.08rem;
}
.eori .recordfoot .record {
  display: inline-block;
  padding-right: 0.0533333333rem;
  width: 0.1866666667rem;
  height: 0.2133333333rem;
  background: url(../images/icon_police.png) no-repeat;
}
.eori .recordfoot a {
  color: #fff;
}
.eori .gongsi {
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
.eori .gongsi p:nth-child(2) {
  margin: 0 14px;
}
.eori .desc {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 10px;
}
.eori .desc p {
  line-height: 1.3;
}
.eori .desc p strong {
  font-weight: 600;
}
.eori .tit {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}

.button-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #0c0122;
  }
  .pc-bg {
    display: none;
  }
  .m-bg {
    display: block;
    position: relative;
  }
  header {
    width: 100%;
    height: 0.5rem;
    background: #2f302b;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  header .logo {
    width: 0.65rem;
    height: 0.3rem;
    margin-left: unset;
  }
  header span {
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.22rem;
    margin-left: unset;
  }
  header .act {
    color: #ffffff;
  }
  .button-wrapper {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14%;
    width: 8rem;
    height: 2rem;
  }
  .button-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .kefu, .gonghui {
    width: 100%;
    height: 7.62rem;
    background: url(../images/bgM.png) no-repeat center/100% 100%;
    overflow: hidden;
  }
  .kefu img, .gonghui img {
    width: 2.95rem;
    height: 3.82rem;
    display: block;
    margin: 1.14rem auto 0;
  }
  .eori {
    width: 100%;
    background: #30312c;
    color: rgb(255, 255, 255);
    padding: 0.2666666667rem 0;
  }
  .eori .recordfoot {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eori .recordfoot .record {
    display: inline-block;
    padding-right: 0.0533333333rem;
    background: url(../images/icon_police.png) no-repeat;
  }
  .eori .gongsi {
    display: block;
    text-align: center;
  }
  .eori .gongsi p {
    line-height: 1.3;
  }
  .eori .gongsi p:nth-child(2) {
    margin: 0;
  }
  .eori .desc {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    padding: 10px;
  }
  .eori .desc p {
    line-height: 1.3;
  }
  .eori .desc p strong {
    font-weight: 600;
  }
  .eori .tit {
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: 20px;
  }
}
.toast {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  width: 100px;
  font-size: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
}

.tips {
  display: none;
  position: fixed;
  top: 0;
  right: 0.2666666667rem;
  width: 6.1333333333rem;
}/*# sourceMappingURL=index.css.map */