.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.clear:after {
  display: block;
  content: "";
  clear: both;
}
html,
body {
  background: url("../images/m/background.png") no-repeat;
  background-size: cover;

  min-height: 90vh;
}
.banner {
  font-size: 0;
}
.banner img {
  width: 100%;
}
.appDown {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0.2rem auto;
}
.appDown a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  width: 4.4rem;
  height: 1.06666667rem;

  border: solid 1px #ec5e58;
  border-radius: 30px;
  background: #ffffff;

  font-size: 16px;
  color: #ec5e58;
}
.appDown i {
  font-size: 20px;
}
.appDown a.current {
  background: #ec5e58;
  color: #ffffff;
}
.contentSection {
  width: 90%;
  margin: 0 auto 15px auto;

  font-size: 15px;
}
.contentSectionHeader {
  background-color: #873ff4;

  color: white;
  font-size: 16px;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;

  padding: 4px 0;
}
.contentSectionHeader img {
  height: 20px;
}
.lineBox ul li {
  display: flex;
  align-items: center;
  justify-content: space-around;

  padding: 4px 0;
  margin-bottom: 4px;

  background: rgba(255, 255, 255, 0.3);
  border: solid 1px #ffbcbc;
}
.lineBox ul li:last-child {
  justify-content: center;
}
.lineBox ul li a,
.lineBox ul li span {
  display: inline-block;
  height: inherit;
  text-align: center;
  vertical-align: middle;
}
.lineBox ul li span {
  color: #ff5151;
}
[data-dpr="2"] .lineBox ul li span {
  font-size: 30px;
}
[data-dpr="3"] .lineBox ul li span {
  font-size: 45px;
}
.lineBox ul li span:nth-of-type(1) {
  position: relative;
  width: 1.86666667rem;
}
.lineBox ul li span:nth-of-type(1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.75rem;
  top: -6px;
  right: 0;
  background: #ffbcbc;
}
.lineBox ul li span:nth-of-type(2) {
  width: 5.06666667rem;
}
.lineBox ul li a {
  width: 150px;
  margin: 0 0.3rem 0 10px;
  padding: 2px 0;

  color: #ffffff;

  border-radius: 24px;
  background-color: #ec5e58;
}
.lineBox ul li a.xianlu-btn {
  width: 120px;
  height: 28px;

  background: url("../images/m/xianlu-button.gif") no-repeat transparent;
  background-size: 100% 100%;

  border: 0;
  border-radius: 0;
}
.lineBox ul li:first-child a {
  background-color: #ec5e58;
}
.lineBox ul li:nth-child(2) a {
  background-color: #f3ac52;
}
.lineBox ul li:nth-child(3) a {
  background-color: #63d194;
}
.lineBox ul li:nth-child(4) a {
  background-color: #56a7f8;
}
.lineBox ul li:nth-child(5) a {
  background-color: #873ff4;
}
[data-dpr="2"] .lineBox ul li a {
  font-size: 30px;
}
[data-dpr="3"] .lineBox ul li a {
  font-size: 45px;
}
.contentContainer {
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px #ffbcbc;

  padding: 10px;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.contentContainer a {
  display: block;
  height: 25px;
  width: auto;

  padding: 4px 8px;

  background: white;
  border-radius: 8px;
}
.contentContainer a img {
  height: 100%;
}
.linksContainer {
  display: flex;
  justify-content: center;
  gap: 20px;

  font-size: 16px;
  padding: 20px 0 !important;

  background: #fff3f3;
  border: solid 1px #ffbcbc;
  margin-bottom: 4px;
}
.linksContainer a {
  padding: 0.1rem 0.2rem;

  text-align: center;
  color: white;

  background: #873ff4;
  border-radius: 8px;
}

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