.OtherLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.OtherLib .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
}
.OtherLib .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;
}
.OtherLib .top .btnMine.is-selected {
  color: #2991F1;
}
.OtherLib .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;
}
.OtherLib .bottom.is-empty {
  justify-content: center;
}
.OtherLib .bottom .item {
  width: 198px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.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 .animLoop {
  margin-left: 12px;
}
.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;
}

.MeshProperty[data-v-46b33949] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.MeshProperty .top[data-v-46b33949] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.MeshProperty .top .previewText[data-v-46b33949] {
  margin-left: 10px;
  margin-top: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MeshProperty .bottom[data-v-46b33949] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  height: 80%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  display: flex;
  flex-direction: column;
}
.MeshProperty .bottom .item[data-v-46b33949] {
  display: flex;
  width: 100%;
  padding: 10px;
}
.MeshProperty .bottom .item .text1[data-v-46b33949] {
  width: 60px;
  height: 12px;
  font-size: 12px;
  margin-top: 9px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.MeshProperty .bottom .item .text2[data-v-46b33949] {
  width: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin-top: 6px;
  margin-left: 10px;
}
.MeshProperty .bottom .item .btnImport[data-v-46b33949] {
  width: 80px;
  height: 30px;
  background: #2991f1;
  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;
  position: absolute;
  right: 10px;
  top: 45px;
  cursor: pointer;
}
.MeshProperty .bottom .item .btnImport.disable[data-v-46b33949] {
  background-color: #999;
  cursor: default;
}
.MeshProperty .bottom .tuijianText[data-v-46b33949] {
  width: 100%;
  font-size: 12px;
  color: #818181;
  line-height: 18px;
  margin: 0;
  padding: 10px;
}
.MeshProperty .bottom .imageList[data-v-46b33949] {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: auto;
}
.MeshProperty .bottom .imageList .defaultimage[data-v-46b33949] {
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px;
  border: 1px solid transparent;
  border-color: #2991f1;
}
.MeshProperty .bottom .imageList .defaultimage .imgBox[data-v-46b33949] {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.MeshProperty .bottom .imageList .defaultimage .textDefault[data-v-46b33949] {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 60px;
  height: 12px;
  font-size: 12px;
  margin-top: 9px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #f1a400;
  line-height: 12px;
}
.MeshProperty .bottom .imageList .defaultimage .btn[data-v-46b33949] {
  width: 45px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .defaultimage .btn[data-v-46b33949]:hover {
  background-color: #fff;
  color: #000;
}
.MeshProperty .bottom .imageList .defaultimage .tips[data-v-46b33949] {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 60%;
}
.MeshProperty .bottom .imageList .item[data-v-46b33949] {
  position: relative;
  border: 1px solid transparent;
}
.MeshProperty .bottom .imageList .item .image[data-v-46b33949] {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px 2px 2px 2px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.MeshProperty .bottom .imageList .item .image .btn[data-v-46b33949] {
  width: 45px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .item .image .btn[data-v-46b33949]:hover {
  background-color: #fff;
  color: #000;
}
.MeshProperty .bottom .imageList .item .image .tips[data-v-46b33949] {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 60%;
}
.MeshProperty .bottom .imageList .item.selected[data-v-46b33949] {
  border-color: #2991f1;
}
.MeshProperty .bottom .imageList .item .setDefaultBtn[data-v-46b33949] {
  background: #2991f1;
  position: absolute;
  right: 48px;
  bottom: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 64px;
  line-height: 28px;
  border-radius: 2px;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
}
.MeshProperty .bottom .imageList .item .delBtnContainer[data-v-46b33949] {
  background: #2e3035;
  position: absolute;
  right: 10px;
  bottom: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 28px;
  height: 28px;
  border-radius: 2px 2px 2px 2px;
  flex-direction: column;
  flex-shrink: 0;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .item .delBtnContainer .btnIcon[data-v-46b33949] {
  display: flex;
  width: 16px;
  height: 16px;
}
.MeshProperty .bottom .imageList .item .textDefault[data-v-46b33949] {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 60px;
  height: 12px;
  font-size: 12px;
  margin-top: 9px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #f1a400;
  line-height: 12px;
}
[data-v-46b33949] .ivu-checkbox-small .ivu-checkbox-inner {
  border: 1px solid #fff;
  background-color: #181818;
}
[data-v-46b33949] .ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #fff;
}

.RightPanel {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 1px;
  margin-right: 1px;
  width: 400px;
}
.RightPanel .projectProperty {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.RightPanel .projectProperty .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.RightPanel .projectProperty .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;
}
.RightPanel .projectProperty .bottom {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
}
.RightPanel .projectProperty .bottom .text {
  height: 15px;
  font-size: 12px;
  margin-left: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

