.pcBanner img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* max-height: 973px; */
  object-fit: cover;
}

.townbanner .mbft {
  display: none;
}

.headerbg {
  width: 100%;
  height: 100px;
  background: white;
}

.downbox {
  margin-top: -225px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 100;
}
.paddownbtn {
  width: 322px;
  height: 84px;
  background: url('../images/store/paddownbg.png');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #671c00;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
}
.paddownbtn img {
  width: 32px !important;
  height: 28px !important;
  margin-right: 10px;
}
.txt {
  color: white;
  font-size: 15px;
}

.tesebox {
  margin-top: 20px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 100;
}

.tesebox img {
  width: 1200px;
  height: 400px;
}

.wanfabox {
  margin-top: 20px;
  width: 100%;
  background-color: var(--background-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 100;
}

.wanfabox img {
  width: 1200px;
  height: 899px;
}

.bottomdownbox {
  margin-top: 40px;
  width: 100%;
  height: 500px;
  display: flex;

  align-items: center;
  flex-direction: column;
  background: url('../images/store/bottombg.png') no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-top: 30px;
}

.bottomdownbox img {
  height: 84px;
  width: 490px;
}

.mt20 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .townbanner {
    padding-top: 0rem;
  }

  .headerbg {
    height: 64px;
  }

  .townbanner .pcft {
    display: none;
  }

  .townbanner .mbft {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .pcBanner.townbanner img {
    height: auto;
  }

  .downbox {
    margin-top: -30px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .paddownbtn {
    width: 220px;
    height: 58px;
    font-size: 17px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }

  .paddownbtn img {
    width: 22px !important;
    height: 20px !important;
  }

  .txt {
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
  }

  .tesebox {
    margin-top: 12px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .tesebox img,
  .wanfabox img {
    width: 100%;
    height: auto;
  }

  .tesebox .mbft,
  .wanfabox .mbft {
    display: block;
  }

  .tesebox .pcft,
  .wanfabox .pcft {
    display: none;
  }

  .wanfabox {
    margin-top: 18px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .bottomdownbox {
    margin-top: 0;
    min-height: 320px;
    height: auto;
    padding: 24px 16px 32px;
    background-position: center;
  }

  .bottomdownbox .bottomtitleimg {
    width: 72%;
    max-width: 320px;
    height: auto;
  }

  .bottomdownbox .txt {
    width: 100%;
    max-width: 320px;
  }

  .mfooter {
    padding: 18px 14px 22px !important;
    color: rgba(255, 255, 255, 0.92);
    background: #12092c !important;
  }

  .mfooter .mfooter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start;
    margin-left: 16px;
  }

  .mfooter .mfooter-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mfooter .mfooter-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }

  .mfooter .mfooter-title a {
    color: #ffffff !important;
  }

  .mfooter .mfooter-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }

  .mfooter .mfooter-links a {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13px;
    line-height: 1.35;
  }

  .mfooter .mfooter-col-right {
    padding-left: 6px;
  }

  .mfooter .mfooter-qrcode-title {
    margin-top: 6px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
  }

  .mfooter .mfooter-qrcode-box {
    width: 106px;
    height: 106px;
    padding: 6px;
    background: #ffffff;
    box-sizing: border-box;
  }

  .mfooter .mfooter-qrcode-box img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mfooter .mfooter-records {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mfooter .mfooter-record-item {
    min-height: 44px;
    padding: 7px 6px;
    border: 1px solid #555161;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
  }

  .mfooter .mfooter-record-item .icondiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1.2;
    flex-wrap: wrap;
  }

  .mfooter .mfooter-record-item img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }

  .mfooter .mfooter-copy {
    margin-top: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.4;
  }

  .mfooter .desc,
  .mfooter .imgbox {
    display: none !important;
  }
}
