.MaterialLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: -10000px;
}
.MaterialLib .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
}
.MaterialLib .top .btnMine {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.MaterialLib .top .btnMine.is-selected {
  color: #2991f1;
}
.MaterialLib .top .btnType {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.MaterialLib .top .btnType.is-selected {
  color: #2991f1;
}
.MaterialLib .upload {
  width: 100%;
  height: 40px;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
}
.MaterialLib .upload .btnType {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.MaterialLib .upload .btnType.is-selected {
  color: #2991f1;
}
.MaterialLib .bottom {
  width: 100%;
  padding: 5px;
  flex: 1;
  background: #181818;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.MaterialLib .bottom.is-empty {
  justify-content: center;
}
.MaterialLib .bottom .item {
  width: 120px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.MaterialLib .bottom .item .name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.MaterialLib .bottom .item .btnshouchang {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: flex;
}
.MaterialLib .popMenu {
  width: 150px;
  background: #232529;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px 2px 2px 2px;
  padding: 10px;
  padding-bottom: 0px;
  position: absolute;
  top: 41px;
  left: 71px;
  display: flex;
  flex-direction: column;
}
.MaterialLib .popMenu .item {
  width: 130px;
  height: 30px;
  margin-bottom: 10px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MaterialLib .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}

.MusicLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.MusicLib .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
}
.MusicLib .top .btnMine {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.MusicLib .top .btnMine.is-selected {
  color: #2991f1;
}
.MusicLib .top .btnType {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
.MusicLib .top .btnType.is-selected {
  color: #2991f1;
}
.MusicLib .bottom {
  margin-top: 1px;
  width: 100%;
  padding: 5px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #181818;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  overflow: auto;
}
.MusicLib .bottom.is-empty {
  justify-content: center;
}
.MusicLib .bottom .m-noMap-item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.MusicLib .bottom .m-noMap-item .u-noMap-text {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.MusicLib .bottom .m-noMap-item .u-noMap-but {
  width: 65px;
  height: 30px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #2991f1;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #2991f1;
  line-height: 30px;
  cursor: pointer;
}
.MusicLib .bottom .item {
  width: 195px;
  height: 145px;
  background: #202020;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.MusicLib .bottom .item.selected {
  border-color: #2991f1;
}
.MusicLib .bottom .item img {
  width: 100%;
}
.MusicLib .bottom .item .play-music {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 12px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
}
.MusicLib .bottom .item .name {
  position: absolute;
  margin-top: 20px;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.MusicLib .bottom .item .btnshouchang {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: flex;
  cursor: pointer;
}
.MusicLib .bottom .item .audio-duration {
  position: absolute;
  bottom: 40px;
  right: 7px;
  font-size: 12px;
}
.MusicLib .popMenu {
  width: 150px;
  background: #232529;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px 2px 2px 2px;
  padding: 10px;
  padding-bottom: 0px;
  position: absolute;
  top: 41px;
  left: 71px;
  display: flex;
  flex-direction: column;
}
.MusicLib .popMenu .item {
  width: 130px;
  height: 30px;
  margin-bottom: 10px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MusicLib .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}

.volume[data-v-21d02ad8] {
  position: relative;
}
.volume .volume-progress[data-v-21d02ad8] {
  position: absolute;
  top: -150px;
  width: 32px;
  height: 140px;
  background: #f6f6f6;
  border-radius: 4px;
  padding-top: 10px;
}
.volume .volume-bar-bg[data-v-21d02ad8] {
  margin: 0 auto;
  width: 6px;
  height: 120px;
  background: #dcdcdc;
  border-radius: 100px;
  flex: 1;
  position: relative;
  transform: rotate(180deg);
  cursor: pointer;
}
.volume .volume-bar-bg .volume-bar[data-v-21d02ad8] {
  width: 6px;
  height: 50%;
  background: #56bf8b;
  border-radius: 100px;
}
.volume .checked[data-v-21d02ad8] {
  color: #56bf8b;
}
.audio-right[data-v-21d02ad8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-right .dialogAudioPlay[data-v-21d02ad8] {
  cursor: pointer;
  color: #5c5e66;
  font-size: 20px;
}
.audio-right .progress-bar-bg[data-v-21d02ad8] {
  background-color: #404040;
  flex: 1;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin-left: 10px;
  width: 250px;
  border-radius: 1px;
  position: relative;
}
.audio-right .progress-bar[data-v-21d02ad8] {
  background-color: #fff;
  width: 0%;
  height: 100%;
  border-radius: 1px;
}
.audio-right .progress-bar .progress-circle[data-v-21d02ad8] {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.audio-right .audio-time[data-v-21d02ad8] {
  overflow: hidden;
  font-size: 14px;
  margin-top: 10px;
}
.audio-right .audio-time .audio-length-total[data-v-21d02ad8] {
  float: right;
}
.audio-right .audio-time .audio-length-current[data-v-21d02ad8] {
  float: left;
  color: #2991f1;
}
.audio-right .previewBox[data-v-21d02ad8] {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.audio-right .previewBox .playIcon[data-v-21d02ad8] {
  width: 50%;
  height: 50%;
  position: absolute;
  cursor: pointer;
}
.audio-right .previewBox .playIcon img[data-v-21d02ad8] {
  width: 100%;
}

.MusicProperty {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.MusicProperty .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.MusicProperty .top .previewText {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MusicProperty .bottom {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.MusicProperty .bottom .content1 {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 12px;
  color: #fff;
}
.MusicProperty .bottom .content1 .icon {
  width: 25px;
  height: 25px;
  background: url("../assets/images/Frame@2x(1).63fd8f5a794e05673c273f69f64d369c.png") no-repeat center #212121;
  background-size: 60% 60%;
  margin-right: 10px;
}
.MusicProperty .bottom .content2 {
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.MusicProperty .bottom .content2 .imageBox {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
}
.MusicProperty .bottom .content2 .imageBox .previewImage {
  width: 100%;
}
.MusicProperty .bottom .content2 .imageBox .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

