.prop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff00;
}

.prop button{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    background-color: transparent;
}

.prop button a{
    background-color: red;
    color: #e2e2e2;
    padding: 12px 20px;
    font-size: 13px;
}

.prop button a:hover{
    background-color: rgb(255, 255, 255);
    color: #ff0000;
    border: 1px solid #ff0000;
}

.prop .box{
    width: 30%;
}

.prop .box .but{
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
    margin-bottom: -32px;
    padding-top: 35px;
    position: relative;
    z-index: 11;
}

.prop .box .price{
    padding: 6px;
    margin-top: -42px;
    position: relative;
    z-index: 11;
    background-color: #000000bd;
}

.prop .box .price p{
    color: white;
    font-size: 14px;
    margin: 0 !important; !important
}

.prop .box .but p{
    padding: 5px;
    background-color: red;
    border-radius: 5px;
    color: white;
    font-size: 12px;
}

.prop .box .but .des{
    background-color: rgb(0, 0, 0);
}

.prop .box .but .ven{
    background-color: rgb(161, 146, 9);
}

.prop .box .but .ter{
    background-color: rgb(75, 44, 3);
}

.prop .box .zoom{
    overflow: hidden;
}
.prop .box img{
    width: 100%;
    height: 185px;
    display: block;
    cursor: pointer;
}

.prop .box .zoom img{
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.prop .box .zoom:hover img{
    transform: scale(1.2);
}

.prop .box h1{
    color: black;
    font-size: 17px;
}

.prop .box .icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.prop .box .icons .icon{
    width: 32%;
    display: flex;
}

.prop .box .icons .icon i,p{
    color: #4e4e4e;
    font-size: 12px;
    padding-right: 5px;
}