* {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box {
  height: 450px;
  width: 620px;
  background-image: url(jpg/hua.jpg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.boxxiao {
  height: 450px;
  width: 620p;
  position: relative;
}

.boxxiao .boxdi {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8CC2EE;
  box-shadow: 4px 2px 5px #fff inset;
}

.boxxiao .boxdi li {
  float: left;
  display: inline-block;
  line-height: 40px;
  margin-left: 10px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

.boxxiao .boxdi li + span {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  margin-left: 10px;
}

.play {
  background-image: url(jpg/play.png);
}

.sheng {
  background-image: url(jpg/sheng.png);
  position: relative;
}

.sheng .diva {
  display: none;
  position: absolute;
  top: -5px;
  left: 40px;
  width: 120px;
  height: 5px;
  border: 1px solid #234f48;
  cursor: pointer;
}

.sheng .diva .divb {
  height: 100%;
  width: 0;
  background: #5467f8;
}

.stop {
  background-image: url(jpg/stop.png);
}

.pause {
  background-image: url(jpg/pause.png);
}

.zi {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  float: left;
  color: red;
  position: absolute;
  top: -20px;
}

.ty {
  display: none;
}

.aboi {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.die {
  height: 100%;
  width: 60px;
}
