.AnimationLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.AnimationLib .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
}
.AnimationLib .top .btn2 {
  margin-left: 10px;
  margin-top: 10px;
  width: 70px;
  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;
  cursor: pointer;
}
.AnimationLib .top .btn2.is-selected {
  color: #2991f1;
}
.AnimationLib .wudaotypelist {
  width: 100%;
  height: 30px;
  background: #232629;
  border-radius: 0px 0px 2px 2px;
  display: flex;
}
.AnimationLib .wudaotypelist .listContainer {
  flex: 1;
  display: flex;
  overflow: auto;
}
.AnimationLib .wudaotypelist .listContainer .btn2 {
  margin: 0 10px 0 0;
  min-width: 70px;
  height: 20px;
  background: #191a1e;
  border-radius: 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;
  border: 1px solid transparent;
  cursor: pointer;
}
.AnimationLib .wudaotypelist .listContainer .btn2.is-selected {
  color: #2991f1;
  border-color: #2991f1;
}
.AnimationLib .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;
}
.AnimationLib .bottom.is-empty {
  justify-content: center;
}
.AnimationLib .bottom .m-noMap-item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.AnimationLib .bottom .m-noMap-item .u-noMap-text {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.AnimationLib .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;
}
.AnimationLib .bottom .item {
  width: 130px;
  height: 153px;
  border-radius: 2px 2px 2px 2px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.AnimationLib .bottom .item.selected {
  border-color: #2991f1;
}
.AnimationLib .bottom .item .name {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 12px;
  padding: 10px;
}
.AnimationLib .bottom .item .applycc {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  font-size: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AnimationLib .bottom .item .applycc .apply-btn {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.AnimationLib .bottom .item .applycc .btnshouchang {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.AnimationLib .bottom .item .item-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0.8;
}
.AnimationLib .bottom .item .item-loading .item-progress {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.AnimationLib .bottom .item .item-loading img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.7);
}
.AnimationLib .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;
}
.AnimationLib .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;
}
.AnimationLib .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;
}
.AnimationLib .material-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
@keyframes xuanzhuan {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.danceLib[data-v-56cfc99a] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.danceLib .bottom[data-v-56cfc99a] {
  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;
}
.danceLib .bottom.is-empty[data-v-56cfc99a] {
  justify-content: center;
}
.danceLib .bottom .m-noMap-item[data-v-56cfc99a] {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.danceLib .bottom .m-noMap-item .u-noMap-text[data-v-56cfc99a] {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.danceLib .bottom .m-noMap-item .u-noMap-but[data-v-56cfc99a] {
  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;
}
.danceLib .bottom .item[data-v-56cfc99a] {
  width: 130px;
  height: 153px;
  border-radius: 2px 2px 2px 2px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.danceLib .bottom .item.selected[data-v-56cfc99a] {
  border-color: #2991f1;
}
.danceLib .bottom .item .name[data-v-56cfc99a] {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.danceLib .bottom .item .applycc[data-v-56cfc99a] {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.danceLib .bottom .item .applycc div[data-v-56cfc99a] {
  bottom: 0px;
  width: 40px;
  height: 18px;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 5px;
  left: 5px;
  position: absolute;
  cursor: pointer;
}
.danceLib .bottom .item .btnshouchang[data-v-56cfc99a] {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: flex;
  cursor: pointer;
}
.danceLib .bottom .item .item-loading[data-v-56cfc99a] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0.8;
}
.danceLib .bottom .item .item-loading .item-progress[data-v-56cfc99a] {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.danceLib .bottom .item .item-loading img[data-v-56cfc99a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan-56cfc99a 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.7);
}
.danceLib .loading[data-v-56cfc99a] {
  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;
}
.danceLib .material-loading[data-v-56cfc99a] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
@keyframes xuanzhuan-56cfc99a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

