/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-file-picker {
  display: inline-block;
  box-sizing: border-box;
  background: none;
  border: 1px solid #52555d;
  border-radius: 36px;
  cursor: pointer;
  color: #35363a;
  padding: 0 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gd-file-picker:hover {
  border-color: #005cf9;
  color: #005cf9;
}
.gd-file-picker input {
  cursor: pointer;
  font-size: 44px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
