*{
    padding: 0;
    margin: 0;
}

.animation-container {
    position: relative;
    width: 26.04vw;
    height: 26.04vw;
    margin: -6vh 20vw;
    transform-style: preserve-3d;
}

.earth1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 19.84vw;
    height: 19.84vw;
    border-radius: 50%;
    background-image: url(../img/wordMap_1.png);
    background-position: center;
    background-repeat:repeat-x;
    background-size: cover;
    box-shadow: inset 0 0 1.04vw #000,0 0 2.6vw #0469ff ;
    animation: animationEarch 15s linear infinite;
}
.earth2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 19.84vw;
    height: 19.84vw;
    border-radius: 50%;
    background-image: url(../img/wordMap_2.png);
    background-position: center;
    background-repeat:repeat-x;
    background-size: cover;
    box-shadow: inset 0 0 1.04vw #000,0 0 2.6vw #0469ff ;
    animation: animationEarch 15s linear infinite;
}
.earth3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 19.84vw;
    height: 19.84vw;
    border-radius: 50%;
    background-image: url(../img/wordMap_3.png);
    background-position: center;
    background-repeat:repeat-x;
    background-size: cover;
    box-shadow: inset 0 0 1.04vw #000,0 0 2.6vw #0469ff ;
    animation: animationEarch 15s linear infinite;
}
.earth4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 19.84vw;
    height: 19.84vw;
    border-radius: 50%;
    background-image: url(../img/wordMap_4.png);
    background-position: center;
    background-repeat:repeat-x;
    background-size: cover;
    box-shadow: inset 0 0 1.04vw #000,0 0 2.6vw #0469ff ;
    animation: animationEarch 15s linear infinite;
}
.earth0,
.earth6,
.earth5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 19.84vw;
    height: 19.84vw;
    border-radius: 50%;
    background-image: url(../img/wordMap_5.png);
    background-position: center;
    background-repeat:repeat-x;
    background-size: cover;
    box-shadow: inset 0 0 1.04vw #000,0 0 2.6vw #0469ff ;
    animation: animationEarch 15s linear infinite;
}

.circle::after{
    content: '';
    position: absolute;
    top: -0.26vw;
    left: -0.26vw;
    width: 100%;
    height: 100%;
    border: 1px solid #a318f4;
    /* transform: rotateX(20deg); */
    border-radius: 50%;
    /* animation：动画名称 持续时间 运动曲线(匀速linear) 何时开始 播放次数(无限infinite ) 是否反方向(逆播放alternate) 动画起始或者结束的状态(保持forwards/回到起始backwards); */
    animation: border 2s infinite;
}

.circle img {
    width: 100%;
}

.borther {
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    /*z-index: 3;*/
}

#lopp {
    width: 41.67vw;
    height: 32.55vw;
    border: 0.1vw solid #103c70;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotateX(65deg);
}

.ball {
    /*position: relative;*/
    width: 8.33vw;
    height: 6.77vw;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    z-index: 5;
    /* background-image: linear-gradient(to bottom, #0177f5, #d9a7ff); */
    /*动画执行一次所需时间*/
    animation-duration: 10s, 10s, 20s;
    /*动画以何种运行轨迹完成一个周期*/
    animation-timing-function: cubic-bezier(0.36,0,0.64,1);
    /*动画播放次数,无线循环播放*/
    animation-iteration-count: infinite;
    /*是否轮流反向播放动画 alternate:正向播放*/
    animation-direction: alternate;
    animation-name: animX, animY,scale;
}

.ball span{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0%);
    font-size: 20px;
    color: #1467cc;
}

.ball img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*外层*/
@keyframes animX{
    0% {
        left: -11.98vw;
    }
    100% {
        left: 29.69vw;
    }
}
@keyframes animY{
    0% {
        top: 2.06vw;
    }
    100% {
        top: 16.76vw;
    }
}
@keyframes scale {

    0% {
        transform: scale(0.4);
        z-index: -1;
        opacity: 0;
    }
    50% {
        transform: scale(1);
        z-index: 10;
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        z-index: -1;
        opacity: 0.5;

    }
}


#lopp2 {
    width: 26.04vw;
    height: 15.625vw;
    border: 0.1vw solid #103c70;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotateX(65deg);
}

.ball2 {
    width: 2.6vw;
    height: 2.6vw;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 2.6vw;
    background-image: linear-gradient(to bottom, #ee8c1b, #ffd3a7);
    /*动画执行一次所需时间*/
    animation-duration: 10s, 10s, 20s;
    /*动画以何种运行轨迹完成一个周期*/
    animation-timing-function: cubic-bezier(0.36,0,0.64,1);
    /*动画播放次数,无线循环播放*/
    animation-iteration-count: infinite;
    /*是否轮流反向播放动画 alternate:正向播放*/
    animation-direction: alternate;
    animation-name: anim2X, anim2Y, scale2;
}

@keyframes anim2X{
    0% {
        left: -0.52vw;
    }
    100% {
        left: 23.96vw;
    }
}
@keyframes anim2Y{
    0% {
        top: 7.81vw;
    }
    100% {
        top: 13.54vw;
    }

}

@keyframes scale2 {

    0% {
        transform: scale(0.4);
        z-index: 0;
        opacity: 0;
    }
    50% {
        transform: scale(1);
        z-index: 3;
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        z-index: 0;
        opacity: 0.5;
    }
}

@keyframes border {

    0% {
        transform: scale(1) ;
        opacity:1;
    }
    to{
        transform: scale(2) ;
        opacity: 0;
        border: 1px solid #c1c1c1;
    }
}

@keyframes around {

    0% {
        ransform: rotate3D(0);
    }
    to{
        ransform: rotate3D(180deg);
    }
}

@keyframes animationEarch {

    0% {
        background-position: 0 0;
    }
    100%{
        background-position: -40.16vw 0 ; /*世界地图的尺寸是2048*955的所以按比例缩放，图像移动的比例为1:2*/
    }
}
