﻿.m-apply-container {
  height: 700px;
  width: 100%;
  background: url("cssimg/apply-bg1.png") no-repeat center center;
  -moz-background-size: auto 100%;
  background-size: auto 100%; }
  .m-apply-container .contact-box {
    margin-top: 4px; }
    .m-apply-container .contact-box .ewm {
      width: 96px;
      height: 96px;
      overflow: hidden;
      margin: 0 auto; }
      .m-apply-container .contact-box .ewm img {
        display: block;
        width: 100%;
        height: 100%; }
    .m-apply-container .contact-box .title {
      width: 96px;
      line-height: 20px;
      font-size: 14px;
      color: #333;
      text-align: center;
      margin: 10px auto; }
    .m-apply-container .contact-box .tel {
      font-size: 14px;
      color: #333;
      text-align: center;
      line-height: 20px; }

.m-apply-form {
  width: 508px;
  height: 620px;
  padding: 30px 120px 30px 31px;
  background: url("cssimg/apply-form-bg.png") no-repeat center center;
  position: relative;
  margin-top: 40px; }
  .m-apply-form .form-title {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    margin-bottom: 20px; }
  .m-apply-form .file-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 300px;
    padding: 10px;
    border: 1px solid #999;
    margin-bottom: 20px; }
    .m-apply-form .file-group .label {
      display: block;
      width: 30px;
      height: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .m-apply-form .file-group .label.name {
        background: url("cssimg/form-name.png") no-repeat center center;
        -moz-background-size: cover;
        background-size: cover; }
      .m-apply-form .file-group .label.phone {
        background: url("cssimg/form-phone.png") no-repeat center center;
        -moz-background-size: cover;
        background-size: cover; }
      .m-apply-form .file-group .label.weixin {
        background: url("cssimg/form-weixin.png") no-repeat center center;
        -moz-background-size: cover;
        background-size: cover; }
    .m-apply-form .file-group .file-input {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 40px;
      height: 40px;
      margin-left: 10px;
      padding: 0 10px 0 30px;
      font-size: 14px;
      color: #666;
      border: none;
      border-left: 1px solid #999; }
  .m-apply-form .form-btn-group .btn-submit {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    background: #9f9089;
    color: #fff;
    text-align: center;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px; }
    .m-apply-form .form-btn-group .btn-submit:hover {
      background: rgba(127, 82, 60, 0.8); }

.m-content {
  padding: 30px 100px;
  width: 100%; }
  .m-content .small-title {
    font-size: 30px;
    color: #333;
    line-height: 30px; }
  .m-content .content {
    padding-top: 30px; }
    .m-content .content .line {
      color: #333;
      font-size: 20px;
      line-height: 40px;
      margin-bottom: 5px; }

.m-apply-banner {
  height: 460px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .m-apply-banner .banner-img {
    height: 100%;
    position: relative; }
    .m-apply-banner .banner-img img {
      display: block;
      width: 1920px;
      height: 460px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .m-apply-banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-top: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-apply-banner .banner-content .tm1 {
      font-size: 32px;
      color: #fff; }
    .m-apply-banner .banner-content .tm2 {
      margin-top: 20px; }
      .m-apply-banner .banner-content .tm2 em {
        font-size: 40px;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 40px; }
      .m-apply-banner .banner-content .tm2 small {
        display: block;
        font-size: 20px;
        color: #fff;
        text-align: center; }
    .m-apply-banner .banner-content .tm-list {
      margin-top: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .m-apply-banner .banner-content .tm-list li {
        margin-right: 66px; }
        .m-apply-banner .banner-content .tm-list li:last-child {
          margin-right: 0; }
        .m-apply-banner .banner-content .tm-list li .name {
          font-size: 30px;
          line-height: 30px;
          color: #fff;
          text-align: center; }
        .m-apply-banner .banner-content .tm-list li .num {
          font-size: 40px;
          line-height: 40px;
          color: #fff;
          text-align: center;
          margin-top: 20px; }

/*# sourceMappingURL=apply.css.map */
