.content {
    background: #fff;
}
.wrap-404 {
    width: 100%;
    background: url(/images/404bj.png) center /100% 100%;
    height: 5rem;
}
.wrap-404 p {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    padding-top: 1rem;
    text-indent: 0.8rem;
}
.wrap-404 span {
    text-indent: 0.8rem;
    display: block;
    font-size: .4rem;
    color: #333;
}
.wrap-404 a {
    width: 2.3rem;
    padding: 0.1rem 0;
    text-align: center;
    display: block;
    font-size: .35rem;
    color: #fff;
    background-color: #00679c;
    margin-left: 0.8rem;
    margin-top: 0.3rem;
}
.model-wrap {
    margin-top: 0.547rem;
}
.model-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.4rem;
}
.model-title .name {
    font-size: 0.4rem;
    color: #333333;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.model-title .name::before {
    content: '';
    width: 0.067rem;
    height: 0.427rem;
    background-color: #c8ff00;
    display: block;
    margin-right: 0.33rem;
}
.model-list {
    box-sizing: border-box;
    padding-top: 0.2rem;
    /* margin-top: 0.2rem; */
}
.model-list .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    margin-top: 0.387rem;
    padding: 0 0.4rem 0.387rem;
}
.model-list .item>img {
    width: 2.667rem;
    height: 1.733rem;
    display: block;
    border-radius: 0.213rem;
}
.model-list .item .details {
    width: 6.6rem;
    height: 1.747rem;
    position: relative;
}
.model-list .item .name {
    font-size: 0.347rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
}
.model-list .item .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.293rem;
    color: #999999;
}