

/* 合作模式部分 */
.flowChatInner,.flowChatInner1{
	overflow-x: auto;
	width: 100%;
	overflow-y: hidden;
}
.flowChatInner::-webkit-scrollbar,.flowChatInner1::-webkit-scrollbar {display:none;}
.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}
.i-process .list {
    position: relative;
    margin: 0 auto;
	/* width: 1000px; */
    /* height: 230px; */
	height: 140px;
}
.i-process .list:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #22c394;
	/* top: 50%; */
	top: 30%;
	left: 0;
}
.flowChatInner1 .list:after{
	background: #5d048c;
}
.i-process .btn {
    width: 160px;
    height: 150px;
    line-height: 3;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
	height: 100%;
	position: relative;
	transform: translate(0px, 0px); 
	opacity: 1;
	z-index: 20;
}
.i-process .btn>div{
	position: absolute;
	left: 0;
	width: 100%;
	/* top: 32%; */
	top: 0;
}
/* .i-process .btn:nth-child(2n)>div{
	top: 0;
} */
.i-process .btn .light {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    /* margin: -16px 0px; */
	position: relative;
	margin-top:-5px;
}
.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #22c394;
    opacity: 0.3;
}
.flowChatInner1 .btn .light:after{
	background: #5d048c;
}
.circle {
	display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 34px;
    background: #edeff1;
    margin: 12px 0;
	position: relative;
}
.i-process .btn.cur .circle {
    background: #22c394;
}
.i-process .btn.cur p {
    color: #22c394;
}
.i-process .btn p{
	font-weight: bold;
	color: #282828;
}
.flowChatInner1 .btn.cur .circle{
	background: #5d048c;
}
.flowChatInner1 .btn.cur p{
	color: #5d048c;
}
.i-process .btn .circle:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
	left: 0;
	top: 0;
    /* background: url(../images/bg_sign06.png) no-repeat; */
}
/* .i-process .btn:nth-child(2) .circle:after {
    background-image: url(../images/bg_sign07.png);
} */
.color22c394{
	color: #22c394;
}
.color5d048c{
	color: #5d048c;
}
@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
/* 合作模式END */