/* 清除内外边距 */
body,
div,
form,
input {
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body {
  line-height: 1;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'WenQuanYi Micro Hei', sans-serif;
}
/* a标签默认样式 */
a {
  display: block;
  text-decoration: none;
  color: #000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除img换行造成的空隙 */
img {
  width: 100%;
  display: block;
}
/* 覆盖默认表单样式 */
input,
select {
  padding-left: 0.5em;
  outline: none;
  color: #000;
  background: transparent;
}
input {
  box-sizing: border-box;
}
select {
  color: #666;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:valid {
  color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
/* 背景图样式 */
.t-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.t-form {
  width: 1504px;
  padding-top: 75px;
  margin: 0 auto;
}
.t-form .form-group {
  overflow: hidden;
}
.t-form .form-group .form-item {
  position: relative;
  top: 0;
  left: 0;
  width: 736px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: #fff;
  border: 2px solid #ee6756;
}
.t-form .form-group .form-item .label {
  float: left;
  width: 140px;
  height: 90px;
  line-height: 90px;
  font-size: 36px;
  color: #ee6857;
  text-align: left;
}
.t-form .form-group .form-item .jiantou {
  position: absolute;
  top: 38px;
  left: 675px;
  width: 36px;
  height: 19px;
  background: url(../img/jiantou.png) no-repeat center;
  background-size: 36px;
  pointer-events: none;
}
.t-form .form-group .form-item input {
  float: left;
  width: 595px;
  height: 90px;
  font-size: 32px;
  color: #ee6857;
  border: 0;
}
.t-form .form-group .form-item input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #ef9292;
}
.t-form .form-group .form-item select {
  float: left;
  width: 550px;
  height: 90px;
  font-size: 32px;
  color: #ee6857;
  border: 0;
  text-align-last: center;
}
.t-form .form-group .form-item-car .label {
  width: 185px;
}
.t-form .submit-btn {
  float: left;
  width: 740px;
  height: 90px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 90px;
  margin: 0 auto;
  background-color: #ee6857;
}
