.el-form{ width:84%; float:left; margin-right: 1%;}
.el-form .form-group{ width:18%; margin-right: 2%; float:left;}
.TextArea{width:40%;float:left;}
.TextArea textarea{ width:100%; height: 60px !important;     min-height: 60px !important; line-height: 45px;}
.el-form .form-group input {
   
	display: block;
    width: 100%;
    height: 52px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: normal;
    padding: 0 15px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.el-row .el-button {
   
    padding: 16px 45px ;
    border-radius: 30px 0;
    border: 0;
    background-color: #101010;
    -webkit-transition: all .6s;
	width:100%;
}


.el-row .el-button  span{
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.el-row .el-button:hover {
  
	    color: #333;
    border-radius: 0 30px 0 0;
    background-color: #fff;
}

.el-form .form-group label{ width:0px !important; display: none;}
.el-form .form-group  .el-form-item__content{ margin-left:-0px !important;}
.el-divider{ display: none;}
.TextArea label.el-form-item__label{ width:0px !important; display: none;}
.TextArea  .el-form-item__content{ margin-left:-0px !important;}
.el-row{ width:167px;}
.el-row{ width:15%; float:left;}
.el-form-item__error {
    color: #f5d76c;  
    left: 10px;
	top: 86%;
}
.el-form-item {
    margin-bottom: 10px !important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  font-size: 16px !important;
} /*webkit 内核浏览器*/
input::-moz-placeholder,textarea::-moz-placeholder {
  font-size: 16px !important;
} /*Mozilla Firefox 19+*/
input:-moz-placeholder,textarea:-moz-placeholder {
  font-size: 16px !important;
} /*Mozilla Firefox 4 to 18*/
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
   font-size: 16px !important;
}

@media(max-width:990px){
    .el-form{ width:100%;}
    .el-form .form-group{ width:100%; margin-right: 0%; clear:left;}
    .el-row{ width:167px;}
    .el-button--primary{ width:100%;}
}

@media(max-width:400px){
	#main {
    min-height: 160px;
}
}