*{
margin: 0;
padding: 0;
box-sizing: border-box;
 }
 .box{
    display: flex;
    flex-direction: column;
 }
 .content{
    flex: 1;
    background: url("/static/home/images/maxbg.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     padding: 0 20%;
 }

.left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.left-1{
    width: 4.75rem;
    height: 5.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.left-2{
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0.5rem;
    width: 20%
}
.img-2{
    margin-left: 0.5rem;
    cursor: pointer;
    -moz-transform-origin: 0.4rem 0.53rem;
    -webkit-transform-origin:0.4rem 0.53rem;
    -o-transform-origin:0.4rem 0.53rem;
}

.img-1{
    margin-left: 0.5rem;
    cursor: pointer;
    -moz-transform-origin: 0.6rem 0.8rem;
    -webkit-transform-origin:0.6rem 0.8rem;
    -o-transform-origin:0.6rem 0.8rem;
}
.left-3{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.35rem;
    margin-bottom: 0.1rem;
}
.right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}
.right-3{
    width: 4rem;
    height: 3rem;
    padding:0.8rem 0.38rem 0.4rem;
    margin-top: 0.92rem;
    background: url("/static/home/images/zhongjiang.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0.15rem;

}
.right-4{
    height: 100%;
    overflow: hidden;
    
}
.right-4>div{
    color: white;
    display: flex;
    padding: 0.11rem 0;
    display: flex;
    justify-content: space-around;
    animation: scolle 3s linear ;
    animation-iteration-count:infinite;
}
.bottom{
    text-align: center;
}
.bottom img {
    width: 70%;
}
 .sector {
    width: 3rem; height: 3rem;
    position: absolute;
    clip: rect(0 3rem 3rem 1.5rem);
    overflow: hidden;
}
.inner {
    width: 100%; height: 100%;
    position: absolute;
    padding: 0.3rem 1.5rem 0.1rem 0.9rem;
    clip: rect(0 1.5rem 3rem 0);
    transform: rotate(45deg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 0.1rem;
}
.inner>div{
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.move{
    animation: move 3s linear 0s;
    animation-fill-mode:forwards ;
    -webkit-animation-fill-mode:forwards; /* Safari 和 Chrome */
    animation-timing-function:ease-in-out;
}
@keyframes move {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(1020deg);
        
    }
}
@keyframes scolle{
    0%{
        transform: translate(0,0);
    }
    100%{
        transform: translate(0,-0.86rem);
    }
}

.zpthaccount {
    position: absolute;
    left: 26.5%;
    top: 53%;
    width: 3.2rem;
    height: 0.35rem;
    font-size: 0.19rem;
    font-family: Alibaba-PuHuiTi-B;
    font-weight: bold;
    z-index: 10;
    color: #724BFF;
}
.zpth{
    margin-top: 0 !important;
    background-color: rgba(0,0,0,.4);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0rem;
    left: 0rem;
}
.zpthbox{
    position: relative;
}
.zpth>.zpthbox>img{
    width: 5rem;
    object-fit: scale-down;
}
.zpthclose{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    position: absolute;
    top: 0.76rem;
    left: 4.6rem;
    border: 1px solid red;
}
