@charset "utf-8";

.mainscene {
    width: 550px; height: 325px;
}

.mainWindow2 {
    margin-top: 25px;
    width: 90%; height: 60%;
    display: inline-block;
}

#baseImg {
    position: relative;
}

#switchContainer {
    position: absolute;
    background: none;
    border: none;
    box-shadow: none;
    left: 313px; top: 69px;
    width: 117px; height: 58px;
}

#onSwitchImg {
    position: absolute;
    left: 0px; top: 0px;
}

#northNeedleImg {
    position: absolute;
    left: 126px; top: 155px;
}

#eastNeedleImg {
    position: absolute;
    left: 126px; top: 155px;
}