.zwxl-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.zwxl-bar span.con {
  margin-right: 30px;
}

.yybb-controls {
  display: flex;
  align-items: center;
  color: #1764ce;
  border: 1px solid #b0b0ae;
  height: 32px;
  padding: 0 5px;
  border-radius: 20px;
  margin-right: 30px;
  margin-left: 100px;
  font-size: 14px;
}
.yybb-controls .txt {
  width: auto;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yybb-controls.disable {
  color: #adadad;
}
.yybb-controls.disable #yybb-switch {
  background-image: url(../images/yybb_switch_0.png);
}
.yybb-controls.disable #yybb-play {
  background-image: url(../images/yybb_play_0.png);
}

#yybb-switch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  background-image: url(../images/yybb_switch.png);
  background-size: 100% 100%;
}

#yybb-play {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
  background-image: url(../images/yybb_play.png);
  background-size: 100% 100%;
}
#yybb-play.stop {
  background-image: url(../images/yybb_stop.png);
}

#yybb-progress-bar {
  height: 6px;
  border-radius: 20px;
  background-color: #eee;
  width: 70px;
  display: none;
}

#yybb-progress {
  max-width: 100%;
  height: 6px;
  border-radius: 20px;
  text-align: right;
  background-color: #1764ce;
  transition: all 0.3s;
  width: 0;
}

#yybb-time {
  font-size: 12px;
  display: none;
}

@media screen and (max-width: 992px) {
  .yybb-controls {
    position: relative;
    width: 175px;
  }
}