#difference .vs {
    display: block;
    margin: 0 auto;
}

#difference li {
    position: relative;
    margin-top: 80px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

#difference li .left,
#difference li .right {
    float: left;
    width: 50%;
    height: 200px;
    padding: 28px 20px;
    box-sizing: border-box;
    background-clip: border-box;
    background-color: #f6544f;
}

#difference li .right {
    background-color: #fa9357;
}

#difference li .right {
    text-align: right;
}

#difference li .title {
    font-size: 28px;
    margin-bottom: 25px;
}

#difference li p {
    font-size: 18px;
    line-height: 28px;
}

#difference li .absolute {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -32.5px;
    /* width: 280px;
    height: 65px; */
    padding: 18px 50px;
    /* line-height: 65px; */
    background-color: #fff;
    text-align: center;
    color: #ff6132;
    font-size: 30px;
    border-radius: 50px;
    border: 1px solid #ff6132;
    box-sizing: border-box;
}

#difference .konw-more {
    margin: 56px auto 50px auto;
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background: url(/statics/images/ckqb/btn.png) no-repeat center;
    font-size: 20px;
    color: #fff;
}

#difference .konw-more span {
    margin-left: 30%;
}

#difference .banner-nav {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}


#difference .banner-nav a {
    flex: 0 1 50%;
}

#difference .banner-nav a img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #difference .container {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #difference .vs {
        width: 7.68rem;
    }
    
    #difference li {
        margin-top: 1.2rem;

    }
    
    #difference li .left,
    #difference li .right {
        width: 100%;
        height: 8rem;
        padding: 1rem;
    }
    
    
    #difference li .title {
        font-size: 1rem;
        margin-bottom: .4em;            
    }
    
    #difference li p {
        font-size: .7rem;
        line-height: 1.2em;
    }
    
    #difference li .absolute {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: .8rem;
        padding: .4rem .6rem;
    }
    
    #difference .konw-more {
        margin: 1.2rem auto;
        width: 50%;
        line-height: 60px;
        background: url(/statics/images/ckqb/btn.png) no-repeat center;
        background-size: contain;
        font-size: 20px;
        color: #fff;
        font-size: .6rem;
    }
    
    #difference .konw-more span {
        margin-left: 2rem;
    }
} 
