.main{
  min-height: calc(100vh - 298px);
}
.banner .banner-img{
  width: 100%;
  height: 356px;
}
.home-div{
  padding: 100px 0;
}
.home-title{
  margin-bottom: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 42px;
  letter-spacing: 2px;
}
.object-content{
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  letter-spacing: 1px;
  padding: 0 10px;
}
.bg-tip{
  background: #FFF4F4;
}
.bg-tip .object-content{
  text-align: left;
}
.plane-box .plane-li{
  margin: 0 10px;
  height: 200px;
  background: #eaf3fc;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 60px;
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.plane-box .plane-li.high{
  height: 300px;
}
.plane-box .plane-li .t1{
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 42px;
  letter-spacing: 2px;
}
.plane-box .plane-li .t2{
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 16px 0 36px;
}
.plane-box .plane-li .t3{
  font-size: 16px;
  color: #1C5A9E;
  line-height: 21px;
  letter-spacing: 1px;
}
.plane-box .plane-li .plane-img{
  /* width: 295px;
  height: 224px; */
  position: absolute;
  bottom: 0;
  right: 0;
}
.way-swiper{
  overflow: hidden;
  cursor: pointer;
  padding: 0 10px 36px;
}
.enter-ru{
  position: relative;
}
.swiper-pagination{
  bottom: -0px !important;
}
/* 报名入口 */
.way-box .way-li{
  /* margin: 0 10px; */
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  padding:36px 0;
  max-width: 590px;
  color: #333;
}
.way-no-swiper .way-li{
  margin: 0 10px;
}
.way-box .way-li .t1{
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 32px;
}
.way-box .way-li .t2{
  margin-bottom: 12px;
}
.way-box .way-li .gray{
  color: #999999;
}
.way-box .way-li .btn{
  font-size: 18px;
  color: #1C5A9E;
  margin: 36px auto 0;
  width: 179px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #1C5A9E;
}

.popup{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2000;
  background-color: rgba(0, 00, 0, 0.4);
}
.popup .popup-content{
  width: 670px;
  height: 616px;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 335px);
  top: calc(50vh - 308px);
}
.popup .popup-content .er-box{
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  padding: 60px 0;

}
.popup .popup-content .er-box .img-er{
  width: 320px;
  height: 320px;
  border: 1px solid #F5F5F5;
  margin: 24px 0 32px;
}
.popup .popup-content .er-box .t1{
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
}
.popup .popup-content .er-box .t2{
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.popup .popup-content .error{
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin:  36px auto 0;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
