﻿* {
  margin: 0px;
  padding: 0px;
}

.home {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#5F5E75), to(#313040));
  background: linear-gradient(180deg, #5F5E75 0%, #313040 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .content .right {
  width: 96px;
  height: 96px;
  background-color: #313040;
  border: 2px solid #fff;
  border-radius: 14px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home .content .right span {
  font-size: 30px;
  font-family: STSongti-SC-Regular, STSongti-SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.home .content .left {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  height: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home .content .left h3 {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}

.home .content .left p {
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
}

.home .footer {
  margin-top: auto;
  text-align: center;
  margin-bottom: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home .footer p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
/*# sourceMappingURL=index.css.map */