.checkBox label {
    cursor: pointer;
}

.jumps {}

.jumps span {
    width: 140px;
    display: block;
    margin: auto;
}

.item-left {
    z-index: 100;
    position: absolute;
    transform: scale(0);
}

.item-right {
    z-index: 100;
    position: absolute;
    left: 400px;
    transform: scale(0);
}

.item-mobile {
    z-index: 100;
    position: absolute;
    left: 180px;
    top: -260px;
    transform: scale(0);
}

.PopOut_1,
.PopOut_2 {
    transform: scale(0);
}

div.donateMain{
    margin: 60px;
}
/* 手機 */

@media screen and (max-width: 480px) {
    .jumps span {
        width: 80px;
        display: block;
        margin: auto;
    }
    div.donateMain{
    margin: 0px;
}
}
