/* 手机端征信网点样式 */

.wap-credit-search {
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    padding: 20px 15px;
    color: #fff;
    text-align: center;
}
.wap-credit-search h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.wap-credit-search p {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 15px;
}
.wap-search-form {
    background: #fff;
    padding: 12px;
    border-radius: 6px;
}
.wap-search-form select,
.wap-search-form .wap-keyword {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.wap-search-btn {
    width: 100%;
    background: #0056b3;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.wap-hot-city {
    margin-top: 12px;
    font-size: 12px;
}
.wap-hot-city span {
    opacity: 0.8;
    margin-right: 5px;
}
.wap-hot-city a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    opacity: 0.9;
}

/* 官网入口 */
.wap-official-entry {
    background: #fff8e6;
    padding: 10px 15px;
    border-bottom: 1px solid #ffe0a3;
}
.wap-official-entry a {
    font-size: 13px;
    color: #8a6d3b;
    text-decoration: none;
    display: block;
    text-align: center;
}

/* 网点列表 */
.wap-outlet-section {
    padding: 15px;
    background: #f5f7fa;
}
.wap-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0056b3;
}
.wap-section-title span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.wap-section-title em {
    font-size: 12px;
    color: #999;
    font-style: normal;
}
.wap-outlet-list {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.wap-outlet-item {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.wap-outlet-item:last-child {
    border-bottom: none;
}
.wap-outlet-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.wap-outlet-name a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    flex: 1;
    margin-right: 8px;
}
.wap-outlet-type {
    background: #e8f4ff;
    color: #0056b3;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    flex-shrink: 0;
}
.wap-outlet-info {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    word-break: break-all;
}
.wap-outlet-actions {
    margin-top: 10px;
    display: flex;
    gap: 8px;
}
.wap-btn-detail,
.wap-btn-call,
.wap-btn-nav {
    flex: 1;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
}
.wap-btn-detail {
    background: #0056b3;
    color: #fff;
}
.wap-btn-call {
    background: #28a745;
    color: #fff;
}
.wap-btn-nav {
    background: #fff;
    color: #0056b3;
    border: 1px solid #0056b3;
}
.wap-pagination {
    margin-top: 15px;
    text-align: center;
}
.wap-pagination a,
.wap-pagination span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    background: #fff;
}
.wap-pagination .current {
    background: #0056b3;
    color: #fff;
    border-color: #0056b3;
}

/* 面包屑 */
.wap-breadcrumb {
    padding: 10px 15px;
    font-size: 12px;
    color: #999;
    background: #f5f7fa;
}
.wap-breadcrumb a {
    color: #0056b3;
    text-decoration: none;
}

/* 分类页头部 */
.wap-category-header {
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    padding: 20px 15px;
    color: #fff;
    text-align: center;
}
.wap-category-header h1 {
    font-size: 20px;
    margin-bottom: 5px;
}
.wap-category-header p {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 15px;
}
.wap-category-header .wap-search-form {
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    gap: 8px;
}
.wap-category-header .wap-keyword {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.wap-category-header .wap-search-btn {
    padding: 8px 15px;
    background: #0056b3;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

/* 子栏目导航 */
.wap-subcat {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.wap-subcat h3 {
    font-size: 15px;
    margin-bottom: 12px;
    color: #333;
}
.wap-subcat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.wap-subcat-item {
    padding: 6px 12px;
    background: #f5f7fa;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
.wap-subcat-item span {
    color: #999;
    font-size: 12px;
}

/* 网点详情 */
.wap-detail {
    padding: 15px;
    background: #fff;
}
.wap-detail-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}
.wap-detail-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.wap-detail-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.info-row {
    font-size: 14px;
    color: #333;
    line-height: 2;
    word-break: break-all;
}
.info-row a {
    color: #0056b3;
    text-decoration: none;
}
.wap-detail-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.wap-btn-call, .wap-btn-nav {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}
.wap-btn-call {
    background: #28a745;
}
.wap-btn-nav {
    background: #0056b3;
}
.wap-detail-map {
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}
#wap-detail-map {
    width: 100%;
    height: 100%;
}
.wap-detail-content {
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}
.wap-detail-content h3 {
    font-size: 16px;
    margin: 15px 0 10px;
    padding-left: 8px;
    border-left: 3px solid #0056b3;
}
.wap-prev-next {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.wap-prev-next a {
    color: #666;
    text-decoration: none;
}
