﻿/* 媒体查询 - 平板 */
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .swipe,
  .swipe .van-swipe {
    height: 100%;
  }

  .swipe .swipe-img {
    width: 100%;
  }

  .about .first {
    font-size: 16px;
  }

  .about .second {
    font-size: 15px;
  }

  .about .thirdly {
    font-size: 14px;
  }

  .model .title {
    font-size: 16px;
  }
  .card p {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .icons img {
    width: 34px;
    height: 34px;
  }

  .bottom {
    padding-top: 150px;
    padding-bottom: 90px;
    background: url("../image/bottom_pc.png")
      no-repeat center;
    background-size: 100% 100%;
  }

  .bottom-bottom {
    margin-top: 35px;
    flex-direction: row;
    justify-content: center;
  }

  .bottom .relation-form {
    margin-top: 0;
    padding: 0;
    width: 337px;
    height: 301px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-right: 77px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bottom .title {
    font-size: 22px;
  }
  .relation-form .label {
    font-size: 16px;
  }
  .relation-form .label:first-child {
    margin-top: 32px;
  }

  .form-box {
    margin-top: 32px;
  }
  .form-box input {
    width: 255px;
    font-size: 16px;
    margin-bottom: 29px;
    margin-top: 0;
  }
  .submit {
    margin-top: 0;
  }
  .qr-code {
    flex-direction: column;
    align-items: center;
  }

  .qr-code .code-item:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .figure {
    justify-content: space-evenly;
  }

  .figure .figure-box {
    width: 33%;
    margin: 30px;
  }

  .bottom .title {
    font-size: 20px;
  }

  .relation-form .label {
    font-size: 16px;
  }
  .code-item p {
    font-size: 14px;
  }
}
