.imgBeauty_container{
  width:1200px;
  height: 600px;
  margin:0 auto;
  border: 1px solid #ccc;
  display: flex;
}
.imgBeauty_container_left{
  width:240px;
  box-shadow: 2px 0 8px #ccc;
}
.imgBeauty_container_left_title{
  width:100%;
  height:30px;
  /* background: #169fe6; */
  color:#666;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  background: #ccc;
}
.imgBeauty_container_left_title span{
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.imgBeauty_container_left_title .left_title_active{
  background: #169fe6;
  color:#fff;
}
.PresetFilters_list{
  width:50%;
  padding:5px;
  box-sizing: border-box;
}
.PresetFilters_list img{
  width:110px;
}
#PresetFilters{
  height:560px;
  overflow: auto;
}
#PresetFilters::-webkit-scrollbar{ 
  width: 6px;
}  
#PresetFilters::-webkit-scrollbar-track{
  background:#f5f5f5;
  border-radius: 3px;
} 
#PresetFilters::-webkit-scrollbar-thumb{
  background:rgb(200, 200, 200);
  border-radius: 3px;
}
.imgBeauty_container_right{
  flex: 1;
  text-align: center;
  padding:10px;
  box-sizing: border-box;
  position: relative;
}
.resImgDownload{
  position: absolute;
  bottom:-40px;
  right:0;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  background-color: #dedede;
  border: 1px solid #a1a1a1;
  color: #353535;
  box-shadow: 0 2px 1px rgba(0,0,0,.1);
  border-radius: 2px;
  cursor: pointer;
  display: none;
}
.resImgDownload:hover{
  background: #c4c3c3;
}
.imgBeauty_container_right img{
  min-width: 400px;
  max-width: 100%;
  max-height: 100%;
}
.imgBeauty_container_right .imgBeauty_container_choose{
  display: block;
  width:120px;
  height:40px;
  text-align: center;
  background: #00b7ee;
  color:#fff;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  margin-top:260px;
  margin-left:400px;
}
.imgBeauty_container_right .imgBeauty_container_choose:hover{
  background: #0391bd;
}