.top-container{
    padding: .36rem 0 .56rem;
    background: #F2F2F2;
}

.form-info
{
    width: 8.5rem;
}

.form-title {
    /*top: 36px;*/
    font-family: "PingFangSC-Semibold","PingFang SC Semibold","PingFang SC";
    font-weight: 600;
    font-style: normal;
    font-size: .36rem;
    text-align: center;
    color: #333333;
    margin-bottom: .36rem;
}
.form-title span{
    color:#E62E2E;
}
.form-content
{
    background: white;
    border-radius: .10rem;
    padding: .2rem 0;
}

.form-item{
    margin: 8px 0;
}
.form-item p{
    width: 1.85rem;
    text-align: right;
    font-size: .20rem;
    font-weight: 400;
    line-height: .5rem;
    margin-right: .2rem;
}
.form-item input[type='text']{
    width: 5rem;
    height: .35rem;
}
.form-item textarea{
    width: 5rem;
    height: 1.3rem;
}
.submit{
    width: 2.4rem;
    height: .50rem;
    font-family: "PingFangSC-Regular","PingFang SC";
    font-weight: 400;
    font-style: normal;
    font-size: .20rem;
    color: #ffffff;
    background: #E62E2E;
    line-height: .5rem;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}
.process-title{
    height: .33rem;
    font-family: "PingFangSC-Semibold","PingFang SC Semibold","PingFang SC";
    font-weight: 600;
    font-style: normal;
    font-size: .24rem;
    margin: .4rem 0 .2rem 1.5rem;
}
.process-content{
    width: 85%;
    margin: .2rem auto;
}
.process-item{
    margin-right: .2rem;
    position: relative;
    padding: 0 .15rem;
}
.process-item > div{
    width: .75rem;
    height: .75rem;
    border-radius: 100%;
    background: #E62E2E;
    margin-bottom: .2rem;
}
.process-item > div img:nth-child(1){
    width: .43rem;
    height: .43rem;
}
.process-item > div img:nth-child(2){
    position: absolute;
    right: -0.2rem;
    width: .17rem;
    height: .3rem;
}

.process-item p{
    width: 85px;
    text-align: center;
}



