<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 902px) {
	.float, .computer-header, .bannar, .goods .area, .share, .marketing {
		display: none;
	}

	html, body {
		background-color: #30a1f1;
	}

	.auto-center {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.mobile-header, .mobile-bannar, .mobile-seckill {
		display: block;
	}

	.goods .area {
		padding-bottom: 0.5938rem;
	}

	.goods .kitchenware, .goods .clothes, .goods .tea, .goods .digital, .goods .beauty, .goods .home, .goods .rules {
		display: block;
	}

		.area .container .item-link {
		width: 49%;
		height: auto;
		display: flex;
		display: -webkit-flex;
		flex-grow: 1;
		-webkit-flex-grow: 1;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.area .container .item-link:nth-child(even) {
		margin-right: 0;
	}

	.area .container .percent {
		width: 100%;
	}

	.area .item-link img {
		width: 100%;
	}

	.area .item-link:hover img {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.area .item-link .desc {
		position: initial;
		height: auto;
		background: transparent;
	}

	.area .item-link .name {
		position: relative;
		padding: 0;
		width: 100%;
		line-height: 1.15;
		height: 1.5625rem;
		font-size: 0.375rem;
		margin-top: -1.5625rem;
		padding: 4px 0.1562rem;
		background-color: rgba(0, 0, 0, .5);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.area .item-link .price {
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: #1768da;
	}

	.area .item-link .price {
		border-left: 0;
		margin: 0 0 3px 0;
		padding: 5px 0.2812rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.area .item-link .current-price {
		font-size: 0.4375rem;
	}

	.area .item-link .current-price span {
		font-size: 0.375rem;
	}

	.area .item-link .current-price strong {
		font-size: 0.5625rem;
	}

	.area .item-link .delete-price {
		font-size: 0.375rem;
	}

	.area .container .item:nth-child(even) {
		float: right;
		margin-right: 0;
	}

	.area .container .item {
		width: 49%;
		height: auto;
		margin-right: 0;
		display: flex;
		display: -webkit-flex;
		flex-grow: 1;
		-webkit-flex-grow: 1;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.area .item .photo {
		width: 100%;
		height: auto;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}

	.area .item .photo img {
		width: 100%;
	}

	.area .item .photo:hover img {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.area .item .title {
		height: auto;
		text-align: left;
		font-size: 0.375rem;
		margin: 0 10px 0 12px;
		min-height: 1.5625rem;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.area .item .current-price {
		margin: 0 0 5px 12px;	
	}

	.area .item .button {
		width: 88%;
		margin: 10px;
	}

	.rules {
		padding: 0 0 0.5938rem;
	}

	.rules h1 {
		overflow: hidden;
	}

	.rules h1 img {
		width: 175%;
		transform: translateX(-21%);
		-webkit-transform: translateX(-21%);
	}

	.rules .container {
		padding: 0.375rem 0.3281rem;
	}

	.rules .container p {
		font-size: 12px;
		line-height: 135%;
		margin-bottom: 0.1562rem;
	}

	.footer  {
		margin: 0;
		height: auto;
		border-top: 0;
		overflow: hidden;
		padding: 10px 10px  0;
		background-color: #fff;
	}

	.footer .gs {
		width: 8%;
	}

	.footer .copyright {
		width: 88%;
		height: auto;
	}

	.footer .links {
		clear: both;
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #e4e4e4;
	}
}</pre></body></html>