.contact-banner {
    height: 242px;
    font-size: 24px;
}

.contact-banner > p {
    width: 100%;
    padding: 0 32px;
    font-size: 14px;
    line-height: 20px;
}

/* 联系方式 */
.contact-info {
    margin: 24px 16px;
    flex-direction: column;
}

.contact-info .item {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.contact-info .item:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 16px;
}

.contact-info .item .time {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    margin-top: 4px;
}

.contact-info .item img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
    flex: 0 0 80px;
}

/* 公司分布 */
.contact-company .container {
    margin-top: 24px;
    padding: 24px 16px;
    flex-direction: column;
}

.contact-company .container .list {
    flex-direction: column;
    width: 100%;
}

.contact-company .container .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 420px;
}

.contact-company .container .item:last-child {
    margin-bottom: 0;
}

.contact-company .item .img img {
    width: 100%;
    height: auto;
}

.contact-company .item .content {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
}

.contact-company .item .city {
    margin-bottom: 6px;
}

.contact-company .item .address {
    margin-bottom: 8px;
}

.contact-company .item .btn {
    padding: 5px 12px;
}

/* 留言 */
.contact-message .container {
    margin-top: 24px;
    margin-bottom: 32px;
}

#messageForm {
    margin-left: -40px;
}

.contact-message form .form-item {
    margin-bottom: 12px;
}

.contact-message form .form-item label {
    font-size: 14px;
    line-height: 18px;
    width: 80px;
    margin-right: 8px;
}

.contact-message form .form-item.is-required label::before {
    content: "*";
    color: #ff5722;
}

.contact-message form .form-item input,
.contact-message form .form-item textarea {
    width: 220px;
    font-size: 14px;
    line-height: 18px;
}

.contact-message .container .submit-btn {
    padding: 6px 24px;
    font-size: 14px;
    margin-left: 0px;
}

.address-selections {
    display: flex;
    flex-direction: column;
}

.contact-message form .form-item select {
    width: 220px;
    margin: 5px;
    height: 35px;
}
