:root {
  --primary-color: #FDD93A;
  --index-bgcolor:#0C2A84;
  --primary-color-rgb: 90, 158, 124;
  --secondary-color: #FDD93A;
  --secondary-color-rgb: 131, 204, 97;
  --tertiary-color: #e1ffd4;
  --tertiary-color-rgb: 225, 255, 212;
  --quaternary-color: #b7e576;
  --quaternary-color-rgb: 183, 229, 118;
}

/* 视口宽度小于等于768px，网页背景是粉色 */
@media(max-width:991px) {
    .index_foot{color: #fff;}
	.index_footerclass{color: #fff;}
  }

  /* 视口宽度大于等于1200px，网页背景色是skyblue */
  @media(min-width:992px) {

    .index_foot{margin-top: 620px;color: #fff;}
	.index_footerclass{margin-top: 250px;color: #fff;}
  }