@media screen and (max-width: 1200px) and (min-width:0px) {
  .box5 .phone {
    position: relative;
    width: 100%;
  }

  .box5 .container>.left {
    width: 55%;
  }

  .box5 {
    padding-bottom: 80px;
  }

  .box5 .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .box3ySwiper {
    width: 100vw;
  }
}