
.contactus {
    position: relative;
    padding-top: 5.25rem;
    background: #001A7E;
    color: #ffffff;
}
.jgtop {
    position: absolute;
    width: 100%;
    height: 8.125rem;
    top: 0;
    left: 0;
    right: 0;
}
.msg {
    font-size: 1rem;
    color: #ffffff;
}

.contact-content {
    display: flex;
    justify-content: space-between;
}

.contant-left {
    width: 39.375rem
}

.contant-left input {
    width: 100%;
    height: 2.625rem;
    margin-bottom: 1.25rem;
    padding: .875rem .625rem;
    font-size: .875rem;
    background: #006AE3!important;
    color: #ffffff!important;
    border: 1px solid rgba(0, 106, 227, 1);
}

.contant-left textarea {
    width: 100%;
    height: 9.25rem;
    padding: .875rem .625rem;
    font-size: .875rem;
    background: #006AE3!important;
    color: #ffffff!important;
    border: 1px solid rgba(0, 106, 227, .4);
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #ffffff!important;
    }
    input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
        color: #ffffff!important;
    }

.contant-left button {
    display: block;
    width: 13.75rem;
    height: 2.5rem;
    margin: 3.125rem 0 5.25rem 0;
    text-align: center;
    border: none;
    background: linear-gradient(180deg, #0AABFE 0%, #304FFF 100%);
    border-radius: 2px;
    color: #ffffff;

}
.all-content {
    width: 88.75rem;
    margin: 0 auto;
}

.all-content-title h3 {
    font-size: 2.1875rem;
    margin-bottom: 2.9375rem;
}

.contant-right {
    width: 44.3125rem;
    text-align: center;
}
.contant-right img {
    width: 39.25rem;
    height: 39.25rem;
}
@media screen and (max-width: 750px) {
    .content-all,
    .all-content {
        width: 41.875rem;
    }
    .contant-right {
        display: none;
    }
    .contant-left button {
        width: 41.875rem;
        height: 5rem;
    }
}