.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1650px;
    height: 1035px;
    background-image: url("../img/bg.png");
}

.btnReset {
    position: absolute;
    bottom: 18px;
    right: 23px;
    width: 132px;
    height: 62px;
    background-image: url("../img/btn_reset.png");
}

.btnReset.active{
    background-image: url("../img/btn_reset_active.png");
}

.btnReset.disable{
    background-image: url("../img/btn_reset_disable.png");
}

.slash{
    position: absolute;
    top: 788px;
    left: 1294px;
    width: 100px;
    height: 100px;
    background-image: url("../img/slash.png");
}

.slashWrap{
    position: absolute;
    top: 0;
    left: 0;
}