<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
ul,ol,dl{padding:0; margin:0;}
li{list-style:none;}
body{font-size:14px;font-family:"微软雅黑","宋体";color: #323232; margin: 0 0;}
h1,h2,h3,h4,h5,h6{ font-size:14px; font-weight:normal;}
strong,b{ font-weight:normal;}
em,i{font-style:normal; }
a{text-decoration:none; color: #000; }
.fl{ float:left !important; }
.fr{ float:right !important; }
.clear{ clear:both;}
.clearfix:after{ content:""; display:block; clear:both; }
.clearfix{ zoom:1; }
img{ vertical-align: top;}
input,img,a,fieldset{ border:none;}
input,textarea{ outline: none;}
button,input,select,label{vertical-align:middle;}
th,td{padding: 0;margin: 0;}
table{/*border-collapse:collapse;*/ border-spacing: 0;width:100%;}
/*取消input[type=number]的默认加减*/
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important;margin: 0;} 
/*input禁止输入时的背景色*/
input:disabled{background-color:#f9f9f9;}
/*取消select的默认下箭头*/
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border: 1px solid #ccc;float: left;height: 36px;width: 30px;} 
select::-ms-expand { display: none; }
.pr{position:relative;}
.pa{position:absolute;}
.hide{display:none;}
.show{display:block;}
.cursor{cursor:pointer;}




.green{color:#00A972 !important;}

.html,.body{height:100%;}
.flex{
	display: flex;
}
.backurl{
	background: #fff;
}
.w1{
	width: 1130px;
	margin: 0 auto;
}
.user_Testimonies{
	padding-top: 126px;
	padding-bottom: 108px;
}
.user_Testimonies h1{
	font-size: 34px;
	font-family: Helvetica-Bold, Helvetica;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 126px;
}

.user_box{
	overflow: hidden;
	padding: 10px 0;
}
.user_ul{
	width: 100%;
	display: flex;
	margin-bottom: 32px;
	/* overflow-x: auto; */
}
.user_ul li{
	width: 570px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 22px;
	float: left;
	margin-right: 30px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.user_header{
	display: flex;
	/* align-items: center; */
}
.user_header img{
	width: 59px;
	height: 59px;
	border-radius: 100%;
	background: #999;
}

.userhead_txt{
	width: 300px;
	margin-left: 15px;
}
.userhead_txt .p_text2{
	font-size: 20px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
}
.userhead_txt .p_text{
	font-size: 24px;
	font-family: Helvetica-Bold, Helvetica;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
}
.user_ul article{
	font-size: 18px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #333333;
	padding-top: 20px;
}
.user_star{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.user_star img{
	width: 78px;
	height: 14px;
}
.user_star p{
	font-size: 12px;
	font-family: Helvetica-Regular, Helvetica;
	font-weight: 400;
	color: #00A972;
	background: #E9F7F0;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
}
</pre></body></html>