.wrap1{
    margin-left: 25%;
  }
  .bigHeading {
    width: 950px;
    height: 200px;
    font-size: 34px;
    text-align: center;
    background: url('/static/images/newIndex/bigHeading.png') no-repeat;
    background-size: 100%;
    margin: 80px auto 0;
    padding: 1px;
  }

  .bigHeading_title {
    color: #fff;
    margin-top: 27px;
    font-weight: 600;
  }

  .imgBox_title {
    width: 1200px;
    color: #4C4C4C;
    text-align: center;
    line-height: 36px;
    font-weight: normal;
    font-size: 24px;
    margin: auto;
  }

  .imgBox1 {
    width: 1200px;
    color: #fff;
    font-size: 24px;
    padding: 80px 0;
    margin: auto;
    position: relative;
  }

  .imgBox1 img {
    width: 500px;
    height: 500px;
    object-fit: contain;
    margin: 100px 350px 0;
  }

  .imgBox1 .imgBox1_item1 {
    width: 220px;
    padding: 30px;
    background: #3592E8;
    border-radius: 10px;
    position: absolute;
    top: 100px;
    right: 250px;
  }

  .imgBox1 .imgBox1_item2 {
    width: 220px;
    padding: 30px;
    background: #FFCF6F;
    border-radius: 10px;
    position: absolute;
    top: 350px;
    left: 120px;
  }

  .imgBox1 .imgBox1_item3 {
    width: 220px;
    padding: 30px;
    background: #8EC4CA;
    border-radius: 10px;
    position: absolute;
    bottom: 150px;
    right: 160px;
  }

  .imgBox2 {
    width: 100%;
    height: 500px;
    color: #fff;
    font-size: 24px;
    margin: auto;
    background: linear-gradient(to bottom right, #ebab61, #e87779);
    ;
  }

  .imgBox2 .imgBox2_img {
    display: flex;
    align-items: center;
  }

  .imgBox2 img {
    width: 300px;
    height: 300px;
    object-fit: contain;
  }


  .imgBox2 .imgBox2_item1 {
    padding: 30px;
    border-radius: 10px;
  }

  .imgBox2 .imgBox2_item2 {
    padding: 30px;
    border-radius: 10px;
    margin-left: 60px;
  }

  .imgBox2 .imgBox2_item3 {
    padding: 30px;
    border-radius: 10px;
  }

  .playIntroduce {
    padding: 60px 0;
  }

  .playIntroduce .playIntroduce_centen {
    width: 100%;
    height: 500px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .playIntroduce .playIntroduce_centen img {
    width: 400px;
    height: 500px;
    object-fit: contain;
  }

  .playIntroduce .playIntroduce_centen_btns {
    width: 300px;
    height: 500px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .playIntroduce .playIntroduce_centen_btn {
    width: 250px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
  }

  .playIntroduce .btnAct {
    color: #fff;
    background: linear-gradient(to bottom right, #ebab61, #e87779);
  }

  .box {
    width: 400px;
  }

  .playIntroduce .box {
    display: none;
  }

  .playIntroduce .boxAct {
    display: block;
  }
  .m-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }