

.boos {
    width:900px;
    height: 100%;
    background-color: rgba(33, 31, 38, 0.5);
    border: 1px solid rgba(66, 62, 76, 0.5);
    padding: 15px;
    margin: 0 auto;
    overflow-y: auto;
    scrollbar-width: none;
}

.title,
.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
    cursor: pointer;
}

.h3_sty {
    font-weight: 400;
    font-size: 14px;
    color: #21EA00;
}


.user_num {
    font-weight: 400;
    font-size: 14px;
    color: #ADADAD;
    display: flex;
    align-items: center;


}

.ul_box,
.active {
    display: flex;
    flex-wrap: wrap;
}

.li_box {
    width: 284px;
    height: 66px;
    border: 1px solid #7F705F;
    margin-right: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.li_box:hover {
    background: #381B16;
    border: 1px solid #7F705F;
}

.li_box:hover .con_on {
    display: block;
}

.con_on {
    display: none;
}

.li_box:nth-child(3n) {
    margin-right: 0;
}

.ul_box {
    display: none;
}

.userName {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.user {
    font-weight: 400;
    font-size: 14px;
    color: #CECECE;
}

.click_up img {

    /* width:12px; */
    height: 12px;

}

.active .click_up img {

    transform: rotate(-180deg);
    ;
}

.modal {
    position: fixed;
    /* 将模态框定位在页面上 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;

}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    /* 设置透明度为0.5的黑色作为遮罩层 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -155px;
    width: 310px;
    height: 245px;
    background: #FFFFFF;
    border-radius: 10px;
}

.title_model {
    width: 310px;
    height: 56px;
    background: #390000;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #F7BD97;
    text-align: center;
    line-height: 56px;
    position: relative;
}

.cel {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 12px;
    cursor: pointer;
}

.model_box {
    padding: 20px 30px;
}

.cur1 {
    height: 46px;
    line-height: 46px;
    color: #ff9c00;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #f0be5b;
}

.pice_name {
    margin-bottom: 20;
}
.pice_name p{
    margin-bottom: 20px;
    border-radius: 30px;
    cursor: pointer;
}
.pice_name p:hover{
    background-color: #ffeed3;
}
.footer {
    width: 250px;
    font-weight: 500;
    font-size: 12px;
    color: #390000;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.err{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    display: none;
}
.err p{
    font-weight: 400;
font-size: 14px;
color: #7C7C7C;
display: none;
}