.school-wrap {
  width: 100%;
  height: auto;
  position: relative;
  min-width: 992px;
}
.school-wrap div,
.school-wrap p,
.school-wrap ul,
.school-wrap li,
.school-wrap span {
  box-sizing: border-box;
}
html,
body {
  background: #fff;
  height: initial;
  min-width: 992px;
}
.inner-wrap {
  width: 992px;
  margin: 0 auto;
}
.title-box {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title-box .line {
  width: 87px;
  height: 1px;
  background: #2b9df9;
}
.title-box .gray {
  background: #f5f5f5;
}
.title-box .title {
  font-size: 32px;
  font-weight: 500;
  color: #333;
  line-height: 33px;
  margin: 0 20px;
}
.title-box .title span {
  color: #2b9df9;
}
.top {
  overflow: hidden;
  width: 100%;
  height: 462px;
  position: relative;
  background: url('/fe/www/img/school/topbac.jpg') no-repeat;
  background-position: center;
}
.top .top-img {
  height: 462px;
  object-position: center;
}
.top .top-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  color: #0056c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top .top-info .top-desc span {
  color: #ff774e;
}
.top .top-info .top-btn {
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #ff774e;
  border-radius: 30px;
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.know-wrap {
  width: 100%;
  background: #fff;
  padding: 80px 0 80px 0;
}
.know .know-container {
  margin-top: 48px;
  width: 100%;
}
.know .know-container .know-item {
  width: 241px;
  height: 284px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.know .know-container .know-item .know-desc {
  opacity: 0;
}
.know .know-container .know-item :hover {
  background: #2b98fa;
}
.know .know-container .know-item :hover .know-desc {
  opacity: 1;
  animation: spring 0.8s linear;
}
.know .know-container .know-item :hover .know-info .know-name,
.know .know-container .know-item :hover .know-info .item-icon {
  transform: translateY(0px);
}
.know .know-container .know-item .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.know .know-container .know-item .item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.know .know-container .know-item .item-info .item-icon {
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transform: translateY(30px);
}
.know .know-container .know-item .item-info .know-info {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.know .know-container .know-item .item-info .know-name {
  margin-bottom: 15px;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transform: translateY(30px);
}
.know .know-container .know-item .item-info .know-desc {
  font-size: 20px;
  line-height: 30px;
}
.know .btn-create {
  width: 293px;
  height: 61px;
  margin: 50px auto 0;
  line-height: 61px;
  color: #fff;
  font-size: 27px;
  background: #2b9df9;
  text-align: center;
  border-radius: 31px;
  cursor: pointer;
}
@-moz-keyframes spring {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  10% {
    transform: translate3d(0, 45.4623283405px, 0);
  }
  20% {
    transform: translate3d(0, -12.0376016016px, 0);
  }
  30% {
    transform: translate3d(0, -18.4807461629px, 0);
  }
  40% {
    transform: translate3d(0, -3.7247338665px, 0);
  }
  50% {
    transform: translate3d(0, 4.0848506881px, 0);
  }
  60% {
    transform: translate3d(0, 2.7465469191px, 0);
  }
  70% {
    transform: translate3d(0, -0.1379435013px, 0);
  }
  80% {
    transform: translate3d(0, -0.8821093113px, 0);
  }
  90% {
    transform: translate3d(0, -0.3092956928px, 0);
  }
  100% {
    transform: translate3d(0, 0.1426694951px, 0);
  }
}
@-webkit-keyframes spring {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  10% {
    transform: translate3d(0, 45.4623283405px, 0);
  }
  20% {
    transform: translate3d(0, -12.0376016016px, 0);
  }
  30% {
    transform: translate3d(0, -18.4807461629px, 0);
  }
  40% {
    transform: translate3d(0, -3.7247338665px, 0);
  }
  50% {
    transform: translate3d(0, 4.0848506881px, 0);
  }
  60% {
    transform: translate3d(0, 2.7465469191px, 0);
  }
  70% {
    transform: translate3d(0, -0.1379435013px, 0);
  }
  80% {
    transform: translate3d(0, -0.8821093113px, 0);
  }
  90% {
    transform: translate3d(0, -0.3092956928px, 0);
  }
  100% {
    transform: translate3d(0, 0.1426694951px, 0);
  }
}
@-o-keyframes spring {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  10% {
    transform: translate3d(0, 45.4623283405px, 0);
  }
  20% {
    transform: translate3d(0, -12.0376016016px, 0);
  }
  30% {
    transform: translate3d(0, -18.4807461629px, 0);
  }
  40% {
    transform: translate3d(0, -3.7247338665px, 0);
  }
  50% {
    transform: translate3d(0, 4.0848506881px, 0);
  }
  60% {
    transform: translate3d(0, 2.7465469191px, 0);
  }
  70% {
    transform: translate3d(0, -0.1379435013px, 0);
  }
  80% {
    transform: translate3d(0, -0.8821093113px, 0);
  }
  90% {
    transform: translate3d(0, -0.3092956928px, 0);
  }
  100% {
    transform: translate3d(0, 0.1426694951px, 0);
  }
}
@keyframes spring {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  10% {
    transform: translate3d(0, 45.4623283405px, 0);
  }
  20% {
    transform: translate3d(0, -12.0376016016px, 0);
  }
  30% {
    transform: translate3d(0, -18.4807461629px, 0);
  }
  40% {
    transform: translate3d(0, -3.7247338665px, 0);
  }
  50% {
    transform: translate3d(0, 4.0848506881px, 0);
  }
  60% {
    transform: translate3d(0, 2.7465469191px, 0);
  }
  70% {
    transform: translate3d(0, -0.1379435013px, 0);
  }
  80% {
    transform: translate3d(0, -0.8821093113px, 0);
  }
  90% {
    transform: translate3d(0, -0.3092956928px, 0);
  }
  100% {
    transform: translate3d(0, 0.1426694951px, 0);
  }
}
.process-wrap {
  width: 100%;
  background: #f5f5f5;
  padding: 80px 0 100px 0;
}
.process .process-container {
  margin-top: 48px;
  width: 100%;
}
.process .process-container .process-item {
  position: relative;
  border-radius: 10px;
}
.process .process-container .process-item .step {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #2b9df9;
  position: absolute;
  left: -32px;
  top: -32px;
  text-align: center;
  font-size: 30px;
  line-height: 62px;
  background: #fff;
  color: #2b9df9;
}
.process .process-container .process-item .process-item-info {
  width: 208px;
  height: 263px;
  border-radius: 0 40px 0 40px;
  border: 1px solid #2b9df9;
}
.process .process-container .process-item .process-item-info .process-info {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.process .process-container .process-item .process-item-info .process-name {
  color: #2b9df9;
  margin-bottom: 35px;
  margin-top: 20px;
}
.process .process-container .process-item .process-item-info .process-desc {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.process .process-container .process-item .process-item-info .process-desc .sign {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #02ce32;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.process .btn-create {
  width: 219px;
  height: 61px;
  margin: 50px auto 0;
  line-height: 61px;
  color: #fff;
  font-size: 27px;
  background: #2b9df9;
  text-align: center;
  border-radius: 31px;
  cursor: pointer;
}
.youth-wrap {
  width: 100%;
  background: #fff;
  padding: 80px 0 80px 0;
}
.youth .youth-container {
  margin-top: 38px;
  width: 100%;
}
.youth .youth-container .youth-item {
  width: 324px;
  height: 339px;
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0px 3px 9px 2px rgba(43, 157, 249, 0.17);
}
.youth .youth-container .youth-item .item-img-box {
  width: 324px;
  height: 207px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.youth .youth-container .youth-item .item-img-box img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.youth .youth-container .youth-item .youth-item-info {
  width: 100%;
}
.youth .youth-container .youth-item .youth-item-info .youth-info {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.youth .youth-container .youth-item .youth-item-info .youth-name {
  color: #333;
  margin-bottom: 15px;
  margin-top: 20px;
}
.youth .youth-container .youth-item .youth-item-info .youth-desc {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.schoollist-wrap {
  width: 100%;
  background: #f5f5f5;
  padding: 80px 0 100px 0;
}
.customer {
  width: 992px;
}
.customer .cont {
  margin: 80px auto;
  width: 800px;
  height: 163px;
  overflow: hidden;
}
.customer ul {
  position: relative;
  left: 0;
}
.customer li {
  width: 100%;
  height: 163px;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.customer li img {
  margin-top: 4px;
  margin-left: 4px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.customer li .comment {
  margin-left: 30px;
  text-align: left;
}
.customer li .tit {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}
.customer li .tit .school-identity {
  margin-left: 20px;
  font-size: 22px;
}
.customer li p {
  padding: 17.5px 20px;
  background: #fff;
  width: 637px;
  max-height: 110px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
}
.customer .swipe {
  height: 240px;
}
.customer .swipe .school-box {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px 49px;
}
.customer .swipe .school-box .name {
  display: none;
}
.customer .swipe .school-box .item-logo {
  width: 100px;
  height: 100px;
}
.customer .swipe .school-box .name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.customer .swipe .school-box .name p {
  width: 100%;
  height: 100%;
  padding: 0 5px;
}
.customer .arrow-left,
.customer .arrow-right {
  width: 14px;
  height: 27px;
  background: url('/fe/www/img/school/arrow-l.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 0px;
  transform: rotate(0deg);
}
.customer .arrow-left:focus,
.customer .arrow-right:focus {
  outline: none;
}
.customer .arrow-right {
  transform: rotate(180deg);
}
.question-wrap {
  width: 100%;
  background: #fff;
  padding: 80px 0 80px 0;
}
.question .question-container {
  margin-top: 48px;
  width: 100%;
  line-height: 1.5;
}
.question .question-container .left {
  width: 540px;
}
.question .question-container .right {
  width: 430px;
}
.question .question-container .question-item .item-question {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.question .question-container .question-item span {
  margin-right: 10px;
}
.question .question-container .question-item .item-answer {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.question .question-container .question-item a {
  color: #2b9df9;
  margin-left: 5px;
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.video-box .box {
  position: absolute;
  top: calc(50% - 252px);
  left: calc(50% - 350px);
  width: 700px;
  height: 504px;
  z-index: 100;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.12) 0 2px 6px, rgba(0, 0, 0, 0.24) 0 1px 2px;
}
.video-box .box video {
  width: 100%;
  height: 100%;
}
