
* {
  margin: 0;
  padding: 0
}

body { font-family: Arial; }

abbr, acronym, fieldset, img { border: 0 }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}

ol, ul { list-style: none }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}

i { font-style: normal; }

q:after, q:before { content: '' }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

* html .clearfix { height: 1% }

.clearfix { display: block }

.countdown {
  width: 720px;
  height: 114px;
  padding: 20px 0;
  text-align: center;
  background-color: #682a1a;
  margin: 100px auto;
  overflow: hidden;
  border-radius: 10px;
}

.countdown-time {
  display: block;
  text-align: center;
}

.countdown-time ul { display: inline-block; }

.countdown-time li {
  float: left;
  text-align: center;
  height: 114px;
}

.countdown-time li.blank {
  line-height: 90px;
  width: 15px;
  color: #ffb33d;
  font-size: 50px;
}

.countdown-time li.item { width: 110px; }

.countdown-time i {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 60px;
  font-weight: bold;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background: #fff;
  color: #ffb33d;
}

.countdown-time span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
