
._ymcart_alsolike_content .more{
	display: block;
	width: 120px;
    height: 40px;
	margin: 0 auto;
    background: #333;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

@media screen and (max-width:768px){
	._ymcart_alsolike_content{
		padding-bottom: 20px;
	}
	._ymcart_alsolike_content .more{
		display: block;
		width: 100px;
		height: 32px;
		margin: 0 auto;
		background: #333;
		text-align: center;
		color: #fff;
		line-height: 32px;
	}
}
