body{
    margin: 0;
    padding: 0;
}
.cont-text-bottom .item{margin:15px 0px;}
/* PC适配 */
@media screen and (min-width: 1100px){
    #cont{
        width: 100%;
        height: 7rem;
        position: relative;
        display: flex;
        align-items: center;
    }
    #cont-bg-img{
        width: 100%;
        height: 7rem;
        
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }
    .cont-cont{
        width: 12.14rem;
        height: 5.04rem;
        background: #F9F9F9;
        margin: auto;
        display: flex;
        flex-direction: row;
    }
    #name-img{
        width: 4.9rem;
        height: 5.04rem; 
        overflow: hidden;
    }
    #cont-img{
        width: 4.9rem;
        height: auto; 
    }
    .cont-text{
        margin-left: 0.4rem;
        width: 6.5rem;
    }
    .cont-text-top{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .cont-text-top p{
        font-size: 0.18rem;
    }
    .cont-text-top p:nth-child(3){
        line-height: 0.36rem;
    }
    .cont-text-bottom p{
        font-size: 0.16rem;
    }
}

/* app适配 ipad 竖屏*/
@media only screen and (max-width: 1024px){
    #cont{
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }
    #cont-bg-img{
        display: none;
    }
    .cont-cont{
        width: 7.1rem;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    #cont-img{
        width: 7.1rem;
        height: auto; 
        border-radius: 6px;
    }
    .cont-text{
        margin-left: 0.2rem;
    }
    .cont-text-bottom{
        margin-top: 0.16rem;
    }
    .cont-text-top h2{
        font-size: 0.36rem;
        font-weight: bold;
    }
    .cont-text-top p{
        display: block;
    }
    .cont-text-bottom p{
        font-size: 0.16rem;
    }
    .cont-text-bottom h3{
        display: block;
    }
}