
.whyuse {
	text-align: center;
	line-height: 1;
	margin-top: 76px
}
.whyuse .hint {
	color: #505050;
    margin-top: 20px;
    margin-bottom: .5rem;
    font-size: 34px;
    position: relative;
    font-weight: normal;
}
.whyuse .whyuseList {
	margin-top: 50px;
	font-size: 0
}
.whyuse .whyuseList .whyuseList-item {
	position: relative;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 363px;
	height: 339px;
	background: #fff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(230,241,250,.5);
	box-shadow: 0 2px 8px 0 rgba(230,241,250,.5);
	border: 1px solid #edf4fa;
	padding-top: 172px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden
}
.whyuse .whyuseList .whyuseList-item p {
	font-size: 28px;
	color: #333;
	font-weight: 500
}
.whyuse .whyuseList .whyuseList-item ul {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	/*padding: 0 12px;*/
	display: inline-block
}
.whyuse .whyuseList .whyuseList-item ul li {
	margin-top: 8px;
/*	padding-left: 20px;*/
	font-size: 14px
}
.whyuse .whyuseList .whyuseList-item ul li .rightIcon {
	margin-left: -20px
}
.whyuse .whyuseList .whyuseList-item ul li .rightIcon .icon {
	    margin-right: 23px;
    /* margin-top: -1px; */
    display: inline-block;
    padding-top: 0px;
    height: 100%;
    /* width: 100%; */
    float: left;
    /* padding-left: 9%; */
}
.whyuse .whyuseList .whyuseList-item ul li:first-child {
	margin-top: 0
}
.whyuse .whyuseList .whyuseList-item:nth-of-type(2) {
	margin: 0 44px
}
.whyuse .whyuseList .whyuseList-item .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 132px;
	margin-top: 0
}
.whyuse .whyuseList .whyuseList-item .icon1 {
	background: -webkit-gradient(linear, left top, right top, from(#00a4f4), to(#00caf4));
	background: -webkit-linear-gradient(left, #00a4f4 0, #00caf4 100%);
	background: linear-gradient(90deg, #00a4f4 0, #00caf4 100%)
}
.whyuse .whyuseList .whyuseList-item .icon1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/safe.png) no-repeat center center;
	background-size: cover
}
.whyuse .whyuseList .whyuseList-item .icon2 {
	background: -webkit-gradient(linear, left top, right top, from(#ff7c1c), to(#ffa120));
	background: -webkit-linear-gradient(left, #ff7c1c 0, #ffa120 100%);
	background: linear-gradient(90deg, #ff7c1c 0, #ffa120 100%)
}
.whyuse .whyuseList .whyuseList-item .icon2:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/speciality.png) no-repeat center center;
	background-size: cover
}
.whyuse .whyuseList .whyuseList-item .icon3 {
	background: -webkit-gradient(linear, left top, right top, from(#187dff), to(#178dff));
	background: -webkit-linear-gradient(left, #187dff 0, #178dff 100%);
	background: linear-gradient(90deg, #187dff 0, #178dff 100%)
}
.whyuse .whyuseList .whyuseList-item .icon3:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/ensure.png) no-repeat center center;
	background-size: cover
}
