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

.container {
  position: relative; }

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

.homePc {
  width: 100%;
  height: 100vh;
  background: url(../images/homePc.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden; }
  .homePc .charge {
    width: 0.95rem;
    height: 0.36rem;
    position: absolute;
    left: 3.6rem;
    top: 0.45rem;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
    background-color: #24cf9e;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem; }
    .homePc .charge:hover {
      box-shadow: 0px 0px 0.05rem #888888; }
  .homePc .talla {
    font-size: 0.3rem;
    font-weight: 600;
    color: #313131;
    line-height: 0.2rem;
    position: absolute;
    top: 0.53rem;
    right: 4.54rem; }
  .homePc .logo {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: 0.28rem;
    right: 3.6rem; }
  .homePc .iphone {
    width: 1.88rem;
    height: 0.72rem;
    position: absolute;
    left: 3.6rem;
    top: 5.19rem; }
    .homePc .iphone img {
      width: 100%;
      height: 100%;
      transition: all 0.6s;
      cursor: pointer; }
      .homePc .iphone img:hover {
        transform: scale(1.1); }
  .homePc .google {
    width: 1.88rem;
    height: 0.72rem;
    position: absolute;
    left: 5.72rem;
    top: 5.19rem; }
    .homePc .google img {
      width: 100%;
      height: 100%;
      transition: all 0.6s;
      cursor: pointer; }
      .homePc .google img:hover {
        transform: scale(1.1); }
  .homePc .huawei {
    width: 1.88rem;
    height: 0.72rem;
    position: absolute;
    left: 5.72rem;
    top: 5.19rem; }
    .homePc .huawei img {
      width: 100%;
      height: 100%;
      transition: all 0.6s;
      cursor: pointer; }
      .homePc .huawei img:hover {
        transform: scale(1.1); }
  .homePc .apk {
    width: 1.88rem;
    height: 0.72rem;
    position: absolute;
    left: 7.84rem;
    top: 5.19rem; }
    .homePc .apk img {
      width: 100%;
      height: 100%;
      transition: all 0.6s;
      cursor: pointer; }
      .homePc .apk img:hover {
        transform: scale(1.1); }
  .homePc .title {
    font-size: 0.6rem;
    font-weight: 500;
    color: #313131;
    position: absolute;
    top: 2.82rem;
    left: 3.6rem; }
  .homePc .title1 {
    font-size: 0.4rem;
    font-weight: 400;
    color: #313131;
    position: absolute;
    top: 3.58rem;
    left: 3.6rem; }
  .homePc .pic {
    width: 2.9rem;
    height: 5.86rem;
    position: absolute;
    top: 1.73rem;
    right: 3.96rem; }
  .homePc .foot {
    width: 40%;
    text-align: center;
    font-size: 0.12rem;
    font-weight: 400;
    color: #7b7b7d;
    line-height: 0.3rem;
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%); }

.eori {
  width: 100%;
  background: #30312c;
  color: white;
  padding: 0.2rem 0;
  vertical-align: top; }
  .eori .recordfoot {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.1rem; }
    .eori .recordfoot .record {
      display: inline-block;
      padding-right: 1.0666666667vw;
      height: 0.16rem;
      width: 0.15rem; }
    .eori .recordfoot a {
      font-size: 0.2rem;
      color: #fff; }
  .eori .gongsi {
    display: flex;
    justify-content: center;
    text-align: center; }
    .eori .gongsi p {
      font-size: 0.2rem; }
      .eori .gongsi p:nth-child(2) {
        margin: 0 0.2rem; }

@media screen and (max-width: 768px) {
  body {
    background-color: #85ffd9; }

  .pc-bg {
    display: none; }

  .m-bg {
    display: block; }

  .homeM {
    width: 100%;
    height: 8.12rem;
    background: url(../images/homeM.png) no-repeat;
    background-size: 100% 100%;
    position: relative; }
    .homeM .charge {
      width: 0.9rem;
      height: 0.3rem;
      position: absolute;
      left: 0.16rem;
      top: 0.76rem;
      font-size: 0.14rem;
      color: #fff;
      text-align: center;
      line-height: 0.3rem;
      background-color: #24cf9e;
      border-radius: 0.18rem 0.18rem 0.18rem 0.18rem; }
      .homeM .charge:hover {
        box-shadow: 0px 0px 0.05rem #888888; }
    .homeM .talla {
      font-size: 0.18rem;
      font-weight: 600;
      color: #313131;
      line-height: 0.2rem;
      position: absolute;
      top: 0.81rem;
      right: 0.82rem; }
    .homeM .logo {
      width: 0.54rem;
      height: 0.54rem;
      position: absolute;
      top: 0.64rem;
      right: 0.16rem; }
    .homeM .iphone {
      width: 1rem;
      height: 0.35rem;
      position: absolute;
      left: 0.16rem;
      top: 2.33rem; }
      .homeM .iphone img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        cursor: pointer; }
        .homeM .iphone img:hover {
          transform: scale(1.1); }
    .homeM .google {
      width: 1rem;
      height: 0.35rem;
      position: absolute;
      left: 1.3rem;
      top: 2.33rem; }
      .homeM .google img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        cursor: pointer; }
        .homeM .google img:hover {
          transform: scale(1.1); }
    .homeM .huawei {
      width: 1rem;
      height: 0.35rem;
      position: absolute;
      top: 2.33rem;
      right: 0.31rem; }
      .homeM .huawei img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        cursor: pointer; }
        .homeM .huawei img:hover {
          transform: scale(1.1); }
    .homeM .apk {
      width: 1rem;
      height: 0.35rem;
      position: absolute;
      left: 1.3rem;
      top: 2.33rem; }
      .homeM .apk img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        cursor: pointer; }
        .homeM .apk img:hover {
          transform: scale(1.1); }
    .homeM .title {
      font-size: 0.28rem;
      font-weight: 500;
      color: #313131;
      position: absolute;
      top: 1.57rem;
      left: 0.16rem; }
    .homeM .title1 {
      font-size: 0.2rem;
      font-weight: 400;
      color: #313131;
      position: absolute;
      top: 1.95rem;
      left: 0.16rem; }
    .homeM .pic {
      width: 1.88rem;
      height: 4.16rem;
      position: absolute;
      top: 3.31rem;
      right: 0.85rem; }
    .homeM .foot {
      font-size: 0.09rem;
      width: 40%;
      height: 0.24rem;
      font-weight: 400;
      color: #7b7b7d;
      line-height: 0.15rem;
      text-align: center;
      position: absolute;
      bottom: 0.22rem;
      left: 50%;
      transform: translateX(-50%); } }
.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;
  z-index: 9; }

/*# sourceMappingURL=index.css.map */
