.p3 .product-box{
    margin:15px auto 20px;padding:15px;box-shadow: 0 15px 60px rgba(0,0,0,.1);    border-radius: 5px;background: rgba(255,255,255,.2);border: 1px solid #999
}
.p3 .product-box-item{
    display: flex;width: 100%;margin-bottom: 10px;
}
.p3 .product-box-item-pic{
    display: block!important;height: 128px;width: 64px;min-width: 64px;overflow: hidden;border-radius: 8px;background-color: #fff;
}
.p3 .product-box-item-pic a{
    width: 100%;height: 100%;
}
.p3 .product-box-item-pic-img{
    width: 100%;height: 100%;object-fit: cover;
}
.p3 .product-box-item-body{
    color: #000;text-align: left;display: flex;flex-wrap: nowrap;width: 80%;flex-direction: column;align-items: flex-start;overflow: hidden;margin-left: 15px;margin-bottom: 5px;
}
.p3 .product-box-item-title{
    color: #000;font-style: normal;font-weight: 600;font-size: 16px;line-height: 130%;letter-spacing: -.01em;margin: 0;overflow: hidden!important;text-overflow: ellipsis!important;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;width: 100%;
}
.p3 .product-box-item-subtitle{
    color: #999;
    overflow: hidden!important;text-overflow: ellipsis!important;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;width: 100%;
}
.p3 .product-box-item-price{
    display: flex;align-items: center;width: 100%; margin-top: 8px;flex-wrap: wrap;grid-column-gap: 0;-moz-column-gap: 0;column-gap: 0;grid-row-gap: 6px; row-gap: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    color: #000;
    height: fit-content;
    font-size: 22px;
}
.p3 .product-box-link{
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    border-radius: 5px;
    overflow: hidden;
    display: block;
    padding: 0;
    width: 220px;
    margin-top: 5px;
}
.p3 .product-box-link-a{
    width: 100%;
    display: block;
    color: #000;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000;
    background: transparent;
}
.p3 .product-box-link-a-span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 16px;
    line-height: normal;
    text-align: center;
    letter-spacing: -.01em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.p3 .product-box.product_link_button{
    display: flex;
    width: 100%;
}
.p3 .product-box.product_link_button .left{
    flex: 0 1 auto;  /* 不放大可缩小，宽度由内容决定 */
}
.p3 .product-box.product_link_button .right{
    flex: 1 1 0%;  /* 显式设置flex-basis为0% */
    min-width: 240px;  /* 防止内容挤压 */
    overflow: hidden;  /* 处理内容溢出 */
    white-space: nowrap;  /* 单行显示 */
    text-overflow: ellipsis;  /* 溢出显示省略号 */
}


.p3 .product-box.product_link_button .product-box-item{
    width: auto;
}
.p3  .product-box.product_link_button .product-box-link{
    width: 100%;
}
.p3 .product-box.product_link_button .product-box-link-a{
    display: flex;
}
.p3 .product-box.product_link_button .product-box-item .product-box-item-pic{
    height: 34px;
    width: 34px;
    min-width: unset;
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 15px;
    margin-top: 15px;
}
.p3 .product-box.product_link_button  .product-box-link-a-span{
    min-width: 60%;
}

.p3 .product-box.product_link_button  .product-box-item-price{
    width: 40px;
    color: #0a53be;
    display: none;
}