@media only screen and (max-width:1000px) {
    .formBox .btn_box {
        text-align: center;
        display: flex;
        justify-content: space-around;
        margin-bottom: 1rem !important;
    }

    .btn_box button {
        width: 40%;
        height: 1.3rem;
        border: 0;
        border-radius: 5%;
        background-color: #015293;
        color: #fff;
        margin-right: 0;
        line-height: 1.3rem;
    }

    select {
        width: 96%;
        height: 1.3rem;
        background: #fff;
        border: 1px solid #E4E4E4;
        padding: 1% 2%;
        box-sizing: content-box;
    }

    input,
    textarea {
        font-size: 13px !important;
    }

    .selectInp {
        font-size: .8rem;
        background: url(https://liuyan.www.gov.cn/2024nyzyrksmh/imgs/icon18.jpg) no-repeat right/3rem 3rem;
    }

    .web-show {
        display: none;
    }

    .h5-show {
        display: block;
    }

    .match_suc .n_biaodan {
        margin-left: 0;
    }

    .item_title .templete {
        display: flex;
        justify-content: space-between;
    }

    .template_content {
        position: fixed;
        width: 90%;
        background: #fff;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: .2rem .2rem .6rem #fff;
        height: 335px;
    }

    .template_box_title {
        display: flex;
        padding: .5rem 1rem;
        justify-content: space-between;
        background: #015292;
        color: #fff;
        font-weight: 700;
    }

    .template_btn button {
        padding: 0 1rem;
        background: #015292;
        border: 0;
        height: 2rem;
        line-height: 2rem;
        border-radius: .5rem;
        font-size: .8rem;
        color: #fff;
        cursor: pointer;
    }

    .msg_box {
        position: relative;
        height: 3rem;
        width: 100%;
    }

    .msg_box .msg_box_content {
        position: absolute;
        right: .5rem;
        width: 150px;
        /* text-align: right; */
    }

    .vdcpic_box {
        display: block;
    }

    .capInfoBox {
        text-align: center;
        padding-top: 1rem;
        color: #666;
        display: flex;
        align-items: center;
    }

    .capInfoBox img {
        display: inline-block;
        width: auto;
        height: 1.5rem;
        border: 1px solid #ccc;
        border-radius: .5rem;
        margin-right: 1rem;
    }

    .exceedNumber {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .look_more {
        margin: 1.5rem .5rem 1.5rem !important;
        padding: 10px;
        border: 1px solid #d7d7d7;
    }

    .sendCheck {
        width: 100%;
    }

    .sendCheck {
        position: relative;
        /* margin-top: 10px; */
        display: flex;
        justify-content: right;
        font-size: 14px;
    }

    .sendCheckBtn {
        position: absolute;
        top: 0;
        right: 0;
    }


    .govAnsLi a {
        display: flex;
        /* width: 50px !important; */
        flex: 1 !important;
        width: 100%;
        /* 
        justify-content: space-between;

        color: #5E5E5E;

        font-size: 16px;

        flex: 0 0 500px; */

    }

    .govAnsLi a p {
        width: 100% !important;
        word-break: break-word;
        width: 500px;
    }

    .sendCheckBtn {
        display: flex;
        justify-content: flex-end;
        line-height: 25px;
        color: #5E5E5E;
        margin-bottom: 5px;
    }

    .look_title span {
        position: absolute;
    }

    .exceedNumber p {
        margin: 10px 0;
    }

    .sendCheckMsg {
        margin-top: 30px;
        width: 100px;
        color: #999;
        margin-bottom: 10px;
    }

    .look_more .look_title {
        color: #333333;
        font-size: 16px;
    }

    .model_title {
        margin: 30px 30px 10px 30px !important;
        text-align: left;
    }

    .noMore {
        display: block;
        text-align: center;
        padding: 0 30px 20px;
    }

    .selectInp {
        color: #000 !important;
    }

    .templete_title span {
        color: red;
    }

    .messageSubmittedSuccess {
        /* width: 98%; */
        display: none;
        z-index: 101;
        font-family: "微软雅黑";
        font-size: 16px !important;
        margin: 0 !important;
        background: #fff;
        border: 1px solid #0d5199;
        border-radius: 4px;
        text-align: center;
    }

    .dateContent {
        width: 100%;
    }

    /* 时间选择 */

    .datepicker {
        left: 38.133px !important;
        width: 200px;
        z-index: 10000 !important;
    }

    /* .datepicker {
        display: block !important;
    } */

    .dropdown-menu {
        /* height: 100px !important; */
        position: absolute;
        top: 94%;
        /* left: -130px; */
        /* width: 150%; */
        background: #fff;
        padding: 5px 0;
        margin: 2px 0 0;
        z-index: 999;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        padding: 0 10px;
        box-sizing: border-box;
    }

    .msg_box .msg_box_content p {
        /* position: absolute;
        right: .5rem;
        width: 100%;
        text-align: right; */
    }

    .bd_content label {
        display: block;
        margin-bottom: 1rem;
        padding-left: 1rem;
        font-size: .75rem !important;
    }

    .template_info {
        padding: 1.1rem;
        line-height: 2rem;
    }

    .formBox .bd_btn {
        text-align: center;
        display: flex;
        justify-content: space-around;
        margin-bottom: 1rem;
        margin-left: 0;
    }

    .template_btn {
        text-align: center;
        margin-bottom: 1rem;
    }

    .form_item {
        display: block;
    }

    .number-show {
        display: none;
    }

    .small_title {
        display: block;
        width: 100% !important;
        float: none;
    }

    .form_item .item_title {
        text-align: left;
    }

    .formBox .bd_btn input {
        margin-left: 0;
    }

    .bd_input input {
        height: 1.3rem;
        width: 96%;
    }

    .backPay_form {
        padding: 0;
    }

    /* .formBox .item_content input[type="text"] {
        height: 1.3rem !important;
    } */

    /* .bd_btn ::after{ */
    /* content: none !important; */
    /* } */
    .match_suc .n_biaodan .bd_btn::after {
        content: none !important;
    }

    .match_suc .title_name {
        /* width: 190px; */
        /* font-size: 14px; */
        /* float: left; */
        text-align: left;
    }

    .formBox {
        border: 1px solid #E4E4E4;
        padding: 5% !important;
        margin: 1.5rem .5rem 1.5rem !important;
    }

    .formBox .formTitle {
        font-weight: 700;
        font-size: 16px;
        color: #000;
    }

    .formBox .formTitle p {
        padding-top: 1rem;
        font-weight: 400;
        color: #666666;
        font-size: .75rem;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .formBox .form_item {
        margin-bottom: 2rem;
    }


    .formBox .item_title {
        font-size: .75rem;
        margin-bottom: .8rem;
        color: #000;
    }

    .formBox .item_title>span {
        color: red;
    }

    .formBox .item_content input[type="checkbox"],
    .formBox .item_content input[type="radio"] {
        width: 1rem;
        margin-right: .5rem;
        /* appearance: button; */
    }

    .formBox .item_content input[type="text"],
    .formBox .item_content input[type="number"] {
        width: 96%;
        font-size: .8rem;
        height: 1.3rem;
        border: 1px solid #e4e4e4;
        color: #000;
        padding: 1% 2%;
    }

    .formBox .item_content textarea {
        width: 96%;
        border: 1px solid #e4e4e4 !important;
        height: 10rem;
        color: #000;
        font-size: .8rem;
        padding: 2% 2%;
    }

    /* .match_suc {
        border: 1px solid #E4E4E4;
        padding: 5%;
        margin: 0 .5rem !important;
    }

    .match_suc .match_suc_title {
        font-weight: 700;
        color: #000;
    }

    .match_suc .match_suc_title p {
        padding-top: 1rem;
        font-weight: 400;
        color: #666666;
    }

    .match_suc .form_item {
        margin-bottom: 2rem;
    }

    .match_suc .item_title {
        font-size: 1.4rem;
        margin-bottom: .8rem;
        color: #000;
    }

    .match_suc .item_title>span {
        color: red;
    }

    .match_suc .item_content input[type="checkbox"],
    .match_suc .item_content input[type="radio"] {
        width: 1rem;
        margin-right: .5rem;
    }

    .match_suc .item_content input[type="text"],
    .match_suc .item_content input[type="number"] {
        width: 100%;
        height: 3rem;
        border: 1px solid #e4e4e4;
        padding: 0 1rem;
        color: #000;
    }

    .match_suc .item_content textarea {
        width: 100%;
        border: 1px solid #e4e4e4 !important;
        height: 10rem;
        padding: .3rem 1rem;
        color: #000;
    } */

    .item_content label {
        display: block;
        margin-bottom: 1rem;
        padding-left: 1rem;
        font-size: .75rem !important;
    }
}