/*设计师展示*/

.desonger_img_box{
  width: 276px;
  height: 280px;
  overflow: hidden;
}
.desonger_img_box img{
  margin: 0 auto;
  transition:all 0.6s;
}
.desonger_img_box img:hover{
  transform: scale(1.2);
}
#designer_warp{
  width: 1200px;
  overflow: hidden;
  /* float: left; */
}
.desinger_count{
  padding-top: 50px;
  width: 1200px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.designer_level{
  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_run{
  position: relative;
  width: auto;
  height: 490px;
  overflow: hidden;
}
.desinger_card{
  height: 490px;
  margin: 0 auto;
  float: left;
  position: relative;
  z-index: 10;
}
.desinger_card .designer_item{
  background-color: #fff;
  position: relative;
  width: 276px;
  height: 490px;
  margin-right: 32px;
  float: left;
}

#copy {
  float: left;
  width: 6468px;
  overflow: hidden;
}
#copy ,#desinger_card_box{
   float: left;
}


.designer_item {
  width: 276px;
  height: 490px;
  margin-right: 32px;
  float: left;
  overflow: hidden;
}
.designer_item img{
  width: 276px;
  height: 280px;
  cursor: pointer;
}
.desinger_hover img{
  width: 50px;
  height: 50px;
  padding-top: 178px;
}
.designer_name{
  border-bottom: 1px solid #d2d2d2;
  padding:10px 0px;
  margin: 0px 20px;
  font-size: 16px;
  color:#333;
}
.designer_name img{
  width: 16px;
  height: 16px;
}
.designer_introduction{
  margin: 5px 20px;
}
.designer_introduction span:nth-of-type(1),.designer_introduction span:nth-of-type(2){
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.designer_introduction span:nth-of-type(2){
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D72025;
}
.designer_introduction1{
  display: flex;
  align-items: center;
  margin: 5px 20px;
}
.designer_introduction1 span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.designer_introduction1 img{
  width: 16px;
  height: 16px;
  margin: 0px 2px;
}
.designer_from_mt{
  margin-top: 22px;
  font-size:14px;
  color:#8b8b8b;
  display: -webkit-box;
 
}
.designer_from{
  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_from a{
  text-decoration: none;
  color: #fff;
}
.designer_from a:hover{
  text-decoration: none;
  color: #fff;
}
.designer_from img{
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.designer_btn_lf{
  width: 44px;
  height: 533px;
  position: absolute;
  left: -50px;
  z-index: 11;
  padding-top: 200px;
}
.designer_btn_lf img,.designer_btn_rt img{
  cursor: pointer;
}
.designer_btn_rt{
  width: 44px;
  height: 533px;
  position: absolute;
  right: -50px;
  padding-top: 200px;
}
.designer_btn_rt img,.designer_btn_lf img{
  cursor: pointer;
}
.desinger_filter{
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.desinger_small{
  width: 1200px;
  margin: 0 auto;
}
.desinger_small img{
  cursor: pointer;
}
.desinger_filter select{
  border:1px solid #ccc;
  padding: 9px;
  border-radius: 0;
}
.select_box{
  border:1px solid #ccc;
  width:136px;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  color:#000;
  float: left;
  margin-top: 34px;
}
.level_con{
  width: 134px;
  height: 38px;
}
.designer_mask{
  opacity: 0.5;
}
.zoom_img{
  width: 85px;
  height: 110px;
}