.left-dxw-box {
    position: absolute;
    left: 10px;
    top: 30%;
    color: #111;
    z-index: 999;
    font-size: 30px;
    font-weight: 600;
}

.center-dxw-box {
    position: absolute;
    left: 40%;
    top: 30%;
    color: #111;
    z-index: 999;
    font-size: 30px;
    font-weight: 600;
}

.right-dxw-box {
    position: absolute;
    right: 10px;
    top: 30%;
    color: #111;
    z-index: 999;
    font-size: 30px;
    font-weight: 600;
}

.err {
    position: absolute;
    color: #111;
    z-index: 999;
    font-size: 30px;
    font-weight: 600;
    left: 40%;
    top: 30%;
}