.imagehandler_container{
  width:1200px;
  height:160px;
  border: 1px solid #ccc;
  line-height: 158px;
  text-align: center;
  color:#ccc;
  margin:0 auto;
  border-radius: 4px;
  cursor: pointer;
}
.imagehandler_container:hover{
  color:#999;
}
.imagehandler_setting{
  width:1200px;
  margin:15px auto;
  display: flex;
}
.imagehandler_chooseFile,.imagehandler_btn{
  line-height: 30px;
  padding:0 15px;
  color: #fff;
  background-color: #3280fc;
  border-color: #1970fc;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.imagehandler_link{
  width:80px;
  line-height: 30px;
  color: #fff;
  background-color: #dd2421;
  border-color: #dd2421;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  margin-left:10px;
}
.imagehandler_link:hover{
  color: #fff;
  background-color: #d11411;
  border-color: #d11411;
}
.imagehandler_btn{
  margin-left:50px;
}
.imagehandler_chooseFile:hover,.imagehandler_btn:hover{
  background-color: #0a67fb;
  border-color: #0354d4;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 2px 1px rgba(0,0,0,.1);
}
.imagehandler_download{
  line-height: 30px;
  padding:0 15px;
  color: #353535;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.imagehandler_download:hover{
  color: #353535;
  background-color: #dedede;
  border-color: #a1a1a1;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 2px 1px rgba(0,0,0,.1);
}
.setting_size{
  margin-left:20px;
  display: flex;
  font-size: 14px;
  
}
.setting_size_choose{
  margin-left:20px;
  margin-top:5px;
}
.setting_size_choose select{
  width:100px;
}
.custom_size{
  margin-left:30px;
  margin-top:5px;
  display: flex;
}
.custom_size_inp input{
  width:95px;
  height:20px;
  margin-right:10px;
  padding-left:5px;
}
.sizeTips{
  font-size: 14px;
  color:#dd2421;
}
.img_result{
  width:1200px;
  border:1px solid #ccc;
  text-align: center;
  margin:0 auto;
  box-sizing: border-box;
}
.img_result img{
  max-width:100%;
}