/*SMC common 页面通用文件*/
.pc-content-width {
  max-width: 1600px;
  min-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

/*字体颜色*/
.font-black-color {
  color: #040706;
}

/*标题字体*/
.title-font-family {
  font-family: GeographMedium;
}

/*正文字体*/
.content-font-family{
  font-family: Geograph;
}

/* 表单样式 */
.form-control:focus {
  box-shadow: none !important;
  border: none;
}
.color-red {
  color: red;
}