@media (min-width: 768px) {}

@media (max-width: 768px) {


    .contact_content_box {
        margin-top: 50px;
        width: 224px;
        margin: 0 auto;
        text-align: center;
    }

    .list_item {
        margin-bottom: 30px;
    }

    .list_item .label,
    .address_item .label,
    .contact_way .label {
        font-size: 15px;
        color: #000;
        font-weight: 800;
    }

    .list_item .text,
    .address_item .text {
        font-size: 13px;
        color: #666666;
    }

    .contact_way {
        margin-top: 40px;
    }
    .msg_item {
        font-size: 13px;
        color: #666;
    }
    .msg_item :first-child {
        display: block;
        font-size: 13px;
        color: #000;
        font-weight: 600;
        margin-top: 20px;
    }


    .footer_text {
        margin-top: 50px;
    }

}