.flow{
    width: 7.5rem;
    margin-left: 0;
	overflow: hidden;
    background-color: #fff;
}
.flow dt{
	width: 100%;
	display: block;
	float: left;
	margin-top: 0.4rem;
}
.flow dt span{
	display: block;
	width: 33%;
	height: 0.7rem;
	line-height: 0.4rem;
	float: left;
	position: relative;
	font-size: 0.2rem;
	text-align: center;
}
.flow dt span.active{
	color: #2d3892;
}
.flow dt span.active .arrow{
	width: 0.38rem;
    height: 0.19rem;
    display: block;
    background: url(../image/arrow.png);
    background-position: center top;
    /* margin-top: -26px; */
    position: absolute;
    bottom: 0rem;
    left: 50%;
    margin-left: -0.19rem;
    transition: all 0.2s;
}
.flow dd{
	background-color: #737cc7;
	
}
.flow dd .icon{
	width: 7.5rem;
	min-height: 7.5rem;
	background-color: #737cc7;
	display: block;
	color: #fff;
}
.flow dd .step{
	display: block;
}
.flow dd .step  ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
}
.flow dd .step  ul li {
    width: 50%;
    display: block;
    float: left;
}
.flow dd .step  ul li span{
	margin-right: 0.1rem;
}
.flow dd .step  h2 {
    font-size: 0.16rem;
    line-height: 0.4rem;
    font-weight: normal;
    color: #ffffff;
}
.flow dd .step  h3 {
    font-size: 0.14rem;
    line-height: 0.25rem;
    color: #ffffff;
    font-weight: normal;
    display: block;
    float: left;
}

.flow dd .icon .text{
	width: 6.44rem;
	height: 2.57rem;
	margin-left: 0.53rem;
	margin-top: 0.35rem;
	float: left;
}
.flow dd .icon .text ul{
    width: 100%;
}
.flow dd .icon .text ul li{
    width: 49%;
    display: block;
    float: left;
}
.flow dd .icon .text h2{
    font-size: 0.15rem;
}
.flow dd .icon span{
	width: 25%;
	height: 1.22rem;
	float: left;
	font-size: 0.15rem;
	text-align: center;
	margin-top: 0.15rem;
}
.flow dd .icon span font{

    line-height: 0.45rem;
}
.flow dd .icon .text span em{
	width: 0.59rem;
    height: 0.59rem;
    background-color: #fff;
    border-radius: 0.59rem;
    display: block;
    margin: 0 auto;
    background-size: auto 0.3rem;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.flow dd .icon .text span i {
    width: 0.18rem;
	height: 0.18rem;
	background-color: #ffffff;
	border: solid 0.02rem #737cc7;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 0.18rem;
    font-style: normal;
    font-weight: bold;
    font-size: 0.13rem;
    color: #737cc7;
    position: absolute;
    right: -0.05rem;
}
.flow dd .icon .info {
    width: 6.2rem;
    margin-left: 0.7rem;
    font-size: 0.12rem;
    color: #ffffff;
    margin-top: 0.35rem;
    position: relative;
    float: left;
}
.flow dd .icon .info span{
	width: 0.17rem;
    height: 0.17rem;
    margin-left: -0.25rem;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    line-height: 0.17rem;
    color: #737cc7;
    text-align: center;
    font-size: 0.12rem;
    top: 0;
    margin-top: 0;
}
.flow dd .icon .iner {
    width: 6.22rem;
	max-height: 2.42rem;
    padding-bottom: 0.3rem;
    padding-right: 0.2rem;
	margin: 0.3rem;
	background-color: #ffffff;
	border: solid 0.01rem #737cc7;
	float: left;
	margin-left: 0.54rem;
    overflow: hidden;
    text-align: justify;

}
.flow dd .icon .iner a {
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #737cc7;
    display: inline-block;
    margin-top: 0.08rem;
    margin-left: 0.2rem;
    margin-right: 0;
}
.flow dd .icon .iner a.big {
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #d77e7e;
}
.flow dd .icon .iner a.blue {
    color: #18c9d5;
}
.flow dd .icon .iner a.black {
    color: #6f6f6f;
}