complete.css 598 Bytes
html, body {
  height: 100%;
}
.complete {
  text-align: center;
  min-height: 120px;
}
.complete p {
  text-align: left;
}
.compinner {
  position: relative;
  padding-left: 200px;
}
.compimg {
  position: absolute;
  left: 0;
  top: 0;
}
.order {
  font: 18px/1 'Microsoft YaHei';
}
.hitword {
  font: 20px/1 'Microsoft YaHei';
  color: #666;
}
.hitword .ght {
  font: 36px/1 'Microsoft YaHei';
}
.mainbox {
  height: 85%;
}
.wraper {
  height: 100%;
}
.wraper .whitebox {
  height: 70%;
  position: relative;
}
.complete {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -70px;
}