@keyframes ball {
    /*0% { top: 0px; left:-10px;}*/
    /*25% { top: 0px; left: 5px;}*/
    /*50% { top: 0px; left: 10px;}*/
    /*75% { top: 0px; left: -5px;}*/
    /*100% { top: 0px; left: -10px;} */
    0% {
        transform: rotateY(0deg);
        top: 20px; left:-10px;
    }
    25% {
        transform: rotateY(15deg);
        top: 20px; left: 5px;
    }
    50% {
        transform: rotateY(0deg);
        top: 20px; left: 10px;
    }
    
    75% {
        transform: rotateY(-15deg);
        top: 20px; left: -5px;
    }
    100% {
        transform: rotateY(0deg);
        top: 20px; left: -10px;
    }
}
.jian{
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: mycolor 12s infinite linear;
}
@keyframes jian {
    0% { top: -10px;}
    25% { top: 5px;}
    50% { top: 10px;}
    75% { top: -5px;}
    100% { top: -10px;} 
}
.jian2{
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: mycolor 12s infinite linear;
}
@keyframes jian2 {
    0% { left: -10px;}
    25% { left: 5px;}
    50% { left: 10px;}
    75% { left: -5px;}
    100% { left: -10px;} 
}

.banner{
    width: 201px;
    height: 301px;
    display: block;
    margin: 0 auto;
    border-radius: 7px;
    margin-bottom: 30px;
}
.Cube{
    -webkit-perspective: 400px;
    perspective: 400px;
}
.box{
    width: 201px;
    height: 301px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: mycolor 12s infinite linear;
}
@-webkit-keyframes mycolor{
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}
.front{
    width: 100%;
    height: 100%;
    line-height: 201px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.imgview{
    padding-top: 50px;
    padding-bottom: 47px;
    position: relative;
}
.light{
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    max-width: 100%;
    z-index: 0;
    box-sizing: border-box;
    width: 320px;
    height: 180px;
    overflow: hidden;
}
.guangstyle{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.dzimgbox{
    width: 264px;
    height: 125px;
    display: block;
    margin: 0 auto;

}
.dzstyle{
    width: 100%;
    height: 100%;
}
.pedestal{
    margin-top: -60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: block;
}
.info_nftnamebox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-sizing: border-box;
    background:red;
}