.movable-area {
    width: 100%;
}

movable-view {
    width: .44rem;
    height: .44rem;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3388FF;
    background-image: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/suspend.png);
    background-size: 54.35rpx 43.48rpx;
    background-repeat: no-repeat;
    background-position: 35% 50%;
}