@import url("css/bootstrap.min.css");
@import url("css/animate.css");
@import url("css/font-awesome.css");
@import url("css/bootstrap-icons.css");
@import url("css/themify-icons.css");


/*  
Theme Name: 精智建站V20升级版
Theme URI: http://www.jianzhanyes.com
Description: 主题修改、定制请联系QQ：4551293 微信：13910185004
Version: 1.0
Author: JianZhanYes.com
Author URI: http://www.JianZhanYes.com
*/

:root {
            --primary-color: #21759b;
            --secondary-color: #d54e21;
            --accent-color: #0073aa;
            --light-bg: #f8f9fa;
            --dark-text: #23282d;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: var(--dark-text);
            background-color: #f5f5f5;
        }
        
       .navbar {
            background-color: var(--primary-color);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            font-weight: bold;
            font-size: 1.5rem;
        }
        
        
        
        /* Breadcrumb */
        .breadcrumb-section {
            background-color: white;
            padding: 15px 0;
            border-bottom: 1px solid #e0e0e0;
        }
        
        /* Theme Header */
        .theme-header {
            background-color: white;
            padding: 30px 0;
            margin-bottom: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .theme-title-main {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--dark-text);
        }
        
        .theme-subtitle {
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 20px;
        }
        
        .theme-stats {
            display: flex;
            gap: 30px;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .stat-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
        }
        
        .stat-item i {
            color: var(--primary-color);
        }
        
        /* Main Content Layout */
        .theme-content-area {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        /* Screenshot Gallery */
        .screenshot-gallery {
            position: relative;
            background-color: #f8f9fa;
            padding: 20px;
        }
        
        .main-screenshot {
            width: 100%;
            border-radius: 6px;
            margin-bottom: 15px;
            cursor: zoom-in;
            transition: transform 0.3s ease;
        }
        
        .main-screenshot:hover {
            transform: scale(1.02);
        }
        
        .thumbnail-list {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            padding: 10px 0;
        }
        
        .thumbnail-item {
            width: 120px;
            height: 90px;
            object-fit: cover;
            border-radius: 4px;
            cursor: pointer;
            opacity: 0.7;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }
        
        .thumbnail-item:hover,
        .thumbnail-item.active {
            opacity: 1;
            border: 2px solid var(--primary-color);
        }
        
        /* Theme Info Tabs */
        .theme-info-tabs {
            padding: 30px;
        }
        
        .nav-tabs {
            border-bottom: 2px solid #e9ecef;
            margin-bottom: 25px;
        }
        
        .nav-tabs .nav-link {
            border: none;
            color: #666;
            font-weight: 500;
            padding: 12px 20px;
            margin-right: 10px;
            border-radius: 5px 5px 0 0;
        }
        
        .nav-tabs .nav-link:hover {
            color: var(--primary-color);
            background-color: #f8f9fa;
        }
        
        .nav-tabs .nav-link.active {
            color: var(--primary-color);
            background-color: transparent;
            border-bottom: 3px solid var(--primary-color);
        }
        
        /* Features List */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 6px;
        }
        
        .feature-icon {
            color: var(--primary-color);
            font-size: 1.2rem;
            margin-top: 3px;
        }
        
        .feature-text {
            flex: 1;
        }
        
        .feature-title {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 0.95rem;
        }
        
        .feature-desc {
            color: #666;
            font-size: 0.85rem;
        }
        
        /* Technical Specs */
        .tech-specs {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 6px;
        }
        
        .spec-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #e9ecef;
        }
        
        .spec-item:last-child {
            border-bottom: none;
        }
        
        .spec-label {
            font-weight: 500;
            color: #333;
        }
        
        .spec-value {
            color: #666;
            font-size: 0.9rem;
        }
        .hero-section {
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .hero-section h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }
        
        .hero-section .lead {
            font-size: 1.3rem;
            margin-bottom: 2rem;
        }
        
      .stats-section {
            background-color: var(--primary-color);
            color: white;
            padding: 40px 0;
            text-align: center;
        }
        
        .stats-number {
            font-size: 2.5rem;
            font-weight: bold;
            display: block;
        }
        
        .stats-label {
            font-size: 1.1rem;
            opacity: 0.9;
        }
        .search-box {
            width:100%;
      
            margin: 0 auto;
        }
        
        .search-box .form-control {
            border-radius: 50px 0 0 50px;
            border: none;
            padding: 15px 25px;
            font-size: 1.1rem;
        }
        
        .search-box .btn {
            border-radius: 0 50px 50px 0;
            padding: 15px 30px;
            font-size: 1.1rem;
            background-color: var(--secondary-color);
            border: none;
        }
        
        .search-box .btn:hover {
            background-color: #b83a1c;
        }
        
         @media (max-width: 768px) {

        }
        
        .feature-section {
  
            padding: 60px 0;
        }
        
        .feature-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .feature-box {
            text-align: center;
            padding: 2rem;
        }
        
        .feature-box h4 {
            margin-bottom: 1rem;
            font-weight: 600;
        }
        .category-badge {
            display: inline-block;
            padding: 5px 15px;
            background-color: var(--light-bg);
            color: var(--dark-text);
            border-radius: 20px;
            font-size: 0.9rem;
            margin: 5px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .category-badge:hover {
            background-color: var(--primary-color);
            color: white;
            text-decoration: none;
        }
        
        .theme-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e0e0e0;
            height: 100%;
        }
        
        .theme-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .theme-card .card-img-top {
            height: 200px;
            object-fit: cover;
        }
        
        .theme-card .card-body {
            padding: 1.5rem;
        }
        
        .theme-card .card-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .theme-card .card-text {
            color: #666;
            font-size: 0.95rem;
        }
        
        .theme-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #eee;
        }
        
        .theme-meta .rating {
            color: #ffa500;
        }
        
        /* Sidebar */
        .theme-sidebar {
            position: sticky;
            top: 20px;
        }
        
        .download-card {
            background-color: white;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            margin-bottom: 20px;
        }
        
        .price-tag {
            font-size: 2rem;
            font-weight: bold;
            color: var(--secondary-color);
            text-align: center;
            margin-bottom: 20px;
        }
        
        .download-btn-main {
            width: 100%;
            background-color: var(--secondary-color);
            color: white;
            border: none;
            padding: 12px;
            border-radius: 6px;
            font-size: 1.1rem;
            font-weight: 500;
            transition: background-color 0.3s ease;
            margin-bottom: 10px;
        }
        
        .download-btn-main:hover {
            background-color: #b83a1c;
            color: white;
        }
        
        .preview-btn-main {
            width: 100%;
            background-color: transparent;
            color: var(--primary-color);
            border: 2px solid var(--primary-color);
            padding: 10px;
            border-radius: 6px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .preview-btn-main:hover {
            background-color: var(--primary-color);
            color: white;
        }
        
        /* Theme Meta Card */
        .meta-card {
            background-color: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .meta-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            font-size: 0.9rem;
        }
        
        .meta-item i {
            color: var(--primary-color);
            width: 20px;
        }
        
        .meta-item:last-child {
            margin-bottom: 0;
        }
        
        /* Rating Section */
        .rating-section {
            text-align: center;
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 6px;
            margin-top: 20px;
        }
        
        .rating-display {
            font-size: 2rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 5px;
        }
        
        .rating-stars {
            color: #ffa500;
            font-size: 1.2rem;
            margin-bottom: 5px;
        }
        
        .rating-count {
            color: #666;
            font-size: 0.9rem;
        }
        
        /* Related Themes */
        .related-themes {
            margin-top: 50px;
        }
        
        .related-themes h3 {
            margin-bottom: 25px;
            font-weight: 600;
        }
        
        .related-theme-item {
            background-color: white;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .related-theme-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        
        .related-theme-img {
            width: 100%;
            height: 120px;
            object-fit: cover;
        }
        
        .related-theme-info {
            padding: 15px;
        }
        
        .related-theme-title {
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--dark-text);
        }
        
        .related-theme-rating {
            color: #ffa500;
            font-size: 0.8rem;
            margin-bottom: 10px;
        }
        
        .related-theme-download {
            background-color: var(--secondary-color);
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 0.8rem;
            width: 100%;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .theme-title-main {
                font-size: 2rem;
            }
            
            .theme-stats {
                gap: 15px;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .theme-sidebar {
                margin-top: 30px;
            }
        }
        
        
        /* Sidebar Filters */
        .filter-sidebar {
            background-color: white;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            position: sticky;
            top: 20px;
        }
        
        .filter-section {
            margin-bottom: 30px;
        }
        
        .filter-section h6 {
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--dark-text);
        }
        
        .filter-option {
            margin-bottom: 10px;
        }
        
        .filter-option .form-check-input:checked {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        .filter-option .form-check-label {
            cursor: pointer;
            font-size: 0.95rem;
        }
        
        .filter-option .badge {
            background-color: #e9ecef;
            color: #666;
            font-weight: normal;
        }
        
        /* Theme List Item */
        .theme-list-item {
            background-color: white;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            display: flex;
            gap: 20px;
        }
        
        .theme-list-item:hover {
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }
        
        .theme-thumbnail {
            width: 200px;
            height: 150px;
            object-fit: cover;
            border-radius: 6px;
            flex-shrink: 0;
        }
        
        .theme-info {
            flex: 1;
        }
        
        .theme-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--dark-text);
        }
        
        .theme-title:hover {
            color: var(--primary-color);
        }
        
        .theme-description {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 12px;
        }
        
        .theme-tags {
            margin-bottom: 12px;
        }
        
        .theme-tag {
            display: inline-block;
            padding: 4px 10px;
            background-color: var(--light-bg);
            color: #666;
            border-radius: 15px;
            font-size: 0.8rem;
            margin-right: 8px;
            margin-bottom: 5px;
        }
        
        .theme-meta-info {
            display: flex;
            align-items: center;
            gap: 20px;
            font-size: 0.9rem;
            color: #888;
        }
        
        .theme-rating {
            color: #ffa500;
        }
        
        .download-count {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .theme-actions {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: flex-end;
        }
        
        .preview-btn {
            background-color: transparent;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            padding: 8px 16px;
            border-radius: 5px;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }
        
        .preview-btn:hover {
            background-color: var(--primary-color);
            color: white;
        }
        
        .download-list-btn {
            background-color: var(--secondary-color);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            font-weight: 500;
            transition: background-color 0.3s ease;
        }
        
        .download-list-btn:hover {
            background-color: #b83a1c;
            color: white;
        }
        
        /* Sort Bar */
        .sort-bar {
            background-color: white;
            padding: 15px 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .results-count {
            font-weight: 500;
            color: var(--dark-text);
        }
        
        .sort-options {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .sort-select {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 8px 12px;
            font-size: 0.9rem;
            background-color: white;
        }
        
        /* Pagination */
        .pagination-section {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }
        
        .pagination .page-link {
            color: var(--primary-color);
            border: 1px solid #dee2e6;
            padding: 8px 12px;
            margin: 0 2px;
        }
        
        .pagination .page-item.active .page-link {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        /* Mobile Filter Toggle */
        .mobile-filter-toggle {
            display: none;
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            margin-bottom: 20px;
            width: 100%;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .mobile-filter-toggle {
                display: block;
            }
            
            .filter-sidebar {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1050;
                overflow-y: auto;
                border-radius: 0;
                max-height: 100vh;
            }
            
            .filter-sidebar.show {
                display: block;
            }
            
            .theme-list-item {
                flex-direction: column;
            }
            
            .theme-thumbnail {
                width: 100%;
                height: 200px;
            }
            
            .theme-actions {
                flex-direction: row;
                justify-content: space-between;
                width: 100%;
            }
            
            .sort-bar {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }
        }
        
        
        
        
/*======= Pagination =========*/

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right:10px;
  line-height: 1.25;
  color: #ed1c24;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #ed1c24;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.tags {

}
.tags a{

	margin-right:10px;
}

/*======= Link =========*/

#link {



}
#link ul {
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
#link ul li {
    margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height:20px;
	display:inline;
}
#link .title{
    margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #DCDCDC;
}
#link .title P{
    margin: -10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	color:#666;
	z-index:999px;
}

/*======= Error =========*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #d50c0d;
  font-size: 10em;
}

footer a{
	color:#fff;
}

.wp-block-image img {
	max-width:100%;
	height:auto;
}


.hero-full-screen {
  height: 75vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
          background: url('images/bg-header.png') repeat #ba1a00;

}

.hero-full-screen .middle-content-section {
  text-align: center;
  color: #fefefe;
}

.hero-full-screen .top-content-section {
  width: 100%;
}

.hero-full-screen .bottom-content-section {
  padding: 1rem;
}

.hero-full-screen .bottom-content-section svg {
  height: 3.75rem;
  width: 3.75rem;
  fill: #fefefe;
}

.hero-full-screen .top-bar {
  background: transparent;
}

.hero-full-screen .top-bar .menu {
  background: transparent;
}

.hero-full-screen .top-bar .menu-text {
  color: #fefefe;
}

.hero-full-screen .top-bar .menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-full-screen .top-bar .menu a {
  color: #fefefe;
  font-weight: bold;
}

