.sim4_box {
    line-height: 27px;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #f1dab0;
    border-radius: 24px;
    position: relative;
}

.sim4_box .addBox {
    position: absolute;
    right: 30px;
    top: 17px;
    cursor: pointer;
}

.sim4_box .addBox i {
    color: #f1dab0;
    font-weight: 600;
    font-size: 25px;
}

.sim4_Tbox {
    display: flex;
}

.sim4_Lbox {
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    border: 2px solid #f1dab0;
}

.sim4_Lbox_wh {
    width: 200px;
    height: 330px;
}

.sim4_Lbox img {
    width: 100%;
    height: 100%;
}

.sim4_Rbox {
    font-size: 16px;
    color: #e7e9ee;
}

.sim4_Rbox li b {
    color: #f1dab0;
    white-space: nowrap;
}

.sim4_Rbox li .audioBox {
    display: flex;
    align-items: center;
}

.sim4_Rbox li .signBox {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sim4_Rbox li .audioBox img {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 5px;
}

.sim4_Bbox {
    margin-top: 15px;
    font-size: 16px;
    color: #e7e9ee;
}

.sim4_Bbox li b {
    color: #f1dab0;
}

.sim4_Bbox li .background_p {
    color: #fafafa;
    font-weight: 500;
    white-space: pre-wrap;
}

.sim4_Bbox li .background_p_max4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.uploadSimPic {
    cursor: pointer;
}

.uploadSimPic:hover {
    color: #f1dab0;
    transition: .3s;
}