#form {
  margin-top: 72px;
  padding-top: 50px; }
  #form h2 {
    font-size: 30px;
    color: #323232;
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }

#form #form_contact {
  width: 100%;
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 40px; }

#form #form_contact #form_contact_table {
  padding: 70px; }

#form #form_contact #form_contact_table h3 {
  font-size: 16px;
  line-height: 40px;
  color: #4e4e4d; }

#form #form_contact #form_contact_table b {
  color: #EA5404; }

#form #form_contact #form_contact_table .form_input {
  height: 44px;
  width: 550px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 10px 13px; }

#form #form_contact #form_contact_table ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: center;
  flex-wrap: wrap; }

#form #form_contact #form_contact_table ul li {
  display: block;
  text-align: left; }

#form #form_contact #form_contact_table .form_input input {
  border: none;
  width: 524px;
  height: 24px;
  background: #fff;
  font-size: 16px;
  color: #787878; }

#form #form_contact #form_contact_table .form_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #898989; }

#form #form_contact #form_contact_table .form_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #898989; }

#form #form_contact #form_contact_table .form_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #898989; }

#form #form_contact #form_contact_table .form_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #898989; }

#form #form_contact #form_contact_table li:nth-child(7) .form_input {
  height: 135px; }

#form #form_contact #form_contact_table li:nth-child(7) .form_input textarea {
  border: none;
  width: 524px;
  height: 100px;
  background: #fff;
  font-size: 18px;
  color: #787878;
  overflow: auto; }

#form #form_contact #form_contact_table li:nth-child(8) {
  width: 100%;
  text-align: center;
  margin-left: 0; }

#form #form_contact #form_contact_table li:nth-child(8) div {
  cursor: pointer;
  margin-top: 50px;
  display: inline-block;
  width: 186px;
  height: 52px;
  color: #fff;
  line-height: 52px;
  font-size: 28px;
  background: #EA5404;
  border-radius: 5px; }

.sel_mask {
  position: relative;
  width: 524px;
  height: 24px;
  background: #fff;
  display: inline-block; }

.sel_mask select {
  top: 0px;
  left: -13px;
  position: absolute;
  width: 550px;
  height: 32px;
  opacity: 0; }

.sel_mask select option[selected] {
  font-weight: bold; }

.sel_mask select option {
  width: 550px; }

.sel_mask span {
  position: absolute;
  top: 3px;
  left: 5px;
  right: 20px;
  display: inline-block;
  color: #898989;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sel_mask img {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 5px; }

#success {
  margin-top: 72px;
  padding-top: 50px; }
  #success .success {
    width: 1000px;
    margin: 0 auto;
    height: 383px;
    border-top: 15px solid #FF8546;
    border-radius: 5px;
    box-shadow: 0 0 20px #888888;
    margin-bottom: 240px;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    padding-top: 130px; }
  #success .success_img {
    margin-left: 120px; }
  #success .success_font {
    margin-left: 30px; }
    #success .success_font h3 {
      font-size: 40px;
      line-height: 68px;
      color: #7CAA2D; }
    #success .success_font p {
      font-size: 18px;
      color: #7CAA2D; }

/*# sourceMappingURL=form.css.map */
