* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #fff;
}

body {
	line-height: 1;
	font-size: 14px !important;
	font-family: 'microsoft yahei', 'Arial';
}

a {text-decoration: none; }
a:link {color: #0166B4; }		/* 未访问的链接 */
a:visited {color: #0166B4; }	/* 已访问的链接 */
a:hover {color: #4296D2; text-decoration: none; }	/* 鼠标移动到链接上 */
a:active {color: #0166B4; }	/* 选定的链接 */

ul, li {
	list-style-type: none;
}

table img {
	display: block;
}

.link-right {
	float: right !important;
	margin-right: 1px;
}

.float {
	position: absolute;
	top: 99px;
	right: 20px;
	z-index: 999;
	width: 162px;
	height: 440px;
	padding-top: 78px;
	background: url('../images/float/float.png') no-repeat;
}

.float a {
	display: block;
	width: 118px;
	height: 43px;
	margin: 0 auto 10px;
}

.float .go-top {
	cursor: pointer;
	text-align: center;
}

.bannar {
	position: relative;
}

.bannar img {
	display: block;
}

.bannar span {
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 33px;
	height: 16px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	font-family: '黑体';
	background-color: #a8a8a8;
}

.auto-center {
	width: 902px;
	margin: 0 auto;
}

.computer-header {
	position: relative;
	height: 98px;
	margin-bottom: 17px;
	padding-bottom: 15px;
	background: #fff url('../images/header.jpg') repeat-x 0 100%;
}

.computer-header .menu {
	position: absolute;
	right: 0;
	bottom: 18px;
	height: 31px;
	line-height: 31px;
}

.computer-header .menu a {
	font-size: 12px;
	padding-left: 20px;
}

.area {
	margin: 0 10px;
	padding-bottom: 30px;
}

.area h1 {
	text-align: center;
	margin-bottom: 8px;
}

.rules h1 {
	margin-bottom: 0;
}

.area h1 img {
	width: 100%;
	display: block;
}

.area .container {
	overflow: hidden;
}

.seckill .header {
	overflow: hidden;
	padding-top: 6px;
	background: url('../images/seckill/seckill-header-bg.jpg') repeat-x;
}

.seckill .header .title {
	float: left;
	width: 175px;
	height: 64px;
	line-height: 64px;
	text-align: center;
}

.seckill .header .title img {
	vertical-align: middle;
}

.seckill .header .date {
	float: left;
}

.seckill .header a {
	float: left;
	color: #b2c2f4;
	display: block;
	width: 165px;
	height: 65px;
	margin: 0 5px;
	font-size: 32px;
	line-height: 65px;
	text-align: center;
	background-color: #4565e6;
}

.seckill .header a:hover {
	color: #4c59e2;
	text-decoration: none;
	background-color: #def1fe;
}

.seckill .header a.active {
	color: #4c59e2;
	background-color: #def1fe;
}

.seckill .content {
	height: 314px;
	padding: 18px 15px;
	background-color: #def1fe;
}

.seckill .content .seckill-item {
	display: none;
	overflow: hidden;
}

.seckill .content .active {
	display: block;
}

.seckill .content .seckill-goods {
	position: relative;
	float: left;
	width: 280px;
	height: 316px;
	margin: 0 2px;
	overflow: hidden;
	background-color: #fff;
}

.seckill-goods .photo {
	width: 100%;
	display: block;
	height: 190px;
	text-align: center;
	line-height: 190px;
}

.seckill-goods .photo img {
	vertical-align: middle;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.seckill-goods .photo:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

.seckill-goods .title {
	color: #333;
	display: block;
	padding: 0 15px;
	text-align: center;
	line-height: 125%;
}

.seckill-goods .go {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 99%;
	height: 58px;
	border: 1px solid #3a78ef;
}

.seckill-goods .go .price {
	float: left;
	color: #666;
	padding: 7px 0 0 15px;
}

.seckill-goods .price .price-red {
	color: #e12d0a;
	margin-bottom: 2px;
}

.seckill-goods .price .price-red span {
	font-size: 18px;
}

.seckill-goods .price .price-red strong {
	font-size: 28px;
	font-weight: normal;
}

.seckill-goods .price .delete-price {
	color: #999;
	text-decoration: line-through;
}

.seckill-goods .go a {
	float: right;
	color: #fff;
	display: block;
	width: 130px;
	height: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	background-color: #3a78ef;
}

.seckill-goods .go a:hover {
	text-decoration: none;
}

.goods {
	background-color: #30a1f1;
}

.area .item {
	float: left;
	width: 215px;
	height: 295px;
	margin-right: 7px;
	margin-bottom: 8px;
	background-color: #fff;
}

.area .fr {
	margin-right: 0;
}

.area .item .photo {
	width: 100%;
	height: 155px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 155px;
}

.area .item .photo:hover img {
	transform: scale(1.20);
	-webkit-transform: scale(1.20);
}

.area .item .photo img {
	vertical-align: middle;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.third-floor .item .photo {
	background-color: #08af5a;
}

.area .item .title {
	color: #333;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 125%;
	margin: 7px 10px 10px 12px;
}

.area .item .delete-price {
	color: #999;
	margin-left: 14px;
	text-decoration: line-through;
}

.area .item .current-price {
	color: #e12d0a;
	margin: 0 0 8px 14px;
}

.area .item .current-price span {
	font-size: 12px;
}

.area .item .current-price strong {
	font-size: 18px;
}

.area .item-link {
	position: relative;
	width: 437px;
	height: 295px;
	float: left;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}

.area .item-link:hover img {
	transform: scale(1.20);
	-webkit-transform: scale(1.20);
}

.area .item-link:nth-child(even) {
	float: right;
	margin-right: 1px;
}

.area .item-link img {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.area .item-link .desc {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: url('../images/opacity.png') repeat;
}

.area .item-link .name {
	color: #fff;
	float: left;
	width: 237px;
	height: 100%;
	font-size: 18px;
	line-height: 80px;
	padding: 0 10px 0 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.area .item-link .price {
	position: relative;
	color: #fff;
	float: right;
	width: 145px;
	padding: 0 12px;
	margin-top: 18px;
	border-left: 1px solid #b2b2b2;
}

.area .item-link .current-price {
	margin: 0;
	color: #e12d0a;
	font-size: 16px;
	font-weight: bold;
	margin: -2px 0 3px 0;
	text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}

.area .item-link .current-price span {
	font-size: 18px;
	margin-right: 2px;
}

.area .item-link .current-price strong {
	font-size: 28px;
}

.area .item-link .delete-price {
	color: #fff;
	font-size: 14px;
	text-decoration: line-through;
}

.area .item .button {
	color: #fff;
	width: 195px;
	height: 30px;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin: 10px auto 0;
	text-decoration: none;
	background-color: #3a78ef;
}

.rules .container {
	padding: 24px 30px;
	background-color: #065fba;
}

.rules .container p {
	color: #fff;
	line-height: 200%;
}

.rules .container a {
	color: #fff000;
}

.rules .container a.register {
	color: #fff;
}

.footer {
	height: 48px;
	font-size: 12px;
	padding-top: 5px;
	margin-top: 17px;
	border-top: 3px solid #1371b9;
}

.footer .gs {
	float: left;
	height: 34px;
	line-height: 34px;
	margin-right: 8px;
}

.footer .gs img {
	vertical-align: middle;
}

.footer .copyright {
	float: left;
	height: 34px;
	color: #919191;
	line-height: 150%;
}

.footer .copyright span {
	padding-left: 10px;
}

.footer .links {
	float: right;
	height: 34px;
	line-height: 34px;
}

.footer .links a {
	padding-left: 12px;
}