.container .downBtn {
    position: absolute;
    cursor: pointer;
    top: 10.1rem;
    left: 20%;
    width: 60%;
    height: 1.3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: .6s linear infinite rotate
}