* {
    margin: 0;
    padding: 0;
}

a {
    list-style: none;
    text-decoration: none;
}

body {
    background: #F6F6F6;
    min-height: 100vh;
    background: #fff;
}
.head-title{
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    position: sticky;
    top: 0px;
    background: #fff;
}
.container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.head {
    position: relative;
}

.head img {
    width: 100%;
}

.ml20 {
    margin-left: 40px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.head .img-str {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    /* color: #fff;
    font-size: 30px; */
    text-align: center;
    width: 80%;
    letter-spacing: 0.3em;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.head .img-str .p-item {
    display: flex;
    flex-direction: column;
}

.head .img-str .p-text {
    color: #fff;
    /*font-size: 32px;*/
    line-height: 50px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
}
.p-text {
    font-size: 42px;
}

.p-text2 {
    font-size: 34px;
}

.head .img-str .p-text2 {
    color: #fff;
    /*font-size: 24px;*/
    line-height: 50px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.head .img-str .p-item:first-child .p-text2 {
    padding-left: 0;
}

/* .head .img-str strong{
    font-size: 40px;
} */

.head .advan-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    padding: 14px 0;
    width: 92%;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

.head .advan-box .advan_list {
    display: flex;
    flex-wrap: nowrap;
}

.head .advan-box .advan_list li {
    box-sizing: border-box;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head .advan-box .advan_list li img {
    width: 60px;
}


.head .advan-box .advan_list li strong {
    color: #c51f2b;
}

ul {
    list-style: none;
}

.head .advan-box .advan_list li span {
    padding-top: 4px;
}

.del {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
}

.data-title {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.main {
    width: 92%;
    margin-bottom: 50px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

.main .title-img {
    width: 100%;
}

.main .title-img img {
    height: 50px;
    margin-top: -14px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.main .tips {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
    white-space: nowrap;
}

.main .tips .e-text-1 {
    font-weight: 700;
    text-align: center;
}

.main .tips .e-text-1-1 {
    color: #000;
}

.main .tips .e-text-1-2 {
    color: #c51f2b;
}

.main .tips .p-1 {
    color: #4B4B4B;
    text-align: center;
}


.main .form {
    padding: 8%;
}


.main .form-item {
    box-sizing: border-box;
    padding: 12px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9;
}

.main .form-item label {
    width: 90px;
    display: inline-block;
    flex-shrink: 0;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}

.main .form-item .msg-item {
    display: inline-block;
    width: 100%;
    flex-shrink: 1;
    position: relative;
}

.main .form-item .msg-item>input:not(.picker-trigger) {
    width: 100%;
    border-radius: 10px;
    height: 36px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
}

/* 表单选择器触发器（城市 / 需求金额） */
.picker-trigger-wrap {
    position: relative;
}

.picker-trigger {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 10px;
    padding: 0 32px 0 10px;
    box-sizing: border-box;
    background: #fff;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.picker-trigger::placeholder {
    color: #b0b0b0;
}

.picker-trigger-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-right: 1.5px solid #999;
    border-bottom: 1.5px solid #999;
    transform: rotate(45deg);
    pointer-events: none;
}

/* 底部弹层选择器 */
body.picker-sheet-open {
    overflow: hidden;
}

.picker-sheet-mask {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.picker-sheet {
    width: 100%;
    max-width: 700px;
    max-height: min(68vh, 520px);
    background: #fff;
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: picker-sheet-in 0.28s ease-out;
}

.picker-sheet--compact {
    max-height: min(50vh, 380px);
}

@keyframes picker-sheet-in {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.picker-sheet-header {
    position: relative;
    flex-shrink: 0;
    padding: 16px 48px 12px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.picker-sheet-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.02em;
}

.picker-sheet-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #999;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

.picker-sheet-tabs {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding: 0 16px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 44px;
}

.picker-tab {
    position: relative;
    border: none;
    background: transparent;
    padding: 12px 0 10px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-tap-highlight-color: transparent;
}

.picker-tab--active {
    color: #007aff;
    font-weight: 500;
}

.picker-tab--active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #007aff;
    border-radius: 1px;
}

.picker-sheet-list {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 calc(8px + env(safe-area-inset-bottom, 0));
}

.picker-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: none;
    background: #fff;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.picker-list-item:active {
    background: #f5f7fa;
}

.picker-list-item-text {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.4;
}

.picker-list-item--selected .picker-list-item-text {
    color: #007aff;
    font-weight: 500;
}

.picker-list-item-check {
    flex-shrink: 0;
    margin-left: 12px;
    font-size: 16px;
    color: #007aff;
    font-weight: 600;
}

.main .form-item .msg-item .icon-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox,
.radiobox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.checkbox .checkbox-item,
.radiobox .radio-item {
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #474747;
    color: #000;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}


.checkbox .checkbox-item.selected,
.radiobox .radio-item.selected {
    border-color: #c51f2b;
    color: #c51f2b;
}



.form-item .msg-item .val_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    background-color: #EAF0FF;
    color: #4D84F4;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
    line-height: 28px;
    width: auto !important;
    cursor: pointer;
    border: none !important;
}


.submit {
    background-color: #33ABA0;
    color: #fff;
    text-align: center;
    display: block;
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 46px;
    line-height: 46px;
    border-radius: 99999px;
    border: none;
    margin-top: 26px;
    font-size: 18px;
}

.protocol_box {
    font-size: 12px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.protocol_box #confirm_protocol {
    display: inline;

}

.protocol_box .label {
    display: inline;
    color: #A9A9A9;
    margin-left: 6px;
}

.protocol_box .label .protocol {
    color: #5DACEE;
}


.about-box {
    position: relative;
    background-color: #F4F4F4;
    padding-bottom: 50px;
}

.about-box h2,
.process-box h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-box .about-box-2 {}

.about-box-2 .about-list {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    padding-left: 3%;
    padding-right: 3%;
}

.about-box-2 .about-list li {
    /* width: 33%; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}


.about-list li img {
    width: 100%;
}

.about-list li .about-txt-2 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
}

.about-list li .about-txt-3 {
    padding-top: 4px;
    color: #000;
    font-size: 12px;
}

.about-list li .about-txt-3 strong {
    color: #c51f2b;
}

.banner img {
    width: 100%;
}

.banner img:not(:first-child) {
    padding-top: 20px;
}

.about-box-3 {
    background-color: #fff;
    padding-bottom: 0px;
}

.about-box-3 h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 0;
}

.about-box-3 .about-txt p {
    text-indent: 2em;
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
}

.process-box {
    padding-bottom: 50px;
}

.process-box .banner {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}


.warm-tips {
    background-color: #f4f4f4;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.warm-tips .t-name {
    color: #000;
    font-weight: 700;
}

.warm-tips p {
    color: #929292;
}


.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#posted-fail,
#posted-success {
    display: none;
}

#posted-fail .ps-content,
#posted-success .ps-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 86%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
}

#privacy-box .privacy-box-1 {
    background-color: #fff;
    width: 90%;
    height: 90vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
}

#privacy-box .privacy-box-1 .privacy-main {
    padding: 12px 16px;
    height: calc(100% - 100px);
    overflow: scroll;
}

#privacy-box .privacy-box-1 .privacy-main h1 {
    text-align: center;
    margin-bottom: 20px;
}

#privacy-box .privacy-box-1 .privacy-main h2 {
    margin-bottom: 10px;

    margin-top: 10px;
}

#privacy-box .privacy-box-1 .privacy-main p {
    text-indent: 2em;
    line-height: 26px;
}

#privacy-box {
    display: none;
}

/* #privacy-box .privacy-box-1 .privacy-main */


.privacy-box-1 .readed {
    height: 50px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 99999px;
    text-align: center;
    background-color: #33ABA0;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#posted-fail .ps-content,
#posted-success .ps-content {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

#posted-fail .ps-content>h2,
#posted-success .ps-content>h2 {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 22px;
}

#posted-fail .ps-content>p,
#posted-success .ps-content>p {
    font-size: 16px;
}

#posted-fail .ps-content>.knowed,
#posted-success .ps-content>.knowed {
    border-radius: 12px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #fff, #F3680D);
    width: 200px;
    height: 40px;
    margin-top: 16px;
}

.form-item--plate {
    align-items: flex-start;
}

.form-item--plate label {
    padding-top: 8px;
}

/* 车牌号分格输入（样式参考 car-finance-landing LicensePlateKeyboard） */
.plate-input {
    width: 100%;
    overflow: hidden;
}

.plate-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    gap: clamp(3px, 1.2vw, 5px);
    --plate-cell-height: clamp(32px, 9vw, 38px);
    --ne-cell-size: clamp(26px, 7.5vw, 34px);
}

.plate-cell:not(.ne-cell) {
    flex: 1 1 0;
    min-width: 0;
    height: var(--plate-cell-height);
    min-height: var(--plate-cell-height);
    max-height: var(--plate-cell-height);
}

.plate-cell {
    padding: 0;
    border: 1px solid #474747;
    border-radius: 4px;
    background: #fff;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    box-sizing: border-box;
}

.ne-cell {
    flex: 0 0 var(--ne-cell-size);
    width: var(--ne-cell-size);
    min-width: var(--ne-cell-size);
    max-width: var(--ne-cell-size);
    height: var(--plate-cell-height);
    min-height: var(--plate-cell-height);
    max-height: var(--plate-cell-height);
    padding: 2px 0;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(51, 171, 160, 0.12);
    border-color: #33ABA0;
}

.ne-cell.on {
    background: #33ABA0;
    border-color: #33ABA0;
}

.ne-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.ne-char {
    font-size: clamp(8px, 2.1vw, 10px);
    font-weight: 600;
    line-height: 1.05;
    color: #33ABA0;
}

.ne-cell.on .ne-char {
    color: #fff;
}

.plate-cell-text {
    font-size: clamp(14px, 4.2vw, 18px);
    font-weight: 600;
    line-height: 1;
}

.plate-cell.placeholder .plate-cell-text {
    color: #A9A9A9;
    font-weight: 500;
}

.plate-cell.active {
    border-color: #c51f2b;
    box-shadow: 0 0 0 2px rgba(197, 31, 43, 0.35);
}

.plate-cell.filled:not(.active) {
    border-color: #c51f2b;
}

/* 车牌虚拟键盘 */
.plate-kb-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: flex-end;
    z-index: 8000;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.plate-kb {
    width: 100%;
    max-height: min(56vh, 440px);
    background: #c8cdd3;
    padding: 10px clamp(6px, 2vw, 10px) calc(10px + env(safe-area-inset-bottom, 0));
    border-radius: 14px 14px 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.plate-kb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 2px;
}

.plate-kb-title {
    font-size: 13px;
    color: #64748b;
}

.plate-kb-preview {
    font-size: clamp(16px, 4.5vw, 20px);
    font-weight: 700;
    letter-spacing: 2px;
    color: #0f172a;
}

.plate-kb-key {
    height: clamp(38px, 10.5vw, 44px);
    border: none;
    border-radius: 7px;
    background: #fff;
    font-size: clamp(15px, 4.2vw, 17px);
    font-weight: 500;
    color: #1a1a1a;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.plate-kb-key:active:not(:disabled) {
    background: #d8dde3;
    transform: scale(0.98);
}

.plate-kb-key:disabled {
    cursor: not-allowed;
    background: #e8eaed;
    color: #b0b8c4;
    opacity: 1;
    box-shadow: none;
}

.plate-kb-key--muted {
    background: #e5e7eb !important;
    color: #9ca3af !important;
    box-shadow: none;
    opacity: 0.85;
}

.plate-kb-key--vlabel .plate-kb-vlabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 1px;
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1;
}

.plate-kb-province,
.plate-kb-alnum {
    --kb-gap: clamp(5px, 1.4vw, 7px);
    --kb-key-width: calc((100% - 9 * var(--kb-gap)) / 10);
    display: flex;
    flex-direction: column;
    gap: var(--kb-gap);
}

.plate-kb-row {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--kb-gap);
    width: 100%;
}

.plate-kb-row--10 .plate-kb-key {
    flex: 1 1 0;
    min-width: 0;
}

.plate-kb-row--last {
    align-items: stretch;
}

.plate-kb-row--last > .plate-kb-key:not(.plate-kb-delete):not(.plate-kb-done) {
    flex: 0 0 var(--kb-key-width);
    max-width: var(--kb-key-width);
}

.plate-kb-row--last > .plate-kb-delete {
    flex: 0 0 calc(var(--kb-key-width) * 1.5 + var(--kb-gap) * 0.5);
    margin-left: auto;
    background: #d1d5db;
    color: #374151;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(17px, 4.8vw, 20px);
}

.plate-kb-row--last > .plate-kb-done {
    flex: 0 0 calc(var(--kb-key-width) * 1.5 + var(--kb-gap) * 0.5);
    background: #33ABA0;
    color: #fff;
    font-weight: 600;
    font-size: clamp(14px, 3.8vw, 16px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 360px) {
    .plate-row {
        gap: 2px;
        --plate-cell-height: 30px;
        --ne-cell-size: 24px;
    }
    .plate-cell,
    .ne-cell {
        border-radius: 3px;
    }
    .ne-char {
        font-size: 7px;
    }
    .plate-cell-text {
        font-size: 14px;
    }
}