.product_info{display:block;background:#fff;border-radius:8px;position:relative;padding:16px;margin:16px 0 0 0;overflow:hidden;color:#363e3f;box-shadow:0 3px 7px 0 rgba(0,0,0,0.03),0 1px 10px 0 rgba(0,0,0,0.05)}
.product_info .info_top{display:flex;justify-content:space-between;color:#ccc}
.product_info .info_top .info_top_img{width:108px;height:auto}
.product_info .info_top .info_top_img img{width:100%;height:auto;border-radius:2px}
.product_info .info_top .info_top_right{width:calc(100% - 120px);display:flex;flex-flow:column;justify-content:start}
.product_info .info_top h2{font-size:16px;line-height:20px;margin:0;color:#363e3f;text-transform:none;font-family:Open Sans Bold}
.product_info .info_top p{font-size:14px;line-height:20px;color:#979797}
.product_info .productDesc{font-size:16px;line-height:24px;color:#333d47;margin-top:16px}
.product_info .info_top .info_top_right .share{margin-top:8px;display:flex;justify-content:flex-end}
.product_info .info_top .info_top_right .bet{justify-content:space-between;align-items:center}
.product_info .info_shared_from .media img{width:16px;height:16px;margin:0 4px}
.product_info .isNew{position:absolute;right:0;top:0;width:34px;height:34px;background-image:url("../../../../../content/dam/ph-contenthub/icons/new@2x.png");background-size:34px 34px}
.product_info .sign_list{font-size:14px;line-height:20px;color:#363e3f;margin:16px 0 0}
.product_info .sign_list>div{display:flex;align-items:center;font-size:14px;line-height:20px;margin-bottom:4px}
.product_info .sign_list .mask{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:10px}
.product_info .info_shared_from{display:flex;height:24px;align-items:center;font-size:14px}
.product_info .info_shared_from .media{font-size:0}
.product_info hr{color:#d6d8da;margin:16px 0}
.product_info .info_shared_statistics{display:flex;height:24px;justify-content:space-between;padding:0 38px 0 22px;color:#adb1b5;font-size:14px}
.product_info .info_shared_statistics .share_item{display:flex;align-items:center}
.product_info .info_shared_statistics .share_item img{width:24px}
@media(min-width:768px){.product_info{padding:24px 24px 16px 24px;margin-left:28px;margin-right:28px}
.product_info .info_top .info_top_img{width:160px;height:auto}
.product_info .info_top .info_top_right{width:calc(100% - 176px)}
.product_info .productDesc{margin-top:17px}
.product_info .info_shared_statistics{padding:0 81px}
.product_info .isNew{width:64px;height:64px;background:url("../../../../../content/dam/ph-contenthub/icons/new@2x.png");background-size:64px 64px}
}