/* CSS Document */
/*
Theme Name: Barclays
Theme URI: https://www.SmithRcapital.com/
Description: 爱永的作品。
Author: 爱永
Author URI: http://www.aysheji.com/
Date:2026-07-30
Version: 1.0
License: 爱永许可认证
License URI: http://www.aysheji.com/
Tags: 网站开发定制
*/

body{ font-family: var(--t-type-font-family);}

.cmp-image img {
  width: 100%;
}

.c-header--2rows .c-header__body{ }
video{ width:100%; height:auto; display:block; object-fit:fill; max-width:100%;}

.c-header-nav__list li a{
	color: var(--c-header-link-color); font-family: var(--t-type-font-family);
	font-size:18px; text-decoration:none; padding:16px; font-weight:500; display: block;
}
.c-header-nav__list li a:hover{ color: var(--t-color-interactive);}
.c-header-nav__list li.current-menu-item a, .c-header-nav__list li.current-menu-parent a{ color: var(--t-color-interactive); border-bottom:#006de3 4px solid;}

.footer-contact-item{
	display: flex;
	margin-bottom: 10px;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box{
	margin-right: 10px;
}

.footer-contact-item .icon-box img{
	max-width: 20px;
}

.footer-contact-content{
	width: calc(100% - 30px);
}

.footer-contact-content p{
	color: var(--t-link-secondary-color); margin-top:0;
	margin-bottom: 0;
}

.footer-contact-content p a{
	color: inherit;
	display: block;
	transition: all 0.3s ease-in-out;
}

.footer-contact-content p a:hover{
	color:#000;
}



/*分页样式开始*/
#pageabc{text-align:center;margin:60px 0 0 0;clear:both;height:auto;overflow:hidden;color:#333;line-height:23px;}
#pageabc a.noallowed{cursor: not-allowed;}
#pageabc span,#pageabc a{font-size:16px;color:#595757;padding:6px 14px;background:#f6f6f6; text-decoration:none;margin:3px 5px;display:inline-block;text-align:center;}
#pageabc a:hover,#pageabc a.current{color:#fff;background-color:#006de3;}
/*分页样式结束*/



@media(max-width:768px){
	
	#pageabc{ margin-top:30px;}
	
	.c-header-nav__list > li{}
	.c-header-nav__list > li > a{ padding:20px 28px; position:relative;}
	.c-header-nav__list > li > a::after {
	border-bottom: var(--t-border-width) solid var(--t-color-40);
	bottom: calc(var(--t-border-width)*-1);
	content: "";
	left: var(--t-gutter-outer);
	position: absolute;
	right: var(--t-gutter-outer);
}
	
	.c-header--2rows .c-header__body{ padding-bottom:0;}
}









