.contact-banner {
    width: 100%;
    height: 242px;
    background-image: url(/static/images/contact/banner_bg.png),
        linear-gradient(90deg, rgb(53, 90, 240) 0%, rgba(53, 90, 240, 0.4) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
}

.contact-banner > p {
    width: 546px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}

/* 联系方式 */
.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 64px 0;
}

.contact-info .item {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
}

.contact-info .item:first-child {
    padding-right: 155px;
    margin-right: 130px;
    border-right: 1px solid #ddd;
}

.contact-info .item .time {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-top: 22px;
}

.contact-info .item img {
    margin-right: 24px;
}

/* 公司分布 */
.contact-company .container {
    margin-top: 52px;
    padding: 40px 0;
    background: linear-gradient(180deg, #f0f4ff 0%, rgba(240, 244, 255, 0) 100%);
}

.contact-company .container .list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-company .container .item {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    width: calc(25% - 20px);
}

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

.contact-company .item .img img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.contact-company .item .content {
    padding: 16px 24px 24px 24px;
    font-size: 16px;
    line-height: 24px;
}

.contact-company .item .city {
    font-weight: 500;
    color: #262626;
}

.contact-company .item .address {
    color: #595959;
    margin-bottom: 16px;
}

.contact-company .item .btn {
    color: #355af0;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 24px;
    background: #355af01a;
    cursor: pointer;
}

/* 留言 */
.contact-message .container {
    margin-top: 52px;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#messageForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -105px;
}

.contact-message form .form-item {
    display: flex;
    margin-bottom: 24px;
}

.contact-message form .form-item label {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #595959;
    width: 105px;
    margin-right: 14px;
    padding: 8px 0;
}

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

.contact-message form .form-item input,
.contact-message form .form-item textarea,
.contact-message form .form-item select {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 377px;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 12px;
}

.contact-message form .form-item select {
    width: 112px;
    margin-right: 10px;
    height: 38px;
    font-size: 14px;
}

/* .contact-message .container .submit-btn {
    color: #355AF0;
    padding: 8px 32px;
    border-radius: 24px;
    background: #355af01a;
} */
.contact-message .container .submit-btn {
    margin-left: 105px;
}

.contact-message .container .submit-btn button {
    color: #355af0;
    padding: 8px 32px;
    border-radius: 24px;
    background: #355af01a;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
