  .title-new-set {
    text-align: center;
    font-size: 18px;
  }

  .div-new-set {
    text-align: center;
    margin-bottom: 10px;
    padding: 8% 0 2%;
  }

  .box-img img {
    height: 100%;
    width: 100%;
  }

  .bigbox-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .bigbox-img img {
    height: 100%;
    width: 100%;
  }

  .box-media-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box-media-set div {
    width: 33%;
  }

  .maindiv-new-set {
    margin: 5% 0;
  }

  .new-play {
    /* height: 330px; */
    float: unset;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }

  .fangtan{
    font-size: 18px;
    margin-bottom: 20px;

  }
  .new-play h4 {
    text-align: center;
    position: absolute;
    top: -16%;
    font-size: 16px;
    font-weight: normal;
  }

  video {
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .bgimg{
    background: url("https://www.yamaha-motor.com.cn/mc/server/event/img/lefticon.svg") no-repeat 0 1px;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }

 
  .pic-title{
    font-size: 16px;
    text-align: center;
  }

  @media screen and (min-width: 992px) {
    .box-img {
      width: 600px;
      margin: 0 auto;
    }
    .title-new-set{
      font-size: 16px;
      text-align: center;
      line-height: 1.5rem;
    }
    .pic-box {
      padding: 2% 0 2% 0;
    }
    .maindiv-set{
      padding: 3% 0;
    }
    .wtgp-item p{
      padding: 0 0 0 8%;
    }
    .title-new-set span{
      font-weight: normal;
      color: rgb(89, 87, 88);
    }
    .wtgp-item .race-tips{
      font-size: 18px;
    }
  }

  
  @media (min-width: 992px) and (max-width: 1399px){
    


  }

  @media screen and (max-width: 991px) {
    
    .main-contents .pic-box img{
      margin-bottom: 5px;
    }

    .div-new-set {
      font-size: 18px;
    }

    video {
      height: unset;
    }

    .box-media-set div {
      width: 100%;
    }

    .new-play {
      width: 95%;
      margin: 0 auto;
      height: unset;
    }

    .box-media-set div {
      margin-bottom: 10%;
    }

    .vedio_playicon {
      background-image: url(https://www.yamaha-motor.com.cn/mc/server/event/img/vedio_play.png);
      background-size: 100% 100%;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      z-index: 1;
      opacity: .7;
    }

    .new-play h4 {
      font-size: 16px;
      bottom: -18%;
    }

    .text-muted:last-child img {
      width: 12%;
    }

    .modal-close {
      margin-right: 4%;
    }

    .modal-close img {
      width: 20px;

    }

    .maindiv-set {
      padding: 5% 0 8% 0;
    }

    .wtgp-item p {
      text-align: center;
    }

    .title-new-set {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 30px;
    }  
    .fangtan{
      font-size: 18px;
      margin-bottom: 50px;
  
    }
    .title-new-set span{
      font-weight: normal;
      color: rgb(89, 87, 88);
    }
    
  }