
.inline-container {
  width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-img {
  height: 32px;
}

.home {
  margin-left: 94px;
}

.other-link {
  margin-left: 40px;
}

.banner-box {
  height: 640px;
  background-image: url(../imgs/banner.png);
  background-size:cover;
  background-repeat:no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-img {
  position: fixed;
  top: calc(50vh - 265px);
  z-index: 20;
  height: 530px;
  width: 160px;
  margin-left: 10px;
  background-image: url(../imgs/left.png);
  background-size:cover;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-img {
  position: fixed;
  top: calc(50vh - 290px);
  right: 10px;
  z-index: 20;
  width: 155px;
  height: 587px;
  margin-right: 10px;
  background-image: url(../imgs/right.png);
  background-size:cover;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-first {
  margin-top: 90px;
}

.left-other {
  margin-top: 23px;
}

.left-last {
  margin-top: 22px;
}

.banner-text-top-line {
  display: flex;
  align-items: center;
}

.orange-divider {
  display: inline-block;
  width: 4px;
  height: 32px;
  margin: 0 16px;
  background-color: #fe9846;
}

.big-btn {
  display: inline-block;
  padding: 0 30px;
  height: 56px;
  line-height: 56px;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 22px;
}

.big-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 48px;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
}

.hot-btn-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  margin: 0 auto;
  height: 128px;
  border-radius: 100px;
  cursor: pointer;
}

.ques-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  background-color: #fdf1f1;
}

.big-btn + .big-btn {
  margin-left: 24px;
}

.right-head {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.consu-entrance {
  padding: 48px 0;
  background-color: #f7f8fa;
}

.consu-img {
  background-image: url(../imgs/diagram.png);
  width: 336px;
  height: 662px;
  background-size:cover;
  background-repeat:no-repeat;
}

.consu-img-text {
  margin-top: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.consu-img-text2 {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
}

.consu-boxs,
.sign-boxs {
  display: flex;
  flex-wrap: wrap;
  width: inherit;
}

.consu-boxs {
  width: 624px;
}

.consu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 299px;
  height: 325px;
  padding: 35px 0;
  margin-left: 8px;
  box-shadow: 2px 2px 5px #cccccc;
}

.consu-body-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 136px;
}

.sign-up {
  height: 808px;
  background-image: url(../imgs/background01.png);
  background-size:cover;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0 51px 0;
}

.sign-boxs {
  width: 960px;
  justify-content: space-between;
}

.sign-box {
  height: 280px;
  width: 179px;
  border-radius: 20px;
  background-color: #e9e9e9;
  padding: 40px 0 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.sign-box::after {
  content: '';
  position: absolute;
  left: px;
  top: 8px;
  height: 280px;
  width: 179px;
  border-radius: 20px;
  background-color: #ffffff;
  opacity: 0.2;
  z-index: -10;
}

.orange-back {
  background-image: url(../imgs/orangeBack.png);
}

.red-back {
  background-image: url(../imgs/redBack.png);
}

.blue-back {
  background-image: url(../imgs/blueBack.png);
}

.sign-img {
  width: 149px;
  height: 138px;
  background-size:cover;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}

.form-box {
  height: 650px;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box {
  width: 960px;
  height: 528px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #cccccc;
  padding: 45px 32px 51px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.diagram02 {
  width: 403px;
  height: 385px;
  background-image: url(../imgs/diagram02.png);
  background-size:cover;
  background-repeat:no-repeat;
  padding: 210px 0 90px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-span {
  display: inline-block;
  width: 99px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  background-color: #e4e4e4;
  font-size: 16px;
  cursor: pointer;
}

.form-span + .form-span {
  margin-left: 16px;
}

.form-span-chosed,
.form-type-chosed {
  color: #e73f3f;
  background-color: #fad9d9;
  font-weight: bold;
}

.form-mobile {
  width: 453px;
  height: 40px;
  font-size: 16px;
  padding: 0 16px;
}

.carousel {
  height: 768px;
  background-image: url(../imgs/background02.png);
  background-size:cover;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-container {
  width: 960px;
  height: 600px;
}

.carou-box {
  width: 315px;
  height: 504px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.carou-img1 {
  background-image: url(../imgs/school.png);
}

.carou-img2 {
  background-image: url(../imgs/school02.png);
}

.carou-img3 {
  background-image: url(../imgs/school03.png);
}

.carou-img {
  width: 100%;
  height: 240px;
  background-size:cover;
  background-repeat:no-repeat;
}

.carou-head {
  height: 48px;
  line-height: 48px;
}

.hot {
  height: 1224px;
  background-color: #f7f8fa;
  padding-top: 72px;
}

.hot-boxs {
  margin: 48px auto 37px;
  width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hot-first-box,
.hot-box {
  width: 227px;
  height: 408px;
}

.hot-box {
  background-color: #ffffff;
}

.hot-first-box {
  padding: 62px 0 218px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hot-first-box::after {
  content: '';
  background-image: url(../imgs/diagram03.png);
  background-size:cover;
  background-repeat:no-repeat;
  position: absolute;
  width: 259px;
  height: 440px;
  left: -16px;
  top: -16px;
  z-index: -10;
}

.hot-head {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 13px;
}

.hot-line {
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #ffffff;
}

.hot-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hot-body-item {
  width: 160px;
  height: 46px;
  line-height: 46px;
  color: #333333;
  cursor: pointer;
  border-bottom: 1px dashed #d1d5d9;
}

.hot-btn {
  margin-top: 16px;
}

.question {
  height: 800px;
  background-color: #f7f8fa;
}

.ques-img {
  height: 294px;
  padding-top: 59px;
  background-image: url(../imgs/background03.png);
  background-size:cover;
  background-repeat:no-repeat;
}

.ques-box {
  margin: 0 auto;
  width: 960px;
  height: 504px;
  position: relative;
  top: -144px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 18px 32px 80px;
}

.ques-txt {
  height: 45px;
  line-height: 45px;
}

.ques-hot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ques-left-box,
.ques-right-box {
  width: 419px;
}

.ques-line {
  height: 362px;
  width: 1px;
  background-color: #dddddd;
}

.ques-btn-line {
  position: relative;
  top: -208px;
}

.apply {
  height: 720px;
  background-image: url(../imgs/background04.png);
  background-size:cover;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply-head {
  margin-top: 64px;
}

.apply-img-box {
  position: relative;
}

.apply-img-txt {
  position: absolute;
  top: 18px;
  left: 187px;
  color: #8c7300;
}

.apply-mobile {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.apply-input {
  width: 453px;
  height: 64px;
  padding: 0 16px;
}

.apply-btn {
  height: 64px;
  line-height: 64px;
  border-radius: 10px;
  width: 486px;
  cursor: pointer;
}

.bottom {
  height: 51px;
  line-height: 51px;
}

.carou-head {
  margin-top: 45px;
}

.carousel .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  opacity: 0.7;
}

.carousel .swiper-pagination-bullet-active {
  background-color: #e73f3f;
}

.alert {
  position: fixed;
  width: 400px;
  top: 30vh;
  left: calc(50vw - 200px);
  display: none;
}

.visi {
  display: block;
}