.main{
    background-color: #F6F7FB;
    width: 100%;
    height: 19.5rem;
    padding-top: 0.3rem;
}
.main .content{
    width: 12rem;
    height: 19.2rem;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;

}
.content .title-e{
    font-size: 0.3rem;
    padding-top: 0.6rem;
    text-align: center;
}
.content .title{
    font-size: 0.3rem;
    padding-top: 0.16rem;
    text-align: center;
}
.content .min-line{
    width: 0.06rem;
    height: 16.28rem;
    background: #EBECF1;
    position: absolute;
    bottom: 0.8rem;
    left: 5.9rem;
}
.content .min-line:before{
    content: '';
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    background: #EBECF1;
    top: -0.16rem;
    left: -0.06rem;
    border-radius: 50%;
}
.content .min-line:after{
    content: '';
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    background: #EBECF1;
    bottom: -0.16rem;
    left: -0.06rem;
    border-radius: 50%;
}
.min-line .circle{
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top:0.8rem;
    left: -0.28rem;
}
.min-line .circle img{
    width: 100%;
    height: 100%;
}
.min-line .circle1{
    top:0.8rem;
}
.min-line .circle2{
    top:4rem;
}
.min-line .circle3{
    top:7.1rem;
}
.min-line .circle4{
    top:10.3rem;
}
.min-line .circle5{
    top:13.65rem;
}
.content .left1{
    width: 4.54rem;
    height: 3.2rem;
    background-color: #ffffff;
    background-image: url("/static/process/images/left-bac.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.8rem;
    left: 0.78rem;
}
.content .left2{
    width: 4.54rem;
    height: 3.2rem;
    background-color: #ffffff;
    background-image: url("/static/process/images/left-bac.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 9.1rem;
    left: 0.78rem;
}
.content .left3{
    width: 4.54rem;
    height: 3.2rem;
    background-color: #ffffff;
    background-image: url("/static/process/images/left-bac.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0.3rem;
    left: 0.78rem;
}
.content .right1{
    width: 4.54rem;
    height: 3.2rem;
    background-color: #ffffff;
    background-image: url("/static/process/images/right-bac.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 6rem;
    right: 0.78rem;
}
.content .right2{
    width: 4.54rem;
    height: 3.2rem;
    background-color: #ffffff;
    background-image: url("/static/process/images/right-bac.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 12.3rem;
    right: 0.78rem;
}

/*.left-title{*/
/*    font-size: 0.48rem;*/
/*    color: #ffffff;*/
/*    padding-left: 0.3rem;*/
/*    height: 0.8rem;*/
/*    line-height: 0.8rem;*/
/*}*/
.left-title span{
    font-size: 0.22rem;
    margin-left: 0.15rem;
}
.left-con{
    width: 3.6rem;
    height: 1.2rem;
    font-size: 0.16rem;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
}
.left-img{
    width: 1rem;
    height: 1rem;
    margin-left: 1.63rem;
}