a {
    color: black;    
    text-decoration: none;
}
.box {
    box-shadow: 3px 3px 5px 0 #00000026;
    border-radius: 7px;
    width: calc(100% - 4rem);
    padding: 0.8rem;
    
    margin: 13px auto;
}

.cont {
    
    width: 100%;
    height: 133px;
    margin: 4px;
}

.cont-button {
    padding: 1px;
    padding-bottom: 20px;
    border-bottom: 0.2px solid rgba(0, 0, 0, 0.544);
    display: flex;
    background-color: white;
    width: 100%;
    border-radius: 4px;
}

.cont-img-box {
    overflow: hidden;
    float: left;
}

.cont-footer {
    color: #00000078;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-footer>img {
    --contSize: 25px;
    border-radius: 50%;
    width: var(--contSize);
    height: var(--contSize);
}

.cont-right {
    margin-left: 20px;
}

.introduce_main {
    font-size: 14px;
    color: #343434;
}

.cont-img {
    border-radius: 4px;
    object-fit: cover;
    height: 111px;
}
.introduce{
    min-height: 90px;
    display: flex;
    flex-direction: column;
}

.background-img {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
}

.warning {
    background-color: white;
}
.twice_warning {
    background-color: rgba(0, 0, 0, 0.252);
    display: flex;
    flex-direction: column;
}
.selected {
    width: calc(70% - 15px);
    margin-left: 15px;
    background-color: white;
}
.container {
    display: flex;
    flex-direction: row;
}
.other {
    width: calc(30% - 0.5rem);
}
.attention {
    background-color: white;
}

@media (max-width: 800px) {
    .selected, .other {
        width: calc(100% - 45px);
    }
    .container {
        flex-direction: column;
    }
    .cont-img {
        display: none;
    }
}