#model{
    width: 100%;
    position: fixed;
    z-index: 10;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(55,55,55,.6);
    bottom: 0;
    z-index: 999;
}
@media screen and (min-width:1366px) {
  .model{
    background: #fff;
    margin: 0 auto;
    opacity: 1;
    z-index: 9999;
    width: 1000px;
    margin-top: 110px;
  }

}
@media screen and (max-width:1366px){
  .model{
    background: #fff;
    margin: 0 auto;
    opacity: 1;
    z-index: 9999;
    width: 900px;
    margin-top: 50px;
    height: 500px;
    overflow-y: scroll;
  }
}
.modeltitle{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}
#close{
    position: absolute;
    right: 15px;
    top: 0px;
}
.close{
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.modiTitle{
    width: 80px;
    text-align: right;
}
.content-top{
  margin-left: 140px;
  padding-bottom:80px;
}

.fixedTop{
  position: fixed;
  height: 44px;
  background: #F6F5FB;
  left: 224px;
  right: 220px;
  z-index: 9;
}
.wrap-input{
  width: 270px !important;
}
.modal2-input{
  width: 270px !important;
}
.group-item .modal2-input{
  width: 140px !important;
}

/*滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius:0px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
  box-shadow: inset 0 0 6px rgba(0,0,0,.2);
  background-color: #b9b8b8;
}

::ng-deep .ant-table table td, ::ng-deep .ant-table table th{
  white-space: normal !important;
}
