/* coreonly 极简首页样式 */
body{
  background:#f7f9fb;
  color:#222;
  font-family:Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
}
.site-header{
  background:#fff;
  border-bottom:1px solid #eef1f4;
}
.site-brand{
  padding:16px 0;
  font-size:18px;
  font-weight:700;
  letter-spacing:2px;
}

.hero{
  padding:60px 0 30px;
}
.hero-actions .btn{
  margin:8px 10px;
  min-width:140px;
}

.core-values{
  padding:20px 0 70px;
}
.cv-title{
  margin:0 0 10px;
  font-size:22px;
  font-weight:700;
}
.cv-subtitle{
  color:#666;
  margin:0 0 28px;
}
.cv-card{
  background:#fff;
  border:1px solid #e7ecf1;
  border-radius:10px;
  padding:18px 16px;
  margin-bottom:15px;
  box-shadow:0 2px 8px rgba(0,0,0,.03);
  min-height:96px;
}
.cv-card-title{
  font-size:13px;
  color:#8a8f98;
  letter-spacing:2px;
  margin-bottom:8px;
}
.cv-card-items{
  font-size:16px;
  color:#222;
  font-weight:700;
  line-height:1.8;
}

.site-footer{
  background:#fff;
  border-top:1px solid #eef1f4;
  padding:18px 0;
}
.icp{
  color:#9aa0a6;
  font-size:12px;
}

