.post-model-card{
    /* border: 1px solid #ccc; */
    margin: 10px;
    padding: 10px;
    position: relative;
    background-color: #f7f8f9;
    border:1px solid #fff;
    box-shadow: 0px 3px 15px 1px rgba(198,211,222,0.86);
}
.top-img{
    height:280px;
    width:300px;
}
.top-text{
    margin: 70px 0;
    color:#333;
    
}
/*
.post-model-card::before,.post-model-card::after{
    content: "";
    position: absolute;
    top: -50px;
    left: -10px;
    width: calc(50% + 10px);
    height: 30px;
    box-sizing: content-box;
    border-color: #999999;
}
.post-model-card::after{
    left: 50%;
    right: 0;
}
.post-model-card:not(:last-child)::after{
    border-left: 2px solid;
    border-top: 2px solid;
}
.post-model-card:not(:first-child)::before{
    border-right: 2px solid;
    border-top: 2px solid;
}
*/



.post-model-card .post-model-index {
    position: absolute;
    top: 0;
    left: 0;
}
.post-model-card .post-model-index span{
    display: inline-block;
    background-color: #FFB2B2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-bottom-right-radius: 100%;
    padding-left: 8px;
    font-weight: bold;
    color: #FFF;
}

.post-model-card  .post-model-img{
    height:200px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.post-model-card  .post-model-img img{
    height:120px;
    width:130px;
}

.post-model-card  .post-model-content{
    text-align: center;
    font-size: 13px;
    margin-bottom:20px;
}

.model-img{
    display: inline-block;
    width: 260px;
    height: 260px;
    background: url(../images/product/post-model-radar.png) no-repeat scroll center center / cover;
    background-size: 100%;
}

.legend{
    width: 30px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.legend.legend-required{
    background-color: #D42D2D;
}
.legend.legend-actual{
    background-color: #FFB2B2;
}