#con1 {
    padding: 80px 0 40px 0;
}

#con1 > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

#con1 > ul > li {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #565656;
    position: relative;
    display: inline-block;
}

#con1 .left div ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

#con1 .left div ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0;
    white-space: nowrap;
}

#con1 .email {
    color: #f50;
}

#con1 > ul > li.left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

#con1 .left div {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: 120px;
    padding: 14px 24px;
    text-align: left;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.ico-sale, .ico-technology, .ico-suggestions {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.ico-sale:after {
    content: '';
    position: absolute;
    background: url(../images/contact-sales.png) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.ico-technology:after {
    content: '';
    position: absolute;
    background: url(../images/contact-support.png) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.ico-suggestions:after {
    content: '';
    position: absolute;
    background: url(../images/contact-suggestions.png) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.ico-tel {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 12px;
}

.ico-tel:after {
    content: '';
    position: absolute;
    background: url(../images/minico.png);
    width: 12px;
    height: 12px;
    background-position: -52px -10px;
}

.ico-mail {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 10px;
}

.ico-mail:after {
    content: '';
    position: absolute;
    background: url(../images/minico.png);
    width: 12px;
    height: 10px;
    background-position: -52px 0;
}

#con1 > ul > li .map {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    vertical-align: top;
}

/* 定位点 */
.location-marker {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("../images/contact-locate.png");
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.marker-gh {
    top: 32%;
    left: 6%;
}

.marker-mo {
    top: 58%;
    left: 83%;
}

.location-marker .global-address-gh,
.location-marker .global-address-mo {
    position: absolute;
    width: 410px;
    max-width: calc(100vw - 40px);
    z-index: 3;
    pointer-events: auto;
}

/* 国际总部悬浮框 - 相对于定位点定位 */
.marker-gh .global-address-gh {
    bottom: 100%;
    left: -20px;
    transform: translateX(0);
    margin-bottom: 12px;
}

.marker-gh .global-address-gh:before {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    transform: rotate(180deg);
}

.marker-mo .global-address-mo {
    top: 100%;
    right: 0;
    left: auto;
    transform: translateX(0);
    margin-top: 12px;
}

/* 马来西亚悬浮框 */
.marker-mo .global-address-mo:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 4px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    margin-top: -1px;
    transform: rotate(180deg);
}

#con1 .address-item {
    width: 100%;
    padding: 16px;
    display: flex  ;
    align-items: flex-start;
    gap: 16px;
    background-color: #fff;
    box-shadow: 0px 16px 64px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 8px 8px;
}

#con1 .address-item .address-info {
    width: 100%;
    text-align: left;
}

#con1 .address-item .address-info p:first-child {
    font-weight: 600;
    font-size: 16px;
    color: #141414;
    margin-bottom: 12px;
}

#con1 .address-item .address-info p:last-child {
    font-weight: 400;
    font-size: 14px;
    color: #565656;
}

#con1 h3 {
    font-weight: 600;
    color: #141414;
}