/* 通用样式 */
body {
    font-size: 16px;
}

/* banner 样式 */
.banner-container {
    height: 350px;
    background-size: cover;
    background-position: center;
}

.banner-title {
    font-size: 32px;
    color: white;
}

/* 导航样式 */
.nav-header {
    top: 50px;
    padding: 0 120px;
}

.nav-header-ul li {
    font-size: 18px;
    padding-bottom: 12px;
    margin-right: 40px;
}

/* 模块样式 */
.trade-agency-services,
.industry-technology-research,
.supply-chain-financial-enable,
.warehouse-distribution-circulation,
.global-fresh {
    padding: 40px 120px;
}

.modal-container-title {
    font-size: 24px;
}

.modal-container-label {
    font-size: 16px;
}

/* 地图样式 */
.China-map {
    position: relative;
    width: 100%;
    height: 500px;
}

.bigPoint,
.smallPoint {
    position: absolute;
}

.point-box {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
}