.full-div {
  width: 100%;
  height: 100%;
}

/*主题色*/
.theme-color, .themeColor {
  color: #1890ff;
}

/*主题色*/
.theme-bg-color, .themeBGColor {
  background-color: #1890ff;
}
.text-indent2 {
  text-indent: 2em;
}
/*正文 文本*/
.text-color, .textColor {
  color: #606266;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}
.font20 {
  font-size: 20px;
}

html, body {
  width: 100%;
  /*height: 100%;*/
}

body {
  /*font-family: "Microsoft YaHei";*/
  font-family: "Noto Sans SC";
  /*font-weight: 100;*/
  font-size: 14px;
  color: #606266;
  min-width: 1280px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  /*height: 100%;*/
  /*overflow-x: hidden;*/
}

a {
  text-decoration: none;
  color: #6293e2;
}

* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

i {
  font-style: normal
}

.box-bg {
  background-color: rgba(24, 144, 255, 0.04);
}

.box-bg2 {
  background-color: #f6f6f9;
}

.main-theme-color {
  color: #409eff;
}

.df {
  display: flex;
}

.fwb {
  font-weight: bold;
}

.aic {
  align-items: center;
}

.jusb {
  justify-content: space-between;
}

.jucc {
  justify-content: center;
}

.jufe {
  justify-content: flex-end;
}

.flex1 {
  flex: 1;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
}

.cursor {
  cursor: pointer;
}
