.personal{
    margin-bottom: 20px;
}
.header{
    background: #E50012;
    color: #fff;
}
.personal .personal_title{
    padding: 12px 15px;
    background-color: #FFFBF3;
    color: #222222;
    font-size: 16px;
    line-height: 30px;
}
.personal_title img {
    width: 24px;
    height: 24px;
}
.personal_title_color {
    background: #FFF5F2 !important;
}
.personal_item {
    padding: 18px 15px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
}
.item_head {
    display: flex;
}
.personal_item .item_head .item_img {
    width: 70px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    padding: 2px;
    flex-shrink: 0;
}
.personal_item .item_head .item_img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.personal_item .item_head .item_info {
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   padding-bottom: 10px;
   margin-left: 10px;
   font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
line-height: 22px;

color: #222222;
}
.personal_item .item_head .item_info .top_txt div:last-child {
    color: #666666;
    font-size: 11px;
    margin-top: 6px;
}
.personal_item .item_head .item_info .top_txt{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px;
 }


 .item_btn {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}
.item_btn .top_btn {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    color: #DA2D2D ;
    width: fit-content;
    text-align: center;
    border: 1px solid #DA2D2D ;
}
.item_btn .bottom_btn{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #E50012;
}
.item_btn .top_btn1 {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    color: #E2BA67 ;
    width: fit-content;
    text-align: center;
    border: 1px solid #E2BA67 ;
}
.activeBox {
    position: fixed;
    bottom: 1.7rem;
    right: 0.5rem;
    border: solid 1px #eee;
    font-size:0.375rem
}
.activeBox img {
    width:1rem;
}
.close {
    position: absolute;
    background: #fff;
    display: block;
    height: 0.6rem;
    width: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 100%;
    right: -0.3rem;
    top: -0.3rem;
}
