.buycar{
    width: 100%;
    min-width: 1200px;
}
.Process{
    width: 100%;
}
.Process .title{
    text-align: center;
    margin: 0.72rem 0;
    font-size: 0.44rem;
}
.Processimg{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: url("../img/dot-bg.png")no-repeat center 0.6rem ;
    background-size: 77% auto;
    margin-bottom: 0.84rem;
}
.Processimg .item{
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
    position: relative;
    z-index: 9;
}
.Processimg .item img{
    width: 1.4rem;
}
.Processimg .item p a{
    color: #a93428;
}
.Processimg .item p:nth-child(2){
    font-size: 0.34rem;
    padding: 0.3rem;
}
.Processimg .item p:last-child{
    font-size:0.2rem ;
    line-height: 0.36rem;
}