
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box {width: 100%;margin-top: 28px;padding-top: 22px;border-top: 1px solid #e5e5e5;display: flex;flex-direction: column;gap: 16px;}
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item {display: flex;align-items: center;gap: 14px;line-height: 1.4;}
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .text {font-size: 16px;color: #222;}
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .icon {display: inline-flex;align-items: center;justify-content: center;flex-shrink: 0;}
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .icon img {width: 22px;height: 22px;display: block;object-fit: contain;}
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .icon a:hover {text-decoration: none;}
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .text a {font-size: 16px;color: #000000;text-decoration: none;margin-left: 4px;}
.ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .text a:hover {color: #004499;text-decoration: underline;}
@media screen and (max-width: 1000px) {
    .ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item {gap: 12px;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .icon img {width: 20px;height: 20px;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .product_contact_box .item .text {font-size: 15px;}
}
