@font-face {
    font-family: "DINNEXTW1G-LIGHT"; /* 自定义字体别名（可任意命名） */
    src: url("../fonts/DINNEXTW1G-LIGHT.OTF") format("opentype"); /* 路径和格式声明 */
    font-weight: normal; /* 字重（常规/加粗等，需与字体本身匹配） */
    font-style: normal; /* 字体风格（正常/斜体） */
    font-display: swap; /* 加载期间显示 fallback 字体，避免空白闪烁 */
}
@font-face {
    font-family: "cutDefault"; /* 自定义字体别名（可任意命名） */
    src: url("../fonts/cutDefault.ttc") format("truetype-collection"); /* 路径和格式声明 */
    font-weight: normal; /* 字重（常规/加粗等，需与字体本身匹配） */
    font-style: normal; /* 字体风格（正常/斜体） */
    font-display: swap; /* 加载期间显示 fallback 字体，避免空白闪烁 */
}
@font-face {
    font-family: "FZZYSJ";
    src: url("../fonts/FZZYSJ.TTF") format("truetype"); /* 路径和格式声明 */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 加载期间显示 fallback 字体，避免空白闪烁 */
}
#zlhd {
    position: relative;
}

#zlhd .other-btn-group {
    position: absolute;
    left: -220px;
    top: 380px;
}

.other-btn-group .qxbtn-style {
    padding: 10px 6px;
    width: 210px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: left;
}

.nmgqx-enter-btn1 {
    background: rgb(15, 89, 164);
}

.nmgqx-enter-btn2 {
    background: rgb(0, 159, 211);
}

.other-btn-group .qxbtn-style img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-left: 5px;
}

.other-btn-group .nmgqx-enter-btn2 img {
    margin-right: 25px;
    background: rgb(0, 159, 211);
}
@media (max-width: 1560px) {
    .other-btn-group .qxbtn-style {
        justify-content: center;
    }
    .other-btn-group .qxbtn-style img {
        margin-right: 20px;
    }

    .other-btn-group .nmgqx-enter-btn2 img {
        margin-left: -15px;
        margin-right: 30px;
    }
    .other-btn-group .qxbtn-style div {
        display: flex;
    }
}

.other-btn-group .commonbtn-style {
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    min-width: 210px;
}

.common-enter-btn1 {
    background: rgb(15, 89, 164);
}

.common-enter-btn2 {
    background: rgb(0, 159, 211);
}

.message-body {
    padding: 0 20px;
}
.default-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mr-20 {
    margin-right: 20px;
}

.form-message-box .message-body .tip {
    color: #165693;
}

.form-message-box span,
.form-message-box div,
.form-message-box label {
    box-sizing: border-box;
}

.form-message-box textarea:disabled {
    background-color: #fff;
}

.form .form-item {
    display: inline-block;
    position: relative;
    height: 43px;
    margin-bottom: 20px;
}

.form .form-info {
    display: inline-block;
    min-height: 43px;
    margin-bottom: 20px;
    line-height: 40px;
}

.form .form-item .tip {
    color: #165693;
    font-size: 16px;
    position: absolute;
    left: 12px;
    line-height: inherit;
    top: 8px;
    z-index: 99;
}

.form-item .city-picker-dropdown {
    z-index: 100;
}

.form .form-item input {
    padding: 0 10px;
    box-sizing: border-box;
    height: 43px;
}

/* 多行文本框 */
.form .form-item textarea {
    width: 100%;
    border: none;
    font-size: 18px;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
    margin-top: 40px;
}
.form .form-item.form-item-textarea {
    height: auto;
    border: 1px solid #dddddd;
    background-color: #fff;
}
.form .form-item.form-item-textarea .info {
    text-align: right;
    padding: 0 10px;
}
.form .form-item.form-item-textarea .info b {
    color: #5e81ab;
}

.form .form-item .chinese-text {
    position: absolute;
    bottom: -22px;
    color: red;
    font-size: 14px;
}

/* 整行 */
.form-item.w-100,
.form-item.w-100 input {
    width: 100%;
}

/* 两列 */
.two-col {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.form-item.w-50,
.form-info.w-50 {
    flex: 1;
    min-width: 240px;
}
.form-item.w-50 input {
    width: 100%;
}

/* 时间选择 */
.datepicker {
    width: 200px;
    position: absolute;
    background-color: #fff;
    z-index: 99999 !important;
    height: 216px;
}

.select-date {
    outline: none;
}
.inputIco {
    cursor: pointer;
    z-index: 98;
    height: 42px;
    width: 42px;
    background: #004986 url(../images/u255.png) no-repeat 12px 9px /20px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.date-picker-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

/* input 2个label文本 */
.form-item.label-two input {
    padding-left: 60px;
}
.form-item.label-four input {
    padding-left: 90px;
}
.form-item.label-five input {
    padding-left: 105px;
}
.form-item.label-six input {
    padding-left: 120px;
}
.form-item.label-seven input {
    padding-left: 140px;
}
.form-item.label-eight input {
    padding-left: 155px;
}
.form-item.label-nine input {
    padding-left: 170px;
}
.form-item.label-ten input {
    padding-left: 185px;
}
.form-item.label-eleven input {
    padding-left: 200px;
}
.form-item.label-twelve input {
    padding-left: 220px;
}
.form-item.label-thirteen input {
    padding-left: 235px;
}
.form-item.label-fourteen input {
    padding-left: 250px;
}

.form-item.label-two .city-picker-span {
    padding-left: 55px;
}
.form-item.label-seven .city-picker-span {
    padding-left: 140px;
}

.form-item .city-picker-span {
    height: 43px;
}

.place-box {
    display: flex;
    flex: 1;
    min-width: 240px;
}
.place-box .form-item {
    flex: 1;
}
.place-box .form-item input {
    width: 100%;
}
.place-box .iradio_square-blue {
    margin-top: 14px;
}
.two-col .place-box .iradio_square-blue,
.form-item.input-group .iradio_square-blue {
    margin-right: 6px;
}
.detail-place {
    margin-left: 22px;
}

@media (max-width: 1200px) {
    .verification .change {
        display: inline-block;
    }
    .personal-information .m-t-20 {
        margin-top: 20px;
    }
}
@media (max-width: 990px) {
    .verification {
        width: 100% !important;
    }
}

@media (max-width: 1560px) {
    .other-btn-group {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 20px;
    }
    .other-btn-group .qxbtn-style {
        text-align: center;
    }
    .other-btn-group .qxbtn-style,
    .other-btn-group .commonbtn-style {
        width: 100% !important;
    }
}

@media (max-width: 700px) {
    .table-condensed {
        display: inline-block !important;
    }
}
.info-box {
    display: flex;
    justify-content: space-between;
}
.select-box {
    margin: 0 auto;
    max-width: 1220px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.select-box .select-item {
    box-sizing: border-box;
    flex: 1 0 calc(33% - 25px);
    height: 115px;
    padding: 20px 17px;
    border: 1px solid #e3e3e3;
    margin-bottom: 40px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    user-select: none;
    width: 380px;
    overflow: hidden;
}
.topText {
    font-weight: 700;
    font-size: 24px;
}
.select-box .select-item .item-num {
    position: absolute;
    right: -7px;
    bottom: -12px;
    font-size: 90px;
    color: #eaecec82;
    z-index: -1;
    height: 90px;
    display: flex;
    align-items: center;
    font-family: "DINNEXTW1G-LIGHT";
    font-weight: 300;
}
.select-box .macP .item-num {
    bottom: -20px;
}
.select-box .active-select {
    border: 1px solid #015293;
    color: #015293;
}
.select-box .active-select .item-num {
    color: #487bae30;
}
@media (min-width: 920px) {
    .verification .vdcpic1 {
        margin: 0 20px;
    }
    .select-box .select-item:not(:nth-child(3n)) {
        margin-right: 40px;
    }
}
.title-container {
    margin: 40px auto;
    display: flex;
    align-items: center;
    max-width: 1220px;
}

/* 渐变色线条 */

.title-container::before {
    border-bottom: 1px solid #487bae;
    content: "";
    flex: 1;
    height: 8px;
    background: linear-gradient(
        to right,
        transparent,
        #fff 50%,
        /* 20%位置开始显示主色 */ #0064ff38
    );

    /* 裁剪为右上角直角的三角形（坐标：左上角、右上角、右下角） */
    clip-path: polygon(10% 10%, 100% 0, 100% 100%, 0 100%);
}
.title-container::after {
    border-bottom: 1px solid #487bae;
    content: "";
    flex: 1;
    height: 8px;
    background: linear-gradient(
        to left,
        transparent,
        #fff 50%,
        /* 20%位置开始显示主色 */ #0064ff38
    );
    /* 裁剪为右上角直角的三角形（坐标：左上角、右上角、右下角） */
    clip-path: polygon(0 0, 90% 10%, 100% 100%, 0 100%);
}

.title-text {
    margin: 0 10px;
    color: #015293;
    font-size: 30px;
    font-weight: 400;
    white-space: nowrap;
    font-family: "FZZYSJ";
}
.tips-info {
    background-color: #f9f9f9;
    border-top: 1px solid #b6cbe2;
    margin-bottom: 80px;
}
.tips-info .titleText {
    font-family: "FZZYSJ";
    font-weight: 400;
}
.tips-info main {
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 0;
}
.tips-title {
    margin-bottom: 20px;
}
.tips-title div {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 10px;
}
.tips-title .last {
    font-weight: 400;
    font-size: 18px;
    font-family: "cutDefault";
}
.tips-content {
    font-size: 18px;
    font-family: "cutDefault";
    line-height: 1.9;
    color: #3a3a3a;
}
.tips-content div {
    margin-bottom: 5px;
}
.logos {
    max-width: 1220px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
.logos img {
    height: 30px;
    margin-right: 30px;
}
/* tips_mask css start */
.tips_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tips_mask .tips {
    width: 747px;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    font-size: 16px;
}
.tips_mask .tips .tips_title {
    text-align: center;
    color: #015292;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tips_mask .tips p {
    line-height: 24px;
    margin-bottom: 3px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.tips_mask .tips .tips_btn {
    width: 240px;
    display: block;
    margin: 5px auto 8px;
    background-color: #01518e;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    cursor: pointer;
    padding: 0 10px;
    outline: none;
    border-radius: 10px;
}
.tips_mask .tips .tips_btn_ok {
    width: 240px;
    display: block;
    margin: 5px auto 8px;
    background-color: #01518e;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    cursor: pointer;
    padding: 0 10px;
    outline: none;
    border-radius: 10px;
}
.tips_mask .tips label {
    color: #000;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 16px;
}
.tips_mask .tips label input {
    cursor: pointer;
    margin-right: 5px;
}
/* tips_mask css end */
#readInfo {
    cursor: pointer;
}

@media (max-width: 920px) {
    .select-box .select-item .item-num {
        font-size: 3rem;
        bottom: -27px;
        right: -5px;
    }
    .form .verification input {
        width: 20%;
    }
    .select-box {
        box-sizing: border-box;
        padding: 0 10px;
        justify-content: space-between;
    }
    .select-box .select-item {
        flex: 0 0 calc(50% - 8px);
        padding: 5px 10px;
        line-height: 1.4;
        margin-bottom: 10px;
        height: 99px;
    }

    .select-box .select-item:not(:nth-child(2n)) {
        margin-right: 10px;
    }

    .tips-info main {
        padding: 20px 10px;
    }
    /* .tips-content {
        font-weight: 300;
    } */
    .info-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .info-box div {
        flex: 0 0 100%;
    }
    .form .verification .change {
        font-size: 0.64rem;
    }
    .form .submit .btn {
        width: 160px;
        height: 30px;
        line-height: 30px;
    }
    .title-text {
        font-size: 26px;
    }
    .logos img {
        height: 24px;
        margin-right: 20px;
    }
    .tips_mask .tips {
        width: 90%;
        box-sizing: border-box;
    }
    .tips_mask .tips p {
        font-size: 14px;
        line-height: 18px;
    }
    .tips-info {
        margin-bottom: 40px;
    }
    /* .title-container {
        margin: 20px auto;
    } */
    .title-container::before {
        background: linear-gradient(
            to right,
            transparent,
            #fff 1%,
            /* 20%位置开始显示主色 */ #0064ff38
        );
        height: 0.2rem;
    }
    .title-container::after {
        background: linear-gradient(
            to left,
            transparent,
            #fff 1%,
            /* 20%位置开始显示主色 */ #0064ff38
        );
        height: 0.2rem;
    }

    .select-box .select-item {
        font-size: 0.68rem;
    }
    .topText {
        font-size: 0.85rem;
    }
    .tips-title {
        margin-bottom: 15px;
    }
    .tips-title div {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .tips-title .last {
        font-size: 0.65rem;
        margin-top: 5px;
    }
    .tips-content {
        font-size: 0.65rem;
        line-height: 1.5;
    }
}
.form .textarea .info b {
    font-family: "SimSun", "Songti SC", "Noto Serif SC", "NSimSun", serif;
}
