
.basebtn[data-v-35df9c59] {
  color: #ffffff;
  background-color: #1a90fd;
  border-color: #dcdfe6;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.basebtn.btnWarning[data-v-35df9c59] {
  background-color: #f4ad18;
  border-color: transparent;
  color: #fff;
}
.basebtn.btnSuccess[data-v-35df9c59] {
  background-color: #26d15f;
  border-color: transparent;
  color: #fff;
}
.basebtn.btnInfo[data-v-35df9c59] {
  background-color: #909399;
  border-color: transparent;
  color: #fff;
}
.baseSelect[data-v-35df9c59] {
  height: 32px;
  border: 1px solid #dcdfe6;
  color: #606266;
  font-size: 14px;
}
.baseSelect[data-v-35df9c59]:focus {
  outline: none;
  /* 移除焦点时的轮廓 */
  -webkit-box-shadow: 0 0 5px #409eff;
          box-shadow: 0 0 5px #409eff;
  /* 高亮效果 */
}
.baseSelect[data-v-35df9c59]:after {
  content: "\25BC";
  /* Unicode编码，表示向下的箭头 */
  position: absolute;
  top: 12px;
  right: 10px;
}
.baseSelect option[data-v-35df9c59] {
  min-height: 1.5em;
  background-color: #f9f9f9;
  color: #333;
}
.box[data-v-35df9c59] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .help[data-v-35df9c59] {
  padding: 10px;
  background-color: #fff;
}
.box .help .tabletop[data-v-35df9c59] {
  font-size: 14px;
  margin: 0 0 10px;
}
.box .help li[data-v-35df9c59] {
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #818181;
  font-size: 12px;
}
.box .help li .buttontext[data-v-35df9c59] {
  line-height: 20px;
}
.box .help li .buttontext span[data-v-35df9c59] {
  display: inline-block;
  padding: 0 6px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}
.qz-tools[data-v-35df9c59] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
