* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* padding-bottom: 100px; */
}

.header {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.header img {
  height: 100%;
}

.top {
  width: 100%;
  height: 161rpx;
  background-image: url(https://tuyiyangche.oss-cn-shenzhen.aliyuncs.com/assets/slices_bg@2x.png);
  background-size: 100% 100%;
  padding: 30px 20px;
}
.top-text {
  font-size: 36px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.top-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 50%;
}
.icon {
  width: 30px;
  height: 30px;
}

.center {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
  padding: 20px;
}

.footer {
  display: flex;
  justify-content: center;
  background-color: #141F2E;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  padding: 30px;
}
.footer a{
    display: inline;
    font-size: 14px;
    color: #357AD5;
    letter-spacing: 0;
}
