/* =========================
   DAK 简约表格
   ========================= */

.style-dak-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 40px 0;
}

.style-dak-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;

    line-height: 1.6;
}

.style-dak-table th,
.style-dak-table td {
    padding: 13px 16px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: middle;
}

.style-dak-table th {
    background: #f7f7f7;
    color: #222;
    font-weight: 600;
}

.style-dak-table td {
    color: #555;
}

/* 行悬停 */
.style-dak-table tbody tr {
    transition: background-color .2s ease;
}

.style-dak-table tbody tr:hover {
    background: #fafafa;
}

/* 最后一行去掉底线 */
.style-dak-table tbody tr:last-child td {
    border-bottom: 0;
}

/* 去掉 Flatsome 可能自带的奇偶行背景 */
.style-dak-table table tr:nth-child(even),
.style-dak-table table tr:nth-child(odd) {
    background: transparent;
}

.style-dak-table table tbody tr:hover {
    background: #fafafa;
}

/* 手机端 */
@media (max-width: 549px) {
    .style-dak-table table {
        min-width: 600px;
        font-size: 13px;
    }

    .style-dak-table th,
    .style-dak-table td {
        padding: 10px 12px;
    }
}
.style-dak-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    border: 2px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.style-dak-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 0;
    
}

/* ==========================================================================
联系页面
========================================================================== */
.map-dak p {
    font-size: 0;
}