.dz_business table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    border: 1px solid silver;
}

.dz_business td {
    padding: 5px;
    border: 1px solid silver;
    height: 30px;
    width: 100px;
}

.dz_business {
    width: 890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
    position: relative;
}

.dz_business>h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #0F5BBD;
    letter-spacing: 5px;
    margin: 0 auto;
}

.jc_submit {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.jc_submit>div {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.jc_submit>div>input {
    width: 128px;
    height: 45px;
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    margin-right: 10px;
}

.jc_submit>button {
    width: 100px;
    height: 35px;
    background: #0F5BBD;
    border-radius: 25px;
    color: white;
    border: none;
    cursor: pointer;
}

.jc_submit>button:nth-child(2) {
    background-color: hsla(0, 0%, 78%, 1);
    margin-left: 10px;
}

.jc_salesman {
    margin: 10px 0;
    text-align: left;
}

.jc_salesman>select {
    width: 300px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.jc_td {
    text-align: left;
}

.jc_td>button {
    width: 60px;
    height: 25px;
    background: #0F5BBD;
    border-radius: 5px;
    color: white;
    border: none;
    cursor: pointer;
}

.jc_payment {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

input[type="text"] {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
}

.jc_payment>div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.jc_whether {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}

.jc_whether>div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.jc_Urgent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

input {
    margin-right: 5px;
}

.jc_inspection {
    display: flex;
    justify-content: space-between;
}

.jc_inspection>div {
    display: flex;
    align-items: center;
}

.jc_list {
    display: flex;
    width: 165px;
}

.jc_list>div {
    display: flex;
    align-items: center;
}

.jc_inputcss {
    width: 40px !important;
    font-size: 12px;
    text-align: center;
}


/* pdf提示 */

.jc_promptPdf {
    position: absolute;
    top: 0;
    left: 8%;
    width: 150px;
    height: 70px;
    line-height: 70px;
    background-color: #6395d7;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* 业务员 */

.jc_echo {
    display: flex;
    margin-left: 20px;
}

.jc_echo>p:first-child {
    margin-right: 20px;
}


/* 手机 */

@media screen and (max-width:736px) {
    /* .q_business {
    margin: 3% !important;
  } */
    .phone_business .q_business h3 {
        /* font-size: 16px !important;
    color: #0F5BBD !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 5% !important; */
    }
    .phone_business form {
        /* border: 1px solid #E6E6E6;
    width: 100%; */
    }
    .phone_business form table {
        /* width: 100%; */
    }
    .phone_business .phone_title {
        /* justify-content: center; */
    }
    .phone_business #businessForm>div {
        /* display: flex;
    line-height: 30px;
    border: 1px solid #E6E6E6; */
    }
    .phone_business .ypxx>div {
        /* display: flex;
    border: 1px solid #E6E6E6;
    line-height: 30px; */
    }
    .phone_business .ypxx>div:first-child {
        /* border-top: none; */
    }
    .phone_business .ypxx {
        /* display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 10%; */
    }
    .phone_business #businessForm>div>label,
    .phone_business .ypxx>div>label {
        /* width: 30%;
    border-right: 1px solid #E6E6E6;
    padding-left: 3%;
    font-size: 15px; */
    }
    .phone_business #businessForm>div>input,
    .phone_business .ypxx>div>input {
        /* flex: 1;
    border: none;
    padding-left: 4%;
    font-size: 15px; */
    }
    .phone_business .ypxx th {
        /* width: 2rem; */
    }
    .phone_business .phone_sm p {
        /* font-size: 14px; */
    }
    /* 验证码 */
    .phone_business .phone_submit {
        /* display: flex;
    flex-direction: column;
    margin: 20px 0;
    align-items: center; */
    }
    .phone_business .phone_yzm {
        /* margin-bottom: 20px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center; */
    }
    .phone_business .phone_yzm>input {
        /* height: 35px;
    width: 27%;
    border: 1px solid #8e8e8e;
    margin-right: 5%; */
    }
    .phone_business .phone_bottom_btn {
        /* width: 100%;
    display: flex;
    justify-content: center; */
    }
    .phone_business .phone_bottom_btnSubmit {
        /* width: 30%;
    height: 40px; */
    }
    .phone_business .phone_bottom_btnQx {
        /* width: 30%;
    height: 40px;
    margin-left: 10%; */
    }
    .phone_business .phone_ypxx {
        /* display: flex;
    flex-direction: column; */
    }
    .phone_ypxx_title {
        /* text-align: center; */
    }
}

@media print {
    @page {
        size: A4 portrait;
    }
    .jc_submit,
    #content_box-1661325251233-0,
    .jc_promptPdf,
    #w_grid-1661325251263 {
        display: none;
    }
    .select {
        border: none;
        appearance: none
    }
    .jc_tr {
        display: none;
    }
}

