@media (max-width: 1200px) {
  .visu-box {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-boxImg {
    width: 100%;
  }

  .three-content img:nth-child(2),
  .three-content img:nth-child(3),
  .three-content img:nth-child(4) {
    margin-left: -54%;
  }

  .three-content {
    margin: 0 auto;
  }

  .three-content img:nth-child(1) {
    margin-left: 7%;
  }

  .btn-position2 {
    right: 10px;
  }

  .btn-position {
    left: 10px;
  }

  .app-footer {
    display: none;
  }

  .home-footer {
    display: block;
  }
  .one-img img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 992px) {
  .two-text {
    width: 80%;
  }
  .one-img img {
    width: 100%;
    height: 100%;
  }
   .custom-pc-bg {
    display: none;
  }
  .custom-app-bg {
    display: inline-block;
  }
  .custom-box {
    background: rgba(210, 224, 246, 0.3);
  }

  .top-box {
    height: 420px;
  }

  .top-text {
    font-size: 36px;
    font-weight: 500;
    
    color: rgba(255, 255, 255, 1);
  }

  .top-text2 {
    font-size: 26px;
    font-weight: 400;
    
    margin-top: 10px;
    color: rgba(255, 255, 255, 1);
  }

  .top-text3 {
    font-size: 26px;
    font-weight: 400;
    
    margin-top: 10px;
    color: rgba(255, 255, 255, 1);
  }

  .top-into {
    display: none;
  }

  /* 可视化自由组件 */
  .custom-text {
    width: 702px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .custom-text p:nth-of-type(2) {
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }

  .custom-text p:nth-of-type(1) {
    display: none;
  }

  .custom-text p:nth-of-type(3) {
    display: none;
  }

  .custom-text p:nth-of-type(4) {
    font-size: 28px;
    font-weight: 400;
    color: #666666;
  }

  .one-img {
    width: 702px;
    height: 374px;
    margin: 0 auto;
  }

  .one-img img:hover {
    transform: none;
  }

  .custom-two {
    height: auto;
  }

  .custom-one {
    height: 781px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 24px;
  }

  .custom-two img:hover {
    transform: none;
  }

  .custom-four img:hover {
    transform: none;
  }

  .custom-three {
    display: none;
  }

  .custom-carousel {
    display: block;
  }
  .carousel-text p:nth-of-type(1) {
    display: none;
  }

  .carousel-app-tilte {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    display: block;
    text-align: center;
    margin-bottom:10px;
  }

  .two-text-pc {
    display: none;
  }
  .two-text-app {
    display: inline-block;
  }

  .text-value {
    font-size:28px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight:400;
    color:rgba(255,255,255,0.65);
  }
}

@media (max-width: 768px) {
  .top-box {
    height: 210px;
  }
  .top-text {
    font-size: 18px;
  }

  .top-text2 {
    font-size: 14px;
  }

  .top-text3 {
    font-size: 14px;
  }

  .custom-text p:nth-of-type(2) {
    font-size: 18px;
  }

  .custom-text p:nth-child(4) {
    font-size: 14px;
    line-height: 20px;
    
  }

  .custom-text {
    width: 100%;
    padding: 0 10%;
    margin-top: 15px;
  }

  .one-img {
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .custom-one {
    height: auto;
    padding: 0 12px 30px;
  }

  .two-text .two-text-app {
    font-size: 18px;
  }

  .two-text .text-line {
    display: none;
  }

  .two-text .text-value {
    margin-top: 15px;
  }

  .text-value {
    font-size:14px;
  }

  .custom-two {
    height: auto;
  }

  .carousel-app-tilte { 
    font-size: 18px;
  }

  .carousel-text p:nth-of-type(2) {
    font-size: 14px;
  }

  .carousel-text {
    width: 80%;
    padding: 0 15px;
    height: 190px;
  }
  .carousel-index ul li {
    width: 10px;
    height: 10px;
  }

  .carousel-box {
    width: 100%;
    padding: 0 15px;
    height: auto;
  }

  .carousel-img {
    height: auto;
  }

  .carousel-img img {
    width: 100%;
    height: 100%;
  }

  .custom-carousel {
    height: auto;
    padding-bottom: 50px;
  }

  .custom-four {
    width: 100%;
    height: auto;
  }

  .custom-four img {
    height: auto;
  }
}