.pc {
  display: block;
  background: url(../images/pc_bg.png) no-repeat;
  background-size: 990px 563px;
  width: 990px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}

.pc .ios {
  width: 224px;
  height: 70px;
  position: absolute;
  top: 287px;
  left: 60px;
}

.pc .android {
  width: 224px;
  height: 70px;
  position: absolute;
  top: 287px;
  left: 320px;
}

.pc .wenbox {
  position: absolute;
  top: 430px;
  left: 65px;
}

.pc .wenbox .btn {
  margin-top: 30px;
}

.pc .wenbox .btn a {
  font-family: 'Alibaba';
  font-size: 18px;
  color: #666666;
}

.pc .wenbox .btn .xian {
  width: 2px;
  height: 18px;
  background: #666666;
  margin: 0 13px;
  margin-top: 4px;
}

.pc .footer {
  background: #00447e;
  width: 990px;
  height: 120px;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
}

.pc .footer p {
  font-family: 'Alibaba';
  font-size: 18px;
  color: #fff;
  width: 990px;
  text-align: center;
  line-height: 28px;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
    background: url(../images/m_bg.png) no-repeat;
    background-size: 7.5rem 12.17rem;
    height: 12.17rem;
    width: 7.5rem;
    position: relative;
  }
  .mobile .btn {
    position: absolute;
    bottom: 1.2rem;
    left: 0.9rem;
  }
  .mobile .btn .ios {
    width: 2.55rem;
    height: 0.8rem;
  }
  .mobile .btn .android {
    width: 2.55rem;
    height: 0.8rem;
    margin-left: 0.67rem;
  }
}
/*# sourceMappingURL=index.css.map */