.cr-tutorial-banner {
  background: linear-gradient(55.72deg, #bf7806 18.78%, #f39c12 64.01%, #eeb457 76.29%);
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  &__tip {
    color: white;
    font-weight: 800;
    font-size: 20;
    line-height: 23px;
    margin-right: 30px;
  }
}
