.mark {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.show-mark {
  display: block;
}
.voice-panel {
  width: 100%;
  height: 525.362rpx;
  background-color: var(--color-white, #fff);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 27.174rpx 27.174rpx 0 0;
  transform: translate3d(0, 100%, 0);
  z-index: 101;
}
.preloading {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.preloading .image {
  height: 100%;
  width: 100%;
}
.show-voice-box .voice-panel {
  transform: translate3d(0, 0, 0);
}
.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 32.609rpx;
  text-align: center;
}
.icon-close {
  width: 36.232rpx;
  height: 36.232rpx;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAANlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3dmhyAAAAEXRSTlMACBDQ+PDguLCggHBgUEhAMHUb/g0AAACxSURBVHgB7dU1YgUxEMDQ8TLD/S8bjrydFYav/nUDcevr27pujcLS2A4psrrzbAp16s/znK8YXWCveG3QBbZOYTW2ivAa6zXWa6zXWK+xXmO9xnqN9RrrNdZrrNdYr7FeY73Geu1tpmus11itsbpUP+JF2Xw28mnxFq1tvTReMxsrWttAe4v21mus11ivsbcfevuhP+OHxih/6BFZrfyhU2QN8ofukZXmOUVpx4Q13boDG/AdrDQCHywAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 100% auto;
}
.panel-content {
  padding: 71.860rpx 0 7.246rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  height: 100%;
}
.word-box {
  height: 137.077rpx;
  margin-top: 33.213rpx;
  line-height: 53.140rpx;
  width: 100%;
  text-align: center;
  padding: 0 102.657rpx;
  box-sizing: border-box;
  font-size: 36.232rpx;
  color: var(--color-black, #000);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-margin-top {
  margin-top: 0;
}
.animate-box {
  height: 213.768rpx;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.animate-box .image {
  width: 100%;
  height: 100%;
}
.btn-voice-wrap {
  width: 100%;
}
.btn-voice {
  height: 72.464rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.246rpx;
  color: #2b99ff;
  font-size: var(--font-size-md, 32.609rpx);
  flex-shrink: 0;
  background-color: var(--color-white, #fff);
}
.btn-voice-icon {
  display: inline-block;
  margin-right: 14.493rpx;
}
.btn-voice-text {
  display: inline-block;
}
.ios-voice-box .btn-voice {
  border-top: none;
}
.ios-voice-box .btn-voice::after {
  content: "";
  position: absolute;
  bottom: 0.5;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}
.btn-voice-hover {
  opacity: 0.5;
}
.voice-panel-ipx {
  padding-bottom: 20.531rpx;
}
.button-voice {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 72.464rpx !important;
  font-size: var(--font-size-sm, 28.986rpx) !important;
}
.button-icon-voice {
  width: 39.855rpx !important;
  height: 39.855rpx !important;
  margin-top: 0 !important;
}
