.red_blue_text{
    font-family: 'Microsoft YaHei';
          font-size: 26px;
          color: #572adc;
          background: linear-gradient(40deg, #2812da 0%, #e82aa3 100%);
          background-size: cover;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
}
.cs{
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
