*,
body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}
html,
body {
  font-size: 12px;
  color: #2d2f32;
  font-family: SF UI Display Mediu, Source Han Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
}

p {
  font-size: 1.8rem;
  line-height: 1.6;
}

header {
  background: url(../images/down/d6ff77e6.png) repeat-x 50%;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 115px;
}

header .wrap {
  text-align: left;
  padding: 55px 0 0;
  margin: auto;
  max-width: 1000px;
}

header .wrap div {
  text-align: left;
  float: left;
  width: 40%;
  overflow: hidden;
}

header .wrap img {
  width: 303px;
}

header .wrap h1 {
  background: url(../images/down/219dce1b.png) no-repeat;
  width: 291px;
  height: 50px;
  margin: 115px 0 35px;
}

header .wrap p {
  color: #fff;
  margin-bottom: 3.2rem;
}

header .wrap .btn {
  width: 258px;
  height: 72px;
  display: block;
  border: none;
  background: transparent url(../images/down/5fa805c8.png) no-repeat;
  margin-bottom: 25px;
  outline: none;
}

header .wrap .btn:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

header .wrap .btn.iphone {
  background-position: 0 -95px;
}

.grey {
  background: #eff1f4;
  overflow: hidden;
}

.content {
  width: 100%;
  text-align: center;
}

.content h1 {
  font-size: 3rem;
  line-height: 1;
  margin: 5rem 0 1.5rem;
  text-transform: uppercase;
}

.content p {
  width: 960px;
  margin: 0 auto;
}

.content img {
  margin: 2rem auto 0;
}

.content img.summary {
  width: 820px;
}

.content img.live-score {
  width: 357px;
}

.content img.match {
  width: 734px;
}

.content img.stats {
  width: 820px;
}

.content img.favor {
  width: 313px;
}

footer {
  width: 100%;
  background: #2d2f32;
  color: #fff;
  text-align: left;
  padding-bottom: 1.8rem;
}

footer .wrap {
  width: 1060px;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
  border-bottom: 2px solid #35383c;
  position: relative;
  padding-bottom: 1.8rem;
}

footer .wrap .favorite {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

footer .wrap .favorite .favoritesText {
  float: left;
  font-size: 1.2rem;
  margin-right: 20px;
}

footer .wrap .favorite .dqdlogo img {
  width: 110px;
}

footer .wrap .followUs-links {
  display: flex;
  flex-direction: column;
  float: right;
}

footer .wrap .followUs {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

footer .wrap .followUs .followText {
  float: left;
  font-size: 1.2rem;
}

footer .copyrightText {
  font-size: 1rem;
  text-align: center;
  color: #8a939f;
  margin-top: 1.8rem;
}

footer .store {
  display: inline-block;
  width: 120px;
}

footer .store img {
  width: 100%;
  display: inline-block;
}

footer .store.gp {
  background-position: -178px 0;
}

footer .follow {
  display: inline-block;
  vertical-align: middle;
  float: left;
  color: white;
}

footer .follow .icon {
  font-size: 20px;
}

footer .follow.facebook {
  /*background-position: -62px 0;*/
}

.links-container {
  float: right;
  color: #fff;
  font-size: 1.2rem;
  height: auto !important;
}

.links-container a {
  color: #fff;
  text-decoration: none;
}

/* 手机端 */
@media screen and (max-width: 767px) {
  html {
    font-size: 6.3px;
  }

  /* body {
    zoom: 0.35;
  } */

  header {
    padding-bottom: 35px;
  }

  header .wrap {
    padding: 17px 0;
  }

  header .wrap img {
    margin-left: 20px;
    width: 106px;
  }

  header .wrap h1 {
    margin: 15px 0 15px;
    height: 17px;
    width: 101px;
    background-size: 100%;
  }

  header .wrap p {
    width: 210px;
    max-width: 90%;
  }

  header .wrap .btn {
    width: 125px;
    height: 35px;
    background-size: 100% auto;
    margin-bottom: 10px;
  }

  header .wrap .btn.iphone {
    background-position: 0 -46px;
  }

  .content p {
    width: 90%;
    padding: 0 10px;
    float: left;
  }

  .content img.summary {
    width: 287px;
    max-width: 90%;
  }

  .content img.live-score {
    width: 125px;
    max-width: 30%;
  }

  .content img.match {
    width: 257px;
    max-width: 70%;
  }

  .content img.stats {
    width: 287px;
    max-width: 90%;
  }

  .content img.live-score {
    width: 125px;
    max-width: 30%;
  }

  .content img.favor {
    width: 109px;
    max-width: 30%;
  }

  footer .wrap {
    width: calc(100% - 30px);
  }

  footer .wrap .favorite .favoritesText,
  footer .wrap .followUs .followText,
  footer .links-container {
    font-size: 1.8rem;
  }

  footer .wrap .favorite .dqdlogo img {
    width: 69px;
  }

  footer .follow .icon {
    font-size: 12px;
  }

  footer .copyrightText {
    font-size: 1.6rem;
  }
}
