@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: #21759b;
            --secondary: #d54e21;
            --light: #f8f9fa;
            --dark: #343a40;
        }
        
        body {

            background-color: #f5f7fa;
            color: #333;
        }
        a {
	color: #333;
	text-decoration:none;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	outline:0;
}
a:hover {
	color:var(--secondary);
}
        .navbar-brand {
            font-weight: 700;
            color: var(--primary) !important;
        }
        
        .hero-section {
            background: linear-gradient(135deg, #21759b 0%, #1a5f7f 100%);
            color: white;
    
            border-radius: 0 0 0px 0px;
        }
        
        .template-card {
            transition: transform 0.3s, box-shadow 0.3s;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 25px;
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }
        
        .template-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .template-img {
            height: 200px;
            object-fit: cover;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        
        .category-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 10;
        }
        
        .btn-download {
            background-color: var(--secondary);
            border-color: var(--secondary);
            color: white;
            font-weight: 600;
            padding: 8px 20px;
            border-radius: 30px;
            transition: all 0.3s;
        }
        
        .btn-download:hover {
            background-color: #c03d17;
            border-color: #c03d17;
            transform: scale(1.05);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 15px;
        }
        
        .testimonial-card {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 25px;
        }
        .page-header {
            background: linear-gradient(135deg, #21759b 0%, #1a5f7f 100%);
            color: white;
            border-radius: 0 0 0px 0px;
        }
        footer {
            background: linear-gradient(135deg, #1a3a4b 0%, #152a38 100%);
            color: white;
            padding: 50px 0 20px;
            margin-top: 60px;
        }
        
        .footer-links a {
            color: #a0c3d4;
            text-decoration: none;
            display: block;
            margin-bottom: 8px;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            color: white;
            margin-right: 10px;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }
        
        .stats-box {
            background: white;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 25px;
        }
        
        .stats-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin: 10px 0;
        }
        
        .search-box {
            position: relative;
            max-width: 500px;
            margin: 0 auto 30px;
        }
        
        .search-box input {
            padding: 12px 20px;
            border-radius: 30px;
            border: 2px solid #ddd;
            width: 100%;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .search-box input:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.25rem rgba(33, 117, 155, 0.25);
            outline: none;
        }
        
        .search-box button {
            position: absolute;
            right: 5px;
            top: 5px;
            background: var(--primary);
            border: none;
            color: white;
            border-radius: 30px;
            padding: 7px 20px;
            cursor: pointer;
        }
        
        .category-filter {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-bottom: 30px;
        }
        
        .category-btn {
            background: white;
            border: 1px solid #ddd;
            border-radius: 30px;
            padding: 8px 20px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .category-btn:hover, .category-btn.active {
            background: var(--primary);
            color: white;
            border-color: var(--primary);
        }
        
        .pagination .page-link {
            color: var(--primary);
            border-radius: 5px;
            margin: 0 3px;
        }
        
        .pagination .page-item.active .page-link {
            background: var(--primary);
            border-color: var(--primary);
        }
        
        @media (max-width: 768px) {
            .hero-section {
                padding: 50px 0;
            }
            
            .hero-section h1 {
                font-size: 2rem;
            }
        }
        
        .category-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 10;
        }
        
        .btn-download {
            background-color: var(--secondary);
            border-color: var(--secondary);
            color: white;
            font-weight: 600;
            padding: 8px 20px;
            border-radius: 30px;
            transition: all 0.3s;
        }
        
        .btn-download:hover {
            background-color: #c03d17;
            border-color: #c03d17;
            transform: scale(1.05);
        }
        
        .sidebar-card {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 25px;
        }
        
        .sidebar-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .category-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .category-list li {
            margin-bottom: 12px;
        }
        
        .category-list a {
            color: #555;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 12px;
            border-radius: 8px;
            transition: all 0.3s;
        }
        
        .category-list a:hover, .category-list a.active {
            background-color: rgba(33, 117, 155, 0.1);
            color: var(--primary);
        }
        
        .category-list .count {
            background-color: #f0f0f0;
            color: #666;
            padding: 2px 8px;
            border-radius: 20px;
            font-size: 0.85rem;
        }
        
        .category-list a:hover .count, .category-list a.active .count {
            background-color: var(--primary);
            color: white;
        }
        
        .filter-options {
            margin-bottom: 20px;
        }
        
        .filter-btn {
            background: white;
            border: 1px solid #ddd;
            border-radius: 30px;
            padding: 8px 20px;
            cursor: pointer;
            transition: all 0.3s;
            margin-right: 10px;
            margin-bottom: 10px;
        }
        
        .filter-btn:hover, .filter-btn.active {
            background: var(--primary);
            color: white;
            border-color: var(--primary);
        }
        
        .stats-box {
            text-align: center;
            padding: 15px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 20px;
        }
        
        .stats-number {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary);
            margin: 10px 0;
        }

        
        .search-box {
            position: relative;
            margin-bottom: 30px;
        }
        
        .search-box input {
            padding: 12px 20px;
            border-radius: 30px;
            border: 2px solid #ddd;
            width: 100%;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .search-box input:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.25rem rgba(33, 117, 155, 0.25);
            outline: none;
        }
        
        .search-box button {
            position: absolute;
            right: 5px;
            top: 5px;
            background: var(--primary);
            border: none;
            color: white;
            border-radius: 30px;
            padding: 7px 20px;
            cursor: pointer;
        }
        
        
        .breadcrumb-nav {
            background-color: #f8f9fa;
            padding: 15px 0;
            border-bottom: 1px solid #e9ecef;
        }
        
        .breadcrumb {
            margin-bottom: 0;
        }
        
        .template-header {
            background: white;
            padding: 40px 0 20px;
            border-radius: 0 0 20px 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .template-img-main {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .template-img-main img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .template-info {
            padding-left: 30px;
        }
        
        .template-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 10px;
        }
        
        .template-tagline {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 20px;
        }
        
        .rating-stars {
            color: #ffc107;
            font-size: 1.2rem;
            margin-bottom: 15px;
        }
        
        .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 25px;
        }
        
        .meta-item {
            display: flex;
            align-items: center;
            color: #666;
        }
        
        .meta-item i {
            margin-right: 8px;
            color: var(--primary);
        }
        
        .btn-download-main {
            background-color: var(--secondary);
            border-color: var(--secondary);
            color: white;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 30px;
            font-size: 1.1rem;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
        }
        
        .btn-download-main:hover {
            background-color: #c03d17;
            border-color: #c03d17;
            transform: scale(1.05);
        }
        
        .btn-preview {
            background-color: white;
            border: 2px solid var(--primary);
            color: var(--primary);
            font-weight: 600;
            padding: 10px 25px;
            border-radius: 30px;
            font-size: 1rem;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            margin-left: 15px;
        }
        
        .btn-preview:hover {
            background-color: var(--primary);
            color: white;
        }
        
        .template-screenshots {
            background: white;
            padding: 40px 0;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .section-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .screenshot-item {
            margin-bottom: 20px;
        }
        
        .screenshot-item img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s;
        }
        
        .screenshot-item img:hover {
            transform: translateY(-5px);
        }
        
        .template-details {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 30px 0;
        }
        
        .feature-list li {
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
        }
        
        .feature-list li:before {
            content: "\f00c";
            font-family: "FontAwesome";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--primary);
        }
        
        .detail-card {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 25px;
            margin-bottom: 25px;
        }
        
        .detail-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 15px;
        }
        
        .compatibility-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .compatibility-badge {
            background: white;
            border: 1px solid #ddd;
            border-radius: 20px;
            padding: 8px 15px;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
        }
        
        .compatibility-badge i {
            margin-right: 8px;
            color: #28a745;
        }
        
        .sidebar-widget {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            margin-bottom: 25px;
        }
        
        .widget-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .related-template {
            display: flex;
            margin-bottom: 20px;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 20px;
        }
        
        .related-template:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        
        .related-img {
            width: 80px;
            height: 60px;
            border-radius: 8px;
            overflow: hidden;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .related-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .related-title {
            font-weight: 600;
            font-size: 1rem;
            margin-bottom: 5px;
        }
        
        .related-title a {
            color: var(--dark);
            text-decoration: none;
        }
        
        .related-title a:hover {
            color: var(--primary);
        }
        
        .related-meta {
            font-size: 0.85rem;
            color: #666;
        }
        
        .stats-box {
            text-align: center;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        
        .stats-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin: 10px 0;
        }
        
        .reviews-section {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .review-item {
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 25px;
            margin-bottom: 25px;
        }
        
        .review-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
        
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .reviewer-info {
            display: flex;
            align-items: center;
        }
        
        .reviewer-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--primary);
            font-weight: 600;
        }
        
        .reviewer-name {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .review-date {
            font-size: 0.9rem;
            color: #666;
        }
/*======= 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;
}

