.top {
  position: relative;
}

.top p.title {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-left: 1em;
  padding-bottom: 0.8em;
}

.year {
  max-width: 1920px;
  min-height: 665px;
  background-color: #f3f3f3;
  margin: 50px auto 0;
  padding-top: 95px;
}

.year .app {
  width: 1300px;
  min-height: 475px;
  background-color: #fff;
  padding-top: 70px;
  padding-left: 70px;
  position: relative;
}

.year p {
  font-size: 16px;
  line-height: 32px;
  max-width: 31em;
  text-align: justify;
  display: block;
}

.year p.titles {
  font-size: 22px;
  line-height: 45px;
}

.year img {
  position: absolute;
}

.year .i1 {
  right: 55px;
  top: 240px;
  z-index: 1;
}

.year .i2 {
  top: -55px;
  right: 55px;
}

.year .i3 {
  bottom: 35px;
  right: -162px;
}

.year .i4 {
  right: 287px;
  top: 41px;
}

.app.run {
  margin-top: 75px;
  position: relative;
}

.app.run .item p,
.app.run .item ul {
  width: 645px;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}

.app.run .item p.title {
  font-size: 22px;
  line-height: 22px;
  top: -1em;
}

.app.run .item ul {
  margin-top: 3em;
}

.app.run .item ul li {
  list-style-type: disc;
  position: relative;
  left: 1.5em;
  padding-right: 1em;
}

.app.run .item2 {
  margin-top: 70px;
  min-height: 280px;
  position: relative;
  padding-top: 10px;
}

.app.run .item2 p {
  max-width: 32em;
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}

.app.run .item2 p.title {
  font-size: 22px;
  line-height: 50px;
}

.app.run .item2 img {
  position: absolute;
  right: 0;
  top: 0;
}

.computer {
  background-color: #ffe5d0;
  max-width: 1920px;
  min-height: 400px;
  margin: 55px auto 0;
}

.computer .app {
  position: relative;
  top: 40px;
  height: 400px;
}

.computer p.title {
  position: absolute;
  top: 40px;
  right: 240px;
  font-weight: bold;
  font-size: 80px;
  color: #d87e3510;
}

.computer .content {
  width: 590px;
  height: 320px;
  background-color: #f3f3f3;
  position: absolute;
  left: 420px;
  top: 100px;
  font-size: 16px;
  line-height: 32px;
  padding: 1em 1.5em;
  text-align: justify;
}

.computer .titles {
  font-size: 22px;
}

.computer ul {
  position: absolute;
  right: 0;
  top: 0;
  height: 418px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 150px;
}

.computer ul li {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 133px;
}

.computer ul li::before {
  content: "";
  width: 146px;
  height: 129px;
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #00000050;
}

.computer ul li img {
  box-sizing: border-box;
  border: 2px solid #ccc;
}

.computer ul .active::before {
  display: none;
}

.computer ul .active img {
  box-sizing: border-box;
  border: 2px solid #ff7b15;
}

.app.items {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

.app.items .item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 387px;
}

.app.items .content {
  background-color: #ff7b15;
  width: 387px;
  height: 232px;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  padding: 1em;
  text-align: justify;
}

.app.items .content p {
  font-size: 22px;
  line-height: 40px;
}

.mores {
  background-image: url(/images/study-with-us/why/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 347px;
  margin: 55px auto 0;
}

.mores .app {
  height: 570px;
}

.mores .item {
  height: 434px;
  background-color: #f3f3f3;
  position: relative;
  top: -263px;
  padding-left: 870px;
  text-align: justify;
  padding-top: 40px;
  padding-right: 1em;
  font-display: 16px;
  line-height: 30px;
}

.mores .item2 {
  height: 340px;
  position: relative;
  top: -200px;
}

.mores .item2 p {
  width: 39em;
  line-height: 30px;
  font-size: 16px;
}

.mores .item2 p.title {
  font-size: 22px;
}

.mores .item2 img {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

.mores p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0.5em;
}

.mores img {
  position: absolute;
  left: 0;
  top: 0;
}

