/* 屏幕阅读器专用文本（视觉隐藏，SEO和可访问性可用） */
.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
  left: 0;
  top: 0;
}

body {
  color:#666666;
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#333;
}

a {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#0547c5;
	
}


ul,ul li {
	list-style: none;
}

.effect-imghover > a {
    display: block;
    position: relative;
	overflow: hidden;
}
.effect-imghover > a > img {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	width:100%;
	height:auto;
}

.effect-imghover > a:hover > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.dark-layer {
	background: rgba(31,33,36,0.6);
    color: #fff;

}
.light-layer {
	background: rgba(255,255,255,0.75);
	/*border-left:solid 3px #0547c5;*/

}
.color-layer {
	background: #0547c5;
    color: #fff;
}
.color-layer-two {
	background: rgba(71, 1, 89, 0.9);
}
.bg-customer {
  background: #0547c5;
}
.bg-customer-two {
	background:#0547c5;
}
.bg-gray {
	background: #f3f3f3;
}
.bg-linear-gradient-1 {
		background: linear-gradient(45deg, #9623b4, #e83181);
}
.text-customer {
	color: #ffffff;
}
.text-customer-two {
	color: #0547c5;
}

.btn-customer {
  color: #fff;
  background-image: linear-gradient(to right, #0547c5 0%, #3885f6 100%);
  border-color: #0547c5;
  border:0;
  padding: 10px 40px;
}

.btn-customer:hover {
  color: #fff;
  background-image: linear-gradient(to right, #9d7146 0%, #0547c5 100%);
  border-color: #0354e9;
}

.btn-customer:focus, .btn-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-customer.disabled, .btn-customer:disabled {
  color: #fff;
  background-color: #0547c5;
  border-color: #0547c5;
}

.btn-customer:not(:disabled):not(.disabled):active, .btn-customer:not(:disabled):not(.disabled).active,
.show > .btn-customer.dropdown-toggle {
  color: #fff;
  background-color: #0354e9;
  border-color: #0354e9;
}

.btn-customer:not(:disabled):not(.disabled):active:focus, .btn-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}


.btn-outline-customer {
  color: #0547c5;
  border-color: #0547c5;
}

.btn-outline-customer:hover {
  color: #fff;
  background-color: #0547c5;
  border-color: #0547c5;
}

.btn-outline-customer:focus, .btn-outline-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-customer.disabled, .btn-outline-customer:disabled {
  color: #0547c5;
  background-color: transparent;
}

.btn-outline-customer:not(:disabled):not(.disabled):active, .btn-outline-customer:not(:disabled):not(.disabled).active,
.show > .btn-outline-customer.dropdown-toggle {
  color: #fff;
  background-color: #0547c5;
  border-color: #0547c5;
}

.btn-outline-customer:not(:disabled):not(.disabled):active:focus, .btn-outline-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}



header {
	 border-top:solid 0px #0547c5;
	 

}
.fixed-top {
  
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.navbar-customer .navbar-brand {
  color: rgba(0, 0, 0, 0.9);

}
.navbar-customer .navbar-brand:hover, .navbar-customer .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
nav .logo-scrolled {
    display: block;
}

nav .logo-display {
    display: none;
}

.home nav .logo-display {
    display: block;
}
.home nav .logo-scrolled {
    display: none;
}
.home nav.bg-white .logo-display {
    display: none;
 }
.home nav.bg-white .logo-scrolled {
    display: block;
 }
.home .navbar-customer .navbar-nav .nav-link {
  color: #fff;
}
.home .bg-white .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-customer .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.95);
  transition: all .3s ease-out;
}
/* 
.navbar-customer .navbar-nav a{
line-height: 10px;
display: block; color: red;
text-decoration: none;
}

.navbar-customer .navbar-nav  a:hover{
background-color: #999999;
}*/
.navbar-customer .navbar-nav .nav-link:hover, .navbar-customer .navbar-nav .nav-link:focus {
  color: #55daf3;
}
.navbar-customer .navbar-nav .current-menu-item a.nav-link ,.navbar-customer .navbar-nav .current-menu-parent a.nav-link ,.navbar-customer .navbar-nav .current-post-ancestor a.nav-link{
  color: #0547c5;
}
.navbar-customer .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-customer .navbar-nav .show > .nav-link,
.navbar-customer .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-customer .navbar-toggler {
  color: rgba(0, 0, 0, 0.0);
  border-color: rgba(0, 0, 0, 0.0);
}

.navbar-customer .navbar-text {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-customer .navbar-text a,
.navbar-customer .navbar-text a:hover,
.navbar-customer .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}



.navbar {

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.dropdown-toggle i.fa {
	opacity: 0.5;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0em;
  vertical-align: 0em;
  content: "";
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
  
}

.navbar-expand-md.bg-white {
  background:#fff;
}

.navbar-toggler {
		
		line-height: 1;
		background-color: transparent;
		border: none;
		position: absolute;
		top: 0.85rem;
		right: 0;
		z-index: 99999;
	}



	.navbar-toggler-icon {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #0547c5;
		margin: 6px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.active .navbar-toggler-icon:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 12px;
	}

	.active .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}

	.active .navbar-toggler-icon:nth-of-type(3) {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 12px;
	}

@media (max-width: 575.98px) {
.navbar {
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}
.navbar {
	background:#fff;
}
.home .navbar {
	background:none;
}
.home .navbar.bg-white {
	background:#fff;
}
.home .collapse.show {
	background:#fff;
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
	margin-top:0.25rem;
}
.home .navbar.bg-white .collapse.show {

	margin-top:0rem;
}
.home nav .logo {
  background:url("../images/logo-header-white.png") center center no-repeat;
}
.home .navbar-customer .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.95);
}
}

@media (min-width: 576px) {
.navbar {

}
.navbar-expand-md .nav-link {
  padding-right: 0;
  padding-left: 0;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  
}
.navbar-expand-md.bg-white .nav-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;

}
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;

}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0547c5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.header-phone {
	font-family:'Georgia';
	src:url('../fonts/Georgia.ttf');
	font-size:1.75em;
	letter-spacing: 0.1em;
	font-style:italic;
	font-weight:500;
	color:#000;
}
.home .header-phone {
	color:#fff;
}
.home .bg-white .header-phone {
  color: rgba(0, 0, 0, 0.95);
}
.header-phone:before {
	font-family: 'FontAwesome';
	content:"\f098";
	margin-right:15px;
	color:#dd0000;
	font-style:normal;
}






.breadcrumbs {
  background: url(../images/bg-breadcrumbs.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  position: relative;
  z-index: 1;
 
  min-height: 100px;
  color:#fff;
}


.breadcrumbs:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  z-index: -1;
  opacity: .25;
}


.breadcrumbs a{
  color:#fff;
}


.breadcrumbs h4 {
  color:#fff;

}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px auto;

}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  font-family:'FontAwesome';
  content: "\f105";
}
.breadcrumbs ol li span{
  color: #fff;
  font-weight:600;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h3 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*------------------------------------
  Section-title
------------------------------------*/
.section-title-2 {
  position: relative;
  width:100%;
}
.section-title-2 h4 {
  position: relative;
  
 
}
.section-title-2 p {
  margin-top:30px;
  
}

.section-title-2:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-2:after {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #0547c5;
}
.section-title-2.left:after {
    left: 0%;
    margin-left: 0px;
}
.section-title-2.center:after {
    left: 50%;
    margin-left: -24px;
}
.section-title-2.right:after {
    left: 100%;
    margin-left: -60px;
}

.section-title-2-no {
  position: relative;
  width:100%;
}
.section-title-2-no h3 {
  position: relative;

}
.section-title-2-no p {
  margin-top:35px;
}

.section-title-2-no:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #eaeaea;
}

.section-title-2-no:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #0547c5;
}
.section-title-2-no.left:after {
    left: 0%;
    margin-left: 0px;
	top: 30px;
}
.section-title-2-no.center:after {
    left: 50%;
    margin-left: -15px;
}
.section-title-2-no.right:after {
    left: 100%;
    margin-left: -30px;
}

.section-title-page h4 {
  position: relative;
  margin-bottom:30px;
}

.section-title-page h4:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-page h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #0547c5;
}

.section-title-page h4 span{
  color:#666;

}


.section-title-page-sidebar h4 {
	position: relative;
	margin-bottom:30px;

}
.section-title-page-sidebar h4:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-page-sidebar h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #0547c5;
}
.section-title-page-sidebar h4 span{
	font-size:0.75em;
	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: #0547c5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0547c5;
  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: #0547c5;
  border-color: #0547c5;
}

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



/*======= 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 #eaeaea;
}
#link .title P{
    margin: -10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	z-index:999px;
}

/*======= Search =========*/


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

}

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







footer {
	
}
footer a{
	
}

.bg-footer {
    background:#171717;
	border-top:solid 0em #0547c5;
	color:#999999;
}
.bg-footer a{
	color:#999999;	 
}
.bg-footer a:hover{
	color:#0547c5;	 
}
.sidebar-footer h5{
	color:#fff;
	margin-bottom:35px;
	position: relative;
}
.sidebar-footer h5::after {
	position: absolute;
	content: '';
	left:0px;
	top: 40px;
	width: 35px;
	height: 2px;
	background: #55daf3;
}
.sidebar-footer .sf-product{
	
}
.sidebar-footer .sf-product ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer .sf-product ul li{
    margin-bottom:7px;
}
.sidebar-footer .sf-product ul li i{
	color:#55daf3;
	margin-right:8px;
}
.sidebar-footer .sf-product ul li a{
	color:#999999;
	margin:0px;
	padding:0px;
}

.sidebar-footer .sf-product ul li a:hover{
	color:#0547c5;
}


.sidebar-footer .sf-contact{
	
}
.sidebar-footer .sf-contact ul{
    margin:0px;
	padding:0px;
}
.sidebar-footer .sf-contact ul li {
    color:#999999;
	margin-bottom:7px;
}
.sidebar-footer .sf-contact ul li a {
    color:#999999;
}
.sidebar-footer .sf-contact ul li a:hover {
    color:#0547c5;
}
.sidebar-footer .sf-contact ul li i {
    color:#55daf3;
    margin-right:8px;
}

.sidebar-footer .sf-contact ul.social{
    margin-top:15px;
	padding:0px;
}
.sidebar-footer .sf-contact ul.social li{
     display:inline;
}
.sidebar-footer .sf-contact ul.social li i{
     width:40px;
	 height:40px;
	 line-height:40px;
	 text-align:center;
     border-radius:50%;
	 border:solid 1px #aeaeae;
}
.sidebar-footer .sf-contact ul.social li:hover i{
     color:#fff;
	 border:solid 1px #0547c5;
}
.sidebar-footer .sf-wechat{
	
}

/* ========== 文章详情页排版优化 ========== */
.single-content .content-body {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
}
.single-content .content-body h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0547c5;
}
.single-content .content-body h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.single-content .content-body p {
  margin-bottom: 1.25rem;
}
.single-content .content-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1rem 0;
}
.single-content .content-body blockquote {
  border-left: 4px solid #0547c5;
  background: #f8f9fa;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  color: #555;
  font-style: italic;
}
.single-content .content-body ul,
.single-content .content-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.single-content .content-body ul li,
.single-content .content-body ol li {
  list-style: inherit;
  margin-bottom: 0.5rem;
}
.single-content .content-body a {
  color: #0547c5;
  text-decoration: underline;
}
.featured-image img {
  max-height: 450px;
  object-fit: cover;
  width: 100%;
}

/* 相关文章/导航 悬停效果 */
.related-posts .card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.related-posts .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.12) !important;
}
.post-navigation a:hover span {
  color: #0547c5;
}
.article-tags .badge {
  transition: background 0.2s;
}
.article-tags .badge:hover {
  background: #0547c5 !important;
  color: #fff !important;
}

/* ========== 第四阶段：GEO 深度优化样式 ========== */

/* --- 面包屑导航 --- */
.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #999;
}
.breadcrumb-item a {
  color: #0547c5;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #666;
}

/* --- 文章目录 TOC --- */
.article-toc {
  border-left: 4px solid #0547c5;
  border-radius: 0.5rem;
}
.article-toc .card-header {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.article-toc .toc-body {
  max-height: 60vh;
  overflow-y: auto;
}
.article-toc ol li a,
.article-toc ul li a {
  transition: color 0.2s;
  display: inline-block;
  padding: 2px 0;
}
.article-toc ol li a:hover,
.article-toc ul li a:hover {
  color: #0547c5 !important;
}
/* 当前阅读高亮（需 JS） */
.article-toc a.toc-active {
  color: #0547c5 !important;
  font-weight: 600;
}

/* --- 作者信息框（E-E-A-T） --- */
.author-box {
  border-left: 4px solid #0547c5;
}
.author-box img {
  object-fit: cover;
  min-width: 72px;
}

/* --- 免责声明 --- */
.disclaimer {
  font-size: 0.85rem;
}

/* --- CTA 行动号召 --- */
.cta-box {
  border-radius: 0.75rem;
}
.cta-box .btn-light {
  color: #1a3a5c;
  font-weight: 500;
}
.cta-box .btn-outline-light:hover {
  background: rgba(255,255,255,0.15);
}

/* --- 律师信息卡片 --- */
.team-detail .card .bi {
  color: #0547c5;
}

/* --- 执业领域标签（防溢出） --- */
.expertise-badges .badge {
  white-space: normal;          /* 允许长文本换行 */
  word-break: break-word;       /* 长词/URL 强制断行 */
  text-align: left;             /* 多行时左对齐更美观 */
  max-width: 100%;
  line-height: 1.5;
  font-size: 0.8rem;
}

/* --- 移动端 GEO 元素适配 --- */
@media (max-width: 767px) {
  .article-toc .toc-body {
    max-height: 50vh;
    font-size: 0.9rem;
  }
  .author-box .row {
    flex-direction: column;
    text-align: center;
  }
  .author-box .col-auto {
    margin: 0 auto 0.5rem;
  }
  .cta-box .card-body {
    padding: 1.25rem 1rem;
  }
  .cta-box h4 {
    font-size: 1.1rem;
  }
  .cta-box .btn {
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
  }
}

@media (max-width: 480px) {
  .article-toc {
    border-left-width: 3px;
  }
  .article-toc .card-header {
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem;
  }
  .breadcrumb {
    font-size: 0.8rem;
  }
}

/* 移动端适配 */
@media (max-width: 767px) {
  .single-content .content-body {
    font-size: 0.95rem;
    line-height: 1.75;
  }
  .single-content .content-body h2 {
    font-size: 1.2rem;
  }
  .single-content .content-body h3 {
    font-size: 1.05rem;
  }
  .featured-image img {
    max-height: 250px;
  }
}

/* ========== 第二阶段：前端体验升级 ========== */

/* --- 全局移动端字体适配 --- */
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.35rem; }
  h3 { font-size: 1.15rem; }
  h4 { font-size: 1.05rem; }
  h5 { font-size: 1rem; }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 0.85rem;
  }
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.2rem; }
  h3 { font-size: 1.05rem; }
  .breadcrumbs h1 { font-size: 1.3rem; }
}

/* --- 面包屑移动端适配 --- */
@media (max-width: 767px) {
  .breadcrumbs {
    min-height: 80px;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .breadcrumbs .row.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

/* --- 导航栏移动端增强 --- */
@media (max-width: 767px) {
  .navbar-customer .navbar-collapse {
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 1rem;
    margin-top: 0.5rem;
  }
  .navbar-customer .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 6px;
    transition: background 0.2s;
  }
  .navbar-customer .navbar-nav .nav-link:active {
    background: rgba(5,71,197,0.08);
  }
  .navbar-toggler {
    padding: 0.5rem;
    border-radius: 6px;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(5,71,197,0.2);
  }
  .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 1rem;
  }
}

/* --- 卡片视觉升级 --- */
.card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important;
}
.card-body {
  padding: 1.25rem;
}

/* --- 服务卡片（首页 index-services 区域）--- */
.service-card,
.services .card,
.index-services .card {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.service-card:hover,
.services .card:hover,
.index-services .card:hover {
  border-color: rgba(5,71,197,0.2);
  box-shadow: 0 12px 32px rgba(5,71,197,0.1) !important;
}

/* --- 统一按钮交互 --- */
.btn, .btn-customer, .btn-outline-customer, .btn-search,
.nav-link, .dropdown-item, .page-link, .badge {
  transition: all 0.25s ease;
}

/* 移动端禁用 hover 闪烁 */
@media (hover: none) {
  .btn:hover, .btn-customer:hover, .btn-outline-customer:hover,
  .card:hover, .nav-link:hover, .related-posts .card:hover {
    transform: none;
  }
  .related-posts .card:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
  }
}

/* --- 页脚移动端优化 --- */
@media (max-width: 767px) {
  footer .sidebar-footer .col-md-4,
  footer .sidebar-footer .col-md-2 {
    margin-bottom: 1.5rem;
  }
  footer .sidebar-footer h5 {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  footer .sidebar-footer h5::after {
    top: 32px;
  }
  .sidebar-footer .sf-contact ul.social li i {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  footer .copyright,
  footer .author {
    text-align: center !important;
    font-size: 0.85rem;
  }
}

/* --- 全局图片优化 --- */
img {
  max-width: 100%;
  height: auto;
}

/* --- 链接可读性增强 --- */
a:focus-visible {
  outline: 2px solid #0547c5;
  outline-offset: 2px;
  border-radius: 2px;
}

/* --- 代码块/引用块通用优化 --- */
blockquote {
  border-left: 4px solid #0547c5;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0;
  background: #f8f9fa;
  border-radius: 0 6px 6px 0;
}
.sidebar-footer .sf-wechat ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer .sf-wechat ul li img{
	width:100%;
	height:auto;
}

.sidebar-footer .bg-wechat {
	background:#fff;

	border-top:solid 6px #0547c5;
	width:100%;
	text-align:center;
	overflow:hidden;
}
@media all and (min-width:768px) {
.sidebar-footer .bg-wechat {
	margin-top:-126px;
}
}
.sidebar-footer .bg-wechat h3{
	background:#f3f3f3;
	color:#333;
	margin:0px;
	padding:0px;
	line-height:3em;
}
.sidebar-footer .bg-wechat h3:after {
	display:none;
}
.sidebar-footer .bg-wechat img{
	width:100%;
	height:100%;
	padding:15px;
}
.sidebar-footer .sf-social{
	
}
.sidebar-footer .sf-social ul li {
  display: inline-block;
  margin-right: 7px;
}
.sidebar-footer .sf-social ul li a {
  color:#fff;
  width: 45px;
  height: 45px;
  line-height: 35px;
  
  
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebar-footer .sf-social ul li a:hover {

}
.sidebar-footer .sf-social ul li i{
  font-size:1.25rem;
}
@media (min-width: 1200px) {
footer .copyright {
	text-align:left;
	padding:0px;

}
footer .author {
	text-align:right;
	padding:0px;
}
}
footer .footer-bottom {
	text-align:center;
}

footer .line {
	background:#393939;
	height:0.01rem;
	width:100%;
	padding:0px;
}
form .btn {
  border-top-left-radius: 0em 0em;
  border-bottom-left-radius: 0em 0em;
  
}
.btn-search {
  
  color: #fff;
  background-color: #0547c5;
  border-color: #0547c5;
  padding-left:20px;
  padding-right:20px;
  
}
.btn-search:hover {
  color: #fff;
  background-color: #c40202;
  border-color: #c40202;
}
.btn-check:focus + .btn-search, .btn-search:focus {
  color: #fff;
  background-color: #c40202;
  border-color: #c40202;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-search, .btn-check:active + .btn-search, .btn-search:active, .btn-search.active, .show > .btn-search.dropdown-toggle {
  color: #fff;
  background-color: #c40202;
  border-color: #c40202;
}
.btn-check:checked + .btn-search:focus, .btn-check:active + .btn-search:focus, .btn-search:active:focus, .btn-search.active:focus, .show > .btn-search.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-search:disabled, .btn-search.disabled {
  color: #fff;
  background-color: #0547c5;
  border-color: #0547c5;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-top-right-radius:0rem;
  border-bottom-right-radius:0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.mover-img {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}/* CSS added on: 223!_>)<1^99(1*08+5 2025-10-08 10:00:32 */
