.contact {
    width: 12rem;
    margin: 0.6rem auto;
    color: #434343;
}

.maxBg img {
    width: 100%;
}

.titleUs {
    text-align: center;
}

.titleUs h3 {
    font-size: 0.3rem;
    font-weight: 400;
}

.titleUs p {
    font-size: 0.2rem;
    margin-top: 0.1rem;
    font-weight: lighter;
}

.titleUs p span {
    color: #40429d;
    margin-left: 0.1rem;
}

.subContent {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-top: 0.5rem;
}

.subLeft .subLeftMid {
    margin: 0.3rem 0px;
}

.subLeft img {
    width: 0.4rem;
    /* height: 40px; */
    vertical-align: middle;
    margin-right: 0.2rem;
}

.subRight {
    width: 8rem;
}

.subRight input {
    width: 3.80rem;
    outline: none;
    height: 0.40rem;
    border: 1px solid #8b8b8b;
    padding-left: 0.10rem;
    font-size: 0.16rem;
}

#username {
    margin-right: 0.2rem;
}

.subRight textarea {
    outline: none;
    border: 1px solid #8b8b8b;
    padding: 0.10rem;
    font-size: 0.16rem;
    width: 7.87rem;
    margin-top: 0.2rem;
    height: 1.14rem;
    resize: none;
}

.subRight button {
    width: 7.87rem;
    margin-top: 0.2rem;
    height: 0.4rem;
    font-size: 0.16rem;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #63637f;
    color: #ccc;
}

#container {
    width: 12rem;
    height: 4rem;
    margin: 0px auto;
    margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
    .contact,#container,.subRight{
        width: 100%;
    }
    .subContent{
        flex-wrap: wrap;
        padding: 0.2rem;
    }
    .subRight{
        margin-top: 0.3rem;
    }
    .subRight input{
        width: calc(50% - 3px);
    }
    .subRight textarea{
        width: 100%;
    }
    .subRight button{
        width: 100%;
    }
}