.v-header {
  height: 395px;
  min-width: 1200px;
}
.view-header {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.view-header .section {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.view-header .section img {
  margin: 15px 30px 15px 0;
  width: 28px;
  height: 28px;
}
.view-header .section .title {
  color: #FEFEFE;
  font-size: 60px;
}
.view-header .section .sub-title {
  color: #FEFEFE;
  font-size: 50px;
}
.solution-header {
  background: url('/assets/images/solution_header.png') center center no-repeat;
  background-size: cover;
}
.live-header {
  background: url('/assets/images/live_header.png') center center no-repeat;
  background-size: cover;
}
.business-header {
  background: url('/assets/images/business_header.png') center center no-repeat;
  background-size: cover;
}
.public-header {
  background: url('/assets/images/public_header.png') center center no-repeat;
  background-size: cover;
}
.news-header {
  background: url('/assets/images/news_header.png') center center no-repeat;
  background-size: cover;
}
.about-header {
  background: url('/assets/images/about_header.png') center center no-repeat;
  background-size: cover;
}
.support-header {
  background: url('/assets/images/support_header.png') center center no-repeat;
  background-size: cover;
}
.download-header {
  background: url('/assets/images/download_header.png') center center no-repeat;
  background-size: cover;
}
