.details h1 {
    font-size: 30px;
    margin-top: 50px;
}

.details .info {
    border-bottom: 1px #dddddd solid;
    font-size: 18px;
    color: #888888;
    margin-top: 30px;
    padding-bottom: 30px;
}

.details .info span {
    margin: 0 30px;
}

.details .body {
    font-size: 18px;
    margin-top: 50px;
    line-height: 1.8;
}
.details .body p{margin: 0;}

.details .body img {
    max-width: 100%;
}

@media (max-width:1199px) {
    .details h1 {
        font-size: .4rem;
        margin-top: .5rem;
    }
    .details .info {
        font-size: .26rem;
        margin-top: .3rem;
        padding-bottom: .3rem;
    }
    .details .info span {
        margin: 0 .2rem;
    }
    .details .body {
        font-size: .26rem;
        margin-top: .5rem;
    }
.details .body img{width:100% !important; height:auto !important;}
.details .body table{width:100% !important;}
}