
.container_nomount{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
.container_nomount h2{
  margin-top: 20px;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.container_nomount .loading{
  width: 80px;
  height: 40px;
  margin: 0 auto;
  margin-top: -40px;
}
.container_nomount .loading span{
  display: inline-block;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: #1890ff;

  animation: load 1s ease infinite;
}
@keyframes load{
  0%,100%{
      height: 40px;
      background: #ff3378;


  }
  50%{
      height: 70px;
      margin: -15px 0;
      background: #1890ff;

  }
}
.container_nomount .loading span:nth-child(2){
  animation-delay:0.2s;
}
.container_nomount .loading span:nth-child(3){
  animation-delay:0.4s;
}
.container_nomount .loading span:nth-child(4){
  animation-delay:0.6s;
}
.container_nomount .loading span:nth-child(5){
  animation-delay:0.8s;
}

.confirmBox{
  width: 330px!important;
  background:rgb(16,26,98,.9)!important;
  border: 4px solid #4C56B9!important;
}
.loginTipsBox{
  width: 390px!important;
  background:rgb(16,26,98,.9)!important;
  border: 4px solid #4C56B9!important;
}
.confirmButtonClass{
  background: #4C56B9!important;
  border: none!important;
}
.cancelButtonClass{
  background: rgba(76, 86, 185, 0.3) !important;
  border: none!important;
  color: white!important;
}

.el-tooltip__popper {
  max-width: 50% !important;
}

 .cascader-style {
    background: rgb(72, 72, 78)!important;
    border-color: rgb(72, 72, 78)!important;
    top: 32px;
  }
.el-cascader-node{
  color: white !important;
}
.in-active-path,.is-active{
    color: #2486b9 !important;
    background: rgb(89, 89, 94);
}
.el-cascader-node:not(.is-disabled):hover,.el-cascader-node:not(.is-disabled):focus {
    background: rgb(89, 89, 94)!important;
}
.cascader-style .popper__arrow {
  border-bottom-color: rgb(72, 72, 78)!important;
}

.cascader-style .popper__arrow:after {
  border-bottom-color: rgb(72, 72, 78)!important;
}