[v-clock] {
  display: none;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

body {
  background: #d3382e;
}

.explain {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/shanxi/readmeBg.png") no-repeat top;
  background-size: 100%;
  color: #fff;
  padding: 10vw;
  overflow-y: scroll;
}

.explain h3 {
  text-align: center;
}

.body {
  background: url("../../images/shanxi/doubleBg.png") no-repeat top;
  background-size: 100%;
  height: 178vw;
}

.body .top {
  height: 88vw;
}

.body .item-area {
  height: 67vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4vw 5vw;
}

.body .item-area div {
  width: 25vw;
  height: 25vw;
  margin: 0 2vw;
}

.body .item-area div img {
  height: inherit;
  width: inherit;
}

.body .btn-area {
  height: 20vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5vw;
}

.body .btn-area div {
  width: 35vw;
  height: 10vw;
}

.body .btn-area div img {
  height: inherit;
  width: inherit;
}

#waitTipDiv {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#waitTipDiv div div.wait {
  margin-top: -100% !important;
}