

/* <!-- head头部style--> */
.head>.container {
    padding-right: 15px;
    max-width: 70rem;
    padding-left: 15px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.head>.container,
.head {
    width: 100%;
    height: 6.5625rem;
    display: flex;
}


/* .head>.container>*,
.head>*:not(.container) {
    flex: 1
} */

.head .logo {
    display: flex;
    align-items: center;
}

.head .logo>img {
    width: 4rem;
}

.head .logo>h1 {
    font-size: 1.8rem;
    font-family: D-DIN;
    font-weight: bold;
    color: #000000;
    line-height: 1.25rem;
    margin: 0;
    margin-bottom: 0.3125rem;
    margin-left: 1rem;
}

.head .table {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.head .table>div {
    font-size: 1rem;
    font-family: D-DIN;
    font-weight: bold;
    text-transform: Uppercase;
    /* min-width: 7rem; */
    text-align: center;
    margin: 0.625rem 1.875rem;
    cursor: pointer;
    color: #323946;
}

.head .table>div:not(.showForm):hover {
    color: #0F3181
}

.head .table>.showForm {
    width: 10.25rem;
    height: 3rem;
    background: #0F3181;
    border-radius: 0.3125rem;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    -webkit-appearance: none;
    /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/
}

.head .table>.menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* --t: 3.125rem; */
    --t: 3.875rem;
}

.head .table>.menu>div,
.head .more>div {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    background: #FFF;
    padding: 1.5625rem 3.25rem;
    top: 100%;
    font-family: 'D-DIN';
    font-weight: bold;
    color: #5b616c;
    letter-spacing: 0.0938rem;
    font-size: 1rem;
    left: -3.25rem;
    top: var(--t);
    opacity: 0;
    transition: all 0.25s;
    /* box-shadow: 0rem 0rem 0.125rem 0.0625rem #0f318166; */
    box-shadow: 0rem 0rem 0.125rem 0rem #5b616c;
    border-top: 0.125rem solid #224cb1;
    cursor: auto;
    pointer-events: none;
}

.head .table>.menu:hover>div,

/* .head .more:hover>div, */

.head .more[minhover]>div {
    opacity: 1;
    pointer-events: inherit;
}

.head .table>.menu>div>*:not(:first-of-type),
.head .more>div>*:not(:first-of-type) {
    margin-top: 0.9375rem;
}

.head .table>.menu>div>*,
.head .more>div>* {
    text-transform: capitalize;
    cursor: pointer;
    padding-bottom: 0.0625rem;
    border-bottom: 0.0625rem solid transparent;
    display: block;
    text-align: left;
}

.head .table>.menu>div>*:hover,
.head .more>div>*:hover {
    border-bottom: 0.0625rem solid #8696c1;
}

.head .table>.menu.hove:hover {
    transform: scale(1);
}

.head .table>.menu>span {
    transform: scale(1);
}

.head .table>.menu:hover>span {
    transform: scale(1.1);
    transition: all 0.25s;
}

.head .table>.menu::after {
    content: '';
    /* background: red; */
    width: 100%;
    height: 0rem;
    display: block;
    position: absolute;
    top: 0;
}

.head .table>.menu:hover::after {
    height: var(--t);
}

.head .more {
    margin-left: auto;
    display: flex;
    align-items: center;
    transform: scale(0);
    transition: all 0.3s;
    top: -200px;
    position: relative;
    display: none;
}

.head .more>img {
    height: 19px;
}

.head .more>div>div.open .svg_triangle {
    transform: rotate(90deg);
}

.head .more>div>div .svg_triangle {
    transform: rotate(0deg);
    transition: all 0.3s;
}


/* banner */

.banner h1 {
    text-shadow: 0.2rem 0.2rem 0.1rem rgb(0 0 0 / 70%)!important;
}

.banner h2 {
    text-shadow: 0.1rem 0.1rem 0.1rem rgb(0 0 0 / 90%)!important;
}

body.showApply {
    overflow: hidden;
}

body.showApply .model {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.model {
    position: fixed;
    background: #0008;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    z-index: 99;
    /* padding-top: 3.75rem; */
    display: none;
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
}

body.showApply .model #form {
    top: 0;
    opacity: 1;
}

.model #form {
    width: 62%;
    /* max-height: 50rem; */
    background: #FFFFFF;
    box-shadow: 0.125rem 0.125rem 1rem #0003;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: calc(-100% - 50rem);
    transition: opacity 1s, top 0.5s;
    opacity: 0.5;
}
.model #captcha{
    text-align: left ;
    /* padding-left: 2rem; */
}
.model #captcha img{
    /* margin-top: 2rem; */
    width: 8.8rem;
    height: 2.2rem;
}


.model #form>.close {
    position: absolute;
    right: 2rem;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    height: 18px;
    width: 18px;
    background-image: url('/assets/img/close-one.svg');
    background-size: 100%;
}

.model #form>.content>h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #455065;
    line-height: 100%;
    margin: 0;
}

.model #form>.content>p {
    font-size: .8rem;
    font-family: 'D-DIN';
    margin: .5rem 0;
    font-weight: bold;
    color: #717e96;
    line-height: 100%;
    /* text-transform: Uppercase; */
    text-transform: capitalize;
    letter-spacing: 0.125rem;
}

.model #form>.content>form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

form>div {
    width: calc(100% * var(--uif, 12)/12);
    padding: 0.45rem 1rem;
    box-sizing: border-box;
}

.captcha {
    padding: 0;
    padding-right: 1rem;
    width: calc(100% * var(--uif, 12)/6);
}

form>div>* {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

form>div>p,
.captcha p {
    font-size: .8rem;
    font-family: 'D-DIN';
    font-weight: bold;
    color: #53617c;
    line-height: 100%;
    /* text-transform: Uppercase; */
    letter-spacing: 0.0625rem;
    margin: 0.3rem 0 0.4rem 0
}

form>div[required]>p::after {
    content: '*';
    position: relative;
    top: -0.1875rem;
    left: 0.1875rem;
    color: #e70000;
}

form>div>input,
form>div>div[select],
form div input[name=captcha] {
    height: 2.2rem;
    line-height: 1!important;
    border: 0.0625rem solid #DAE0E8!important;
    outline: none;
    padding: 0.625rem var(--pl);
    font-size: 0.8rem!important;
    font-family: 'D-DIN';
    font-weight: bold;
    letter-spacing: 0.025rem;
    --pl: 1.25rem;
}

form>div>input::-webkit-input-placeholder,
.captcha input::-webkit-input-placeholder {
    font-size: 0.8rem;
    font-weight: bold;
    position: relative;
    bottom: 0.125rem;
    color: #bbb;
}

form>div>input:hover,
form>div>input:focus,
form>div>div[select]:hover {
    /* border-style: ; */
    box-shadow: 0rem 0rem 0.1rem 0.025rem #1d4cb999!important;
}

form>div.verifyError>input,
form>div.verifyError>div[select] {
    box-shadow: 0rem 0rem 0.225rem 0.0425rem #ef0000f5;
}

form>div.verifyError>input::-webkit-input-placeholder {
    color: #ef0000f5;
    text-align: right;
}

form>div>div[phone] {
    position: absolute;
    height: 2.2rem;
    width: 6rem;
    /* background: red; */
    /* padding: 0 0.9375rem; */
    display: flex;
    align-items: center;
    z-index: 1;
}

form>div>div[phone]+input {
    --pl: 0.5rem;
    --width: var(--w, 10rem);
    padding-left: calc(var(--width) + var(--pl));
}

select[index="-1"] {
    font-size: 1rem!important;
    color: #bbb!important;
}

form>div.verifyError select[name] {
    color: #ef0000f5!important;
}

div[phone]>select,
div[select]>select {
    height: 100%;
    border: none;
    background: transparent;
    font-size: 0.8rem;
    font-family: 'D-DIN';
    font-weight: bold;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    padding-right: 0.75rem;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    /* margin-top: 0.0625rem; */
    color: #505766;
}

div[select]>select {
    padding: 0;
}

div[phone]>select+span,
div[select]>select+span {
    display: inline-flex;
    height: 1.375rem;
    width: 1.5625rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: rotate(90deg);
    right: 0;
    pointer-events: none;
    transition: transform 0.2s ease 0s;
}

form div>select+span .triangle {
    fill: #505766;
    stroke: #505766;
    stroke-width: 2.5rem;
}


/* 
form div>select:hover:focus+span {
    transform: rotate(-90deg);
} */

form>div>div[select] {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.125rem var(--pl);
}

div[select]>select:focus,
div[phone]>select:focus {
    box-shadow: none!important;
}

div[select]>select,
[select]>select>option {
    /* font-size: 1.125rem; */
    color: #505766;
}

div[select]>select+span {
    position: relative;
}

checkbox {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    font-family: 'D-DIN';
    font-weight: 400;
    color: #667089;
    line-height: 120%;
    pointer-events: none;
    margin-top: 10px;
}

checkbox>span {
    font-size: 0.7rem;
    letter-spacing: 0;
    line-height: 1.2;
}

checkbox>span:last-of-type {
    display: none;
}

checkbox>input {
    margin-right: 15px;
    position: relative;
    top: 0.0625rem;
    left: 0.5rem;
    transform: scale(1.5);
}

input[type="submit"],
button[submit],
div[submit] {
    width: 15rem;
    background: #0F3181;
    border-radius: 0.3125rem;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: auto;
    border: none;
    padding: .5rem;
    cursor: pointer;
    font-size: .8rem;
}

#floatIcon {
    position: fixed;
    right: 1.25rem;
    bottom: 11.25rem;
    z-index: 5;
}

#floatIcon>div {
    background: #0F3181;
    padding: 0.8rem;
    border-radius: 100%;
    margin-top: 0.9375rem;
    box-shadow: 0.0625rem 0.0625rem 0.25rem 0.0625rem #0006;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    right: 0;
    transition: all 0.3s;
    z-index: 99;
}

#floatIcon>div>svg {
    color: #FFF;
    font-size: 1.75rem;
}

#floatIcon>#WxCode {
    z-index: 99;
}

#floatIcon>#WxCode.hover-active>div {
    /* width: max-content; */
    display: flex;
    transform: scale(1);
    /* left: calc(-100% - var(--imgH)); */
    /* left: calc(-10.75rem - 1.25rem - 1.1rem - 2rem); */
    opacity: 1;
}

#floatIcon>#WxCode>div {
    position: absolute;
    z-index: 6;
    /* right: calc(100% + 1.875rem); */
    align-items: center;
    background: #fff;
    box-shadow: 0.0625rem 0.0625rem 0.5rem 0.1875rem #0002, inset 0.125rem 0.125rem 0.5rem #fff;
    /* pointer-events: none; */
    border-radius: 0.5rem;
    display: flex;
    transition: transform 0.3s, left 0.3s, opacity 0.3s;
    transform: scale(0.1);
    /* left: 0; */
    opacity: 0;
    --imgH: 10.75rem;
}

#floatIcon>#WxCode>div::before,
#floatIcon>#WxCode>div::after {
    content: '';
    right: calc(var(--b)*-0.5);
    position: absolute;
    --b: 0.9375rem;
    background: #fff;
    width: 0.9375rem;
    height: 0.9375rem;
    transform: rotate(45deg);
}

#floatIcon>#WxCode>div::before {
    box-shadow: 0.125rem -0.0625rem 0.5rem 0.0625rem #0003;
    z-index: -1;
}

#floatIcon>#WxCode>div>div {
    /* height: var(--imgH); */
    z-index: 2;
    background: #fff;
    padding: 0.9375rem;
    border-radius: 0.5rem;
}

#floatIcon>#WxCode>div>div>img {
    height: 100%;
}

#floatIcon>#WxCode>div>div>p {
    margin: 0;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    margin-bottom: -6px;
    color: #333;
    font-weight: bold;
}

#floatIcon>#backTop:not(.show) {
    transform: scale(0);
    right: -3.125rem;
}

@media screen and (max-width: 450px) {
    .head .table {
        display: none;
    }
    .head {
        position: fixed;
        background: #FFF;
        z-index: 50;
        border-bottom: 1px solid #e1e1e1;
        box-sizing: border-box;
        height: 60px;
    }
    .head>.container {
        height: 100%;
        max-width: 420px;
        margin: auto;
    }
    .head>*:not(.container) {
        flex: 0;
    }
    .head>.container>* {
        flex: 0;
    }
    .head .logo>img {
        width: 28px;
    }
    .head .logo>h1 {
        font-size: 24px;
        margin-left: 8px;
        margin-bottom: 0;
    }
    .head .more {
        transform: scale(1);
        top: 0px;
        display: flex;
        z-index: 1;
    }
    .head .more>div {
        transition: all 0.3s;
        --t: 60px;
        left: initial;
        font-size: 24px;
        z-index: 10;
        position: absolute;
        width: 100vw;
        box-sizing: border-box;
        right: -15px;
        padding: 10px;
    }
    /* .head .more>div>* {
        padding-bottom: 0;
    }
    .head .more>div>a {
        padding: 15px;
        padding-bottom: 0;
    } */
    .head .more>div>div.open>p {
        height: 32px;
        padding-top: 10px;
    }
    .head .more>div>div>p {
        padding-left: 12px;
        font-size: 14px;
        height: 0px;
        line-height: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0;
        padding-top: 0;
        transition: all 0.3s;
        letter-spacing: -0.4px;
    }
    .head .table>.menu>div>*:not(:first-of-type),
    .head .more>div>*:not(:first-of-type) {
        /* margin-top: 0; */
    }
    .head .more>div>*,
    .head .more>div>*:hover {
        border-bottom: 0;
    }
    #floatIcon {
        right: 20px;
        bottom: 80px;
    }
    #floatIcon>div {
        padding: 10px;
        margin-top: 20px;
    }
    #floatIcon>div>svg {
        font-size: 20px;
    }
    #floatIcon>#WxCode[minHover]>div {
        /* left: calc(-100% - var(--imgH) - 20px); */
    }
    #floatIcon>#WxCode>div>div>p {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 450px) {
    .model {
        padding: 0;
    }
    .model #form {
        top: 0;
        bottom: 0;
        width: 100%;
        transition: opacity 1s, left 0.5s;
        left: 100%;
        padding: 0px;
        display: flex;
        flex-direction: column;
        position: fixed;
    }
    body.showApply .model #form {
        left: 0;
        opacity: 1;
    }
    body.showApply .model #form>.close {
        right: 0%;
    }
    .model #form>.close {
        width: 100%;
        top: 0px;
        text-align: left;
        position: fixed;
        background: #FFF;
        z-index: 8;
        border-bottom: 1px solid #e1e1e1;
        box-sizing: border-box;
        height: 60px;
        transition: right 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
        padding-left: 15px;
        flex-shrink: 0;
    }
    .model #form>.close::before {
        content: url('/assets/img/return.svg');
        font-size: 32px;
        font-family: cursive;
        font-weight: bold;
        color: #333;
        position: absolute;
        left: 15px;
        height: 34px;
    }
    .model #form>.close[title]::after {
        content: attr(title);
        font-size: 24px;
        font-weight: bold;
        color: #2b323f;
        font-family: D-DIN;
    }
    .model #form>.content {
        flex: 1;
        padding: 90px 30px;
        overflow-y: scroll;
        /* -webkit-overflow-scrolling: touch; */
    }
    .model #form>.content>p {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .model #form>.content>form>div {
        --uif: 12!important;
    }
    .model #form>.content>form>div:last-child {
        height: 120px;
    }
    form>div>input,
    form>div>div[select],
    form>div>div[phone],
    div>select+span {
        height: 30px!important;
    }
    checkbox>span:last-of-type {
        display: block;
    }
    checkbox>span:first-of-type {
        display: none;
    }
}