.region-bottom-second * {
    margin: 0;
}
.region-bottom-second .block-region-bottom-second > div {
    position: relative;
}
.region-bottom-second .block-region-bottom-second > div .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
    -o-object-fit: cover;
       object-fit: cover;
}
.region-bottom-second .block-region-bottom-second .statistics-list {
    position: relative;
    z-index: 2;
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 44px 0;
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 0 14px;
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container .inner .statistics-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(246px, 1fr));
    grid-gap: 22px 52px;
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container .inner .statistics-list .statistics-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 246px;
    height: 118px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(147, 2, 8, 0.5);
    transition: all 0.3s ease;
    text-align: center;
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container .inner .statistics-list .statistics-item:hover {
    background: rgba(147, 2, 8, 0.1);
    border: 1px solid rgba(147, 2, 8, 0.5);
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container .inner .statistics-list .statistics-item .statistics-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px !important;
    color: #000000;
    line-height: 23px;
    margin-bottom: 6px;
    padding: 0 13px;
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container .inner .statistics-list .statistics-item .statistics-content {
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 28px !important;
    color: #333333;
    line-height: 33px;
}
.region-bottom-second .block-region-bottom-second .statistics-container#statistics-container .inner .statistics-list .statistics-item .statistics-content .num {
    font-size: 28px !important;
}