footer{
    background-color: #ffffff;
}
.bar{
    height: 492px;
    overflow: hidden;
    padding-top: 50px;
}
.bar .img-wrap{
    float: left;
    width: 470px;
    height: 336px;
    margin-left: 130px;
    padding-top: 110px;
}
.bar .img-wrap img{
    width: 100%;
}
.bar .title-wrap{
    width: 576px;
    float: left;
    padding-right: 30px;
}
.bar .title-wrap .title{
    height: 120px;
    line-height: 120px;
    font-size: 32px;
    font-family: "Rubik-Medium";
    color: #000;
}
.bar .title-wrap  .m-title{
  font-size: 16px;
  font-family: "Rubik-Medium";
  color: #000;
  line-height: 26px;
}
.bar .title-wrap .desc{
    line-height: 26px;
    font-size: 16px;
    font-family: "Rubik-Light";
    color: #000;
}
.bar .title-wrap .desc.warning{
    color: #fc275d;
}
.start-list{
    padding-bottom: 50px;
}
.start-list > li{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 1px rgba(4, 0, 0, 0.17);
  height: 288px;
  margin-top: 50px;
} 
.start-list > li .step,.start-list > li .descs{
    float: left;
}
.start-list > li .step{
    width: 430px;
    text-align: center;
    padding-top: 100px;
    background-color: #eeeeee;
    height: 288px;
}
.start-list > li .descs{
    width: 746px;
    padding: 50px 36px;
}
.start-list > li .step .price{
    font-size: 46px;
    font-family: "Rubik-Medium";
    color: #fc275d;
}
.start-list > li .step .num{
    line-height: 24px;
    font-size: 20px;
    font-family: "Rubik-Medium";
    color: #000;
    padding-top: 8px;
}
.start-list > li .descs > li::before{
    content: "·";
    font-size: 20px;
    color: #fc275d;
    padding-right: 4px;
}
.start-list > li .descs > li{
    font-size: 16px;
    line-height: 24px;
    font-family: "Rubik-Light";
    color: #000;
}

.start-list > li.h318 {
    height: 318px;
} 

.start-list > li .step.h318{
    height: 318px;
}

/* 手机端 */
@media screen and (max-width: 750px) {
    .bar{
        padding: 1.3rem .4rem .8rem;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .bar .title-wrap{
        width: 100%;
        padding-right:0;
    }
    .bar .img-wrap{
        width: 100%;
        margin-left:0;
        padding-top: 0;
        height: auto;
    }
    .bar .img-wrap img{
        width: 4.9rem;
        margin: 0 1rem;
    }
    .bar .title-wrap .title{
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .48rem;
    }
    .bar .title-wrap .desc{
        font-size: .26rem;
        line-height: .46rem;
    }
    .bar .title-wrap .m-title{
        font-size: .26rem;
        line-height: .46rem;
    }
    .start-list{
        padding: 0 .4rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .start-list > li{
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: .5rem;
        height: auto;
    }
    .start-list > li.h318{
        height: auto;
    }
    .start-list > li.h318 .descs {
        height: 8rem;
    }
    .start-list > li .step{
        width: 100%;
        padding-top: 0;
        height: 3.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .start-list > li .step.h318{
        height: 3.4rem;
    }
    .start-list > li .step .price{
        font-size: .72rem;
    }
    .start-list > li .step .num{
        font-size: .3rem;
        line-height: .4rem;
    }
    .start-list > li .descs{
        width: 100%;
        padding: 0 .6rem;
        padding-top: 0 !important;
        height: 7rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .start-list > li .descs > li{
        font-size: .26rem;
        line-height: .46rem;
    }
}