@charset "utf-8";
/* CSS Document */
li,a{ margin:0; padding:0; list-style: none;color: #fff;}
.m_box{
	width:100%;
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
	background: #181818;
}
.m_banner{
	width:100%;
	max-width: 1920px;
	margin: auto;
}
.m_banner img{
	width:100%;
	margin: auto;
	display: block;
}
.m_product_bg{
	width:100%;
	max-width: 1920px;
	margin: auto;
	background: url(http://deal.tomtop.com/img/tomtop_Music_10171108_productbg.jpg) no-repeat top center ;
}
.m_product{
	width:100%;
	max-width: 1213px;
	margin: auto; 
	padding: 128px 0;
    overflow: hidden;
}
.m_product li{
	width:25%;
	float: left;
	padding-bottom: 13px;
}
.product_content{
	width:96%;
	max-width: 290px;
	margin: auto;
	padding: 6%;
	background: #0b0b0b;
	border-radius: 20px; 
	font-family: 微软雅黑;
}
.product_img{
	width:100%;
	background: #fff;
	max-width: 246px;
	margin: auto;
	border-radius: 20px;
	overflow: hidden;
}
.product_img img{width:100%;  transitaion:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; -webkit-transition:0.5s;}
.product_img img:hover{transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);}
.product_title{
	width: 95%;
	margin:10px auto;
	font-size: 14px;
	height: 28px;
	font-family: 微软雅黑;
	line-height: 1;
	overflow: hidden;
	text-align: center;
}
.product_price{
	width: 100%;
	font-size:25px;
    color: #ffd964;
	text-align: center;
}
.product_price p{
	font-size:14px;
	color: #fff;
	text-decoration: line-through;
	display: inline-block;
	padding-right: 10px;
}
.product_discount{
	display:none;
}
.product_buy{
	font-size: 16px;
	background: #ebb028;
	border-radius: 15px;
	height: 24px;
	width: 110px;
	margin:10px auto;
	line-height: 24px;
	text-align: center;
	text-transform:uppercase;
}

@media(max-width:700px){
	.m_product { 
    padding: 50px 0;
	}
	.m_product li { 
	width: 50%;	
    padding-bottom: 10px;
}
	.product_title {
    width: 95%;
    margin: 5px auto;
    font-size: 12px;
    height: 24px;
    font-family: 微软雅黑;
    line-height: 1;
    overflow: hidden;
    text-align: center;
}
	.product_price { 
    font-size: 18px;
	}
	.product_price p {
    font-size: 12px;
	}
	.product_buy {
    font-size: 14px;
    background: #ebb028;
    border-radius: 15px;
    height: 20px;
    width: 110px;
    margin: 7px auto;
	}
}

























