@font-face {
  font-family: YouSheBiaoTiHei;
  src:url("YouSheBiaoTiHei-2.ttf");
  font-weight: normal;
  font-style: normal;
}

.dt-top-center-title {
  font-family: YouSheBiaoTiHei;
  font-size: 50px;
  color: #FDCF8F;
  letter-spacing: 0;
  margin-left: 10%;
  text-align: center;
  position: absolute;
  background-image: -webkit-linear-gradient(top, #A4CEEA, #A4CEEA, #0068E8, #0068E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*中心内容左侧 小框标题*/
.dt-center-content-left-item-title {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  background: linear-gradient(to left, #00001D, #002B95);

  font-family: SourceHanSansSC-Medium;
  font-size: 14px;
  color: #A4CEEA;
  letter-spacing: 0;
}

.dt-model-button{
  display: inline-block;
  width: 100px;
  color: #A4CEEA;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 5px 10px;
}


.dt-form-item-color{
  color:#A4CEEA;
}


/*切换部门和清理缓存*/
.dt-data-form /deep/ .ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{
  color: #0068E8;
}


.dt-data-form /deep/ .ant-dropdown-menu-item:hover{
  background: rgba(0, 100, 225, 0.8);
}

/*处理 a-select 样式*/
.select-wrap /deep/ .ant-select {
  width: 100%;
  color: white;
  /*font-size: 22px;*/
  font-weight: 400;
}


.select-wrap /deep/ .ant-select-dropdown-menu{
  background: rgba(0, 47, 119, 1);
  border: 1px solid #0068E8;
  border-radius:0;
}

/*多选下拉框样式*/
.select-wrap /deep/ .ant-select-selection{
  background: rgba(0, 47, 119, 1);
  border: 1px solid #0068E8;
  border-radius:0;
  min-height: 30px;
}
/*多选下拉框样式*/
.select-wrap /deep/ .ant-select-selection--multiple{
  line-height: normal;
}
/*选择显示项*/
.select-wrap /deep/ .ant-select-selection--multiple > ul > li, .ant-select-selection--multiple .ant-select-selection__rendered > ul > li{
  color:white;
  background-color: rgb(0,104,232);
  /*border: 1px solid #0068E8;*/
}
/*选择显示项的x*/
.select-wrap /deep/ .ant-select-selection--multiple .ant-select-selection__choice__remove svg{
  color:white;
}

.select-wrap /deep/ .ant-select-selection--multiple .ant-select-selection__clear{
  background: rgba(0,0,0,0);
  color:white;
}

.select-wrap /deep/ .ant-select-selection--single {
  background: rgba(0, 47, 119, 1);
  border: 1px solid #0068E8;
  border-radius:0;
  width: 100%;
  height: 100%;
}
.select-wrap /deep/ .ant-select-selection__rendered{
  line-height: 30px;
  height: 30px;
}
.select-wrap /deep/ .ant-select-arrow {
  color: white;
  font-size: 14px;
  font-weight: 600;
}


/* 全局修改下拉框的样式 */
.select-wrap /deep/ .ant-select-dropdown {
  /* color: rgba(255, 255, 255, .7); */
  /* background-color: #040324;
  background: #040324; */
  /* font-size: 22px; */
  /* border: 1px solid #06B0FE; */
}

.select-wrap /deep/ .ant-select-dropdown-menu {
  background-color: rgb(4,46,113);
  background: rgb(4,46,113);
  border: 1px solid #06B0FE;
  /*font-size: 22px;*/
}
.select-wrap /deep/ .ant-select-dropdown-menu-item {
  /*padding: 0px 12px !important;*/
  /*height: 60px !important;*/
  /*line-height: 60px !important;*/
  /*font-size: 22px !important;*/
  color: rgba(164,206,234,0.3) !important;
}
.select-wrap /deep/ .ant-select-dropdown-menu-item:hover {
  background: rgba(2, 27, 80, 1) !important;
  color:rgba(164,206,234,1) !important;
}
.select-wrap /deep/ .ant-select-dropdown-menu-item-selected {
  background: rgba(2, 27, 80, 1) !important;
  color:rgba(164,206,234,1) !important;
}
.select-wrap /deep/ .ant-select-dropdown-menu-item-active {
  background: rgba(2, 27, 80, 1) !important;
  color:rgba(164,206,234,1) !important;
}

/*禁止编辑时背景色*/
.select-wrap /deep/ .ant-select-disabled .ant-select-selection{
  background: rgba(2, 27, 80, 0.5) !important;
}

.dt-input{
  border: 1px solid #0068E8;
  line-height: 30px;
  height: 30px;
  color: white;
  background: rgba(0,0,0,0);
  border-radius: 0;
}