.sell-wrap{
	padding:60px 0 0
}
.module-title {
	margin-bottom: 40px;
}
.ssl-buy-step {
	position: relative;
	height: 230px;
	padding: 0 26px;
}
.step-items .item {
	position: relative;
	float: left;
	margin-left: 6.6%;
	width: 20%;
	height: 90px;
	background-color: #fff;
	z-index: 10;
}
.step-items .item:first-child {
	margin-left: 0;
}
.step-items .item:before {
	content: '';
	position: absolute;
	left: -60%;
	top: 22px;
	width: 220px;
	height: 1px;
	background-color: #dddddd;
	/* background: url(img/ssl_step_icon.png) no-repeat center; */
}
.step-items .item:first-child:before {
	background: none;
}
.step-items .item .center {
	/* width: 100%;
	height: 100%; */
	/* background-repeat: no-repeat;
	background-position: center top; */
	/* z-index: -1; */
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #0080ff;
	position: relative;
	text-align: center;
}
.step-items .item .center::before{
	content: "";
	display: inline-block;
	position: absolute;
    top: 15px;
    right: 69px;
	width: 0px;
	height: 0px;
	background: #0080ff;
	border:8px solid #0080ff;
	border-top:8px solid #fff;
	border-right:8px solid #fff;
	border-bottom:8px solid #fff;
}
.step-items .item .no-before:before{
	display: none;
}
.step-items .item-1 .center {
	/* background-image: url(img/ssl_step_01.png); */
}
.step-items .item-2 .center {
	/* background-image: url(img/ssl_step_02.png); */
}
.step-items .item-3 .center {
	/* background-image: url(img/ssl_step_03.png); */
}
.step-items .item-4 .center {
	/* background-image: url(img/ssl_step_04.png); */
}
.step-items .item h2 {
	margin-bottom: 12px;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #0080ff;
}
.step-items .item p {
	margin-bottom: 8px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 24px; */
	letter-spacing: 0px;
	color: #999999;
}


.dn23-bt-neirong {width: 900px;}

.dn23-btn {background:#035ded;padding:8px 10px;color:#ffffff; margin-left:10px}
.dn23-btn:hover {background:#2176ff;color:#fff !important;}