* {
  padding: 0;
  margin: 0;
}

.body {
  height: 100vh;
}

.fx-footer {
  position: fixed;
  width: 100%;
  font-size: 0.88rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 1.88rem;
  color: rgba(0, 0, 0, .6);
  letter-spacing: .0625rem;
  text-align: center;
  bottom: 1rem;
}

.fx-header {
  position: fixed;
  left: 1.875rem;
  top: 1.25rem;
  display: flex;
  align-items: center;
  z-index: 999;
}

.header-logo {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url('../image/logo/sysLogo.png');
  background-size: 100% 100%;
}

.header-name {
  margin-left: 1rem;
  width: 7.25rem;
  height: 2.25rem;
  background-image: url('../image/logo/name.png');
  background-size: 100% 100%;
}

.fx-section {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-tips {
  width: 55%;
  height: 21rem;
  background-image: url('../image/home/tips_bg.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tips-data {
  width: 46%;
}

.tips-name {
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0063FF;
  letter-spacing: .125rem;
  line-height: 5rem;
}

.tips-info,
.tips-phone {
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, .6);
  font-family: PingFang SC;
  font-weight: 600;
  letter-spacing: 1px;
}

.tips-info {
  color: rgba(0, 0, 0, .6);
  margin-bottom: 0.5rem;
}

.tips-phone {
  color: rgba(0, 99, 255, .6);
}

.system-box {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translate(0, -50%);
}

.system-item {
  width: 27.88rem;
  background: #F4F9FF;
  border: 0px solid #FFFFFF;
  border-radius: .3125rem;
  padding: 2rem;
  margin-bottom: 3rem;
}

.system-name {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, .8);
  letter-spacing: .0625rem;
  margin-bottom: 1rem;
}

.system-name::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.13rem;
  height: 1.13rem;
  background-image: url('../image/icon/icon-up.png');
  background-size: 100% 100%;
}

.system-info {
  font-size: 0.88rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, .6);
}