.dicord_inv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.inv_div {
    width: 480px;
    background: rgb(49,51,56);
    height: 300px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    color: white;
}

.dis_head {
    width: 64px;
    height: 64px;
    background: url("https://s1.imagehub.cc/images/2023/11/30/42d5cd212b52ac4538a80022b70df6fa.webp");
    background-size: cover;
    margin-bottom: 24px;
    border-radius: 16px;
}

.dis_head2 {
    width: 64px;
    height: 64px;
    background: url("https://s1.imagehub.cc/images/2024/07/25/d520b392eac0b0835b6a6ae1e8a35206.th.png");
    background-size: cover;
    margin-bottom: 24px;
    border-radius: 16px;
}


h1.dis_titlename {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.button {
    background: rgb(88,101,242);
    margin-top: 25px;
    width: 100%;
    height: 44px;
    min-width: 130px;
    min-height: 44px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yg {
    width: 10px;
    height: 10px;
    background: rgb(35,165,89);
    border-radius: 50%;
}

.yh {
    width: 10px;
    height: 10px;
    background: rgb(181,186,193);
    border-radius: 50%;
}

.dis_state {
    display: flex;
    align-items: center;
    justify-content: center;
}