/**
 * 	采购流程css
 *	@ Author aty
 *	@ Date	 2016-09-23
 */

 /* 样式重置 begin */
html,body,div,p,ul,li,ol,span,a,img,center,i,dl,dt,dd,h1,h2,h3,h4,h5,strong,b{
	margin: 0;padding: 0;
}
ul li,ol li{
	list-style: none;
	outline: none;
}
html,body{
	height: 100%;
}
 /* 样式重置 end */

.wrap{
	min-height: 500px;
	width: 1192px;
	margin:0 auto;
}

.wrap div{
	float: left;
}
/* 左侧菜单样式 begin */
.wrap .leftBox{
	width: 20%;
	min-height: 400px;
}

.wrap .leftBox .left-menu{
	float: left;
	width: 199px;
	height: auto;
	border: 1px solid #eee;
	border-top: none;
	background: url(/images/opacity.png) top center no-repeat;
	margin-right: 1em;
	padding-top: 4px;
}


.left-menu li{
	line-height: 40px;
}
.left-menu .leftBox-title{
	text-indent: 1em;
    font-weight: bold;
    font-size: 15px;
}
.left-menu li a{
	color:#000;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: 1em;
}

.left-menu li a:hover, .left-menu .active{
	background: #218FFF;
	color: #fff;
}

/* 左侧菜单样式 end */


/* 右侧菜单样式 begin */
.wrap .rightBox{
	width: 80%;
	min-height: 400px;
	margin-bottom: 40px;
}

.content-box{
	width: 100%;
} 
.content-box .title{
	height: 22px;
	position: relative;
	line-height: 22px;
	margin-bottom:1em; 
	font-size: 1.2em;
	font-weight: lighter;
}
.content-box .title:before{
	content: '';
	width: 3px;
	position: absolute;
	height: 20px;
	background: #1388FF;
}
.content-box .title i{
	margin-left:0.6em; 
}
.content-box .content{
	min-height: 40px;
	padding: 1em 1em 3em 1em;
	border:1px solid #eee;
	width: 100%;
}
.content-box .content p{
	line-height: 22px;
	padding: 6px 0px;
}
.content-box .content ul{
	padding: 0 1em;
	width: 96%;
}
.content-box .content li{
	float: left;
	width: 16%;
	text-align: center;
	position: relative;
}
.content-box .content li h4{
	margin: .6em 0;
}
li i{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 1.3em;
	position: relative;
    border: 1px solid transparent;
}
.content-box .content li.rightLine:after{
	content: '';
	position: absolute;
	width: 32%;
	height: 4px;
	right:0px;
	top:42px;
	background: #1388FF;
	z-index: 9;	
}

.content-box .content li.leftLine:before{
	content: '';
	position: absolute;
	width: 32%;
	height: 4px;
	left:0px;
	top:42px;
	background: #1388FF;
	z-index: 9;	
}

.content li i:before{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	left:12px;
	top:10px;
	background: #fff;
	z-index:10;		
}
.online-service{
	display: inline-block;
	padding: 5px 10px;
	background-color: #218FFF;
	vertical-align: middle;
	color: #fff;
}
a.online-service:hover{
	color: #fff;
	background-color: #0b61b9;
}
.online-service img{
	height: 18px;
}
.content .goods:before{
	background: url(/images/ico.png) -109px -90px;
}
.content .balance:before{
	background: url(/images/ico.png) -138px -90px;
}
.content .approve:before{
	background: url(/images/ico.png) -165px -90px;
} 
.content .pay:before{
	background: url(/images/ico.png) -187px -90px;
}
.content .take-delivery:before{
	background: url(/images/ico.png) -213px -90px;
}
.content .storage:before{
	background: url(/images/ico.png) -243px -90px;
}
.white{
	background: #fff;
	border: 1px solid #1388FF;
	width: 49px;
	height: 49px;
}
.bg-blue{
	background: #1388FF;
}
.blueColor{
	color:#1388FF;
}
.marginTop{
	margin-top: 2em;
}
.content-box .caption{
	margin:.3em 0;
}
#menu-list.top{
	position: fixed;
    top: 20px;
}
/* 右侧菜单样式 end */

/*新手引导start*/
.cycle_btn{
    width: 8px;      
    height: 8px;      
    background-color:#666666;
    border-radius: 50%;
/*     border:1px solid #666666;       */
    -moz-border-radius: 50%;      
    -webkit-border-radius: 50%;
}
.cycle_btn-blue{
    width: 8px;      
    height: 8px;      
    background-color:#1388FF;
    border-radius: 50%;
/*     border:1px solid #666666;       */
    -moz-border-radius: 50%;      
    -webkit-border-radius: 50%;
}

.image-position{
    position: relative;
    left:32px;
    top:31px;
}
.cycle-position{
    position: relative;
    left:342px;
    top:49px;
    width:100%;
    height:10px;
}
/*新手引导end*/