/* 闈㈠寘灞戝鑸� */
.breadcrumb {
    background-color: #f5f5f5;
    padding: 15px 60px;
    border-bottom: 1px solid #e2e8f0;
}

.breadcrumb-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

.breadcrumb span {
    color: #999;
}

.breadcrumb .current {
    color: var(--primary-color);
    font-weight: 500;
}

/* 瀹瑰櫒 */
.container {
    max-width: 1200px;
    margin: 0 auto;
   
}

/* 缃戠偣璇︽儏涓讳綋 */
.network-detail {
    padding: 50px 0;
    background-color: #fafafa;
}

.detail-layout {
    display: flex;
    gap: 40px;
}

/* 宸︿晶璇︽儏 */
.detail-left {
    flex: 0 0 70%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.detail-header-row {
    display: flex;
}

.detail-image {
    width: 40%;
    height: 280px;
    flex-shrink: 0;
    overflow: hidden;
    padding: 20px;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-info {
    flex: 1;
    padding: 30px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detail-info h1 {
    font-size: 20px;
    color: var(--primary-color);
    margin: 0 0 25px 0;
    font-weight: normal;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 14px;
}

.info-label {
    flex: 0 0 80px;
    color: #999;
    padding-top: 4px;
}

.info-value {
    flex: 1;
    color: #333;
    line-height: 1.6;
}

.info-value.phone {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.detail-services {
    padding: 30px;
    border-bottom: 1px dashed #e2e8f0;
}

.detail-services h2 {
    font-size: 18px;
    color: var(--primary-color);
    margin: 0 0 15px 0;
    font-weight: 500;
}

.detail-services p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.detail-services ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-services li {
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}

.detail-map {
    padding: 30px;
}

.detail-map h2 {
    font-size: 18px;
    color: var(--primary-color);
    margin: 0 0 15px 0;
    font-weight: 500;
}

.map-container {
    position: relative;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(17, 33, 49, 0.9);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
}

/* 鍙充晶鐩稿叧闂ㄥ簵 */
.detail-right {
    flex: 0 0 30%;
    max-width: 320px;
}

.detail-right h3 {
    font-size: 18px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 15px 20px;
    margin: 0 0 20px 0;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.related-stores {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.related-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    transition: background-color 0.3s ease;
   
}

.related-item:last-child {
    border-bottom: none;
}

.related-item:hover {
    background-color: #f8f9fa;
}
.related-info{
     max-width: 100%;
      padding-right: 10px;
}
.related-info h4 {
    font-size: 14px;
    color: var(--primary-color);
    margin: 0 0 6px 0;
    font-weight: bold;
}

.related-info p {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
    line-height: 1.8;
  
}
.related-info img{ width: 100%;}

.related-arrow {
    color: #999;
    font-size: 16px;
    transition: color 0.3s ease;
}

.related-item:hover .related-arrow {
    color: var(--primary-color);
}

/* 缃戠偣璇︽儏鍐呭 */
.net-detail {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.net-detail p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 20px 0;
    text-align: justify;
}

.net-detail h3 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 30px 0 15px 0;
    padding-bottom: 10px;
  
}

.net-detail h3:first-child {
    margin-top: 0;
}

/* 鍝嶅簲寮忓竷灞€ */
@media (max-width: 1024px) {
    .detail-layout {
        flex-direction: column;
    }

    .detail-left {
        flex: none;
    }

    .detail-right {
        flex: none;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 12px 20px;
    }

    .container {
        padding: 0 20px;
    }

    .network-detail {
        padding: 30px 0;
    }

    .detail-header-row {
        flex-direction: column;
    }

    .detail-image {
        width: 100%;
        height: 250px;
    }

    .detail-info,
    .detail-services,
    .detail-map {
        padding: 20px;
    }

    .detail-info h1 {
        font-size: 18px;
    }

    .detail-services ul {
        grid-template-columns: 1fr;
    }

    .info-value.phone {
        font-size: 16px;
    }
}