input,
textarea {
    border: none;
    background: transparent;
    outline: none;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.banner {
    background: url(../images/connection/banner.png) no-repeat center;
    background-size: cover;
    height: 620px;
}

.content {
    padding: 30px 0 0;
    text-align: center;
}

.content p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    padding: 0 200px;
    text-align: left;
}

.connection {
    width: 580px;
    padding: 60px 0 100px;
    margin: 0 auto;
}

.connection_title {
    background: url(../images/connection/title.png) no-repeat center;
    background-size: contain;
    height: 28px;
    margin-bottom: 20px;
}

.text {
    width: 580px;
    height: 60px;
    padding-left: 40px;
    background: #F0F0F0;
    margin-bottom: 10px;
}

.text:nth-child(4) {
    height: 240px;
    text-align: left;
    padding: 16px 40px;
}

.submit {
    width: 580px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #C1912B;
    cursor: pointer;
}

@media (max-width: 1080px) {
    input,
    textarea {
        border: none;
        background: transparent;
        outline: none;
        font-size: 2.7778vw;
        font-family: PingFang SC;
        font-weight: 400;
        width: 100%;
        height: 100%;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }
    .banner {
        background: url(../images/connection/banner.png) no-repeat center;
        background-size: cover;
        height: 57.4074vw;
    }
    .content {
        padding: 3.7037vw 0 0;
        text-align: center;
    }
    .content p {
        font-size: 3.1481vw;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
        padding: 0 6.9444vw;
        text-align: center;
    }
    .connection {
        width: 60.5vw;
        padding: 7.4074vw 0 11.1111vw;
        margin: 0 auto;
    }
    .connection_title {
        background: url(../images/connection/title.png) no-repeat center;
        background-size: contain;
        height: 4.0741vw;
        margin-bottom: 3.7037vw;
    }
    .text {
        width: 53.7037vw;
        height: 7.4074vw;
        padding-left: 3.7037vw;
        background: #F0F0F0;
        margin: 0 auto 1.8519vw;
    }
    .text:nth-child(4) {
        height: 22.2222vw;
        text-align: left;
        padding: 2.1296vw 3.7037vw;
    }
    .submit {
        width: 53.7037vw;
        height: 7.4074vw;
        text-align: center;
        line-height: 7.4074vw;
        font-size: 2.7778vw;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        background: #C1912B;
        cursor: pointer;
        margin: 0 auto;
    }
}