.statisticsP:hover {
    color: #fff;
}


.contentIndexCenter {
    min-width: 1100px;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px; */
    /* 左右内边距统一 */
}

/* 手机端适配 - 覆盖固定最小宽度 */
@media screen and (max-width: 768px) {
    .contentIndexCenter {
        min-width: auto !important;
        width: 100%;
        padding: 0 15px;
    }

    .tel {
        color: #00A54F !important;
    }

    .iconBottomIcon {
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }
}