* {
    margin: 0;
    padding: 0;
    -webkit-user-drag: none;
}

.wrap {
    margin: 0 auto;
    width: 6.4rem;
    height: 16rem;
    max-width: 640px;
    /* max-height: 1600px; */
    overflow-x: hidden;
    position: relative; /* 父容器使用相对定位 */
}

.btn_pos {
    width: 3.3rem;
    height: 0.9rem;
    position: relative; /* 子元素相对于父容器定位 */
    left: 1.55rem;
    top: 13rem;
}

.btn_up {
    width: 100%;
    height: 100%;
}