/*
* @Author: Sun Jijing
* @Date:   2025-01-16 14:16:27
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-01-16 14:16:27
*/
.product_wrap { display: flex; border-bottom: 5px solid rgba(153,153,153,1); }
.product_item { width: 50%; }
.product_item .con { height: 100%; padding: 50px 10%; background: rgba(239, 241, 245, 1); }
.product_item .tit { font-size: 20px; color: rgba(51, 51, 51, 1); padding-bottom: 25px; margin-bottom: 15px; border-bottom: 1px solid rgb(51, 51, 51); }
.product_item * { font-size: 14px; line-height: 1.8em; color: rgb(136, 136, 136); }
.product_item .smy { margin-bottom: 20px; }
.product_item .tel { font-size: 18px; color: rgba(68, 68, 68, 1); font-weight: bold; margin: 20px 0; height: 32px; line-height: 32px; }
.product_item .tel img { display: inline-block; height: 20px; margin-right: 1em; vertical-align: middle; }
.product_item .tel a { font-size: 26px; color: rgb(0, 173, 235); }
.product_item .btn a { display: inline-block; width: 144px; height: 36px; border-radius: 4px; background: rgba(1, 85, 183, 0.1); line-height: 36px; text-align: center; color: #333; font-size: 14px; margin-right: 15px; }
.product_item .btn a:nth-child(1) { background: #00adeb; color: #fff; }

.product_con { margin-top: 1rem; margin-bottom: 1rem; }
.product_con .tit { font-size: 18px; color: rgb(68, 68, 68); font-weight: bold; }
.detail_con { margin-top: 20px; }
.detail_con * { font-size: 16px; line-height: 1.8em; color: rgb(102, 102, 102); }
.detail_page { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(242, 242, 242, 1); display: flex; justify-content: space-between; }
.detail_page > div { width: 50%; display: inline-flex; align-items: center; }
.detail_page * { font-size: 14px; color: #666; }
.detail_page > div span:nth-child(1) { margin-right: 20px; flex-shrink: 0; }
.detail_page .next { flex-direction: row-reverse; }
.detail_page .next span:nth-child(1) { margin-right: 0; margin-left: 20px; }

@media screen and (max-width:768px) {
	.product_wrap { flex-wrap: wrap; }
	.product_item { width: 100%; }
	.product_item .con { padding: 50px 5%; }
}