.tupianzuoyouyaobai {
    width: 170px;
    height: 170px;
    display: inline-block;
    background: url('/images/左右摇摆.webp') no-repeat 50%/100%;
    vertical-align: middle;
    position: fixed;
    right: 10%;
    top: 10px;
    z-index: 50;
    cursor: pointer;
    animation: lampLine-38cc6824 1.2s ease-in-out 0s infinite alternate;
    margin-left: -1px;
    transform-origin: 50% 0;
    pointer-events:none;
}
@keyframes lampLine-38cc6824 {
    0% {
        transform: rotate(10deg)
    }
    to {
        transform: rotate(-10deg)
    }
}
@media only screen and (max-width: 768px) {
    .tupianzuoyouyaobai {
        display: none;
    }
}
