* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

body {
background-color: #f5f5f5;
color: #333;
line-height: 1.6;
padding: 0 15px;
max-width: 750px;
margin: 0 auto;
}

/* 头部样式 */
header {
padding: 15px 0;
position: sticky;
top: 0;
background-color: #f5f5f5;
z-index: 100;
}

.search-form {
display: flex;
margin-bottom: 10px;
}

.search-input {
flex: 1;
padding: 10px 15px;
border: 1px solid #ddd;
border-radius: 20px 0 0 20px;
font-size: 14px;
outline: none;
}

.search-btn {
padding: 10px 20px;
background-color: #1a73e8;
color: white;
border: none;
border-radius: 0 20px 20px 0;
cursor: pointer;
font-size: 14px;
}       
.company-name {text-align:center;font-size:20px;margin:0 0 15px 0;} 

.tag-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 15px 0;
}
/* 特点标签 */ 
.tag-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 15px 0;
}

.tag {
padding: 5px 7px;
border-radius: 11px;
font-size: 12px;
color: white;
}
.tag:nth-child(1) {
background-color: #ff6b6b;
}

.tag:nth-child(1) {
background-color: #ff6b6b;
}

.tag:nth-child(2) {
background-color: #4ecdc4;
}

.tag:nth-child(3) {
background-color: #ffa500;
}
.tag:nth-child(4) {
background-color: #ff6b6b;
}

.tag:nth-child(5) {
background-color: #4ecdc4;
}

.tag:nth-child(6) {
background-color: #ffa500;
}

.product-function {
font-size: 14px;
color: #666;
line-height: 1.5;
}

/* 联系方式样式 */
.contact-info {
background: white;
border-radius: 10px;
padding: 20px;
margin-top: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
color: #1a6dba;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.contact-title::before {
content: "📞";
margin-right: 8px;
font-size: 20px;
}

.contact-list {
display: flex;
flex-direction: column;
gap: 12px;
}

.contact-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px;
background-color: #f9f9f9;
border-radius: 8px;
transition: background-color 0.3s;
}

.contact-item:hover {
background-color: #f0f0f0;
}

.contact-details {
flex: 1;
}

.contact-name {
font-weight: bold;
margin-bottom: 4px;
color: #333;
}

.contact-phone {
color: #666;
font-size: 14px;
}

.phone-link {
display: inline-block;
padding: 8px 16px;
background-color: #1a73e8;
color: white;
text-decoration: none;
border-radius: 20px;
font-size: 14px;
transition: background-color 0.3s;
white-space: nowrap;
}

.phone-link:hover {
background-color: #0d5bb8;
}

.company-info {
margin-top: 15px;
padding-top: 15px;
border-top: 1px dashed #eee;
}
.company-name1 {
font-size:18px;
font-weight: bold;
margin-bottom: 8px;
}
.contact-person,.address {
font-size: 14px;
color: #666;
margin-bottom: 5px;
}

/* 底部版权 */
footer {
text-align: center;
padding: 15px 0;
color: #999;
font-size: 12px;
border-top: 1px solid #eee;
margin-top: 20px;
}

/* 产品详情页更多产?*/
.more-products {
text-align: center;
margin: 20px 0;
}

.more-link {
display: inline-block;
padding: 10px 20px;
background-color: #1a73e8;
color: white;
text-decoration: none;
border-radius: 20px;
font-size: 14px;
}