
.wbas_content {
    position: absolute;
    /* background: url(../img/xmsp-bg.png) no-repeat center top;
	background-size: 100% auto; */
    width: 100vw;
    /* height: 100vh; */
    top: 0;
    left: 0;
	bottom: 2.3rem;
    overflow:hidden;
	z-index: 11;
}

.wbas_content>img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    pointer-events: none;
    touch-action: none;
}
.wbas_content>img.wbas_button {
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    pointer-events: auto;
    touch-action: auto;
}

.wbas_content>.wbas_axisside {
    display: block;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
}

.wbas_content>.wbas_axisside>.wbas_frames {
    display: none;
    background: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wbas_content>.wbas_axisside>.wbas_frames>img {
    display: none;
    position: absolute;
    width:100%;
    height:auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    touch-action: none;
}
.wbas_content>.wbas_axisside>.wbas_frames>img.show {
    display: block;
}
.wbas_content>.wbas_axisside>.wbas_frames>img.hide {
    display: none;
}

/* .wbas_content>.wbas_axisside>.wbas_loading {
    display: none;
    position: absolute;
    background: url(../img/loading.gif) no-repeat center center;
	background-size: 100% 100%;
    width: 200px;
    height: 200px;
    padding-top: 0px;
    border: none !important;
    left:50%;
    margin-left: -100px;
    top:32%;
} */
.wbas_content>.wbas_axisside>span {
	display: none;
    position: absolute;
    background: none;
    width: 100%;
    height: 30px;
    color:#333;
    text-align:center;
    font-size: 12px;
    left:0;
    right:0;
    margin:auto;
    top:56%;
}
