:root {
  --baseW: 1300px;
  --base-font-size: 24px;

  --baseBackColor: rgb(4, 78, 135);

  --gray-color: #ebebeb;

  --gray-color-1: #8b8b8b;

  --box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, .2);

  --t-r-box-shadow: 22px -22px 37px -20px #666;

  --back-color: rgb(4, 78, 135);

  --gray-color: #888888;

  --gray-light-color: #eee;

  --back-deep-color:rgb(4, 78, 135);
}
