
    .indexVideo {
      position: relative;
      width: 100%;
      height: 100vh;
    }

    .indexVideo .video_title {
      position: absolute;
      top: 55%;
      left: 78%;
      z-index: 1;
      transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -webkit-transition: all .4s ease 0s;
      -moz-transition: all .4s ease 0s;
      -ms-transition: all .4s ease 0s;
      -o-transition: all .4s ease 0s;
      transition: all .4s ease 0s;
    }

    .indexVideo .video_title .video_txt {
      position: relative;
      width: 365px;
      /*height: 380px;*/
      overflow: hidden;
    }

    .s-t-12z,
    .s-t-12y,
    .s-t-13 {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
    }

    .indexVideo .video_txt .s-t-1 {
      margin-bottom: 26px;
      -webkit-animation: fadeInDown .7s ease both;
      animation: fadeInDown .7s ease both;
      animation-delay: 1.4s;
      position: relative;
      width: 100%;
      display: block;
      left: 0;
      top: 0;
    }

    .s-t-12z {

      -webkit-animation: fadeInLeft .7s ease both;

      animation: fadeInLeft .7s ease both;

      animation-delay: 1.4s;

    }

    .s-t-12y {

      -webkit-animation: fadeInRight .7s ease both;

      animation: fadeInRight .7s ease both;

      animation-delay: 1.4s;

    }

    .s-t-13 {

      -webkit-animation: fadeInUp .7s ease both;

      animation: fadeInUp .7s ease both;

      animation-delay: 1.4s;

    }

    .video_titlebox {

      /*-webkit-animation: rubberBand .9s ease both;

animation: rubberBand .9s ease both;

animation-delay: 1.2s; */
      /*overflow: hidden;*/
    }

    .indexVideo .video_txt .s-t-2 {

      position: absolute;

      top: 73px;

      left: 50%;

      width: 328px;

      transform: translateX(-50%);

      -o-transform: translateX(-50%);

      -moz-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

      -webkit-transform: translateX(-50%);



    }

    .indexVideo .video_txt .s-t-2 img {

      display: block;

      width: 100%;

      left: 0;

      top: 0;

    }

    .g_stb,
    .g_stc,
    .g_std {

      position: absolute;

    }

    .g_sta {

      position: relative;

      -webkit-animation: fadeInUp .7s ease both;

      animation: fadeInUp .7s ease both;

      animation-delay: 0.2s;

    }

    .g_stb {

      -webkit-animation: fadeInUp .7s ease both;

      animation: fadeInUp .7s ease both;

      animation-delay: 0.3s;

    }

    .g_stc {

      -webkit-animation: fadeInUp .7s ease both;

      animation: fadeInUp .7s ease both;

      animation-delay: 0.4s;

    }

    .g_std {

      -webkit-animation: fadeInUp .7s ease both;

      animation: fadeInUp .7s ease both;

      animation-delay: 0.5s;

    }

    .indexVideo .video_txt .s-t-3 {

      position: absolute;

      top: 218px;

      left: 50%;



      transform: translateX(-50%);

      -o-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

      -moz-transform: translateX(-50%);

      -webkit-transform: translateX(-50%);

    }

    .indexVideo .video_txt .s-t-3 img {

      -webkit-animation: bounceInUp .9s ease both;

      animation: bounceInUp .9s ease both;

      animation-delay: 0.5s;

    }

    .indexVideo .video_txt .s-t-4 {
      -webkit-animation: slideInUp 1s ease both;

      animation: slideInUp 1s ease both;

      animation-delay: 1.8s;

    }


    .scfoll {
      width: 59px;
      height: 84px;
      position: absolute;
      bottom: 14px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      text-align: center;
      animation: mymove0 1.2s infinite;
      -webkit-animation: mymove0 1.2s infinite;
      cursor: pointer;
      z-index: 30;
    }

    @keyframes mymove0 {
      from {
        bottom: 20px;
      }
      to {
        bottom: 14px;
      }
    }

    .scfoll img {
      width: 28px;
      height: 57px;
    }

    .scfoll span {
      width: 100%;
      white-space: nowrap;
      text-align: center;
      margin-top: 17px;
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-family: "Microfost Yahei","HelveticaNeu";
      letter-spacing: 2px;
    }

    .scfoll {
      cursor: pointer;
    }
