<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bgfff {
	background-color: #ffffff;
}

.disFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}


.peoplecenter {
	width: 100%;
	max-width: 1420px;
	padding: 30px 0 40px;
	margin: 0 auto;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.peoplecenter .centeryd{
	margin-bottom: 25px;
	color: #CCCCCC;
}
.peoplecenter .centeryd span{
	color: #333333;
}
.peoplecenter .left {
	float: left;
	width: 280px;
	background-color: #f7f7f7;
}

.peoplecenter .right {
	float: right;
	width: 1110px;
	padding: 30px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding-top: 0px;
}

.peoplecenter .left-nav {
	background-color: #f7f7f7;
}

.peoplecenter .left-nav .name{
	padding: 0 35px;
}
.peoplecenter .left-nav .head a{
	background-color: #C5001F;
	color: #ffffff;
}
.peoplecenter .left-nav li a {
	position: relative;
	z-index: 1;
	display: block;
	padding-left: 35px;
	line-height: 26px;
	padding: 10px 0 10px 35px;
	font-size: 14px;
	color: #333333;
}
.peoplecenter .left-nav li.active a{
	line-height: 20px;
	font-weight: bold;
	background-color: #ffffff;
}
.peoplecenter .left-nav li a span{
	display: inline-block;
}
.peoplecenter .left-nav li.active a span::after{
	content: '';
	display: block;
	margin-top: 3px;
	width: 100%;
	height: 2px;
	background-color: #D2374F;
}

.peoplecenter .left-msg {
	padding: 20px 10px 35px 35px;
	background-color: #f7f7f7;
	border-top: 2px solid #ffffff;
}
.peoplecenter .left .name{
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
}

.peoplecenter .left-msg .tel{
	justify-content: flex-start;
}
.peoplecenter .left-msg .tel img{
	width: 15px;
	height: 16px;
	margin-right: 7px;
}
.peoplecenter .left-msg .item{
	margin-top: 15px;
}

.peoplecenter .left-msg .email{
	justify-content: flex-start;
}
.peoplecenter .left-msg .email img{
	width: 17px;
	height: 14px;
	margin-right: 5px;
}

.centername .title{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.centername .sm{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.itemname{
	margin-top: 20px;
}
.itemname .name{
	line-height: 44px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #E5E5E5;
}
.shadow{
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.06);
}


.howtobuy{
	padding: 85px 0 130px
}
.howtobuy .item{
	flex-direction: column;
	justify-content: center;
}
.howtobuy .item .icon{
	justify-content: center;
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.09);
	border-radius: 50%;
}
.howtobuy .item p{
	margin-top: 20px;
	line-height: 1;
	font-size: 16px;
	color: #333333;
	text-align: center;
}








</pre></body></html>