@charset "UTF-8";
.sect2 {
  padding: 80px 0;
  position: relative; }
  .sect2 .form {
    width: 56%;
    margin: 0 auto;
    max-width: 1100px;
    background-color: #fff;
    padding: 80px; }
    .sect2 .form .title {
      font-size: 40px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      text-align: center;
      color: #333333;
      margin-bottom: 30px; }
    .sect2 .form .item {
      display: flex;
      align-items: center;
      margin-top: 18px;
      width: 100%; }
      .sect2 .form .item .key {
        width: 35%;
        text-align: right;
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-Light;
        font-weight: 300;
        color: #000000; }
      .sect2 .form .item select, .sect2 .form .item .val {
        max-width: 320px;
        width: 40%;
        height: 36px;
        background: #f9fbfc;
        border: 1px solid #d9e2e6;
        border-radius: 2px;
        padding: 0 16px;
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-Light;
        outline: none; }
        .sect2 .form .item select::-webkit-input-placeholder, .sect2 .form .item .val::-webkit-input-placeholder {
          color: #cbcbcb;
          font-weight: 300; }
      .sect2 .form .item select {
        padding: 0 14px; }
      .sect2 .form .item label {
        display: flex;
        align-items: center;
        margin-right: 60px;
        cursor: pointer; }
        .sect2 .form .item label input {
          margin-right: 10px; }
        .sect2 .form .item label input[type="radio"] {
          content: "\a0";
          /*不换行空格*/
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          width: 1em;
          height: 1em;
          margin-right: .4em;
          text-indent: .15em;
          line-height: 1; }
        .sect2 .form .item label input[type="checkbox"] {
          content: "\a0";
          /*不换行空格*/
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          width: 1em;
          height: 1em;
          margin-right: .4em;
          text-indent: .15em;
          line-height: 1; }
    .sect2 .form .btn {
      width: 327px;
      height: 56px;
      background: #cc1138;
      border-radius: 4px;
      font-size: 16px;
      font-family: Source Han Sans CN, Source Han Sans CN-Regular;
      font-weight: 400;
      color: #ffffff;
      margin: 40px auto 0;
      display: block;
      cursor: pointer;
      outline: none;
      border: none; }
  .sect2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1; }

/*# sourceMappingURL=form.css.map */
