.tit {
    width: 5rem;
    margin: 0 auto;
    padding: .364583rem;
    padding-bottom: .177083rem;
    font-size: .1875rem;
    color: #454545;
    text-align: center;
}
.tips1{
    text-align: center;
    font-size: .083333rem;
    color: #454545;
    font-weight: 600;
    line-height: .166667rem;
}
.padbot{
    padding-bottom: .229167rem;
}
.info{
    
    background-color: #fff;
}
.tip-first{
    border-top: 2px solid #ccc;
}
.tip{
    height: .234375rem;
    padding: 0 .260417rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    line-height: .234375rem;
    justify-content: space-between;
}
.headertip{
    color: #32abc5;
    border-top: 2px solid #32abc5;
}
.tipl{
    
    font-size: 16px;
    font-weight: 700;
    
}
.tipr{
    display: flex;
    align-items: center;
}
.sub{
    margin-left: .104167rem;
    display: block;
    width: .083333rem;
    height: .083333rem;
    border-radius: 50%;
    
    background-color: #ccc;
    color: #fff;
    text-align: center;
    line-height:.083333rem;
    font-size: .104167rem;
    font-weight: 700;
}
.add{
    background-color: #32abc5; 
}
.bodytip{
    display: none;
    padding: 0 .260417rem;
}
.infobox{
    border-bottom: 1px solid #ccc;
    height: .3125rem;
    line-height: .3125rem;
    color: #a9a9a9;
    display: flex;
    justify-content: space-between
}

.bodyinfo{
    display: none;
    padding: .15625rem .260417rem;
    line-height: .15625rem;
    /*width: 3.802083rem;*/
    color: #a9a9a9;
}


.bgc-hui{
    padding-bottom: .807292rem;
}
@media screen and (max-width: 768px) {
    .tit{
        font-size: 20px;
    }
    .tips1{
       
        font-size: 12px;
       
        line-height: 20px;
    }
    .tip{
        height:40px ;
        line-height:40px;
    }
  .tipl {
    font-size: 12px;
    font-weight: 700;
}
    .tipr{
        font-size: 12px;
    }
    .sub{
        width: 20px;
        height: 20px;
        font-size:20px;
        line-height: 20px;
    }
    .infobox{
        display: flex;
        flex-direction: column;
        height:auto;
        line-height:20px;
       font-size: 12px;
        
    }
    .bodyinfo{
        font-size: 12px;
        line-height: 20px;
        /*width: 10rem;*/
       
    }
  }