body {
    max-width: 100% !important;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif !important;
}

input {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif !important;
}

::placeholder {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif !important;
}

.download_s {
    color: #1c4381;
    text-decoration: underline;
    cursor: pointer;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder {
    color: #757575;
}

input:-moz-placeholder {
    color: #757575;
}

input::-moz-placeholder {
    color: #757575;
}

input:-ms-input-placeholder {
    color: #757575;
}

.mb-only {
    display: none;
}

.pc-pad {
    display: block;
}

.info {
    margin-top: 1rem;
}

.info .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.6rem;
}

.info .box .t {
    font-size: 0.3rem;
    font-weight: 500;
}

.info .box .d {
    font-size: 0.18rem;
    margin-top: 0.2rem;
}

.info .box .phone,
.info .box .email {
    font-size: 0.18rem;
    color: #1c4381;
    text-decoration: underline;
    margin-top: 0.2rem;
}

.remarks {
    font-size: 0.18rem;
    color: #8a8a8a;
    margin-top: 1rem;
}

.remarks span {
    color: #1c4381;
}

@media (max-width: 767px) {
    .mb-only {
        display: block;
    }

    .pc-pad {
        display: none;
    }
}

#contact-banner {
    position: fixed;
    width: 100%;
    margin-top: 0.1rem;
}

#footer-box {
    z-index: 2;
    position: relative;
}

main .banner {
    width: 100%;
    height: 7.4rem;
    position: relative;
    overflow: hidden;
}

main .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

main .banner div {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    letter-spacing: 0.02rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    width: 100%;
}

main .content-box {
    /* height: 28rem; */
    position: relative;
    background-color: #fff;
}

main .content-box .nav {
    height: 5.18rem;
    background-color: #2b4979;
    padding: 1rem 0 1.4rem 1.38rem;
}

main .content-box .nav .title1 {
    font-size: 1.64rem;
    color: #fff;
}

main .content-box .nav .line {
    height: 0.05rem;
    width: 0.1rem;
    background-color: #fff;
    margin-top: 0.2rem;
}

main .content-box .nav .title2 {
    font-size: 0.44rem;
    color: #fff;
    margin-top: 0.1rem;
}

main .content-box .form {
    width: 15.15rem;
    /* height: 25rem; */
    background-color: #f2f2f2;
    margin: -2rem 0 0 auto;
    /* position: absolute;
    right: 0;
    top: 2rem; */
    padding: 1.08rem 2.6rem 0.79rem 2.26rem;
}

main .content-box .form .title {
    font-size: 0.4rem;
    letter-spacing: 0.049rem;
    font-weight: 400;
    color: #4c4c4c;
}

main .content-box .form .title_new {
    font-size: 0.67rem;
    letter-spacing: 0.009rem;
    font-weight: 600;
}

main .content-box .form .description {
    font-size: 0.18rem;
    color: #8a8a8a;
    margin-top: 0.6rem;
    line-height: 0.27rem;
}

main .content-box .form .description-title1 {
    font-size: 0.16rem;
    color: #8a8a8a;
}

main .content-box .form .description-title1 span {
    color: #4c7f80;
}

main .content-box .form .bottom {
    margin-top: 0.7rem;
}

.ui-select {
    position: relative;
}

.ui-select input {
    cursor: pointer;
}

.ui-select-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0.4rem;
    left: 0rem;
    max-height: 3rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2;
}

.ui-select-list li {
    color: #333;
    height: 0.68rem;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    padding-left: 0.35rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ui-select-list li:hover {
    background-color: #e9ebec;
}

.form-row {
    position: relative;
    display: flex;
    align-items: center;
}

.form-row.space-between {
    justify-content: space-between;
}

.form-row .form-cell {
    position: relative;
    margin-bottom: 0.6rem;
}

.form-row .half {
    width: 48%;
}

.form-row .full {
    width: 100%;
}

.form-row .top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
}

.form-row .top input {
    font-size: 0.18rem;
    color: #000;
    background-color: transparent;
    padding: 0 0 0 0.5em;
    width: 100%;
}

.form-row .question-textarea {
    resize: none;
    width: 100%;
    height: 3.2rem;
    border: 1px solid #000;
    padding: 0.38rem 0.23rem;
    font-size: 0.18rem;
    background-color: transparent;
    box-sizing: border-box;
}

.form-row .icon-arrow {
    width: 0.16rem;
    height: 0.096rem;
    /* margin-bottom: 0.1rem; */
    cursor: pointer;
}

.form-row .icon-star {
    font-family: Verdana, sans-serif;}

.form-row .checkbox {
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid #3e3e3e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-row .checkbox img {
    width: 0.17rem;
}

.form-row .agree-policy-text {
    margin-left: 1em;
    font-size: 0.16rem;
    cursor: pointer;
}

.form-row .agree-policy-text .link-to-policy {
    color: #1c4381;
    text-decoration: underline;
}

.submit-btn {
    width: 3.24rem;
    height: 0.7rem;
    margin-top: 0.5rem;
    background-color: #5b5b5b;
    font-size: 0.18rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
}

.submit-btn:hover {
    color: #fff;
}

.submit-btn:active {
    color: #eee;
}

.form-row .notice {
    font-size: 0.14rem;
    color: #b93838;
    position: absolute;
    bottom: -1.6em;
    left: 0.5em;
}

.form-row.small-gap .form-cell {
    margin-bottom: 0.3rem;
}

.form-row .cell-description {
    padding-top: 1em;
    text-align: justify;
}


main .tips {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 3rem;
    background: #fff;
    border-radius: 5px;
    line-height: 3rem;
    text-align: center;
    color: #2b4979;
    font-size: 0.32rem;
}

@media (max-width: 767px) {
    main {
        overflow: hidden;
    }

    .info .box .t {
        font-size: 0.38rem;
    }

    .info .box .d {
        font-size: 0.25rem;
    }

    .info .box .phone,
    .info .box .email {
        font-size: 0.25rem;
    }

    .download_s {
        color: #fff;
    }

    main .banner {
        width: 100%;
        height: 6.74rem;
        position: relative;
        overflow: hidden;
    }

    main .banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    main .banner div {
        position: absolute;
        left: 50%;
        top: 57%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
        font-size: 0.34rem;
        line-height: 0.5rem;
        width: 100%;
    }

    main .content-box {
        height: auto;
        position: relative;
    }

    main .content-box .nav {
        height: auto;
        background-color: #2b4979;
        padding: 0.88rem 0.8rem 0.76rem 0.8rem;
    }

    main .content-box .nav .title1 {
        font-size: 1.09rem;
        color: #fff;
    }

    main .content-box .nav .line {
        height: 0.05rem;
        width: 0.1rem;
        background-color: #fff;
        margin-top: 0.2rem;
    }

    main .content-box .nav .title2 {
        font-size: 0.29rem;
        color: #fff;
        margin-top: 0.1rem;
    }

    main .content-box .nav .title {
        font-size: 0.7rem;
        letter-spacing: 0.06rem;
        color: #fff;
        margin-top: 1rem;
        font-weight: 600;
    }

    main .content-box .nav .description {
        font-size: 0.25rem;
        line-height: 0.33rem;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 0.45rem;
    }

    main .content-box .nav .description-title1 {
        font-size: 0.28rem;
        line-height: 0.33rem;
        /* color: #fff; */
        margin-bottom: 0.3rem;
    }

    main .content-box .nav .description-title2 {
        font-size: 0.28rem;
        line-height: 0.33rem;
        /* color: #fff; */
        margin-top: 0.3rem;
    }

    main .content-box .form {
        width: 100%;
        height: auto;
        background-color: #f2f2f2;
        position: static;
        padding: 0;
        top: 0;
        padding-bottom: 1.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    main .content-box .form .bottom {
        margin-top: 0;
        padding: 0 0.67rem;
        padding-top: 1rem;
    }


    .ui-select-list {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 0.6rem;
        left: 0rem;
        max-height: 4rem;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 2;
    }

    .ui-select-list li {
        color: #333;
        height: 0.68rem;
        display: flex;
        align-items: center;
        font-size: 0.25rem;
        padding-left: 0.35rem;
        transition: all 0.3s;
    }

    .ui-select-list li:hover {
        background-color: #e9ebec;
    }

    .form-row {
        flex-wrap: wrap;
    }

    .form-row .form-cell {
        width: 100%;
    }

    .form-row .top input {
        padding-left: 0.5em;
        font-size: 0.25rem;
        /* padding-bottom: 0.25rem; */
    }

    .form-row .question-textarea {
        font-size: 0.25rem;
    }

    .form-row .agree-policy-text {
        font-size: 0.28rem;
    }

    .form-row .notice {
        font-size: 0.2rem;
    }

    .form-row .cell-description {
        padding-top: 1em;
        font-size: 0.24rem;
        line-height: 1.2;
        text-align: justify;
    }

    .submit-btn {
        width: 100%;
        height: 0.87rem;
        font-size: 0.3rem;
    }

    .form-row .icon-arrow {
        width: 0.21rem;
        height: 0.11rem;
    }

    

    .remarks {
        font-size: 0.25rem;
    }

    main .content-box .form .bottom .box6 .bottom1 {
        top: 0.6rem;
    }

    main .content-box .form .bottom .box6-2 {
        margin-top: 0.8rem;
    }

    main .tips {
        z-index: 999;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8rem;
        height: 4rem;
        background: #fff;
        border-radius: 5px;
        line-height: 4rem;
        text-align: center;
        color: #2b4979;
        font-size: 0.32rem;
    }
}