.host-graph img {
    width: 100%;
    height: 100%;
    display: block;
}

.host-graph .title-en {
    font-size: 1.68em;
    font-weight: 500;
    margin-top: unset;
}

#map-container {
    height: 35em;
}

.map .f-over {
    pointer-events: none;
}


.map .info-box {
    background-color: rgba(255, 255, 255, .9);
    padding: 2.5em;
    line-height: 2em;
    pointer-events: auto;
}

.map .info-box i {
    color: #315ff3;
}

.map .info-box .third-party {
    display: flex;
    align-items: center;
    margin-top: 2em;
}

.map .info-box .third-party .item {
    margin-right: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map .info-box .third-party .item .qrcode {
    width: 7em;
    height: 7em;
    background-color: #315ff3;
}

.map .info-box .third-party .item .qrcode img {
    width: 100%;
    height: 100%;
}


.map .BMap_bubble_pop {
    background-color: #315ff3 !important;
    color: #FFF !important;
}


.message {
    padding: 3em 0;
}

.message .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message .form-group {
    flex: 1;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    padding: 1em;
    margin-right: 1.5em;
}

.message .form-group:last-child {
    margin-right: unset;
}

.message .form-group input, .message .form-group textarea {
    width: 100%;
    border: unset;
    background-color: transparent;
    font-size: 1em;
}

.message .form-group textarea:focus-visible {
    border: none;
    outline: unset;
}

.message .submit {
    display: flex;
    align-items: center;
    justify-content: center
}

.message .submit .form-group {
    flex: unset;
}

.message .submit .captcha {
    margin-right: 1.5rem;
}

.message .submit .captcha img {
    height: 3.5em;
}

@media (max-width: 768px) {
    .host-graph .title-en {
        font-size: 12px;
    }

    .map .info-box {
        padding: 20px;
        flex-direction: column;
    }

    .map .info-box .third-party .item .qrcode {
        width: 150px;
        height: 150px;
    }

    .message .info {
        flex-direction: column;
    }

    .message .form-group {
        width: 100%;
        margin-right: unset;
        box-sizing: border-box;
    }

    .message .submit {
        flex-direction: column;
    }

    .message .submit .captcha {
        margin-right: 5px;
    }

    .message .submit .btn {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 16px;
        line-height: 36px;
    }
}
