#main {
  position: relative;
  background: linear-gradient(#C7C8E9, #fff);
}
#main:before {
  content: '';
  display: block;
  background: url(../img/robot-bg.svg) center 121px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50px;
  top: 0;
}
.entry {
  color: #4a4a4a;
  text-align: center;
  padding-top: 118px;
}
.entry h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: #000;
}
.entry .define {
  font-size: 16px;
}
.entry .screenshoot {
  margin-top: 128px;
  margin-bottom: 120px;
}
.multi-scenes .screenshoot {
  margin-top: 85px;
}
.colored-entry {
  background: #9011FE;
}
.colored-entry:before {
  background: url(../img/fall-purple.svg) center bottom no-repeat;
}
.feature-box {
  padding: 0 0 240px;
}
.feature-box .screenshoot {
  margin-top: 60px;
}
.feature-box h4 {
  font-size: 14px;
}
.feature-box .icon {
  margin-bottom: 20px;
}
.feature-box p {
  color: #9B9B9B;
  font-size: 12px;
}
.feature-box:last-child {
  padding-bottom: 0;
}
.multi-scenes {
  padding-bottom: 0;
}
.event-trigger {
  margin-top: 80px;
}
.calender .screenshoot {
  height: 270px;
  overflow: hidden;
  margin-top: 140px;
}
@media all and (max-width:720px) {
  .entry {
    padding-top: 4.5rem;
  }
  .entry h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
  }
  .entry .define {
    font-size: 0.7rem;
    margin: 0 auto;
  }
  .entry .screenshoot {
    width: 85%;
    margin: 4rem auto;
  }
  .entry .screenshoot img {
    width: 100%;
  }
  #main:before {
    background: url(../img/robot-bg.svg) center 3.7rem no-repeat;
    background-size: 150%;
    left: 1.8rem;
  }
  .colored-entry:before {
    background: url(../img/fall-purple.svg) center -8rem no-repeat;
    background-size: 150%;
  }
  .feature-box {
    padding-bottom: 4rem;
    font-size: 0.7rem;
  }
  .feature-box h4 {
    margin-bottom: 0.3rem;
  }
  .feature-box .screenshoot {
    margin-top: 1.5rem;
  }
  .calender .screenshoot {
    height: 9rem;
  }
  .event-trigger {
    margin-top: 4rem;
  }
  .statistics {
    margin-top: 4rem;
  }
}