:root {
  --backgorundColor: #f0f3f7;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  margin: 0;
  font-family: Source Han Sans CN;
  min-width: 1200px;
}

.title-f {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.content {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 0 44px 0;
}

section.first {
  min-height: 472px;
  background-color: var(--backgorundColor);
}

header {
  height: 66px;
}

section {
  position: relative;
  overflow-x: auto;
}

.btn-link {
  color: #666666;
  font-size: 18px;
}

.btn-link:hover {
  color: #666666;
  font-size: 18px;
}

.btn-primary {
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #588afd;
}

.title {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 44px 0;
}

.title h4 {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 0 !important;
}

a {
  color: #666666;
}

.third {
  background: #f6f6f6;
}
.sys-profile,
.last-case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 40px;
}

.g-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 80px;
}

.g-card {
  position: relative;
  padding: 22px 32px 22px 58px;
  width: 542px;
  justify-self: end;
  background: #fff;
  border-radius: 4px;
}

.g-card p {
  margin-bottom: 0;
}

.g-card h3 {
  font-size: 20px;
  margin-bottom: 22px;
  color: #333333;
}
.g-card .fix-img {
  position: absolute;
  left: -46px;
  top: -4px;
}

footer {
  height: 130px;
  background-color: #65686e;
}

footer span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  border-right: 1px solid #fff;
}
