﻿@media (min-width: 1025px) and (max-width: 1540px) {
  .figure {
    width: 100%;
  }

  .figure .figure-box {
    width: 189px;
  }
}

@media (min-width: 1540px) {
  .figure {
    width: 60%;
  }
}

/* 媒体查询 - 电脑 */
@media (min-width: 1025px) {
  body {
    font-size: 18px;
  }
  .swipe .van-swipe {
    height: 100vh;
  }
  .van-swipe {
    cursor: default !important;
  }

  .custom-indicators {
    cursor: pointer;
    right: auto;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
  .custom-indicators .indicator {
    height: 4px;
  }
  .model {
    padding-top: 50px;
  }

  .model .about {
    width: 60%;
    padding: 20px 78px 36px 78px;
    margin-top: -106px;
    box-shadow: 0px 3px 99px 1px rgba(108, 69, 0, 0.12);
    border-radius: 30px 30px 30px 30px;
    margin-bottom: 112px;
  }

  .about .first {
    font-size: 28px;
  }

  .about .second {
    margin-top: 14px;
    font-size: 20px;
  }

  .about .thirdly {
    margin-top: 14px;
    font-size: 18px;
    line-height: 24px;
  }

  .about .thirdly span {
    text-underline-offset: 6px;
  }

  .model .title {
    font-size: 24px;
  }

  .model .title::before {
    left: -45px;
    width: 26px;
    height: 43px;
  }

  .model .title::after {
    top: calc(50% - 21.5px);
    right: -45px;
    width: 26px;
    height: 43px;
  }

  .crv-video {
    margin-top: 50px;
    width: 60%;
  }
  .figure {
    /* width: 60%; */
    margin-top: 83px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .figure .figure-box {
    margin-top: 0;
    /* width: 189px; */
    /* height: 300px; */
    margin: 0 25px;
  }
  .figure-box .items {
    padding: 0 10px;
  }
  .card p {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
  }
  .icons img {
    width: 30px;
    height: 30px;
  }

  .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;
  }
  .code-item img {
    width: 130px;
    height: 130px;
  }

  .about-footer {
    width: 80%;
    padding: 0;
  }

  .about-footer h1,
  .about-footer .text {
    font-size: 18px;
  }

  .about-footer .text {
    font-size: 16px;
  }

  .about-footer .icp {
    margin-top: 35px;
    align-items: center;
    flex-direction: row;
  }

  .icp .address {
    display: flex;
    align-items: center;
  }
  .address p:first-child {
    margin-right: 27px;
  }
  .icp .line {
    margin: 0 22px;
    width: 1px;
    height: 22px;
    background-color: #949494;
  }

  .icp-last {
    margin-top: 0;
  }

  .icp .wangan {
    margin-left: 30px;
    display: flex;
    align-items: center;
  }

  .wangan img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
