h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    color: #fff;
}

.about-connect {
    margin-top: 2rem;
}

.connect-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.connect-list-item {
    text-align: center;
    width: 11.88rem;
    height: 11.56rem;
    background: #161D85;
    border-radius: 1rem;
}

.connect-list-item img {
    width: 3rem;
    margin-top: 1.5rem;
}

.connect-list-item h6 {
    font-size: 1rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
}

.connect-list-item p {
    color: #ccc;
    font-size: 0.6rem;
    padding: 0 0.8rem;
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*意见反馈*/
.about-feedback {
    margin-top: 2rem;
}

.feedback-content {
    width: 75.19rem;
    background: #161D85;
    border-radius: 1rem;
    margin-top: 2rem;
    color: #fff;
    padding: 2rem;
}

.feedback-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
}

.feedback-title span:nth-child(1) {
    color: #ff0000;
}

.feedback-title span:nth-child(1) {
    color: #ff0000;
}

.feedback-details-details {

}

.feedback-details-details textarea {
    border-radius: 1rem;
    background-color: #4609C3;
    padding: 0.5rem 0.5rem 0.5rem 1rem;

    text-align: left;
    height: 12rem;
    width: 68rem!important;
    resize: none;
    border: none;
    color: #fff;
    font-size: 1.15rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.feedback-title-details {

}

.feedback-title-details input {
    width: 69rem;
    color: #fff;
    font-size: 1rem;
    border-radius: 0.6rem;
    background-color: #4609C3;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0;
    margin-top: 1rem;
    height: 3rem;
}

.submit-button {
    width: 9.25rem;
    height: 3.13rem;
    background: linear-gradient(-10deg, #F08E29, #F02E9A);
    border-radius: 2rem;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 2rem;
    font-size: 0.9rem;
}

@media all and (max-device-width: 767px){

    .about-connect {
        margin-top: 2rem;
    }

    .about-connect h3 {
        font-size: 3rem;
    }

    .connect-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .connect-list-item {
        text-align: center;
        width: 100%;
        height: 10rem;
        background: #161D85;
        border-radius: 1rem;
        margin-top: 2rem;
        display: flex;
        padding: 0 3rem;

    }

    .connect-list-item img {
        width: 6rem;
        height: 6rem;
    }

    .connect-list-item h6 {
        width: 20rem;
        line-height: 10rem;
        text-align: left;
        padding-left: 2rem;
        font-size: 2.5rem;
    }

    .connect-list-item p {
        color: #ccc;

        padding: 0 0.8rem;
        width: 60%;
        height: 10rem;
        font-size: 2.5rem;
    }

    /*意见反馈*/
    .about-feedback {
        margin-top: 2rem;
    }

    .about-feedback h3 {
        font-size: 3rem;
    }

    .feedback-content {
        width: 75.19rem;

        margin-top: 2rem;
        padding: 3rem;
        font-size: 2.5rem;
    }

    .feedback-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 3rem;

    }


    .feedback-details-details {


    }

    .feedback-details-details textarea {
        border-radius: 2rem;
        background-color: #4609C3;
        padding: 0.5rem 0.5rem 0.5rem 2rem;
        margin-top: 1rem;
        text-align: left;
        height: 15rem;
        width: 65rem!important;
        resize: none;
        border: none;
        color: #fff;
        font-size: 2.5rem;

    }

    .feedback-title-details {

        height: 8rem;

    }

    .feedback-title-details input {
        padding: 0;
        margin: 0;
        border-radius: 2rem;
        margin-top: 1rem;
        height: 8rem;
        width: 67rem;
        padding-left: 1rem;
        color: #fff;
        font-size: 2.5rem;
        line-height: 6rem;
        background-color: #4609C3;
    }

    .submit-button {
        width: 18.25rem;
        height: 6rem;
        border-radius: 3rem;
        font-weight: bold;
        margin-top: 3rem;
        font-size: 2.5rem;
    }

}
