body{
    text-align: left !important
}
.bg{
    margin: .5rem auto 0;
    position: relative;
}
.bg .img-box{
    width: 100%;
}
.bg .img-box img{
    width: 100%;
}
.bg .rescue-detail{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 48%;
    background: rgba(255, 255, 255, .9);
    padding: .85rem 1.1rem
}
.bg .rescue-detail .t{
    font-size: .36rem;
    font-weight: bold
}
.bg .rescue-detail .d{
    font-size: .24rem;
    margin-top: .1rem;
    font-weight: bold   
}
.bg .rescue-detail .d2{
    font-size: .2rem;
    margin-top: .7rem;
    line-height: 1.5
}
.bg .rescue-detail .tips{
    font-size: .18rem;
    color: #848485;
    line-height: 1.5;
    margin-top: .4rem
}
@media (max-width: 768px) {
    .bread-crumb{
        display: none
    }
    .bg .rescue-detail{
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 0;
        height: auto;
        padding: .8rem .5rem 3.4rem;
    }
    .bg .rescue-detail .t{
        font-size: .46rem
    }
    .bg .rescue-detail .d{
        font-size: .28rem
    }
    .bg .rescue-detail .d2 {
        font-size: .26rem;
    }
    .bg .rescue-detail .tips{
        font-size: .23rem;
    }
}