body {
    background: #F5F6F7;
}

.mt22 {
    margin-top: 22px;
}

.tableBox {
    border-radius: 20px;
    background: #FFF;
    margin-top: 48px;
    box-sizing: border-box;
    padding: 60px;
    margin-bottom: 100px;
}

.tableBoxTitle {
    color: #0E68B1;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 60px;
}


.onLineForm {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    width: 100%;
}

.onLineform_item {
    width: calc(50% - 20px);
}

.online_item_label {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 4px;
}

.online_item_input {
    border-radius: 8px;
    border: 1px solid rgba(14, 104, 177, 0.10);
    background: #F5F6F7;
    box-sizing: border-box;
    overflow: hidden;
}


.online_item_input input {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    background-color: transparent;
}


.onLineform_item2 {
    width: 100%;
    margin-bottom: 20px;
}

.mt0 {
    margin-bottom: 0;
}

.mt-5 {
    margin-top: -5px;
}

.mt-15 {
    margin-top: -15px;
}

.infomationTit {
    color: #0E68B1;
    font-family: "Poppins-Regular";
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-top: 30px;
}

.online_item_radio {
    display: flex;
    align-items: center;
    color: #666;
    /* 16 */
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
}

.online_item_radio input {
    margin-right: 12px;
}
.online_item_radio .orthers{
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.online_item_radio input[type="radio"] {
    border: 2px solid #0E68B1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-color: white;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.online_item_radio input[type="radio"]:hover {
    border-color: #0E68B1;
    box-shadow: 0 0 0 2px rgba(14, 104, 177, 0.1);
}

.online_item_radio input[type="radio"]:checked {
    background-color: white;
    border: 2px solid #0E68B1;
    position: relative;
}

.online_item_radio input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #0E68B1;
    border-radius: 50%;
}

.online_item_radio label {
    margin-right: 20px;
}

.online_item_checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.online_item_checkbox_item {
    display: flex;
    align-items: center;
}

.online_item_checkbox input {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    transition: all 0.2s ease-in-out;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.online_item_checkbox .orthers{
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}


.online_item_checkbox input:hover {
    border-color: #0E68B1;
    box-shadow: 0 0 0 2px rgba(14, 104, 177, 0.1);
}
.online_item_checkbox .orthers:hover{
    box-shadow:none;
   border-color:#ccc
}

.online_item_checkbox input:checked {
    background-color: #0E68B1;
    border-color: #0E68B1;
    position: relative;
}

.online_item_checkbox input:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}



.mt10 {
    margin-top: 10px;
}

.online_item_prompt {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.flexColumn {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.Immunization_msg {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px auto;
}

.online_item_input2 {
    background-color: #f5f6f7;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    height: 300px;
    border: 1px solid rgba(14, 104, 177, 0.10);
}

.online_item_input2 textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 14px;
    box-sizing: border-box;
    background-color: transparent;
    resize: none;
}

.infomationTit_msg {
    color: #0E68B1;
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.infomationTit_msg2 {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: -10px;
}

.onLineform_item3 {
    width: 100%;
    box-sizing: border-box;
    color: #666;
    /* 14 */
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.formBtn {
    color: #FFF;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border-radius: 99px;
    background: #0E68B1;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.formBtn:hover{
    background: #fff;
    border: 1px solid #0E68B1;
    color: #0E68B1;
}

.w100 {
    width: 100%;
}

.mt-5 {
    margin-top: -5px;
}

.mt-10 {
    margin-top: -10px;
}

/* 带单位的输入框样式 */
.online_item_input.with-unit {
    display: flex;
    align-items: center;
}

.online_item_input.with-unit input {
    flex: 1;
}

.online_item_input .unit {
    margin-left: 10px;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    white-space: nowrap;
}
.footer_msg>.msg2{
    display: none;
}

@media screen and (max-width: 1580px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1200px) {
    .tableBox {
        padding: 40px;
        margin-bottom: 80px;
    }

    .tableBoxTitle {
        font-size: 36px;
    }

    .infomationTit {
        margin-top: 20px;
    }

    .onLineform_item2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .tableBoxTitle {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .online_item_checkbox {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .tableBoxTitle{
        font-size: 28px;
    }
    .online_item_label{
        font-size: 14px;
    }
    .onLineForm{
        gap: 10px 20px;
    }
}

@media screen and (max-width: 576px) {
    .tableBoxTitle{
        font-size: 24px;
    }
    
    .onLineform_item {
        width: 100%;
    }

    .tableBox {
        padding: 20px 10px;
    }

    .formBtn {
        margin-top: 10px;
    }
}