object:focus {
  outline: none;
}

/* HTML Countdown
 */

.htmlCountdownBg {
  position: relative;
  width: 702px;
  height: 134px;
  color: #fff;
  font-family: 'OmegaCT-webfont', Arial, Helveltica, sans-serif;
  cursor: pointer;
  overflow: hidden;
}

.htmlCountdownBg div {
  position: absolute;
}

.htmlCountdownBg.black {
  background-image: url('https://mat1.gtimg.com/qqcdn/bj2022-h5/countdown/img/bg_black.jpg');
}

.htmlCountdownBg.black-countdown {
  background-image: url('https://mat1.gtimg.com/qqcdn/bj2022-h5/countdown/img/bg_countdown_black.jpg');
}

.htmlCountdownBg.white {
  background-image: url('https://mat1.gtimg.com/qqcdn/bj2022-h5/countdown/img/bg_white.png');
  color: #ffffff;
}

.htmlCountdownBg.white .cd-values {
  color: #0032a0;
}

.htmlCountdownBg.white-countdown {
  background-image: url('https://mat1.gtimg.com/qqcdn/bj2022-h5/countdown/img/bg_countdown_white.png');
}

.htmlCountdownBg .cd-countdown,
.htmlCountdownBg .cd-realtime {
  display: none;
  width: 100%;
}

.htmlCountdownBg .cd-logo {
  width: 333px;
  height: 134px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.htmlCountdownBg.black .cd-logo {
  background-image: url('https://mat1.gtimg.com/qqcdn/bj2022-h5/countdown/img/logo_black.png');
}

.htmlCountdownBg.white .cd-logo {
  background-image: url('https://mat1.gtimg.com/qqcdn/bj2022-h5/countdown/img/logo_white.png');
}

/*countdown*/

.htmlCountdownBg .cd-labels,
.htmlCountdownBg .cd-values {
  text-align: center;
  left: 333px;
  width: 314px;
  height: 70px;
}

.htmlCountdownBg .cd-labels {
  font-size: 19px;
  top: 19px;
}

.htmlCountdownBg .cd-values {
  font-size: 40px;
  top: 35px;
  font-weight: bold;
}

.htmlCountdownBg.black .cd-labels {
  color: #c5c5c5;
}

.htmlCountdownBg.white .cd-labels {
  color: #0032a0;
}

.htmlCountdownBg .dLabel,
.htmlCountdownBg .dValue {
  left: 0px;
  width: 111px;
}

.htmlCountdownBg .hLabel,
.htmlCountdownBg .hValue {
  left: 112px;
  width: 65px;
}

.htmlCountdownBg .mLabel,
.htmlCountdownBg .mValue {
  left: 178px;
  width: 68px;
}

.htmlCountdownBg .sLabel,
.htmlCountdownBg .sValue {
  left: 247px;
  width: 68px;
}

.htmlCountdownBg .cd-copy,
.htmlCountdownBg .cd-real-copy {
  font-size: 23px;
  width: 380px;
  text-align: center;
  line-height: 1.2em;
  left: 300px;
  top: 96px;
}

.htmlCountdownBg.white .cd-copy,
.htmlCountdownBg.white .cd-real-copy {
  color: #ffffff;
}

.cufonJa {
  font-size: 20px !important;
  line-height: 1.3em !important;

}

/*real*/

.htmlCountdownBg .cd-real-values {
  font-size: 60px;
  top: 13px;
  left: 333px;
  width: 313px;
  text-align: center;
  color: #0032a0;
  font-weight: bold;
  height: 70px;
}

.htmlCountdownBg .realhValue {
  right: 232px;
  width: 82px;
}

.htmlCountdownBg .separatorOne {
  right: 206px;
}

.htmlCountdownBg .realmValue {
  right: 116px;
  width: 82px;
}

.htmlCountdownBg .separatorTwo {
  right: 90px;
}

.htmlCountdownBg .realsValue {
  right: 0px;
  width: 82px;
}


/* ie6 png alpha lack */
.nvda-omega {
  width: 333px;
  height: 134px;
  left: 0px;
  top: 0;
}

.nvda-timer {
  width: 369px;
  height: 86px;
  top: 0px;
  left: 333px;
}

.nvda-title {
  width: 369px;
  height: 48px;
  top: 86px;
  left: 333px;
}

.nvda-text {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  display: block;
  outline: none;
}

.nvda-text img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  border: none;
}

.nvda-realtime {
  display: none;
}