.details_title{
    width: 100%;
    font-size: 0.8rem;
    color: #313131;
    margin-top: 0.3rem;
    font-weight: bold;
}

.details_info{
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #ccc;
}
.details_info .item{
    float: left;
    width: auto;
    font-size: 0.6rem;
    color: #999999;
}
.details_info .item:nth-child(2){
    margin-left: 1rem;
}

/*details_min*/
.details_min{
    width: 100%;
    padding: 0.5rem 0;
}
.details_min{
    font-size: 0.7rem;
    line-height: 1.4rem;
}
.details_min img{
    width: 100%;
}

.tips{
    width: 100%;
    box-sizing: border-box;
    border: 1px dashed #b9090c;
    border-radius: 0.2rem;
    color: #b9090c;
    background: #ffe1b1;
    font-size: 0.65rem;
    padding: 0.1rem 0.3rem;
}

.per{
    width: 100%;
    margin-top: 0.5rem;
}
.per a{
    color: #b9090c;
}
.next{
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}
.next a{
    color: #b9090c;
}