.message {
    padding: 15px 0;
    margin-top: 60px;
}
.message .title-english {
    height: 108px;
    background-image: url('//static.xuanyijingyou.com/contact/title_bg.png');
    background-repeat: no-repeat;
    background-size: 95px 108px;
    background-position: 400px center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    color: #3F3F3F;
}
.message .title-chinese {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: bold;
    margin-top: 40px;
}
.message .content {
    margin-top: 30px;
    font-size: 16px;
    color: #3F3F3F;
    line-height: 2;
    font-weight: bold;
}
.message #content {
    height: 120px;
}
.message .form-control {
    border: 1px solid var(--primary-color);
    border-radius: 0;
}
.message .btn {
    border-radius: 0;
}
.info {
    margin-top: 80px;
}
.info .item {
    border: 2px solid #E0E0E0;
    padding: 30px;
    height: 200px;
}
.info .item .icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.info .item .icon .phone {
    width: 40px;
    height: 62px;
}
.info .item .icon .qq {
    width: 52px;
    height: 61px;
}
.info .item .icon .weixin {
    width: 65px;
    height: 53px;
}
.info .item .icon .mail {
    width: 61px;
    height: 43px;
    margin-top: 10px;
}
.info .item .icon .address {
    width: 61px;
    height: 61px;
}
.info .item p {
    padding-top: 15px;
    margin: 0;
    font-size: 18px;
    color: #3F3F3F;
    font-weight: bold;
}
.info .item p:last-child {
    padding-top: 10px;
}
.info .item p.address-text {
    font-size: 14px;
}

#map {
    margin-top: 80px;
    height: 600px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

@media screen and (max-width: 1199px) {
    .message {
        margin-top: 0;
    }
    .message .title-chinese {
        margin-top: 0;
        font-size: 1rem;
    }
    .message .content {
        margin-top: 0.5rem;
        font-size: 0.63rem;
        line-height: 1.5;
    }
    .info {
        margin-top: 1rem;
    }
    .info .item {
        height: auto;
        margin-top: 0.5rem;
        border: 1px solid #E0E0E0;
        padding: 0.5rem 2rem;
    }
    .info .item p {
        padding-top: 0;
    }
    #map {
        margin-top: 1rem;
        height: 20rem;
    }
}