.bg-box {
    height: 4rem;
    background-position: center;
    background-size: cover;
}

.detail-wrap {
    padding: 0.32rem;
}
.detail-wrap .detail-box {
    position: relative;
    padding: 0.24rem;
    background-color: #fff7e5;
    border: 1px #ffcd7f dashed;
}
.detail-wrap .detail-box .left {
    position: absolute;
    left: -1px ;
    top: -1px;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url('/images/special/bj07.png');
    background-position: center;
    background-size: cover;
}
.detail-wrap .detail-box .right {
    position: absolute;
    right: -1px ;
    bottom: -1px;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url('/images/special/bj08.png');
    background-position: center;
    background-size: cover;
}
.detail-wrap .detail-box .text {

}