

html, body, ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background: #EDEFF2 !important;
  touch-action: none;
/*  user-select: none; !* 禁止选择 *!*/
}

a {
  text-decoration: none;
  color: inherit;
}

.el-content {
  box-sizing: border-box;
  width: 100%;
}
.tree-content{
  font-size: 16px;
}
.shade {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  padding-top: 20vh;
  z-index: 120;
}

.overa {
  border: 1px solid #ff0000 !important;
  box-sizing: border-box;
}

.overaContent {
  border: 2px solid #ff0000 !important;
  box-sizing: border-box;
}

.jstree-themeicon {
  background-size: 80% !important;
}

.vakata-context i {
  background-size: 52% !important;
}

.vakata-context, .vakata-context ul {
  box-shadow: none !important;
  border: 1px solid #c1c1c1;
}

.el-scrollbar__wrap {
  overflow: auto !important;
}

.el-table, .el-table__expanded-cell {
  background: none !important;
}

.el-table th, .el-table tr {
  background: none !important;
}

.el-message {
  top: 35% !important;
  margin-top: -50px;
}

.lookr .el-dialog__body {
  padding: 10px 20px;
}

.lookr .el-table__body td {
  padding: 0;
}

.taskType {
  height: 370px;
  overflow: auto;
}

.taskType::-webkit-scrollbar { /*滚动条整体样式*/
  width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}

.taskType::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgb(43, 58, 79);
  background: rgb(43, 58, 79);
}

.taskType::-webkit-scrollbar-track { /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgb(212, 212, 212);
  border-radius: 0;
  background: rgb(212, 212, 212);
}

.m-colorPicker {
  border: 1px solid #00000090;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.el-table th > .cell {
  text-align: center !important;
}

.el-table .cell {
  text-align: center !important;
}
.el-tooltip__popper{
  max-width: 400px !important;
}
iframe {
  border: none;
}

.mycanvas {
  -webkit-touch-callout: none; /* iOS Safari */
}

.VideoList {
  list-style: none;
  max-height: 210px;
  overflow: auto;
}

.VideoList::-webkit-scrollbar { /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}

.VideoList::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgb(212, 212, 212);
  background: rgb(212, 212, 212);
}

.VideoList::-webkit-scrollbar-track { /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 0;
  background: rgb(255, 255, 255);
}

.VideoList li {
  display: flex;
  margin: 8px 0;
}

.VideoList li label {
  width: 240px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.VideoList li .block {
  flex: 1;
}

.f-content .f-images div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-content img, .f-content video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/*.el-dialog__wrapper {
  overflow: auto !important;
}*/

.el-dialog__wrapper::-webkit-scrollbar { /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}

.el-dialog__wrapper::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgb(212, 212, 212);
  background: rgb(212, 212, 212);
}

.el-dialog__wrapper::-webkit-scrollbar-track { /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgb(43, 58, 79);
  border-radius: 0;
  background: rgb(43, 58, 79);
}

.scroll {
  overflow: auto !important;
}

.scroll::-webkit-scrollbar, .el-table--scrollable-x::-webkit-scrollbar { /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}

.scroll::-webkit-scrollbar-thumb, .el-table--scrollable-x::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 5px rgb(212, 212, 212);
  background: rgb(212, 212, 212);
}

.scroll::-webkit-scrollbar-track, .el-table--scrollable-x::-webkit-scrollbar-track { /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgb(43, 58, 79);
  border-radius: 0;
  background: rgb(43, 58, 79);
}

.etv-settingBj-btns {
  cursor: pointer;
}

.el-button--info {
  background: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

.el-button--small i {
  margin-right: 5px !important;
  font-size: 14px !important;
}

.el-button--small {
  padding: 8px 18px !important;
  font-size: 14px !important;
}

.el-dialog__body {
  padding: 15px 20px !important;
}
.el-dialog__header{
  font-size: 18px;
  color: #061427;
}

.el-table__header-wrapper {
  background: #F4F5F8 !important;
  .cell {
    color: #061427;
  }
}

.btn-arrows {
  padding: 7px 6px !important;
  margin-left: 0 !important;
}

.btn-arrowsa {
  padding: 1px 3px !important;
  margin-left: 3px !important;
}

.el-input-number.is-controls-right .el-input-number__decrease {
  bottom: 2px !important;
}

.sendProgramDialog .ztree li a {
  color: #666666 !important;
}
.swiper-container{
  height: 100%;
}
.el-message-box{
  padding: 10px;
}
.el-message-box__title{
  font-size: 18px !important;
}
.el-message-box__btns{
  padding: 10px !important;
}
.el-message-box__btns .el-button {
  padding: 7px 15px !important; /* 增加按钮的填充，这会影响按钮的大小 */
  font-size: 14px !important; /* 更改按钮文字大小 */
  /* 您可以添加更多的样式来满足您的需求 */
}
.el-message-box__message{
  font-size: 16px !important;
}
.el-table{
  font-size: 16px !important;
}
.ql-container{
  height: calc(100% - 50px) !important;
}