.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0%;
    transform: translate3d(-50%, -50%, 0);
    color: #40dce7;
    font-size: 60px;
    
    font-family: 微软雅黑;
    background-image: -webkit-linear-gradient(92deg, #26f330, #18b6e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
  }
  .maincontent {
    position: absolute;
    height:  100%;
    margin-left: 0%;
    transform: translate3d(-50%, -50%, 0);
    color: #40dce7;
    font-size: 60px;
    
    font-family: 微软雅黑;
    background-image: -webkit-linear-gradient(92deg, #26f330, #18b6e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
  }

  @-webkit-keyframes hue {
    from {

      -webkit-filter: hue-rotate(0deg);
      -moz-filter: hue-rotate(0deg);
    }

    to {
      -webkit-filter: hue-rotate(360deg);
      -moz-filter: hue-rotate(360deg);
    }
  }

  
  [nz-carousel-content] {
    text-align: center;
    height: 500px;
  
    background: #364d79;
    color: #fff;
    overflow: hidden;
  }

  [nz-icon] {
    margin-right: 6px;
    font-size: 24px;
  }

  .product{
    text-align:left;background-image: linear-gradient(180deg,#0553c9,#4787e7);font-size: 18px;;color: azure;height: 580px;
  }
  .product h2{
    text-align:left; font-size: 48px;;color: azure;
  }
  .product p{
    text-align:left; font-size: 18px;;color: azure;height: 80px;
  }
  .product li{
    text-align:left; font-size: 18px;;color: azure;;
  }
  .product a{
    text-align:left; font-size: 48px;;color: azure;
  }
  .product img{
    height: 350px;overflow: hidden;
  }

  .scroll1{
    text-align:center;
    background: rgba(255, 255, 255, 0.652);
    font-size: 18px;;
    color: rgb(15, 15, 15);
    width: 350px;
    border: salmon 1px solid;
    position: absolute; top: 100px;left:300px
  
}
  .scroll1 h2{
    text-align:center; font-size: 48px;;color: rgb(15, 15, 15);
  }
  .scroll1 p{
    text-align:center; font-size: 18px;;color: rgb(15, 15, 15);height: 180px;
  }

  .scroll1 img{
    height: 400px;
  }

  .scroll2{
    text-align:center;background: transparent;font-size: 18px;;color: rgb(15, 15, 15);width: 100%
  }
  .scroll2 h2{
    text-align:center; font-size: 48px;;color: rgb(15, 15, 15);
  }
  .scroll2 p{
    text-align:center; font-size: 18px;;color: rgb(15, 15, 15);height: 120px;
  }

  .scroll2 img{
    height: 400px;
  }
  .scroll2Sub{
    text-align:center;background: transparent;font-size: 18px;;color: rgb(15, 15, 15);width: 350px;position: absolute; top: 100px;left:1000px
  }
  .scroll2Sub h2{
    text-align:center; font-size: 48px;;color: rgb(15, 15, 15);
  }
  .scroll2Sub p{
    text-align:center; font-size: 18px;;color: rgb(15, 15, 15);height: 120px;
  }

  .scroll2Sub img{
    height: 400px;position: absolute; top: 100px;left:100px
  }

