* {
  box-sizing: border-box; }

.formBox {
  width: 83.33333vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 4.16666vw 6.25vw;
  background-color: #fff;
  margin-bottom: 5.20833vw;
  padding-bottom: 3vw; }
  @media screen and (max-width: 750px) {
    .formBox {
      width: 89.33333vw;
      padding: 5.33333vw 4vw 10.66666vw;
      background: #fff;
      margin-bottom: 13.33333vw; } }
  .formBox h2 {
    margin-bottom: 2.5vw; }
    @media screen and (max-width: 750px) {
      .formBox h2 {
        font-size: 3.73333vw;
        line-height: 5.33333vw;
        margin-bottom: 3.73333vw; } }
  .formBox .form {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .formBox .form .inputRow {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 1.5625vw; }
      @media screen and (max-width: 750px) {
        .formBox .form .inputRow {
          flex-direction: column;
          justify-content: flex-start;
          margin-bottom: 0; } }
      .formBox .form .inputRow .iptBox {
        width: 34.11458vw;
        height: 5.20833vw;
        background-color: #eef6fa;
        padding-left: 3.75vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative; }
        @media screen and (max-width: 750px) {
          .formBox .form .inputRow .iptBox {
            width: 100%;
            height: 13.33333vw;
            padding-left: 4vw;
            padding-right: 2.66666vw;
            margin-bottom: 2.66666vw; }
            .formBox .form .inputRow .iptBox span {
              padding-right: 5vw;
              flex: 1; } }
        .formBox .form .inputRow .iptBox .icon {
          position: absolute;
          left: 2.08333vw;
          width: 1.04166vw;
          height: 1.04166vw;
          display: block;
          margin-right: 0.625vw; }
          @media screen and (max-width: 750px) {
            .formBox .form .inputRow .iptBox .icon {
              position: static;
              width: 4.26666vw;
              height: 4.26666vw;
              margin-right: 1.33333vw; } }
        .formBox .form .inputRow .iptBox .arr {
          position: absolute;
          right: 2.60416vw;
          width: 0.625vw;
          height: 0.625vw;
          display: block; }
          @media screen and (max-width: 750px) {
            .formBox .form .inputRow .iptBox .arr {
              position: static;
              width: 2.13333vw;
              height: 2.13333vw; } }
        .formBox .form .inputRow .iptBox input {
          display: block;
          background: transparent;
          flex: 1; }
          .formBox .form .inputRow .iptBox input::placeholder {
            color: #6e7071; }
    .formBox .form .uploadRow {
      width: 100%;
      background-color: #eef6fa;
      margin-bottom: 1.5625vw; }
      @media screen and (max-width: 750px) {
        .formBox .form .uploadRow {
          margin-bottom: 2.66666vw; } }
      .formBox .form .uploadRow .inside {
        width: 66.5625vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 750px) {
          .formBox .form .uploadRow .inside {
            width: 73.33333vw; } }
        .formBox .form .uploadRow .inside .top {
          width: 100%;
          position: relative;
          padding-left: 1.66666vw;
          padding-top: 2.08333vw;
          padding-bottom: 1.45833vw;
          border-bottom: 0.05208vw solid #fff; }
          @media screen and (max-width: 750px) {
            .formBox .form .uploadRow .inside .top {
              padding: 4vw;
              padding-left: 5.33333vw;
              padding-right: 0; } }
          .formBox .form .uploadRow .inside .top .icon-upload {
            width: 1.04166vw;
            height: 1.04166vw;
            display: block;
            position: absolute;
            left: 0;
            top: 2.08333vw; }
            @media screen and (max-width: 750px) {
              .formBox .form .uploadRow .inside .top .icon-upload {
                top: 4.26666vw;
                left: 0;
                width: 4.26666vw;
                height: 4.26666vw; } }
          .formBox .form .uploadRow .inside .top .txtBox {
            display: flex;
            flex-direction: column; }
            .formBox .form .uploadRow .inside .top .txtBox h3 {
              margin-bottom: 0.72916vw; }
              @media screen and (max-width: 750px) {
                .formBox .form .uploadRow .inside .top .txtBox h3 {
                  margin-bottom: 1.86666vw; } }
            @media screen and (max-width: 750px) {
              .formBox .form .uploadRow .inside .top .txtBox p {
                font-size: 2.93333vw; } }
          .formBox .form .uploadRow .inside .top .btn-file {
            position: absolute;
            right: 0;
            top: 1.97916vw;
            width: 6.25vw;
            height: 2.08333vw;
            border-radius: 1.04166vw;
            color: #fff;
            text-align: center;
            line-height: 2.08333vw;
            background-color: #0097e0;
            cursor: pointer; }
            @media screen and (max-width: 750px) {
              .formBox .form .uploadRow .inside .top .btn-file {
                top: 3.73333vw;
                right: 0;
                width: 16vw;
                height: 5.33333vw;
                font-size: 2.93333vw;
                line-height: 5.33333vw;
                border-radius: 2.66666vw; } }
            .formBox .form .uploadRow .inside .top .btn-file .uploadButton {
              width: 100%;
              height: 100%;
              opacity: 0;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 3;
              cursor: pointer;
              display: block; }
        .formBox .form .uploadRow .inside .bottom {
          width: 100%;
          height: 3.54166vw;
          display: flex;
          flex-direction: row;
          align-items: center;
          display: none; }
          .formBox .form .uploadRow .inside .bottom span {
            display: flex;
            flex-direction: row;
            margin: 0.625vw;
            align-items: baseline; }
            @media screen and (max-width: 750px) {
              .formBox .form .uploadRow .inside .bottom span {
                font-size: 2.93333vw;
                margin: 0;
                word-break: break-all; } }
            @media screen and (max-width: 750px) {
              .formBox .form .uploadRow .inside .bottom span .fileName {
                width: 47vw; } }
          @media screen and (max-width: 750px) {
            .formBox .form .uploadRow .inside .bottom .fileInfo {
              display: flex;
              flex-direction: row;
              align-items: center; } }
          @media screen and (max-width: 750px) {
            .formBox .form .uploadRow .inside .bottom {
              min-height: 9.6vw;
              height: auto; }
              .formBox .form .uploadRow .inside .bottom > span {
                margin-right: auto; } }
          .formBox .form .uploadRow .inside .bottom .icon-file {
            width: 1.04166vw;
            height: 1.04166vw;
            display: block; }
            @media screen and (max-width: 750px) {
              .formBox .form .uploadRow .inside .bottom .icon-file {
                width: 4.26666vw;
                height: 4.26666vw;
                margin-right: 1.33333vw; } }
          .formBox .form .uploadRow .inside .bottom .delete {
            width: 1.04166vw;
            height: 1.04166vw;
            display: block;
            cursor: pointer; }
            @media screen and (max-width: 750px) {
              .formBox .form .uploadRow .inside .bottom .delete {
                width: 4.26666vw;
                height: 4.26666vw; } }
    .formBox .form .txtareaRow {
      width: 100%;
      padding: 2.08333vw 3.75vw;
      min-height: 9.375vw;
      background-color: #eef6fa;
      position: relative;
      margin-bottom: 1.5625vw; }
      @media screen and (max-width: 750px) {
        .formBox .form .txtareaRow {
          min-height: 40vw;
          padding: 4.26666vw 4vw 4vw;
          padding-left: 9.6vw;
          margin-bottom: 6.66666vw; } }
      .formBox .form .txtareaRow .icon {
        width: 1.04166vw;
        height: 1.04166vw;
        display: block;
        position: absolute;
        left: 2.08333vw;
        top: 2.08333vw; }
        @media screen and (max-width: 750px) {
          .formBox .form .txtareaRow .icon {
            top: 4.53333vw;
            left: 4vw;
            width: 4.26666vw;
            height: 4.26666vw; } }
      .formBox .form .txtareaRow textarea {
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent; }
        @media screen and (max-width: 750px) {
          .formBox .form .txtareaRow textarea {
            font-size: 3.2vw;
            line-height: 4.26666vw; } }
        .formBox .form .txtareaRow textarea::placeholder {
          color: #6e7071; }
    .formBox .form .buttonBox {
      width: 100%;
      padding-bottom: 2.60416vw;
      border-bottom: 0.05208vw solid #eef6fa; }
      @media screen and (max-width: 750px) {
        .formBox .form .buttonBox {
          padding-bottom: 10.66666vw;
          border-bottom-width: 0.13333vw; } }
      .formBox .form .buttonBox .submit {
        width: 10.41666vw;
        height: 3.33333vw;
        text-align: center;
        line-height: 3.33333vw;
        color: #fff;
        background: linear-gradient(90deg, #19b7ff 0%, #0097e0 100%);
        cursor: pointer;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .formBox .form .buttonBox .submit {
            width: 26.66666vw;
            height: 8.53333vw;
            line-height: 8.53333vw; } }
    .formBox .form .tipBox {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      padding-top: 4.16666vw; }
      @media screen and (max-width: 750px) {
        .formBox .form .tipBox {
          padding-top: 10.66666vw; } }
      .formBox .form .tipBox h4 {
        margin-bottom: 2.5vw;
        font-weight: 600; }
        @media screen and (max-width: 750px) {
          .formBox .form .tipBox h4 {
            line-height: 5.33333vw;
            margin-bottom: 6.66666vw; } }
      @media screen and (max-width: 750px) {
        .formBox .form .tipBox .tips-list {
          padding-right: 17.86666vw; }
          .formBox .form .tipBox .tips-list .tips-item {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            font-size: 3.2vw;
            line-height: 4.8vw;
            margin-bottom: 4vw; }
            .formBox .form .tipBox .tips-list .tips-item:last-child {
              margin-bottom: 0; }
            .formBox .form .tipBox .tips-list .tips-item span {
              display: block; }
              .formBox .form .tipBox .tips-list .tips-item span:first-child {
                margin-right: 2.66666vw;
                flex-shrink: 0; } }
      .formBox .form .tipBox p {
        line-height: 1.875vw;
        margin-bottom: 1.5625vw;
        font-size: 1.25vw; }

.hasDrop {
  cursor: pointer; }
  .hasDrop ul {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 5.20833vw;
    z-index: 3;
    background-color: #fff;
    box-shadow: 10px 10px 10px #ddd;
    max-height: 12.5vw;
    overflow-y: auto;
    display: none; }
    @media screen and (max-width: 750px) {
      .hasDrop ul {
        top: 13.33333vw;
        max-height: 21.5vw; } }
    .hasDrop ul li {
      width: 100%;
      height: 2.08333vw;
      line-height: 2.08333vw;
      padding-left: 1.04166vw;
      cursor: pointer; }
      @media screen and (max-width: 750px) {
        .hasDrop ul li {
          height: 8vw;
          line-height: 8vw;
          padding-left: 2vw; } }
      .hasDrop ul li:hover {
        font-weight: bold; }
