.splashScreen {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #EDEDED;
  overflow: hidden;
  display: none;
  transition: all 2.5s;
  opacity: 1;
}
.splashScreen .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.splashScreen .content_view {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}
.splashScreen .content_view .right_view {
  width: 100%;
  height: 100%;
  position: relative;
}
.splashScreen .content_view .right_view .img_40 {
  position: absolute;
  top: -20%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 23.95833333vw;
}
.splashScreen .content_view .right_view .img_jl2 {
  position: absolute;
  top: 16%;
  left: 32%;
  width: 20.83333333vw;
  z-index: 1;
}
.splashScreen .content_view .right_view #img_starlight {
  display: none;
  position: absolute;
  bottom: 12%;
  left: 11%;
  width: 77%;
  z-index: 3;
}
.splashScreen .content_view .right_view .img_theme {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  height: 4.16666667vw;
}
.splashScreen .content_view .right_view .img_congrat {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  height: 3.64583333vw;
}
.splashScreen .content_view .right_view .countdown {
  position: absolute;
  right: 0%;
  bottom: 3%;
  z-index: 9;
  min-width: 9.375vw;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.splashScreen .content_view .right_view .countdown .l_num {
  width: 2.08333333vw;
  height: 2.08333333vw;
  line-height: 1.77083333vw;
  border: 0.15625vw solid #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  margin-right: 0.3125vw;
  font-size: 1.04166667vw;
}
.splashScreen .content_view .right_view .countdown .r_text {
  cursor: pointer;
  max-width: 50%;
  line-height: 2.08333333vw;
  font-size: 1.35416667vw;
}
.splashScreen .content_view .right_view #splash_fireWork {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8%;
  left: 0;
}
.splashScreen .content_view .right_view #splash_fireWork .img_1 {
  width: 30%;
  position: absolute;
  left: 4%;
  top: 0vw;
}
.splashScreen .content_view .right_view #splash_fireWork .img_2 {
  width: 20%;
  position: absolute;
  left: 0vw;
  top: 0%;
  right: 0;
  margin: auto;
}
.splashScreen .content_view .right_view #splash_fireWork .img_3 {
  width: 30%;
  position: absolute;
  right: 4%;
  top: 0vw;
}
