.hm-bootn {
    width: 99vw;
    height: 24vh;
    position: fixed;
    bottom: 0.2vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./img/bu1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

.hm-left {
    width: 32vw;
    height: 23vh;
    position: absolute;
    left: 0.1vw;

}

.hm-center {
    width: 37vw;
    height: 23vh;
    position: absolute;
    left: 33.5vw;

}

.hm-left {
    width: 32vw;
    height: 23vh;
    position: absolute;
    left: 0.1vw;

}

.hm-right {
    width: 28vw;
    height: 23vh;
    position: absolute;
    left: 71.1vw;

}

.hm-left-justy {
    width: 90%;
    height: 20vh;

    margin: 0 auto;
}

.hm-bootn table {
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-collapse: 0;
    border-top: 1px dashed #fff;
    border-left: 1px dashed #fff;
    text-align: center;
}

.hm-bootn td {
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    font-size: 12px;
}

.hm-bootn table tr td {
    color: rgb(187, 187, 187);
}

.hm-bootn table tr td:not(:nth-child(odd)) {
    color: #fff;
}

.hm-center-justy {
    width: 95%;
    margin: 0 auto;
    height: 20vh;
}

.hm-center-justy>div {
    display: flex;
    height: 3vh;
}

.hm-center-justy>div>div {
    width: 25%;
    text-align: center;
    line-height: 3vh;
}

.hm-center-justy>div:first-child {
    background-color: rgba(92, 92, 92, 0.161);
    color: rgb(168, 168, 168);
}

.hm-center-justy>div:not(:first-child) {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-family: pmzd;
    border-bottom: 1px dashed rgb(168, 168, 168);
}

.hm-right-justy {
    width: 95%;
    height: 20vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-right-justy img {
    width: auto;
    height: auto;
}