.contact{
  text-align: center;
}
.contact .contact-title{
  font-size: 28px;
  color: #333333;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.contact .contact-desc-line{
  width: 32px;
  height: 3px;
  background-color: #25B864;
  border-radius: 2px;
  margin-top: 16px;
  display: inline-block;
}
.contact .contact-form{
  width: 736px;
  display: inline-block;
  margin-top: 24px;
}
.contact .contact-row{
  margin-top: 16px;
}
.contact .contact-row:after{
  content: '';
  display: block;
  clear: both;
}
.contact .contact-col{
  float: left;
}
.contact .contact-col:first-child{
  margin-right: 16px;
}
.contact .contact-input-title{
  color: #333333;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 8px;
}
.contact .contact-input-title.required:after{
  content: '*';
  color: #F44034;
  font-size: 14px;
  margin-left: 4px;
}
.contact .contact-input{
  width: 360px;
  height: 36px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  border: none;
  outline: none;
  color: #333333;
  font-size: 14px;
  padding: 12px;
  border-radius: 5px;
}
.contact .contact-input::-webkit-input-placeholder, .contact .contact-textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}

.contact .contact-input:-moz-placeholder, .contact .contact-textarea:-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}

.contact .contact-input::-moz-placeholder, .contact .contact-textarea::-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}

.contact .contact-input:-ms-input-placeholder, .contact .contact-textarea:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
.contact #contact-vcode{
  width: 246px;
}
.contact .contact-textarea{
  width: 100%;
  border: none;
  outline: none;
  height: 100px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  resize: none;
  font-size: 14px;
  padding: 12px;
  border-radius: 4px;
}
.contact .contact-submit{
  color: white;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #25B864;
  margin-top: 24px;
  float: right;
  cursor: pointer;
  user-select: none;
}
.contact .contact-submit:after{
  content: '';
  display: block;
  clear: both;
}
.contact .contact-submit:hover{
  background-color: #1F9E56;
}
.contact .contact-vcode-img{
  width: 106px;
  height: 36px;
  vertical-align: middle;
  cursor: pointer;
}