@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, img {
	border: 0;
	text-decoration: none;
}

body {
	font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

/* scroll */
.scroll {
	width: 1100px;
	/*height: 410px;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.picbox {
	width: 926px;
	min-height: 420px;
	overflow: hidden;
	position: relative;
	margin: 7% auto 4% auto;
	text-align: center;
	padding-top: 30px;
}
.animated2 .picbox {
    width: 926px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 3% auto 7% auto;
    text-align: center;
    padding-top: 30px;
}

.picbox ul {
	/*padding-top: 50px;*/
}

.piclist {
	position: absolute;
	left: 0px;
	top: 0px;
}

.swaplist {
	position: absolute;
	left: -3000px;
	top: 0px;
}

/* btn */
.og_prev, .og_next, .og_prev2, .og_next2 {
	width: 30px;
	height: 60px;
	background: url(/assets/global/img/arrow_left.png) no-repeat;
	position: absolute;
	top: 215px;
	z-index: 99;
	cursor: pointer;
}

.og_prev, .og_prev2 {
	background-position: 0 0;
	left: 0px;
}

.og_next, .og_next2 {
	background-position: -30px 0;
	right: 0px;
	background: url(/assets/global/img/arrow_right.png) no-repeat;
}

/* goodlist */
.goodlist {
	width: 185px;
	height: 150px;
	padding: 0px 30px;
	margin-right: -1px;
	float: left;
	margin-bottom: 1.3%;
}

.goodlist .pics {
	overflow: hidden;
	display: block;
	float: left;
}

.goodlist .pics img {
	width: 75px;
	height: 120px;
}

.goodlist div a.title {
	width: 100%;
	height: 22px;
	line-height: 22px;
	display: block;
	color: #363636;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.goodlist div span.en {
	width: 100%;
	height: 22px;
	line-height: 22px;
	display: block;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.goodlist div span.change-price {
	font-weight: bold;
	color: #D63C3C;
	padding-right: 5px;
}

.goodlist div span.max-price {
	color: #999;
	text-decoration: line-through;
}

.goodlist div a.exchange {
	font-size: 12px;
	padding: 4px 10px;
	text-align: center; #
	padding-top: 6px; #
	padding-bottom: 2px;
	color: #fff;
	display: none;
	text-decoration: none;
	background: #C75151;
	float: left;
	border-radius: 2px;
}

.goodlist div a.exchange:hover {
	background: #973434;
}

.goodlist div p {
	padding: 5px 0;
}