.contactContent {
    display: flex;
}

.fl {
    flex: 1;
    background-color: #F9F6EF;
    padding: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}


.ri {
    flex: 3;
    padding: 40px;
    background-color: rgb(244, 243, 243);
    box-sizing: border-box;
}

.floor1 .img1 {
    width: 100%;
}

h4 {
    color: red;
    font-weight: bold;
    font-size: 25px;
    font-family: '楷体';
    margin-bottom: 30px;
}

p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 20px;
}

input {
    border: 0;
    width: 200px;
}

.clear {
    resize: none;
}

#hometown {
    width: 100%;
    height: 200px;
    border: 0;
}

.submit {
    width: 60px;
    height: 40px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    background-color: red;
    border-radius: 4px;
    cursor: pointer;
}