.dq-title {
    height: 2vh;
    line-height: 2vh;
    padding-left: 1.3vw;
    font-size: 0.9vw;
    margin-top: 1vh;
    color: white;
    font-family: pmzd;
}

.dq-botton {
    width: 99vw;
    height: 24vh;
    position: fixed;
    bottom: 0.2vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./img/bu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

.dq-left {
    width: 36vw;
    height: 23vh;
    position: absolute;
    left: 0.1vw;
}

.dq-center {
    width: 32vw;
    height: 23vh;
    position: absolute;
    left: 37.3vw;
}

.dq-right {
    width: 28vw;
    height: 23vh;
    position: absolute;
    left: 70.5vw;
}

.dq-left-justy {
    height: 20vh;
    display: flex;
}

.dq-justy-left {
    width: 40%;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.dq-justy-left div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dq-justy-left div div {
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.dq-justy-right {
    width: 60%;
    height: inherit;
}

.dq-sb {
    color: rgb(159, 159, 159);
    font-size: 14px;
    font-family: pmzd;
}

.dq-sbwz {
    font-size: 20px;
    color: rgb(254, 102, 5);
    font-family: pmzd;
    font-weight: 800;
}

.dq-justy-right>div {
    width: 90%;
    height: inherit;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.dq-justy-right>div>div:first-child {
    height: 3vh;
    display: flex;
    align-items: center;
    background-color: rgba(92, 92, 92, 0.161);
}

.dq-justy-right>div>div:first-child>div {
    width: 33%;
    text-align: center;
    font-size: 14px;
    color: rgb(168, 168, 168);
}

.dq-justy-right-ps {
    height: 3vh;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(168, 168, 168);
}

.dq-justy-right-ps div {
    width: 33%;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: pmzd;
}

.dq-center-justy {
    width: 90%;
    height: 20vh;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.dq-center-now {
    width: 100%;
    height: 3vh;
    display: flex;
    align-items: center;
    background-color: rgba(92, 92, 92, 0.161);
}

.dq-center-now div {
    width: 33%;
    text-align: center;
    font-size: 14px;
    color: rgb(168, 168, 168);
}

.dq-center-tow {
    width: 100%;
    height: 3vh;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(168, 168, 168);
}

.dq-center-tow div {
    width: 33%;
    text-align: center;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: pmzd;
}

.dq-right-justy {
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dq-right-tow {
    width: 50%;
    height: inherit;
}

.dq-right-img {
    width: 90%;
    margin: 0 auto;
}

.dq-right-img video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.dq-right-title {
    margin: 1vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: pmzd;
}

.icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: rgb(254, 102, 5);
    border-radius: 2em;
    margin: 0 0.5vw;
}
