.container {
    position: absolute;
    /*top: 16px;*/
    width:100%;
    height: 100%;
}
.container1 {
    position: absolute;
    /*top: 16px;*/
    width:100%;
    height: 100%;
    display: none;
}
.container > .rootPanel{
    width:100%;
    height: 100%;

}
.luxy{
    width:100%;
    height: 100%;
    overflow: auto;
}
.divImg{
    display: flex;
    overflow: auto;
    height: 100%;
}
.container  >.rootPanel> .button {
    position: absolute;
    top:5px;
    left:5px;
    color: white;
    float: left;
    display: inline-block;
    background-color: #07f;
    padding: 0 16px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.img{
    height: 100%;
}

.container > .counterBox {
    float: right;
}

.container .counter {
    color: #ff0;
    font-size: 24px;
}

.container > .text {
    margin-top: 52px;
}