.work-order-form {
  display: flex;
  align-items: flex-start;
  gap: 80px; }
  .work-order-form .cont-l {
    width: 720px;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 54, 130, 0.05); }
    .work-order-form .cont-l .cont-l-title,
    .work-order-form .cont-l h2 {
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .work-order-form .cont-l .ipt-box-container {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      width: 100%; }
    .work-order-form .cont-l .ipt-box {
      width: calc((100% - 25px) / 2); }
      .work-order-form .cont-l .ipt-box.ipt-box-100 {
        width: 100%; }
        .work-order-form .cont-l .ipt-box.ipt-box-100 .el-input-group__prepend .el-select {
          width: 99px; }
          .work-order-form .cont-l .ipt-box.ipt-box-100 .el-input-group__prepend .el-select .el-input .el-input__inner {
            border: none; }
        .work-order-form .cont-l .ipt-box.ipt-box-100 .el-input-group__prepend .el-input::placeholder {
          color: var(--PIA24-BK-03, #94A3B8);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */ }
        .work-order-form .cont-l .ipt-box.ipt-box-100 .el-input-group__prepend div.el-select .el-input__inner, .work-order-form .cont-l .ipt-box.ipt-box-100 .el-input-group__prepend div.el-select:hover .el-input__inner {
          width: 99px;
          background: #FFF;
          height: 38px;
          padding-right: 30px;
          text-overflow: ellipsis; }
        .work-order-form .cont-l .ipt-box.ipt-box-100 .el-input-group__prepend div.el-select .el-input__inner {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */ }
      .work-order-form .cont-l .ipt-box .upload-box {
        display: flex;
        gap: 20px;
        align-items: center; }
        .work-order-form .cont-l .ipt-box .upload-box .upload-img-show,
        .work-order-form .cont-l .ipt-box .upload-box .upload-img-btn {
          width: 70px;
          height: 70px;
          border-radius: 2px;
          position: relative; }
          .work-order-form .cont-l .ipt-box .upload-box .upload-img-show img,
          .work-order-form .cont-l .ipt-box .upload-box .upload-img-btn img {
            width: 70px;
            height: 70px; }
          .work-order-form .cont-l .ipt-box .upload-box .upload-img-show .del-img,
          .work-order-form .cont-l .ipt-box .upload-box .upload-img-btn .del-img {
            display: flex;
            width: 14px;
            height: 14px;
            padding: 1px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: url("../img/about/del.svg");
            background-size: 100%;
            position: absolute;
            right: 1px;
            top: 1px;
            cursor: pointer; }
        .work-order-form .cont-l .ipt-box .upload-box .upload-img-btn input {
          width: 70px;
          height: 70px;
          position: absolute;
          left: 0;
          top: 0;
          cursor: pointer; }
      .work-order-form .cont-l .ipt-box .upload-box-tip {
        color: #9DA4B2;
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */
        margin-top: 10px;
        margin-bottom: 0; }
      .work-order-form .cont-l .ipt-box p {
        color: var(--Black1, #121933);
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px; }
        .work-order-form .cont-l .ipt-box p .x {
          color: #F53D5D; }
      .work-order-form .cont-l .ipt-box .jy-input {
        width: 100%; }
        .work-order-form .cont-l .ipt-box .jy-input.jy-input-2 input {
          border-radius: 0 4px 4px 0; }
        .work-order-form .cont-l .ipt-box .jy-input .el-select {
          width: 100%; }
          .work-order-form .cont-l .ipt-box .jy-input .el-select .el-input__inner {
            background: #fff; }
          .work-order-form .cont-l .ipt-box .jy-input .el-select .el-input__suffix {
            right: 13px;
            left: unset; }
        .work-order-form .cont-l .ipt-box .jy-input .el-date-editor {
          width: 100%; }
          .work-order-form .cont-l .ipt-box .jy-input .el-date-editor .el-input__suffix,
          .work-order-form .cont-l .ipt-box .jy-input .el-date-editor .el-input__prefix {
            right: 13px;
            left: unset; }
          .work-order-form .cont-l .ipt-box .jy-input .el-date-editor:hover .el-input__prefix {
            display: none; }
        .work-order-form .cont-l .ipt-box .jy-input input {
          width: 100%;
          border-radius: 4px;
          border: 1px solid #E4E6EA;
          height: 40px;
          padding: 0 18px;
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%; }
          .work-order-form .cont-l .ipt-box .jy-input input::placeholder {
            color: #9DA4B2;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; }
        .work-order-form .cont-l .ipt-box .jy-input .el-input-group__prepend input {
          border-radius: 0 4px 4px 0; }
        .work-order-form .cont-l .ipt-box .jy-input textarea {
          width: 100%;
          font-size: 15px;
          border: 1px solid #E4E6EA;
          height: 140px;
          padding: 18px;
          border-radius: 4px;
          resize: none; }
          .work-order-form .cont-l .ipt-box .jy-input textarea::placeholder {
            color: #9DA4B2;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */ }
        .work-order-form .cont-l .ipt-box .jy-input .uploada-box {
          border-radius: 4px;
          border: 1px solid #E4E6EA;
          background: var(--PIA24-BK-White, #FFF);
          display: flex;
          width: 160px;
          padding: 12px 40px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          position: relative;
          cursor: pointer; }
          .work-order-form .cont-l .ipt-box .jy-input .uploada-box i {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
            background: url("../../user/img/work_order/upload.svg");
            background-size: 100% 100%; }
          .work-order-form .cont-l .ipt-box .jy-input .uploada-box span {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            white-space: nowrap; }
          .work-order-form .cont-l .ipt-box .jy-input .uploada-box #upload_con {
            position: absolute;
            width: 160px;
            height: 38px;
            left: 0;
            top: 0; }
        .work-order-form .cont-l .ipt-box .jy-input .uploada-box-tip {
          margin-top: 8px;
          color: var(--PIA24-BK-03, #94A3B8);
          font-family: "Open Sans";
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 18px */ }
          .work-order-form .cont-l .ipt-box .jy-input .uploada-box-tip > div {
            display: inline; }
        .work-order-form .cont-l .ipt-box .jy-input .attachments-list {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .work-order-form .cont-l .ipt-box .jy-input .attachments-list .attachments-li {
            display: flex;
            align-items: center;
            gap: 15px; }
            .work-order-form .cont-l .ipt-box .jy-input .attachments-list .attachments-li .ali-name {
              display: flex;
              width: 160px;
              height: 38px;
              padding: 5px 8px;
              align-items: center;
              gap: 10px;
              flex-shrink: 0;
              border-radius: 4px;
              border: 1px solid #E4E6EA;
              background: var(--PIA24-Line-02, #F4F4F5); }
              .work-order-form .cont-l .ipt-box .jy-input .attachments-list .attachments-li .ali-name > p {
                color: var(--PIA24-BK-02, #55687D);
                font-family: "Open Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                width: 118px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-bottom: 0; }
              .work-order-form .cont-l .ipt-box .jy-input .attachments-list .attachments-li .ali-name i {
                width: 16px;
                height: 16px;
                flex-shrink: 0;
                background: url("../../user/img/work_order/check-circle-filled.svg");
                background-size: 100%; }
            .work-order-form .cont-l .ipt-box .jy-input .attachments-list .attachments-li .remove-btn {
              color: var(--PIA24-VI-01, #0E6FDE);
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 22px;
              text-transform: capitalize;
              cursor: pointer; }
    .work-order-form .cont-l .ipchanger-btn {
      display: flex;
      height: 45px;
      padding: 14px 40px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: 4px;
      background: var(--PIA_TVI-01, #0E6FDE);
      color: #FFF;
      font-family: "Open Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      .work-order-form .cont-l .ipchanger-btn.con-disabled {
        opacity: 0.3; }
  .work-order-form .cont-r {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 35px; }
    .work-order-form .cont-r .cont-r-h1 {
      color: var(--PIA24-BK-01, #042040);
      font-family: "Open Sans";
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; }
    .work-order-form .cont-r .cont-r-h2 {
      color: var(--PIA24-BK-02, #55687D);
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      margin-top: 20px; }
    .work-order-form .cont-r .contact-step {
      display: flex;
      align-items: center;
      gap: 37px;
      width: 100%; }
      .work-order-form .cont-r .contact-step .contact-step-item {
        flex: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: center;
        align-items: center;
        position: relative; }
        .work-order-form .cont-r .contact-step .contact-step-item:not(:last-of-type)::after {
          content: "";
          display: block;
          width: 48px;
          height: 23px;
          background: url("../../user/img/work_order/step-arr.svg");
          background-size: 100%;
          position: absolute;
          top: 22px;
          left: calc(100% - 5px); }
        .work-order-form .cont-r .contact-step .contact-step-item .csi-img {
          display: flex;
          width: 64px;
          height: 64px;
          padding: 17.778px;
          justify-content: center;
          align-items: center;
          gap: 17.778px;
          border-radius: 78.222px;
          background: #FFF;
          position: relative; }
          .work-order-form .cont-r .contact-step .contact-step-item .csi-img img {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .work-order-form .cont-r .contact-step .contact-step-item .csi-title {
          color: var(--PIA_BK-02, #55687D);
          text-align: center;
          font-family: "Open Sans";
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 12px */ }
        .work-order-form .cont-r .contact-step .contact-step-item .csi-desc {
          color: var(--PIA_BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */
          margin-top: 4px; }
    .work-order-form .cont-r .email-copy {
      display: flex;
      align-items: center;
      gap: 20px; }
      .work-order-form .cont-r .email-copy img {
        width: 74px;
        height: 74px; }
      .work-order-form .cont-r .email-copy .email-copy-text {
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        flex: 1; }
      .work-order-form .cont-r .email-copy .email-copy-btn {
        display: flex;
        height: 40px;
        padding: 12px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        border: 1px solid var(--PIA24-Line-01, #DEE0E9);
        background: var(--PIA24-BK-White, #FFF);
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-transform: capitalize;
        cursor: pointer;
        white-space: nowrap; }
    .work-order-form .cont-r .cr-ul .cr-ul-tit {
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      /* 19.2px */
      margin-bottom: 15px; }
    .work-order-form .cont-r .cr-ul ul {
      padding-left: 10px; }
      .work-order-form .cont-r .cr-ul ul li {
        list-style: inside;
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 19.5px */
        margin-bottom: 8px; }
        .work-order-form .cont-r .cr-ul ul li i {
          display: inline;
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%; }

@media screen and (max-width: 1280px) {
  .work-order-form .cont-l {
    width: 565px; }
    .work-order-form .cont-l h1 {
      font-size: 26px; }
    .work-order-form .cont-l .ipchanger-btn {
      display: flex;
      height: 40px;
      padding: 14px 40px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      color: #FFF;
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .work-order-form .cont-r {
    flex: 1; }
    .work-order-form .cont-r .cont-r-h1 {
      font-size: 30px; }
    .work-order-form .cont-r .cont-r-h2 {
      font-size: 14px; }
    .work-order-form .cont-r .email-copy img {
      width: 80px;
      height: 80px; }
    .work-order-form .cont-r .email-copy .email-copy-text {
      font-size: 14px; }
    .work-order-form .cont-r .cr-ul .cr-ul-tit {
      font-size: 14px; }
    .work-order-form .cont-r .cr-ul ul li {
      font-size: 14px; }
      .work-order-form .cont-r .cr-ul ul li i {
        font-size: 14px; } }
@media screen and (max-width: 960px) {
  .work-order-form .cont-l {
    width: 425px;
    padding: 20px; }
    .work-order-form .cont-l h1 {
      font-size: 26px;
      padding-top: 0; }
    .work-order-form .cont-l .ipchanger-btn {
      display: flex;
      height: 40px;
      padding: 14px 40px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      color: #FFF;
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .work-order-form .cont-r {
    flex: 1; }
    .work-order-form .cont-r .cont-r-h1 {
      font-size: 30px; }
    .work-order-form .cont-r .cont-r-h2 {
      font-size: 14px; }
    .work-order-form .cont-r .email-copy img {
      width: 80px;
      height: 80px; }
    .work-order-form .cont-r .email-copy .email-copy-text {
      font-size: 14px; }
    .work-order-form .cont-r .cr-ul .cr-ul-tit {
      font-size: 14px; }
    .work-order-form .cont-r .cr-ul ul li {
      font-size: 14px; }
      .work-order-form .cont-r .cr-ul ul li i {
        font-size: 14px; } }
@media screen and (max-width: 780px) {
  .work-order-form {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .work-order-form .cont-l {
      width: 100%; }
      .work-order-form .cont-l h1 {
        font-size: 26px; } }
@media screen and (max-width: 550px) {
  .work-order-form .cont-l {
    width: 100%; }
    .work-order-form .cont-l .ipt-box-container .ipt-box {
      width: 100%; }
    .work-order-form .cont-l h1 {
      font-size: 26px; }
  .work-order-form .cont-r .email-copy {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .work-order-form .cont-r .email-copy-btn {
    width: 100%; } }
.el-select-dropdown {
  display: flex;
  padding: 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px; }
  .el-select-dropdown .el-scrollbar {
    width: 100%; }
  .el-select-dropdown .area_flag {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden; }
  .el-select-dropdown .area_name {
    width: 60px;
    color: var(--PIA24-BK-02, #55687D);
    text-align: left;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 13px */
    overflow: hidden;
    text-overflow: ellipsis; }
  .el-select-dropdown .area_code {
    flex-shrink: 0;
    width: 60px;
    margin-left: auto;
    text-align: left;
    color: var(--PIA24-BK-02, #55687D);
    text-align: left;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 13px */ }

.el-select-dropdown__item {
  display: flex;
  padding: 6px 10px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  justify-content: flex-start; }
  .el-select-dropdown__item.selected {
    background: #F7F9FC; }
    .el-select-dropdown__item.selected .area_name {
      color: var(--PIA_BK-01, #042040);
      text-align: center;
      font-family: "Open Sans";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */ }
    .el-select-dropdown__item.selected .area_code {
      color: var(--PIA24-BK-02, #55687D);
      text-align: left;
      font-family: "Open Sans";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */ }
