/* Add here all your css styles (customizations) */
.door760{display:none;}
.postContent img{ 
	max-width: 620px;
	max-height: auto;

}

/*cart*/

.top_icon
{   
    display: inline-block;
    width: 36px;
    height: 36px;
	padding-top:5px;
}
.top_icon06
{
    background: url(../images/cart5.png) no-repeat !important;
}

.car-num
{
    position: absolute;
    top: -5px;
    left: 60%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    background: #ffdc4b;
    line-height: 20px;
    padding: 0 4px;
    min-width: 20px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}

.car-pic img{
width:70px;
height:70px;

}

.car-align{

text-align:center; vertical-align:middle;
}

.goods-post a{color:#555}
.goods-post a:hover{
    text-decoration: none; 
}

@media (max-width:768px){

.postContent img{ 

	max-width: 100%;
	max-height: auto;

	}

}
