.objects-props {
    
}
.objects-props .tab {
    flex: 0 0 50%;
    background-color: #8c8e97;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    height: .68rem;
    line-height: .68rem;
}
.objects-props .tab.active {
    background-color: #446bfb;
}
.tabdetails .details {
    display: none;
    margin: .5rem 0
}
.tabdetails .details.show {
    display: block;
}