@media (min-width: 320px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 36px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 40px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 42.4px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 54px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 72px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 750px) {
  .nav .menu-ctrol {
    display: block;
  }
  .nav .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 1.2rem;
    width: 100%;
    background-color: #000000;
  }
  .nav .menu a {
    display: block;
    float: initial;
    line-height: 3;
    margin: 0;
    padding: 0 0.24rem;
  }
  .nav .menu a:focus {
    background-color: #333;
  }
  .nav .menu .menu-close-btn {
    display: block;
    position: absolute;
    right: 0.4267rem;
    top: 0.3067rem;
    width: 0.6667rem;
  }
  .nav .menu .menu-close-btn img {
    width: 100%;
  }
  .banner .content p {
    line-height: 1.3;
    font-size: 0.5933rem;
  }
  .banner .content .desc {
    margin-top: 0;
    white-space: initial;
    font-size: 0.2667rem;
  }
  .demo {
    width: 100%;
    padding: 0 0.2667rem 1.0667rem;
    box-sizing: border-box;
  }
  .demo .video1,
  .demo .video2,
  .demo .video3 {
    width: 100%;
    height: initial;
    font-size: 0;
  }
  .demo .video1 {
    position: relative;
    height: 5.3333rem !important;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .demo .video1 img {
    width: initial;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .demo .video2 {
    margin-bottom: 0.4rem;
    margin-right: 0;
  }
  .do ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .solution {
    height: initial;
    background-color: #000;
  }
  .solution .solution-bg {
    display: none;
  }
  .solution .club-container ul li {
    float: none;
    width: 100%;
  }
  .solution .club-container .club-container-block {
    float: left;
    width: 50%;
  }
  .solution .club-container .club-container-block p {
    line-height: 1.4;
  }
  .solution .campus-container-text {
    line-height: 0.6533rem;
  }
  .solution .campus-container li {
    width: 50%;
  }
  .solution .business-container {
    padding-bottom: 0.5333rem;
  }
  .solution .business-container ul {
    width: 100%;
  }
  .solution .business-container li {
    margin-bottom: 0.4rem;
  }
  .solution .business-container li:nth-of-type(6) {
    display: none;
  }
  .solution .business-container li:nth-of-type(2n-1) {
    width: 25%;
  }
  .solution .business-container li:nth-of-type(2n) {
    width: 8%;
  }
  .solution .business-container li:nth-of-type(1),
  .solution .business-container li:nth-of-type(7) {
    margin-left: 4.5%;
  }
  .solution .business-container-text {
    line-height: 0.6533rem;
  }
  .superiority ul li {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .goalv p {
    width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .footer {
    height: initial;
  }
  .footer .footer-en-title,
  .footer .footer-title {
    text-align: center;
  }
  .footer p {
    padding-left: 0.2rem;
    box-sizing: border-box;
  }
  .footer p img {
    margin-right: 0.1rem !important;
  }
  .footer .address {
    margin-top: 1rem;
  }
  .footer .content .qrcode {
    top: 3.2rem;
    right: 0.2rem;
  }
  .footer .beian {
    margin-top: 1rem;
    position: relative;
    line-height: 1.6;
  }
  .footer .beian a {
    display: block;
  }
  .play-video-container {
    background-color: #000000;
  }
  .play-video-container .close {
    margin-left: 4rem;
    top: 0.4rem;
  }
  .play-video-container .close::after,
  .play-video-container .close::before {
    height: 0.05rem;
    background-color: #fff;
  }
  .do ul,
  .superiority ul,
  .share .content,
  .solution .club-container,
  .footer .content {
    width: 100%;
  }
  .min-width {
    width: 100%;
    min-width: initial;
  }
  ul {
    padding-left: 0;
  }
}
