.normal-layout .main {
  min-width: 1236px;
  width: 1236px;
  margin-left: auto;
  margin-right: auto;
}
.normal-layout .main .motion {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.normal-layout .main .motion.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.normal-layout .main .motion.in-view .rectangle {
  width: 80px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.normal-layout .main .motion.out-view {
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.normal-layout .main .motion.out-view .rectangle {
  width: 0px;
}
.normal-layout .main .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.normal-layout .main .top .cover-top {
  width: 517px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 100px;
}
.normal-layout .main .top .cover-top h1 {
  width: 288px;
  height: 54px;
  opacity: 1;
  font-size: 36px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 54px;
  margin-bottom: 16px;
}
.normal-layout .main .top .cover-top h2 {
  width: 297px;
  height: 32px;
  opacity: 1;
  font-size: 20px;
  font-family: PingFangSC;
  font-weight: 600;
  text-align: left;
  color: #006fff;
  line-height: 32px;
  margin-bottom: 44px;
}
.normal-layout .main .top .cover-top .guide .register {
  background: #006fff;
  font-weight: 600;
  font-size: 16px;
  width: 160px;
  height: 43px;
  border-radius: 8px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.normal-layout .main .top .cover-top .guide .register:hover {
  background: #2d97ff;
}
.normal-layout .main .top .cover-top .guide .newer {
  background: #072144;
  font-weight: 600;
  font-size: 16px;
  width: 160px;
  height: 43px;
  border-radius: 8px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}
.normal-layout .main .top .cover-top .guide .newer:hover {
  background: #3e5776;
}
.normal-layout .main .top .cover-top-img {
  width: 700px;
  height: 440px;
}
.normal-layout .main .middle-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.normal-layout .main .middle-top h3 {
  width: 679px;
  height: 48px;
  opacity: 1;
  font-size: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 48px;
  letter-spacing: 2px;
}
.normal-layout .main .middle-top .rectangle {
  width: 80px;
  height: 3px;
  opacity: 1;
  background: #006fff;
  margin-left: 50px;
}
.normal-layout .main .middle-top-footer {
  width: 142px;
  height: 24px;
  opacity: 1;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #006fff;
  line-height: 24px;
  margin-top: 18px;
}
.normal-layout .main .middle-two-columns {
  margin-top: 80px;
}
.normal-layout .main .middle-two-columns .middle-top h3 {
  width: 760px;
  height: 48px;
  opacity: 1;
  font-size: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333;
  line-height: 48px;
  letter-spacing: 2px;
}
.normal-layout .main .middle-two-columns .middle-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
  padding-top: 17px;
  height: 461px;
  opacity: 1;
}
.normal-layout .main .middle-two-columns .middle-body-img img {
  width: 541px;
  height: 360px;
  opacity: 1;
}
.normal-layout .main .middle-two-columns .middle-body-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.normal-layout .main .middle-two-columns .middle-body-test p {
  width: 547px;
  height: 160px;
  opacity: 1;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 32px;
  margin-top: 27px;
}
.normal-layout .main .middle-resource {
  margin-top: 13px;
}
.normal-layout .main .middle-resource .middle-top h3 {
  width: 145px;
}
.normal-layout .main .middle-resource .middle-top-footer {
  width: 167px;
}
.normal-layout .main .middle-resource-list {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 28px;
}
.normal-layout .main .middle-resource-list-li {
  width: 380px;
  height: 100px;
  opacity: 1;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top: 0px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.normal-layout .main .middle-resource-list-li:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(120,144,156,0.2);
          box-shadow: 0px 2px 20px 0px rgba(120,144,156,0.2);
  top: -10px;
}
.normal-layout .main .middle-resource-list-li .list-li-img {
  width: 40px;
  height: 40px;
  background: url("../common/img/solution/delayClassAll_d021f65e7c.png") no-repeat;
  margin-left: 34px;
  background-size: 440px 80px;
}
.normal-layout .main .middle-resource-list-li .list-li-img1 {
  background-position: 0px 0px;
}
.normal-layout .main .middle-resource-list-li .list-li-img2 {
  background-position: -40px 0px;
}
.normal-layout .main .middle-resource-list-li .list-li-img3 {
  background-position: -80px 0px;
}
.normal-layout .main .middle-resource-list-li .list-li-img4 {
  background-position: 0px -40px;
}
.normal-layout .main .middle-resource-list-li .list-li-img5 {
  background-position: -40px -40px;
}
.normal-layout .main .middle-resource-list-li .list-li-img6 {
  background-position: -80px -40px;
}
.normal-layout .main .middle-resource-list-li .list-li-text {
  width: 247px;
  opacity: 1;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 24px;
  margin-left: 27px;
}
.normal-layout .main .middle-last {
  margin-top: 105px;
}
.normal-layout .main .middle-last .middle-top h3 {
  width: 447px;
}
.normal-layout .main .middle-last .middle-top-footer {
  width: 195px;
}
.normal-layout .main .middle-last .middle-last-content {
  margin-top: 48px;
}
.normal-layout .main .middle-last .middle-last-content-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  padding: 0px;
}
.normal-layout .main .middle-last .middle-last-content-ul-li {
  list-style: none;
  text-align: center;
  width: 278px;
  height: 280px;
  opacity: 1;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 0px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
}
.normal-layout .main .middle-last .middle-last-content-ul-li:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(120,144,156,0.2);
          box-shadow: 0px 2px 20px 0px rgba(120,144,156,0.2);
  top: -10px;
}
.normal-layout .main .middle-last .middle-last-content-ul-li .bgimg {
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 18px;
  background: url("../common/img/solution/delayClassAll_d021f65e7c.png") no-repeat;
  background-size: 440px 80px;
  margin-left: auto;
  margin-right: auto;
}
.normal-layout .main .middle-last .middle-last-content-ul-li .bgimg1 {
  background-position: -120px 0px;
}
.normal-layout .main .middle-last .middle-last-content-ul-li .bgimg2 {
  background-position: -200px 0px;
}
.normal-layout .main .middle-last .middle-last-content-ul-li .bgimg3 {
  background-position: -280px 0px;
}
.normal-layout .main .middle-last .middle-last-content-ul-li .bgimg4 {
  background-position: -360px 0px;
}
.normal-layout .main .middle-last .middle-last-content-ul-li h5 {
  height: 24px;
  opacity: 1;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 24px;
  margin-bottom: 18px;
}
.normal-layout .main .middle-last .middle-last-content-ul-li p {
  width: 199px;
  height: 40px;
  opacity: 1;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #546e7a;
  line-height: 20px;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
}
.normal-layout .main .middle-guide {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 100px;
}
.normal-layout .main .middle-guide .register {
  background: #072144;
  font-weight: 600;
  font-size: 16px;
  width: 160px;
  height: 43px;
  border-radius: 8px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.normal-layout .main .middle-guide .register:hover {
  background: #3e5776;
}
.normal-layout .main .middle-guide .newer {
  background: #006fff;
  font-weight: 600;
  font-size: 16px;
  width: 160px;
  height: 43px;
  border-radius: 8px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}
.normal-layout .main .middle-guide .newer:hover {
  background: #2d97ff;
}
@-webkit-keyframes inshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes inshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
