@media screen and (min-width:960px) {


    .banzhuren h2 {
        font-size: 0.3rem;
        color: #D5081E;
        text-align: center;
        margin-top: 0.25rem;
    }

    .banzhuren {
        overflow: hidden;
    }

    .banzhuren h2 {
        margin-top: 1.5rem;
    }

    .banzhuren-container {
        width: 14.4rem;
        height: 5.55rem;

        display: flex;
        justify-content: space-between;
        margin: auto;
        margin-top: 0.5rem;
    }

    .banzhuren-container dl {
        width: 4.12rem;
        height: 5.55rem;

    }

    .banzhuren-container dl>dt {

        height: 15%;
    }

    .banzhuren-container dl>dt>img {
        width: 0.7rem;
    }

    .banzhuren-container>dl>dd:nth-of-type(1) {
        color: #D5081E;
        font-size: 0.2rem;
        font-weight: bold;
        height: 10%;
        /* margin-top: 0.12rem;
        margin-bottom: 0.12rem; */
    }

    .banzhuren-container>dl>dd:nth-of-type(2) {

        font-size: 0.16rem;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.32rem;
        letter-spacing: 0.01rem;
        height: 45%;

    }

    .banzhuren-container>dl>dd:nth-of-type(2) p {
        line-height: 2em;
        color: #4A4A4A;

    }

    .banzhuren-container>dl>dd:nth-of-type(3) img {
        width: 3.42rem;
        height: 30%;
    }

}


@media screen and (max-width:960px) {

        /*@h2标签公共部分*/
        .banzhuren h2{
            font-size: 0.15rem;
            font-weight: bold;
            color: #D5081E;
            text-align: center;
            padding-top: 0.2rem;
        }

    .banzhuren{
        overflow: hidden;
        width: 3.75rem;
        height: 9rem;
        box-sizing: border-box;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }
    .banzhuren h2{
        
    }
    .banzhuren-container{
        width: 3.45rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
      
    }
    .banzhuren-container dl{
        width: 3.45rem;
        height: 2.89rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* border: solid 1px red; */
    }
    .banzhuren-container dl>dt{
        
        height: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banzhuren-container dl>dt>img{
        width: 0.4rem;
    }
    
    .banzhuren-container>dl>dd:nth-of-type(1){
        color:#D5081E;
        font-size: 0.12rem;
        font-weight: bold;
        margin-top: 0.05rem;
        text-align: center;
        /* margin-top: 0.12rem;
        margin-bottom: 0.12rem; */
    }
    
    .banzhuren-container>dl>dd:nth-of-type(2){
    
        font-size: 0.1rem;
        font-weight: 400;
        color: #4A4A4A;
        line-height:0.32rem;
        letter-spacing: 0.01rem;
        margin-top: 0.05rem;
    
    
    }
    .banzhuren-container>dl>dd:nth-of-type(2) p{
        line-height: 2em;
        color: #4A4A4A;
        text-align: center;
    }
    .banzhuren-container>dl>dd:nth-of-type(3){
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .banzhuren-container>dl>dd:nth-of-type(3) img{
        width: 1.71rem;
        box-sizing: border-box;
    }
    
}