<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top{
    height: 560px;
    background: url(../images/successful-case.png) no-repeat;
    background-size: 1920px 560px;
    overflow: hidden;
}
.top-title{
    width: max-content;
    margin: 160px auto 46px;
    font-family: PingFangSC-Medium;
	font-size: 54px;
	color: #ffffff;
}
.top-subtitle{
    width: max-content;
    margin:0 auto;
    font-family: PingFangSC-Medium;
	font-size: 54px;
	color: #ffffff;
}
.successful-cases{
    background-color: #ffffff;
}
.s-c-item{
    margin-bottom: 100px;
    max-width: 1150px;
}
.s-c-item:last-child{
    margin-bottom: 160px;
}
.s-c-item-image{
    width: 380px;
	height: 285px;
}
.s-c-item-content{
    height: 285px;
    flex:auto;
}
.s-c-item:nth-child(odd) .s-c-item-content{
    margin-right: 120px;
    align-items: flex-end;
}
.s-c-item:nth-child(even) .s-c-item-content{
    margin-left: 120px;
}
.s-c-item-title{
    font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #333333;
    padding-bottom: 2px;
    border-bottom: solid 4px #b3241e;
    width: max-content;
}
.s-c-item-text{
    margin-top: 38px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
}</pre></body></html>