@charset "UTF-8";
/*!
* Start Bootstrap - Modern Business v5.0.6 (https://startbootstrap.com/template-overviews/modern-business)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-modern-business/blob/master/LICENSE)
*/
body,html {height: 100%;}

/* 首页模块 */
.feature {display: inline-flex;align-items: center;justify-content: center;height: 3rem;width: 3rem;font-size: 1.5rem;}
.bg-featured-blog {height: 100%;width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;min-height: 15rem;}
.customer-testimonials{--swiper-pagination-bottom:0px;}
.index-focus{--swiper-pagination-bullet-inactive-color:#fff;}
/* 分页样式 */
.pagination .page-item{padding:0 0.3rem;}
.pagination .page-item .page-link{margin-left:0;border-radius:0.2rem;padding:0.375rem 0.875rem;color:#999;border-color:#eee;}
.page-item.active .page-link{background-color:var(--bs-blue,#4C81E7);border-color:#eee;color:#FFF;}
/* 评分图标 */
.icon-scores-star,.icon-scores-unstar{background-repeat:no-repeat;background-size: contain;background-position: center;display:inline-block;margin-right:3px;vertical-align: bottom;background-image:url(../images/icon-scores-star.png);width:20px;height:19px;}
.icon-scores-unstar{background-image:url(../images/icon-scores-unstar.png);}
/* 文章页面 */
.content img,.content video,.content table{max-width:100%;}
.content{width:100%;overflow: auto;}
/* 图集页面 */
.pictures .swiper-slide{text-align:center;}
.pictures .swiper-slide img{max-height:600px;}
.thumbs .swiper-slide{opacity: 0.4;}
.thumbs .swiper-slide img{max-height:200px;}
.thumbs .swiper-slide-thumb-active {opacity:1; }
/*  头像 */
.avatar{width:3rem;}
.big-avatar{width:3rem;}