body {
  min-height: 100vh;
}

.es_container {
  position: relative;
  width: 100%;
}

.es_container .repeat-box {
  background-image: url("../subject2022/es_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 6332px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.es_container .repeat-box .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  zoom: 1;
  width: 100%;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.6);
}

.es_container .repeat-box .header .logo-link {
  position: absolute;
  top: 0;
  left: 30px;
  line-height: 74px;
  font-size: 18px;
  color: #ffffff;
}

.es_container .repeat-box .header .theAnchor {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}

.es_container .repeat-box .header .theAnchor .nav-item {
  line-height: 74px;
  font-size: 18px;
  color: #ffffff;
}

.es_container .repeat-box .module-box {
  margin-bottom: 40px;
}

.es_container .repeat-box .module-box #apply-entry {
  cursor: pointer;
}

.yh_container {
  position: relative;
  width: 100%;
}

.yh_container .repeat-box {
  background-image: url("../subject2022/yh_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 12104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 690px;
}

.yh_container .repeat-box .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  zoom: 1;
  width: 100%;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.6);
}

.yh_container .repeat-box .header .logo-link {
  position: absolute;
  top: 0;
  left: 30px;
  line-height: 74px;
  font-size: 18px;
  color: #ffffff;
}

.yh_container .repeat-box .header .theAnchor {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}

.yh_container .repeat-box .header .theAnchor .nav-item {
  line-height: 74px;
  font-size: 18px;
  color: #ffffff;
}

.yh_container .repeat-box .module-box {
  margin-bottom: 40px;
  position: relative;
}

.yh_container .repeat-box .module-box #apply-entry {
  position: absolute;
  top: 0;
  width: 565px;
  height: 312px;
  cursor: pointer;
}

.yh_container .repeat-box .module-box #schedule-entry {
  position: absolute;
  top: 255px;
  left: 54%;
  width: 206px;
  height: 60px;
  cursor: pointer;
}

.yh_container .repeat-box .module-box #guidance-entry {
  position: absolute;
  top: 255px;
  left: 77%;
  width: 206px;
  height: 60px;
  cursor: pointer;
}

.yh_container .repeat-box .module-box #rank2022 {
  position: absolute;
  top: 398px;
  left: 50px;
  width: 452px;
  height: 180px;
  cursor: pointer;
}

.yh_container .repeat-box .module-box #premiere {
  position: absolute;
  top: 398px;
  right: 56px;
  width: 452px;
  height: 180px;
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup.hide {
  display: none;
}

.popup .qrcode {
  cursor: pointer;
  width: 750px;
}

.popup2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup2.hide {
  display: none;
}

.popup2 .qrcode {
  cursor: pointer;
  width: 1200px;
}
/*# sourceMappingURL=subject2022.css.map */