body {
	font-family: tahoma, arial, Helvetica Neue, Hiragino Sans GB, STHeitiSC-Light, microsoft yahei, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 1180px
}

.nav-step {
	position: relative;
	float: left;
	width: 25%;
	padding-top: 20px;
	text-align: center
}

.nav-step:first-child .left,
.nav-step:last-child .right,
.nav-step:last-child .step-tag {
	display: none!important
}

.nav-step .step-dash-line {
	position: absolute;
	top: 56px;
	left: 0;
	width: 50%;
	height: 6px;
	margin-top: -3px;
	transform: rotate(0deg);
}

.nav-step .step-dash-line.right {
	left: auto;
	right: 0
}

.nav-step .step-dash-line line {
	stroke-width: 3px;
	stroke: #d8d8d8;
	stroke-dasharray: 1, 8;
	stroke-linecap: round
}

.nav-step.nav-step-active .step-dash-line line {
	stroke: #fed697
}


.nav-step.nav-step-active .step-content p {
	color: #f7971d
}


.nav-step.nav-step-current:last-child .step-icon {
	border-radius: 50%;
	margin-bottom: 11px
}

.nav-step.nav-step-current:last-child p {
	color: #9ccb64
}

.step-content {
	position: relative;
	display: inline-block;
	z-index: 1
}

.step-content .step-icon {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #eee;
	margin: 0 auto 11px
}

.step-content p {
	line-height: 1.2;
	font-size: 14px;
	font-weight: lighter;
	color: #9b9b9b;
	text-align: center
}


.itinerario-pasos{color:#999}

.itinerario-pasos .step{
	position:relative;
	margin-left:8px;
	padding-left:13px;
	padding-bottom:12px
}

.itinerario-pasos .step:before{
	content:"";
	position:absolute;
	top:3px;
	left:-1px;
	width:1px;
	height:calc(100% + 7px);
	background:#ccc
}

.itinerario-pasos .step:last-child:before{height:0}

.itinerario-pasos .step .icon-con{
	position:absolute;
	top:3px;
	left:-4px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#ccc
}

.itinerario-pasos .step .icon-con.icon-node{
	top:0;
	left:-8px;
	width:16px;
	height:16px
}

.itinerario-pasos .step .icon-con.icon-current{
	background:#ffcb7a
}

.itinerario-pasos .step .icon-con.icon-current .icon-gantanhao-yuankuang{
	color:#eb5330
}

.itinerario-pasos .step .icon-con.icon-exception{
	background:transparent
}

.itinerario-pasos .step .icon-con .iconfont{
	position:absolute;
	top:2px;
	left:2.5px;
	color:#fff;
	font-size:12px
}

.itinerario-pasos .step .icon-con .icon-gantanhao-yuankuang{
	top:0;
	left:0;
	font-size:17px;
	color:#ccc
}

.itinerario-pasos .step p{
	line-height:1.3;
	margin-bottom:10px
}

.tooltipp {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltipp .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltipp:hover .tooltiptext {
	visibility: visible;
}