.HomeGlobal .rightbox{
    width: 6.84rem;
    height: 6.84rem;
    position: relative;
}
.earth {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
}

.earth .info {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 15%;
    width: 3.35rem;
    height: 2.52rem;
    padding: 0.4rem;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 0px rgba(0,51,153,0.12);
    border-radius: 10px;
}

.earth .info .title {
    font-size: 0.24rem;
    color: #1e2e45;
    font-size: 0.2rem;
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 0.2rem;
}

.earth .info .title span {
    display: block;
}

.earth .info .add {
    margin-top: 0.25rem;
    color: #777f8b;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #dee2e8;
}

.earth .info .contact {
    color: #333;
    line-height: 0.26rem;
    font-size: 0.18rem;
}

.earth .info .contact div {
    padding-left: 0.3rem;
    background-repeat: no-repeat;
    background-size: 0.18rem;
    background-position: 0 0.07rem;
    margin-top: 0.24rem;
}

.earth .info .contact div:nth-child(1) {
    background-image: url(../images/earth_phone.png)
}

.earth .info .contact div:nth-child(2) {
    background-image: url(../images/earth_email.png)
}

.earth .tips {
    position: absolute;
    left: 50vw;
    top: 20vw;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    background: #f8c700;
    padding: 0 0.15rem;
    min-width: 0.6rem;
    height: 0.4rem;
    border-radius: 0.08rem;
    z-index: 10;
    transform: translate(0.1rem, -0.6rem);
    display: none;
}

/* .earth .tips::after {
    position: absolute;
    left: -0.4rem;
    bottom: -0.15rem;
    content: "";
    width: 0.5rem;
    height: 1px;
    background: #f8c700;;
    transform: rotate(135deg);
} */
.earth .webgl {
    /* background: url(../images/701bab76fa1d6ba8f6b7b1bd320230ab.png); */
    background-position: center;
    background-size: auto 163%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    outline: none;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.index-five .let-shell .des {
    position: relative;
}

@media(max-width:1024px) {
    .earth {
        position: relative;
        width: 100%;
        height: 110vw;
    }

    .index-five .let-shell {
        width: 100%;
    }

    .earth .info {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .earth .info {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .earth .mobile-bg {
        background: rgba(0,0,0,0);
        width: 1000%;
        height: 1000%;
        position: absolute;
        top: -500%;
        left: -500%;
    }

    .index-five .fp-tableCell {
        padding: 0;
    }

}

.earth .info .contact div.phone{
    background-position: 0 0.03rem;
}