@media screen and (min-width: 1439px) {
  /*header*/
  .i-layout-header .i-bingo-header-search {
    width: 350px;
  }
  .i-layout-header-with-issue{
    .i-bingo-header-search {
      width: 300px;
    }
  }
  .bingo-issue-wrapper-drop {
    overflow: hidden;
    max-height: 444px!important;
  }
  .issue-list-div-body {
    max-height: 400px;
    overflow: auto;
  }
}

@media screen and (max-width: 1439px) {
  .i-layout-header-with-issue{
    .i-bingo-header-search {
      width: 220px;
    }
  }
  /*home*/
  .home{
    .home-body-left{
      .index-card{
        .index-card-body {
          .card-title{
            position: absolute;
            top: 15px;
            left: 0;
          }
          .chart {
            width: 100%;
            padding-left:0;
          }
        }
        .index-card-body3{
          left: 22px;
          .chart{
            .index-card-foot{
              right:0;
            }
          }
          .card-title2{
            .big-title{
              padding-top:25px;
            }
            span{
              position: absolute;
              top:15px;
              left:0;
            }
          }
          .chart2{
            padding-top: 25px;
            text-align: right;
            .link{
              display: none;
            }
          }
        }
        .index-card-col3{
          height: 140px
        }

      }
      .index-card.index-card-col:after{
        content: '';
      }
      .card-chart-card:first-child{
        .blower{
          margin-top:0;
        }
      }
      .index-task{
        .ivu-card-body{
          .index-task-list{
            height: 642px;
            .task-card-context{
              padding:10px;
            }
          }
        }
      }
      .index-modular3{
        .ivu-card-body{
          .index-task-list{
            height: 575px;
          }
        }
      }
      .index-list-etms{
        height: 800px;
      }
    }
    .home-body-right{
      .index-user{
        height: 180px;
        .user-img{
          width: 100%;
          height: 65px;
          top: 10px;
          left: 0;
          .user-img-boy{
            width: 65px;
            margin: 0 auto;
          }
        }
        .user-right{
          padding-left:0;
          bottom:10px;
          text-align: center;
        }
        .user-button{
          padding-left:4px;
        }
      }

    }
    .org-index-task-list{
      height:508px;
    }
    .org-index{
      .org-index-members{
        height:904px
      }
      .org-index-know{
        height:708px;
      }
    }
    .index-task-card-query{
      .bottom-div{
        font-size: 12px;
        color:#fff;
      }
    }
  }
}
