input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .6) !important;
} /*webkit 内核浏览器*/
input::-moz-placeholder,textarea::-moz-placeholder {
  color: rgba(0, 0, 0, .6) !important;
} /*Mozilla Firefox 19+*/
input:-moz-placeholder,textarea:-moz-placeholder {
  color: rgba(0, 0, 0, .6) !important;
} /*Mozilla Firefox 4 to 18*/
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, .6) !important;
}

.el-input__inner,.el-textarea__inner{border: 1px solid #e1e1e1 !important;}
.el-input__inner{ height: 45px  !important; line-height: 45px  !important;}
.el-button--primary:focus, .el-button--primary:hover {
  background: #cb1e20;
  border-color: red;
  color: #fff;
}
.el-button:focus, .el-button:hover {
  color: #fff;
  border-color: red;
  background-color: #cb1e20;
}
.el-button--primary {
  color: #fff;
  background-color: #353b8b;
  border-color: #353b8b;
  width:100%;
}
.w_50 {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.w_50:nth-child(2n) {
  margin-right: 0px;
}
.el-form-item label {
  display: none;
}
.el-form-item__content {
  margin-left: 0px !important;
}
.clear {
  clear: both;
}
@media(max-width:560px) {
  .el-form-item__label {
    width: 30% !important;
  }
  .w_50 {
    width: 100%;
  }
  .el-form-item__content {
    margim-left: 102px !important;
  }
}