<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Gilroy';
	src: url('../font/Overt.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Overt.ttf');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Overt.ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'TaoBaoMaiCaiTi';
    src: url('../font/TaoBaoMaiCaiTi-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

.font-arial { 
    font-family: 'Arial';
}
.font-taobaomaicaiti { 
    font-family: 'TaoBaoMaiCaiTi';
}
.font9 { 
	font-size: 1rem;
}
.vlt-navbar-contacts {
    font-family: 'Arial';
    font-size: 1.125rem;
}
.vlt-default-menu__navigation .sf-menu&gt;li&gt;a {
    font-size: 1.125rem;
}
.vlt-navbar .vlt-navbar-logo img {
	width: 14rem;
    height: 2.5rem;
}
@media (max-width: 767px) {
	.vlt-gap-160 {
		height: 4rem;
	}
	.vlt-large-heading {
		font-size: 2.5rem;
		line-height: 1.5;
	}
}
.subj{
	color: #F15A24;
	font-size: 1rem;
	padding-left: 0.3rem;
}
/* .subj::before){
	content: attr(data-first-char);
    font-size: initial;
} */

/* æ–°é—» */
.vlt-post--masonry .vlt-post-content {
    opacity: 0.7;
}

.vlt-post--masonry .vlt-post-header .vlt-post-title {
	height: 8.125rem;
	overflow: hidden;
}
.vlt-post--masonry .vlt-post-excerpt {
    font-size: 0.875rem;
    color: rgba(255,255,255,.8);
	height: 11rem;
	text-overflow: ellipsis;
	overflow: hidden;
}
.vlt-post--masonry .vlt-post-excerpt p{
	/* letter-spacing: 0.08em; */
}

.vlt-post--masonry .vlt-post-header .vlt-post-date {
    font-size: .9375rem;
    display: block;
    margin-bottom: .5rem;
    color: rgba(255,255,255,.6)
}

/* å…³äºŽ */
.vlt-experience-block__title {
	margin-top:  0;
	text-align: center;
	color: rgba(255,255,255,.8);
}

/* åˆä½œ */
.vlt-partners {
    grid-row-gap: 6rem
}
.vlt-partners li img {
    max-width: 100%;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
	-webkit-transition: filter 0.3s ease;
}

.vlt-partners li img:hover {
	filter: grayscale(0);
}

/* äº§å“ */
.vlt-project-title {
	font-size: 4rem;
}
.vlt-project-excerpt p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.7);
	text-indent: 2em;
	text-align: left;
}</pre></body></html>