@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

section{
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
    margin-left: auto;
}
.title {
    text-align: center;	
	margin: 20px;

}

.miaosha {
    background-repeat: no-repeat;
    background-image: url(../img/miaoshabg.jpg);
	width: 1190px;
	height: 837px;
	background-size: 100%
}

h2 {
    color: #fff;
    margin: 10px auto;
    text-align: center;
	padding: 50px 0;
	font-size: 60px;
	font-weight: 800;
}

.sdprice {
	color: #FFFF00;
	font-style:italic;
}

.card {
	width: 50%;
	font-size: 35px;
	line-height: 1.5;
}

img.card-img-top {
    width: 80%;
    margin-left: 120px;
}

.card2 {
	width: 50%;
	margin: 10px 0px;
	
}

.card2 img {
	width: 100%;
	height: auto;
}

.row {
	    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-img-top {
	width: 100%;
}

.card-title {
	color:#fff;
	margin: 0px;
	text-align: center;
	
}

.mstime {
	color: #FFFFFF;
	text-align: center;

	padding: 30px;
	font-size:40px;
	font-weight: 500px;
}

.product img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.gototop {
	text-align: center;
	margin: 40px 0;
}

.timecounter {
	color: #ffff00;
	text-align: center;
	margin-bottom: 20px;
}

.product {
	 -webkit-transition: all 0.5s ease;
}
.product:hover {
    -webkit-transform: translate(0, -8px);
}
