.nw-input /deep/ .el-input__inner {
  background-color: transparent !important;
  color: #00ebff !important;
  border: 1px solid rgba(0, 235, 255, 0.3) !important;
}

/deep/.nw-input input.el-input__inner::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #0E4775;
}
/deep/.nw-input input.el-input__inner:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0E4775;
}
/deep/.nw-input input.el-input__inner::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0E4775;
}
/deep/.nw-input input.el-input__inner:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0E4775;
}

.nw-input /deep/ .el-input-group__append {
  background: #194887 !important;
  color: #fff;
  border: none;
}

/* google、safari */
.nw-input /deep/ input::-webkit-outer-spin-button,  
.nw-input /deep/ input::-webkit-inner-spin-button{  
	-webkit-appearance: none !important;  
	margin: 0;  
}
/* 火狐 */
.nw-input /deep/ input[type="number"]{
	-moz-appearance: textfield;
}
