.home {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.time-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 11.1111111111vw;
  line-height: 11.1111111111vw;
  color: #333333;
  font-size: 2.7777777778vw; }
  .time-box div img{
    width: 11.296vw
  }
  .time-box p {
    display: flex;
    align-items: center; }
    .time-box p span {
      margin: 0 1vw; }
  .time-box img {
    width: 4.8148148148vw; }

.link-box {
  display: flex;
  width: 100%;
  padding: 3.3333333333vw;
  background-color: #f5f5f5; }

.code-box {
  display: flex;
  flex: 1;
  align-items: stretch; }
  .code-box .code-main {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 3.3333333333vw;
    line-height: 5.9259259259vw;
    color: #666; }
    .code-box .code-main .img-box {
      width: 14.8148148148vw;
      margin-right: 2.7777777778vw; }

/*# sourceMappingURL=index.css.map */
