.AngleSetting {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.AngleSetting .g-top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.AngleSetting .g-top .m-title {
  margin-left: 10px;
  margin-top: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.AngleSetting .g-bottom {
  padding: 10px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
  color: #fff;
  font-size: 14px;
}
.AngleSetting .g-bottom .content {
  margin-top: 10px;
}
.AngleSetting .g-bottom .content .lit-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content {
  width: 126px;
  height: 162px;
  background: #141414;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 10px;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.c-list {
  position: relative;
  margin: 5px;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.c-list .img {
  width: 100%;
  height: 100%;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.c-list .inputText {
  color: #fff;
  border: none;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.c-list .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 2px 2px 2px 2px;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.c-list .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  text-align: right;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.c-list .bottom img {
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.ctrld {
  padding: 10px;
  margin: 5px;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.ctrld .ctrl-btn {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #999999;
  cursor: pointer;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.ctrld .ctrl-btn .btn-wrap {
  text-align: center;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.ctrld .ctrl-btn .btn-wrap .btn-tips {
  font-size: 12px;
  font-family: Inter, Inter;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}
.AngleSetting .g-bottom .content .lit-wrap .list-content.ctrld .ctrl-txt {
  font-size: 12px;
  font-family: Inter, Inter;
  font-weight: 400;
  color: #999999;
  margin-top: 16px;
  text-align: center;
}
.AngleSetting .g-bottom .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #282828;
  border-radius: 2px 2px 2px 2px;
}
.AngleSetting .g-bottom .tabs .tab-btn {
  font-size: 14px;
  font-family: Inter, Inter;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.AngleSetting .g-bottom .tabs .tab-btn:first-child {
  margin-right: 50px;
}
.AngleSetting .g-bottom .tabs .tab-btn.active {
  color: #fff;
  border-bottom: 2px solid #ffffff;
}

.VideoProperty[data-v-35e2b98a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.VideoProperty .top[data-v-35e2b98a] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.VideoProperty .top .previewText[data-v-35e2b98a] {
  margin-left: 10px;
  margin-top: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.VideoProperty .bottom[data-v-35e2b98a] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.VideoProperty .bottom .item[data-v-35e2b98a] {
  display: flex;
  width: 100%;
  padding: 10px;
}
.VideoProperty .bottom .item .text1[data-v-35e2b98a] {
  width: 60px;
  height: auto;
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.VideoProperty .bottom .item .image[data-v-35e2b98a] {
  height: 147px;
  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;
}
.VideoProperty .bottom .item .image .btn[data-v-35e2b98a] {
  width: 45px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.VideoProperty .bottom .item .image .btn[data-v-35e2b98a]:hover {
  background-color: #fff;
  color: #000;
}
.VideoProperty .bottom .item .image .text2[data-v-35e2b98a] {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
  position: absolute;
  bottom: 36px;
}

.TransferProperty {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.TransferProperty .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.TransferProperty .top .previewText {
  margin-left: 10px;
  margin-top: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}
.TransferProperty .bottom {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.TransferProperty .bottom .item {
  display: flex;
  width: 100%;
  padding: 10px;
}
.TransferProperty .bottom .item .text1 {
  width: 60px;
  height: 12px;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 21px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.TransferProperty .bottom .item textarea {
  resize: none;
  outline: none;
  border: none;
  height: 147px;
  background-color: #111;
  color: #999;
  border-radius: 2px;
  flex: 1;
  font-size: 12px;
  padding: 10px;
}
.TransferProperty .bottom .item .image {
  height: 147px;
  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;
}
.TransferProperty .bottom .item .image .btn {
  width: 45px;
  height: 16px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FFFFFF;
  font-size: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 99999;
  cursor: pointer;
}
.TransferProperty .bottom .item .image .text2 {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  position: absolute;
  bottom: 36px;
}

