.home-global-site-3d {
    position: relative;
    width: 100%;
}

.home-global-site-3d .section {
    height: 100%;
}

.home-global-site-3d .link-more {
    margin-top: 16px;
}

.home-global-site-3d .por-container {
    height: 100%;
}

.home-global-site-3d #earth {
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    position: relative;
}

.home-global-site-3d #labels {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    z-index: 2;
}

.home-global-site-3d #labels > div {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 18px;
    height: 29px;
    background: url('../images/whiteicon.png') center no-repeat;
    background-size: 10px auto;
    color: #252b3a;
}

.home-global-site-3d #labels > div.rec {
    background: url('../images/whiteicon.png') center no-repeat;
    background-size: 10px auto;
}

.home-global-site-3d #labels > div.rec .labelText::before {
    border-color: #e58026 !important;
}

.home-global-site-3d #labels > div.rec .labelText::after {
    background: #e58026 !important;
}

.home-global-site-3d #labels > div.rec .wave {
    box-shadow: inset #e58026 0 0 5px !important;
}

.home-global-site-3d #labels > div.rec .wave.wave2 {
    box-shadow: inset #e58026 0 0 5px !important;
}

.home-global-site-3d #labels > div .labelText {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(91, 116, 148, 0.17);
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate(0%, 0%) translate(30px, -30px);
    display: none;
}

.home-global-site-3d #labels > div .labelText .label-title {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.home-global-site-3d #labels > div .labelText .label-desc {
    display: none
}

.home-global-site-3d #labels > div .labelText::before {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 19px;
    border-top: 1px solid #009c96;
    border-left: 1px solid #009c96;
    background: transparent;
    left: -21px;
    top: 15px;
}

.home-global-site-3d #labels > div .labelText::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 3px;
    background: #009c96;
    left: -22px;
    top: 27px;
    border-radius: 50%;
}

.home-global-site-3d #labels > div .labelText.bottom {
    transform: translate(-100%) translate(-8px, -23px);
}

.home-global-site-3d #labels > div .labelText.bottom::before {
    height: 9px;
    width: 17px;
    border: 1px solid #009c96;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -18px;
    top: 12px;
}

.home-global-site-3d #labels > div .labelText.bottom::after {
    left: auto;
    right: -19px;
    top: 20px;
}

.home-global-site-3d #labels > div .labelText.left {
    transform: translate(-100%, 0) translate(-2px, -52px);
}

.home-global-site-3d #labels > div .labelText.left::before {
    height: 38px;
    width: 10px;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -11px;
    top: 13px;
    display: none;
}

.home-global-site-3d #labels > div .labelText.left::after {
    left: auto;
    right: -12px;
    top: 49px;
}

.home-global-site-3d #labels > div .waves {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.home-global-site-3d #labels > div .waves .wave {
    width: 8px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 5px;
    box-shadow: inset rgba(255,255,255,0.4) 0 0 5px;
    border-radius: 50%;
}

.home-global-site-3d #labels > div .waves .wave.wave1 {
    animation: none;
}

.home-global-site-3d #labels > div .waves .wave.wave2 {
    width: 16px;
    height: 11px;
    top: 14px;
    left: 1px;
    animation: none;
}

@keyframes warn2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    30% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        opacity: 0.2;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes warn {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    30% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.2;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.home-global-site-3d #labels > div:hover {
    z-index: 200000 !important;
}

.home-global-site-3d #labels > div:hover .waves .wave1 {
    animation: warn 1.5s ease-out infinite;
}

.home-global-site-3d #labels > div:hover .waves .wave2 {
    animation: warn2 1.5s ease-out infinite;
}

.home-global-site-3d #labels > div:hover .labelText {
    padding: 10px 12px;
    z-index: 10000;
}

.home-global-site-3d #labels > div:hover .labelText .label-title {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
}

.home-global-site-3d #labels > div:hover .labelText .label-desc {
    display: block;
}

.home-global-site-3d .section-body {
    display: flex;
    height: calc(100%);
    position: relative;
    align-items: flex-start;
}

.home-global-site-3d .section-body .section-body-right,
.home-global-site-3d .section-body .section-body-left {
    /*width: 630px;
    height: 630px;*/
   	width: 27.76vw;
   	height: 27.76vw;
}

.home-global-site-3d .section-body-bottom {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    height: 180px;
}

.home-global-site-3d .section-body-bottom .safety-card-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 55px;
}

.home-global-site-3d .section-body-bottom .safety-card {
    display: block;
    width: 157px;
    height: 160px;
    padding-top: 16px;
    transition: 0.2s;
}

.home-global-site-3d .section-body-bottom .safety-card p {
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-global-site-3d .section-body-bottom .safety-card:hover p {
    color: #c7000b;
}

.home-global-site-3d .section-body-bottom .safety-card-icon {
    width: 92px;
    height: 92px;
    background-size: cover;
    margin: 0 auto 10px;
}

.home-global-site-3d .section-body-left {
    flex: 1;
    height: 100%;
    min-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-global-site-3d .section-body-left .global-site-intro-title {
    font-size: 24px;
    color: #252b3a;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-global-site-3d .section-body-left .global-site-intro-desc {
    font-size: 14px;
    color: #252b3a;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-global-site-3d .section-body-left .global-site-intro-link {
    display: inline-block;
    font-size: 14px;
    color: #252b3a;
    line-height: 24px;
    margin-top: 16px;
    transition: 0.2s;
}

.home-global-site-3d .section-body-left .global-site-intro-link i {
    margin-top: -2px;
    vertical-align: middle;
    transition: transform 0.2s;
}

.home-global-site-3d .section-body-left .global-site-intro-link:hover {
    color: #c7000b;
}

.home-global-site-3d .section-body-left .global-site-intro-link:hover i {
    transform: translate(4px, 0);
}

.home-global-site-3d .section-body-left .global-site-data {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text {
    width: 50%;
    margin: 32px 0;
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text .title {
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    color: #252b3a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text .desc {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575D6C;
    margin-top: 8px;
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text:hover .title {
    color: #c7000b;
}

.home-global-site-3d .section-body-left .global-site-legend {
    display: flex;
    height: 24px;
    margin-top: 100px;
}

.home-global-site-3d .section-body-left .global-site-legend .legend {
    display: flex;
    align-items: center;
    height: 24px;
    line-height: 24px;
}

.home-global-site-3d .section-body-left .global-site-legend .legend span {
    color: #252b3a;
    font-size: 14px;
    margin-left: 10px;
}

.home-global-site-3d .section-body-left .global-site-legend .legend + .legend {
    margin-left: 32px;
}

.home-global-site-3d #mountNode {
    width: 100%;
    height: 100%;
    /*background-image: url('../images/earth_bg.png');*/
    background-size: 96% 96%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.home-global-site-3d #mountNode .shadow {
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*background: url('../images/shadow.png');*/
    background-size: 96% 96%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.home-global-site-3d #mountNode .shadow2 {
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*background: url('../images/shadow2.png');*/
    background-size: 100% 100%;
    background-position: -50% -50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: 0;
}

/*@media (max-width: 1280px) {
    .home-global-site-3d {
        height: 936px;
    }

    .home-global-site-3d .section-body .section-body-left {
        width: 511px;
        height: 511px;
        margin-top: 36px;
    }

    .home-global-site-3d .section-body .section-body-right {
        flex: 1;
        display: flex;
        width: 511px;
        height: 511px;
        margin-top: 36px;
    }

    .home-global-site-3d .section-body .section-body-bottom {
        bottom: 64px;
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card-list {
        padding: 10px 0;
    }

    .home-global-site-3d #mountNode {
        width: 511px;
        height: 511px;
    }
}*/
@media (max-width: 1260px) {
	.home-global-site-3d .section-body .section-body-right, 
	.home-global-site-3d .section-body .section-body-left{
		width: 32vw;
		height: 32vw;
	}
}
@media (max-width: 1023px) {
    .home-global-site-3d {
        background: #f5f5f6;
        height: auto;
    }

    .home-global-site-3d .global-site-intro {
        display: none;
    }

    .home-global-site-3d .section-body {
        display: block;
    }

    .home-global-site-3d .section-body .section-body-right {
        display: none !important;
    }

    .home-global-site-3d .section-body .global-site-legend {
        display: none !important;
    }

    .home-global-site-3d .section-body .section-body-left {
        flex: 1;
        height: 190px;
        min-width: auto;
        margin-top: 0;
        width: 100%;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text {
        width: 50%;
        margin: 15px 0;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text .title {
        height: 40px;
        line-height: 40px;
        font-size: 32px;
        color: #252b3a;
        transition: all 0.3s;
        text-align: center;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text .desc {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #000;
        margin-top: 5px;
        text-align: center;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text:hover .title {
        color: #c7000b;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend {
        display: flex;
        height: 24px;
        position: absolute;
        bottom: 0;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend .legend {
        display: flex;
        align-items: center;
        height: 24px;
        line-height: 24px;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend .legend span {
        color: #252b3a;
        font-size: 14px;
        margin-left: 10px;
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend .legend + .legend {
        margin-left: 32px;
    }

    .home-global-site-3d .section-body .section-body-bottom {
        position: relative;
        margin-top: 9px;
        height: 250px;
        overflow: hidden;
        bottom: 0;
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card-item {
        display: flex;
        justify-content: center;
        min-width: 30%;
        flex: 1;
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card-list {
        display: flex;
        height: 237px;
        flex-wrap: wrap;
        padding: 8px 12px;
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card {
        width: 90%;
        height: 110px;
        padding-top: 16px;
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card .safety-card-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 6px;
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card p {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        color: #252b3a;
        text-align: center;
        padding: 0 4px;
    }
}

@media (min-width: 1024px){
	#server-map-2d{
		display: none;
	}
}
