@charset "UTF-8";

/* CSS Document */
.notice-fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999996;
  padding: 20px;
  display: none;
  justify-content: center;
  align-items: center;
}

.notice-box {
  position: relative;
  margin-top: -100px;
  background-color: #FFF;
  border-radius: 10px;
  max-width: 460px;
  width: 100%;
  padding: 0 30px;
  min-height: 200px;
  text-align: center;
}

.notice-close {
  position: absolute;
  font-size: 22px;
  font-weight: 100;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.notice-title {
  margin: 0;
  padding-top: 36px;
  font-size: 18px;
  color: #333;
  padding-bottom: 0;
}

.notice-text {
  text-align: justify;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 26px 0 32px;
}

.notice-btn {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 16px;
  color: #333;
  background: rgb(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

#loading-box {
  position: fixed;
  height: calc(100vh -120px);
  width: 100%;
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999997;
}

#loading-box img,
#loading-box .loading-container,
#loading-box .loading-container .a,
#loadingbarimg {
  width: 100%;
  height: 100%;
}

#loading-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#loading-box .time {
  position: absolute;
  display: none;
  top: 3%;
  right: 5%;
  text-align: center;
  height: 75px;
  padding: 0 24px;
  line-height: 75px;
  border-radius: 32px;
  font-size: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 9;
}

@media (max-width: 767px) {
  #AFss {
    display: none !important;
  }
}