@import url("css/bootstrap.min.css");
@import url("css/animate.css");
@import url("css/font-awesome.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: #2c5282;
            --secondary-color: #3182ce;
            --light-color: #f7fafc;
            --dark-color: #1a202c;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: var(--dark-color);
        }
        /* 导航栏样式 */
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .navbar-brand, .nav-link {
            color: white !important;
        }
        .nav-link:hover {
            color: #e2e8f0 !important;
        }
        /* 英雄区样式 */
        .hero {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 60px 0;
            margin-bottom: 40px;
        }
        /* 模板卡片样式 */
        .template-card {
            border: none;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            overflow: hidden;
        }
        .template-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        }
        .template-img {
            height: 200px;
            object-fit: cover;
            border-bottom: 1px solid #e2e8f0;
        }
        .template-card .card-body {
            padding: 20px;
        }
        .template-tag {
            font-size: 0.85rem;
            padding: 3px 8px;
            margin-right: 5px;
            border-radius: 4px;
        }
        .download-btn {
            background-color: var(--secondary-color);
            border: none;
            transition: background-color 0.3s ease;
        }
        .download-btn:hover {
            background-color: var(--primary-color);
        }
        /* 分类侧边栏 */
        .category-list {
            list-style: none;
            padding: 0;
        }
        .category-list li {
            margin-bottom: 10px;
        }
        .category-list a {
            color: var(--dark-color);
            text-decoration: none;
            padding: 8px 12px;
            display: block;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }
        .category-list a:hover, .category-list a.active {
            background-color: var(--light-color);
            color: var(--secondary-color);
        }
        /* 统计数字 */
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
        }
        /* 页脚样式 */
        footer {
            background-color: var(--dark-color);
            color: white;
            padding: 40px 0;
            margin-top: 60px;
        }
        .footer-link {
            color: #cbd5e0;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .footer-link:hover {
            color: white;
        }
        /* 响应式调整 */
        @media (max-width: 768px) {
            .hero {
                padding: 40px 0;
            }
            .stat-number {
                font-size: 1.8rem;
            }
            .template-img {
                height: 160px;
            }
        }
        
  /* 筛选栏样式 */
        .filter-bar {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            padding: 15px 20px;
            margin-bottom: 20px;
        }
        .sort-select {
            border-color: #e2e8f0;
            padding: 6px 12px;
            border-radius: 4px;
        }


		 /* 响应式调整 */
        @media (max-width: 768px) {

            .filter-bar {
                padding: 10px 15px;
            }
            .filter-row {
                flex-direction: column;
                gap: 10px;
            }
        }      
        
        
           /* 特性列表 */
        .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .feature-icon {
            width: 36px;
            height: 36px;
            background-color: var(--light-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--primary-color);
        }
        /* 标签样式 */
        .template-tag {
            font-size: 0.85rem;
            padding: 3px 8px;
            margin-right: 5px;
            margin-bottom: 5px;
            border-radius: 4px;
            display: inline-block;
        }
        /* 评价样式 */
        .review-card {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
        }
        .review-rating {
            color: #f59e0b;
        }



		  /* 模板信息卡 */
        .info-card {
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            overflow: hidden;
            position: sticky;
            top: 20px;
        }
        .info-header {
            background-color: var(--primary-color);
            color: white;
            padding: 15px 20px;
        }
        .info-body {
            padding: 20px;
        }
        .price-tag {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color);
        }
        .action-btn {
            background-color: var(--secondary-color);
            border: none;
            padding: 12px 0;
            font-size: 1.1rem;
            transition: background-color 0.3s ease;
            width: 100%;
            margin-bottom: 10px;
        }
        .action-btn:hover {
            background-color: var(--primary-color);
        }
        .secondary-btn {
            background-color: white;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }
        .secondary-btn:hover {
            background-color: var(--light-color);
        }
/*======= 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;
}

