* {
  margin: 0;
  padding: 0; 
}

html {
  height: 100%;
}

body {
  height: 100%;
}

/* 主题色 */
.theme-text-color {
  color: rgba(0, 91, 212, 1);
}

.theme-bgc-color {
  background-color: rgba(0, 91, 212, 1);
}

.theme-bgc-color {
  background-color: rgba(0, 91, 212, 1);
}

/* a 标签 */
a {
  color: rgba(0, 91, 212, 1);
  text-decoration: none;
}

/* text 相关样式 */
.text-center {
  text-align: center;
}

.text-color-white {
  color: #fff;
}

/* contaner */
.col-1 {
  width: 110px;
}

.col-2 {
  width: 310px;
}

.col-3 {
  width: 520px;
}

.col-4 {
  width: 310px;
}

.col-5 {
  width: 120px;
}

.col-6 {
  width: 140px;
}

.col-7 {
  width: 166px;
}

