@charset "utf-8";
/* CSS Document */

li{margin: 0; padding: 0; list-style: none;}
a{ color:#000;}
.M_bannerbg{
	width:100%;
	max-width: 1920px;
	margin: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.M_banner{
	width:100%;
	max-width: 1200px;
	margin: auto;
}
.M_banner img{
	width: 100%;
	display: block;
}
.M_box{
	width:100%;
	max-width: 1920px;
	margin: auto;
	background: #ede7e3;
	overflow: hidden;
}
.M_box_content{
	width: 100%;
	max-width: 1240px;
	margin: auto;
}
.M_title{
	width:100%;
	max-width: 1240px;
	text-align: center;
	font-size: 32px;
	line-height: 84px;
	font-weight: bold;
}
.M_title_bottom{
	width: 13%;
	max-width: 144px;
	margin:0 auto 38px;
	height: 1px;
	background: #dd874a;
}
.M_box_product{
	width: 100%;
	max-width: 1240px;
	margin: auto;
}
.M_box_product li{
	width: 25%;
	float: left;
	margin-bottom: 7px;
}
.product_content{
	position: relative;
	overflow: hidden;
	width: 95%;
	max-width: 293px;
	margin: auto;
	border: solid 1px #dfdfdf;
	background: #fff;
}
.product_img{
	width: 100%;
	max-width: 280px;
	margin:2% auto;
}
.product_title{
	width: 97%;
	font-size: 14px;
	font-family: arial;
	color:#333333;
	text-align: center;
	margin: auto;
	overflow: hidden;
	height: 51px;
}
.product_price{
	width: 90%;
	height: 43px;
	margin: auto;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #dd874a;
}
.product_price p{
	color:#333333;
	font-size: 20px;
	display: inline-block;
	padding-right: 5%;
	text-decoration: line-through;
	font-weight: normal;
}
.product_buy{
	text-transform:uppercase;
	width:66%;
	max-width: 175px;
	font-size: 16px;
	color: #fff;
	height: 26px;
	background: #dd874a;
	border-radius: 20px;
	text-align: center;
	line-height: 26px;
	margin:15px auto;
}
.product_buy a{
	color:#fff;
}
.product_discount{
    padding-top: 3px;
	position: absolute;
	left: 6%;
	top: 4%;
	width:18%;
	max-width: 52px;
	height: 52px;
	font-size: 12px;
	color: #fff;
	background: url(http://deal.tomtop.com/edm/201710/tomtop_20171030mi_discount.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
}
.product_discount .zk01{
	font-size: 20px;
	font-weight: bold;
}
.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);}


@media(max-width:700px){
	.M_box_product li {
    width: 50%;
	}
	.M_title { 
    font-size: 21px;
    line-height: 47px;
	}
	.M_title_bottom { 
    margin: 0 auto 16px;
	}
	.product_title { 
    font-size: 12px; 
    height: 40px;
	}
	.product_price { 
    height: 19px;  
    font-size: 20px; 
	}
	.product_price p { 
    font-size: 12px;
	}
	.product_buy {
    text-transform: uppercase;
    width: 66%;
    max-width: 175px;
    font-size: 13px;
    color: #fff;
    height: 21px;
    background: #dd874a;
    border-radius: 20px;
    text-align: center;
    line-height: 21px;
    margin: 8px auto;
}
	.product_discount .zk01 {
    font-size: 12px;
	}
	
}


























