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;
}

.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;
    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;
}

main .content-box .form .bottom .box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

main .content-box .form .bottom .box1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

main .content-box .form .bottom .box1 .left .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

main .content-box .form .bottom .box1 .left .top span {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
}

main .content-box .form .bottom .box1 .left .top input {
    background-color: transparent;
    color: #000;
    font-size: 0.18rem;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0.2rem;
    padding-left: 0.02rem;
    position: relative;
    display: block;
}

main .content-box .form .bottom .box1 .left .top img {
    width: 0.16rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
}

main .content-box .form .bottom .box1 .left .top input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #000;
}

main .content-box .form .bottom .box1 .left .top input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

main .content-box .form .bottom .box1 .left .top input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

main .content-box .form .bottom .box1 .left .top input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

main .content-box .form .bottom .box1 .left .bottom1 {
    font-size: 0.17rem;

    color: #b93838;
    position: absolute;
    bottom: -0.3rem;
    left: 0.1rem;
}

main .content-box .form .bottom .box1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0.56rem;
    position: relative;
}

main .content-box .form .bottom .box1 .right .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

main .content-box .form .bottom .box1 .right .top span {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
}

main .content-box .form .bottom .box1 .right .top input {
    background-color: transparent;
    color: #000;
    font-size: 0.18rem;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0.2rem;
    padding-left: 0.02rem;
    position: relative;
    display: block;
}

main .content-box .form .bottom .box1 .right .top img {
    width: 0.16rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
}

main .content-box .form .bottom .box1 .right .top input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #000;
}

main .content-box .form .bottom .box1 .right .top input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

main .content-box .form .bottom .box1 .right .top input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

main .content-box .form .bottom .box1 .right .top input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

main .content-box .form .bottom .box1 .right .bottom1 {
    font-size: 0.17rem;

    color: #b93838;
    position: absolute;
    bottom: -0.3rem;
    left: 0.1rem;
}

main .content-box .form .bottom .box1 .right ul {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0.45rem;
    left: 0rem;
    max-height: 3rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2;
}

main .content-box .form .bottom .box1 .right ul li {
    color: #333;
    height: 0.68rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.18rem;
    padding-left: 0.35rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

main .content-box .form .bottom .box1 .right ul li:hover {
    background-color: #e9ebec;
}

main .content-box .form .bottom .box2 {
    margin-top: 0.6rem;
}

main .content-box .form .bottom .box2 ul {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0.45rem;
    left: 0rem;
    max-height: 2rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2;
}

main .content-box .form .bottom .box2 ul li {
    color: #333;
    height: 0.68rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.18rem;
    padding-left: 0.35rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

main .content-box .form .bottom .box2 ul li:hover {
    background-color: #e9ebec;
}

main .content-box .form .bottom .box3 {
    width: 100%;
    margin-top: 0.6rem;
}

main .content-box .form .bottom .box3 input {
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 0.2rem;

    width: 100%;
    padding-bottom: 0.2rem;
    position: relative;
    display: block;
}

main .content-box .form .bottom .box3 input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #000;
}

main .content-box .form .bottom .box3 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

main .content-box .form .bottom .box3 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

main .content-box .form .bottom .box3 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

main .content-box .form .bottom .box4 {
    margin-top: 0.85rem;
}

main .content-box .form .bottom .box4 textarea {
    resize: none;
    width: 100%;
    height: 3.2rem;
    border: 1px solid #000;

    padding: 0.38rem 0.23rem;
    font-size: 0.18rem;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .content-box .form .bottom .box4 textarea:focus-visible {
    outline: none;
}

main .content-box .form .bottom .box4 .bottom1 {
    font-size: 0.17rem;

    color: #b93838;
    position: relative;
    top: 0.11rem;
}

main .content-box .form .bottom .box6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.3rem;
    position: relative;
}

main .content-box .form .bottom .box6-2 {
    margin-top: 0.5rem;
}

main .content-box .form .bottom .box6 .select {
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid #3e3e3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

main .content-box .form .bottom .box6 .select img {
    width: 0.17rem;
}

main .content-box .form .bottom .box6 .text {
    font-size: 0.16rem;
    color: #000;
    margin-left: 0.2rem;
    cursor: pointer;
}

main .content-box .form .bottom .box6 .text:hover {}

main .content-box .form .bottom .box6 .text span {
    border-bottom: 1px solid #000;
    color: #1c4381;
    cursor: pointer;
}

main .content-box .form .bottom .box6 .bottom1 {
    font-size: 0.17rem;

    color: #b93838;
    position: absolute;
    top: 0.4rem;
    left: 0;
}

main .content-box .form .bottom .box5 {
    width: 3.24rem;
    height: 0.7rem;
    background-color: #5b5b5b;
    font-size: 0.18rem;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 0.5rem;
    border-radius: 0;
}

main .content-box .form .bottom .box5.disable {
    background-color: #ddd;
    cursor: not-allowed;
    color: #ccc;
}

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;
    }

    main .content-box .form .bottom .box1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    main .content-box .form .bottom .box1 .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin-bottom: 0.8rem;
    }

    main .content-box .form .bottom .box1 .left .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #373737;
    }

    main .content-box .form .bottom .box1 .left .top span {
        font-size: 0.2rem;
        padding-bottom: 0.2rem;
    }

    main .content-box .form .bottom .box1 .left .top input {
        background-color: transparent;
        color: #373737;
        font-size: 0.25rem;

        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 0.25rem;
        padding-left: 0.02rem;
        position: relative;
        display: block;
    }

    main .content-box .form .bottom .box1 .left .top input::-webkit-input-placeholder {
        /* WebKit browsers，webkit内核浏览器 */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .left .top input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .left .top input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .left .top input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .left .top img {
        width: 0.21rem;
    }

    main .content-box .form .bottom .box1 .left .bottom1 {
        font-size: 0.17rem;

        color: #b93838;
        position: absolute;
        bottom: -0.3rem;
        left: 0.1rem;
    }

    main .content-box .form .bottom .box1 .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        position: relative;
    }

    main .content-box .form .bottom .box1 .right .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #373737;
    }

    main .content-box .form .bottom .box1 .right .top span {
        font-size: 0.2rem;
        padding-bottom: 0.2rem;
    }

    main .content-box .form .bottom .box1 .right .top input {
        background-color: transparent;
        color: #373737;
        font-size: 0.25rem;

        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 0.2rem;
        padding-left: 0.02rem;
        position: relative;
        display: block;
    }

    main .content-box .form .bottom .box1 .right .top input::-webkit-input-placeholder {
        /* WebKit browsers，webkit内核浏览器 */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .right .top input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .right .top input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .right .top input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #373737;
    }

    main .content-box .form .bottom .box1 .right .top img {
        width: 0.21rem;
    }

    main .content-box .form .bottom .box1 .right .bottom1 {
        font-size: 0.17rem;

        color: #b93838;
        position: absolute;
        bottom: -0.3rem;
        left: 0.1rem;
    }

    main .content-box .form .bottom .box1 .right ul {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 0.5rem;
        left: 0rem;
        max-height: 3rem;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 2;
    }

    main .content-box .form .bottom .box1 .right ul li {
        color: #333;
        height: 0.68rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.25rem;
        padding-left: 0.35rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    main .content-box .form .bottom .box1 .right ul li:hover {
        background-color: #e9ebec;
    }

    main .content-box .form .bottom .box2 {
        margin-top: 0.8rem;
    }

    main .content-box .form .bottom .box40 {
        margin-top: 0;
    }

    main .content-box .form .bottom .box2 ul {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 0.45rem;
        left: 0rem;
        max-height: 2rem;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 2;
    }

    main .content-box .form .bottom .box2 ul li {
        color: #333;
        height: 0.68rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.25rem;
        padding-left: 0.35rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    main .content-box .form .bottom .box2 ul li:hover {
        background-color: #e9ebec;
    }

    main .content-box .form .bottom .box3 {
        width: 100%;
        margin-top: 0.6rem;
    }

    main .content-box .form .bottom .box3 input {
        background-color: transparent;
        border-bottom: 1px solid #000;
        color: #000;
        font-size: 0.2rem;

        width: 100%;
        padding-bottom: 0.2rem;
        position: relative;
        display: block;
    }

    main .content-box .form .bottom .box3 input::-webkit-input-placeholder {
        /* WebKit browsers，webkit内核浏览器 */
        color: #000;
    }

    main .content-box .form .bottom .box3 input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #000;
    }

    main .content-box .form .bottom .box3 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #000;
    }

    main .content-box .form .bottom .box3 input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #000;
    }

    main .content-box .form .bottom .box4 {
        margin-top: 0.6rem;
    }

    main .content-box .form .bottom .box4 textarea {
        resize: none;
        width: 100%;
        height: 3.2rem;
        border: 1px solid #000;

        padding: 0.38rem 0.23rem;
        font-size: 0.2rem;
        background-color: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    main .content-box .form .bottom .box4 textarea:focus-visible {
        outline: none;
    }

    main .content-box .form .bottom .box4 .bottom1 {
        font-size: 0.17rem;

        color: #b93838;
        position: relative;
        top: 0rem;
    }

    main .content-box .form .bottom .box5 {
        width: 100%;
        height: 0.87rem;
        background-color: #5b5b5b;
        font-size: 0.3rem;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        margin-top: 1rem;
        border-radius: 0;
    }

    main .content-box .form .bottom .box6 .text {
        flex: 1;
        font-size: 0.28rem;
    }

    .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;
    }
}