.ab-border-orange {
	border-color: #ff511f!important
}
.ab-orange {
	color: #ff511f!important
}
.ab-flex-jc-sb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.ab-position-title>.ab-flex-item {
	position: relative
}
.ab-position-title>div>.ab-item-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	background: rgba(0,0,0,.5);
	color: #FFF;
	padding: 6px 0px
}
.ab-position-title>div>.ab-item-title a{ color:#fff; text-decoration:none}
.ab-scale .ab-item-img img {
	transition: all .3s
}
.ab-scale .ab-flex-item:hover .ab-item-img img {
	transform: scale(1.2)
}
.ab-text-align-c {
	text-align: center!important
}
.ab-template-40 .ab-item-img img {
	width: 100%
}
.ab-template-40>.ab-flex-jc-sb>.ab-flex-item {
	border: 1px solid #FFF
}
.ab-template-3 {
	position: relative
}
.ab-template-3>h2, .tagContent h2{
	width: 100%;
	font-size: 18px;
	color: #ff511f;
	padding: 3px 15px;
	box-sizing: border-box;
	border-left: 4px solid #ff511f;
	margin: 1.8rem 0;
}

.prodetails-content .ab_img {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #edf2f7;
    line-height: 1.6;
    color: #2c3e50;
}

/* 优势列表卡片式布局 */
.advantages-list, .tagContent ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
}

.advantages-list li, .tagContent ul li {
    background-color: #f9fafb;
    border-left: 4px solid #e67e22;
    padding: 1rem 1.2rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #2c3e50;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.advantages-list li:hover, .tagContent ul li:hover {
    background-color: #fef9e6;
    border-top-width: 6px;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .advantages-list, .tagContent ul  {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

/* 技术参数区域（让表格样式更好看） */
.prodetails-content .ab_img table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}
.prodetails-content .ab_img th,
.prodetails-content .ab_img td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
}
.prodetails-content .ab_img th {
    background-color: #f8fafc;
    font-weight: 600;
    width: 30%;
}

/* ========== 产品 FAQ 模块样式（使用 rem 单位，自动适配移动端） ========== */
.product-faq-section {
    margin-top: 1.875rem;   /* 30px / 16 = 1.875rem */
    margin-bottom: 1.25rem; /* 20px / 16 = 1.25rem */
}

.faq-list details, .tagContent details {
    margin-bottom: 0.75rem;  /* 12px / 16 = 0.75rem */
    background-color: #f9f9f9;
    border-radius: 0.5rem;   /* 8px / 16 = 0.5rem */
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.faq-list summary, .tagContent summary {
    padding: 0.875rem 1.25rem;  /* 14px 20px */
    font-weight: 600;
    font-size: 1rem;            /* 继承正文字体大小 */
    color: #121317;
    cursor: pointer;
    outline: none;
    list-style: none;
    transition: background-color 0.2s;
    position: relative;
    padding-right: 2.1875rem;   /* 35px */
}

.faq-list summary:hover, .tagContent summary:hover {
    background-color: #f0f2f5;
}

/* 隐藏默认三角图标 */
.faq-list summary::-webkit-details-marker, .tagContent summary::-webkit-details-marker {
    display: none;
}
.faq-list summary::marker, .tagContent summary::marker {
    display: none;
}

/* 自定义 + / - 图标 */
.faq-list summary::after, .tagContent summary::after {
    content: "+";
    position: absolute;
    right: 1.125rem;   /* 18px */
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: bold;
    color: #e67e22;
    transition: transform 0.2s;
}
.faq-list details[open] summary::after, .tagContent details[open] summary::after {
    content: "−";
}

/* 答案段落样式 */
.faq-list p, .tagContent details p {
    padding: 1.25rem;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4b5563;
    border-top: 1px solid #e5e7eb;
    background-color: #ffffff;
    border-radius: 0 0 0.5rem 0.5rem;
}


.ab-item-img {
	overflow: hidden
}
.ab-item-img img {
	display: block;
	margin: 0px auto
}
.ab-item-title {
	margin: 6px 0px
}
.ab-template-56 {
	max-width: 1600px;
	color: #333
}
.ab-template-56>p {
	line-height: 1.6;
	margin: 0px;
	padding: 5px 0px
}
.ab-template-56>img, .ab-template-56>p>img {
	max-width: 100%;
	height: auto
}
.ab-template-56>.ab-template-3 {
	margin: 15px 0px 5px
}
.ab-template-56>.ab-table-container {
	padding: 10px 0px
}
.ab-flex-item4 {
	width: 24%;
	margin: 10px 0px
}
@media(max-width:480px) {
.ab-template-3>h2 {
	font-size: 16px
}
}
@media(max-width:768px) {
.ab-flex-item4 {
	width: 49%
}
}

#pb-magnifier {
    position: fixed !important;
    width: 400px !important;
    height: 400px !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
    z-index: 999999 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    display: none;
}

#pb-magnifier img {
    position: absolute !important;
    max-width: none !important;
    width: 800px !important; /* 2倍放大 */
    height: auto !important;
}

#pb-hover {
    position: absolute !important;
    width: 180px !important;
    height: 180px !important;
    background: rgba(255,255,255,0.5) !important;
    border: 1px solid #ccc !important;
    pointer-events: none !important;
    z-index: 99999 !important;
    display: none;
}

/* 移动端自动隐藏放大镜 */
@media (max-width: 1200px) {
    #pb-magnifier, #pb-hover {
        display: none !important;
    }
}
