/*设计师展示*/

.desonger_img_box1{
    width: 323px;
    height: 233px;
    overflow: hidden;
  }
  .desonger_img_box1 img{
    margin: 0 auto;
  }

  #designer_warp1{
    width: 1410px;
    overflow: hidden;
    /* float: left; */
  }
  .desinger_count1{
    padding-top: 30px;
    width: 1410px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .designer_level1{
    position: absolute;
    width: 274px;
    height: 63px;
    line-height: 63px;
    color: #fff;
    font-size: 18px;
    top: 305px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
  }
  #designer_run1{
    position: relative;
    width: auto;
    height: 390px;
    overflow: hidden;
  }
  .desinger_card1{
    height: 390px;
    margin: 0 auto;
    float: left;
    position: relative;
    z-index: 0;
  }
  .desinger_card1 .designer_item1{
    background-color: #fff;
    position: relative;
    width: 323px;
    height: 233px;
    margin-right: 32px;
    float: left;
  }
  
  #copy {
    float: left;
    width: 6468px;
    overflow: hidden;
  }
  #copy ,#desinger_card_box1{
     float: left;
  }
  
  
  .designer_item1 {
    width: 323px;
    height: 233px;
    margin-right: 32px;
    float: left;
    overflow: hidden;
  }
  .designer_item1 img{
    width: 323px;
    height: 233px;
    cursor: pointer;
  }
  .desinger_hover1 img{
    width: 50px;
    height: 50px;
    padding-top: 178px;
  }

  .designer_from1{
    margin: 35px 0px 0px 20px;
    width: 119px;
    height: 36px;
    background: #D72025;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .designer_from1 a{
    text-decoration: none;
    color: #fff;
  }
  .designer_from1 a:hover{
    text-decoration: none;
    color: #fff;
  }
  .designer_from1 img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
