/* 文章页 */
.ui-title-h3{margin:18px 0 15px;font-size:18px;padding-bottom:10px;border-bottom:3px solid #f0f3f9}
.ui-article-h1{font-size:var(--font-size-detail-title);text-align:center}
.ui-article-meta{margin:var(--margin-default) 0;background:#f8f8f8;padding:6px 9px;text-align:right;font-size:12px;color:#777}
.ui-article-detail p{font-size:var(--font-size-detail-desc);line-height:1.8;margin-bottom:18px;color:#333}
.ui-article-detail img{max-width:100%}
.ui-article-detail video{max-width:100%}
.article-neighbor{margin:clamp(25px,3.5vw,45px) 0;border-top:solid 1px #e5e5e5;padding-top:12px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.article-neighbor div{color:#999}
.article-neighbor a{color:#777}
.article-neighbor a:hover{text-decoration:underline}
@media (max-width:768px){
  .article-neighbor div{flex:0 0 100%;margin-top:9px}
}
/* 产品页 */
.goods-wrap{display:grid;grid-template-columns:600px calc(100% - 650px);justify-content:space-between;row-gap:30px}
.goods-photo{}
.goods-photo__thumb{aspect-ratio:1/.8;display:flex;align-items:center;justify-content:center;border:solid 1px #e5e5e5;border-radius:3px;padding:5px;cursor:pointer}
.goods-photo__thumb img{width:100%;height:100%;object-fit:cover}
.goods-photo__list{display:flex;justify-content:space-between;margin-top:12px}
.goods-photo__list li{flex:0 0 19%;aspect-ratio:1/.8;border:solid 1px #eee;padding:2px;cursor:pointer}
.goods-photo__list img{width:100%;height:100%;object-fit:cover;display:block}
.goods-info__h1{margin-bottom:30px;font-size:var(--font-size-detail-title);font-weight:500}
.goods-info__data{margin-bottom:17px;padding-top:17px;border-top:solid 1px #eee}
.goods-info__desc-title{margin-bottom:17px;padding-top:20px;border-top:solid 1px #eee}
.goods-info__desc{margin:20px 0 30px;background:#f9f9f9;padding:12px;border-radius:5px;line-height:1.7;color:#777}
.goods-info__button{display:flex}
.goods-info__button button{font-size:15px;background:var(--color-main);color:#fff;padding:12px 35px;border-radius:3px;cursor:pointer}
.goods-info__button button:hover{background:var(--color-main-hover)}
@media (max-width:1280px){
  .goods-wrap{grid-template-columns:40% 56%}
}
@media (max-width:1024px){
  .goods-wrap{grid-template-columns:100%}
}
.goods-detail{font-size:16px}
.goods-detail-title{margin:30px 0;padding:16px 0;border-bottom:solid 1px #eee;position:relative}
.goods-detail-title strong{font-size:22px}
.goods-detail-title::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:2px;background:var(--color-main)}
.goods-detail table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:30px}
.goods-detail table th,
.goods-detail table td{border:solid 1px #ddd;padding:10px 6px}
.goods-detail img{max-width:100%}
.goods-detail p{line-height:1.7;margin-bottom:18px;color:#333}
.goods-detail h1,
.goods-detail h2,
.goods-detail h3,
.goods-detail h4,
.goods-detail h5,
.goods-detail h6{margin-bottom:18px}
@media (max-width:1024px){
  .goods-detail-title strong{font-size:20px}
}
/*在线留言弹窗*/
.message-popup{display:none;position:fixed;top:30%;right:50%;width:700px;padding:30px;border-radius:6px;box-shadow:var(--ui-shadow);z-index:920;background:#fff;transform:translateX(50%)}
.message-popup.open{display:block}
.message-popup__title{text-align:center;font-size:20px}
.message-popup__close{position:absolute;top:10px;right:10px;cursor:pointer;width:30px;height:30px;background:var(--svg-close) no-repeat;background-size:100%}
.message-popup__row{margin-top:20px}
.message-popup__row:last-child{margin-bottom:0}
.message-popup__row input[type=text],
.message-popup__row input[type=email],
.message-popup__row textarea{border:solid 1px #ddd;padding:15px 9px;width:100%;border-radius:3px;background:#f9f9f9}
.message-popup__row textarea{height:120px}
.message-popup__row input[type=submit]{width:100%;background:var(--color-main);color:#fff;padding:15px 30px;border-radius:3px;transition:background-color .3s}
.message-popup__row input[type=submit]:hover{background:var(--color-main-dark)}
@media (max-width:768px){
  .message-popup{top:15%;width:90%;max-width:500px;padding:20px}
}
/* 详情模块 */
.ui-title-h1{background:#f9f9f9;padding:9px 9px 9px 15px;margin:18px 0 15px;font-size:18px;font-weight:600;position:relative;border-left:solid 5px #ee0a24;border-radius:2px}
.ui-title-h2{margin:18px 0 15px}
.ui-title-h2 span{display:inline-block;color:#666;line-height:1.4;font-size:18px;font-weight:600;background:linear-gradient(to bottom, transparent 60%, rgba(189, 202, 219, .3) 0) no-repeat}