<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*���𠲸�𡠺蝡醶ss*/
/*body { background: #c00 !important  }*/
.new_day { position: absolute; top: 0%; left: 0; width: 100%; height: 100%; z-index: 996; display: none;  }
/*.new_day img { width: 100%; height: auto;  }*/
.gb_but {
    position: fixed;
    top: 3%;
    right: 6%;
    z-index: 998;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.z_zao { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 990; display: none; background: hsl(0deg 0% 0% / 49%);  }
.gb_but img {width: 100%;}


.new-day { width: 100%; height: 100%; overflow: hidden; position: absolute; z-index: 996; top: 0; left: 0; }



.img-middle { position: absolute; z-index: 1; top: 30%; left: 0; right: 0; margin: 0 auto; width: 75%;opacity:0;filter:alpha(opacity=0); }
.pos-absolute { position: absolute; top: 0%; width: 10%; }
.pos-absolute img,.img-middle img,.img-hat img,.img-glove img,.img-socks img,.img-snowflake img { width: 100%; }

.img-glove {
    position: absolute;
    transform: rotate(-50deg);
    top: 50%;
    left: 21%;
    opacity: 0;
    width: 9%;
    z-index: 2;
    filter:alpha(opacity=0);
}
.img-hat {
    position: absolute;
    transform: rotate(40deg);
    top: 29%;
    left: 53%;
    width: 12%;
    opacity: 0; 
    z-index: 2;
    filter:alpha(opacity=0);
}
.img-socks {
    position: absolute;
    transform: rotate(75deg);
    top: 51.5%;
    left: 72.5%;
    width: 9%;
    opacity: 0;
    z-index: 2;
    filter:alpha(opacity=0);
}
.img-snowflake {
    position: absolute;
    transform: rotate(0deg);
    top: 54%;
    left: 45.3%;
    width: 10%;
    opacity: 1; 
    z-index: 2;
    filter:alpha(opacity=100);
}

.img-snowflake img {
    position: absolute;
    transform: rotate(0deg);
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 2;
    filter:alpha(opacity=0);
}

.auto-box img { top:-10%; }

.img-middle.active {
	animation:myfirst 2s linear 1.2s 1 normal forwards;
	-webkit-animation:myfirst 2s linear 1.2s 1 normal forwards;
}
.img-glove.active {
	animation:glove 2s linear 1.2s 1 normal;
	-webkit-animation:glove 2s linear 1.2s 1 normal;
}
.img-hat.active {
	animation:hat 1.5s linear 1.4s 1 normal;
	-webkit-animation:hat 1.5s linear 1.4s 1 normal;
}

.img-socks.active {
	animation:socks 2s linear 1.2s 1 normal;
	-webkit-animation:socks 2s linear 1.2s 1 normal;
}
.img-snowflake {
	animation:snowflake1 2s linear 1.2s 1 normal forwards;
	-webkit-animation:snowflake1 2s linear 1.2s 1 normal forwards;
}
.img-snowflake img.active {
	animation:snowflake 2s linear 1.2s 1 normal;
	-webkit-animation:snowflake 2s linear 1.2s 1 normal;
}
/*.img-snowflake img.active1 {
	animation:snowflake 2s linear 3s infinite;
	-webkit-animation:snowflake 2s linear 3s infinite;
}*/
.speed-name {
	animation:changeleft 2s linear 8s infinite;
	-webkit-animation:changeleft 2s linear 8s infinite;
}


@keyframes myfirst {
	0%   { width: 0;top:50%;opacity: 1;filter:alpha(opacity=100); }
	100% { width:75%; top: 30%;opacity: 1;filter:alpha(opacity=100); }
}

@keyframes glove { /*��见��*/
	0%   { top:0%; transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 50%; transform: rotate(-50deg);opacity: 1;filter:alpha(opacity=100); }
}

@keyframes hat { /*撣賢��*/
	0%   { top:0%; transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 29%; transform: rotate(40deg);opacity: 1;filter:alpha(opacity=100); }
}

@keyframes socks { /*鋡𨅯��*/
	0%   { top:0%; transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 51.5%; transform: rotate(75deg);opacity: 1;filter:alpha(opacity=100); }
}

@keyframes snowflake { /*�䪸��*/
	0%   { top:0%; transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 54%; transform: rotate(246deg);opacity: 1;filter:alpha(opacity=100); }
}
@keyframes snowflake1 { /*�䪸��*/
	0%   { top:0%;opacity: 1; filter:alpha(opacity=100); }
	100% { top: 54%;opacity: 1; filter:alpha(opacity=100); }
}
@keyframes changeleft { /* ��贝蓮*/
	0%{transform:rotate(0deg); opacity: 1; filter:alpha(opacity=100); }
	50%{transform:rotate(180deg); opacity: 1; filter:alpha(opacity=100); }
	100%{transform:rotate(360deg); opacity: 1; filter:alpha(opacity=100); }
}

@keyframes speedname {
	0%   { top:-10%;opacity: 1; filter:alpha(opacity=100); transform:rotate(0deg); }
	100% { top: 120%;opacity: 1; filter:alpha(opacity=100); transform: rotate(80deg); }
}

@keyframes speedname6 {
	0%   { top:-6%;opacity: 1; filter:alpha(opacity=100); transform:rotate(0deg); }
	100% { top: 120%;opacity: 1; filter:alpha(opacity=100); transform: rotate(-80deg); }
}


/* �𢆡�𤫇�澆捆 1*/
@-webkit-keyframes myfirst {
	0%   { width: 0;top:50%;opacity: 1; filter:alpha(opacity=100); }
	100% { width:100%; top: 25%;opacity: 1; filter:alpha(opacity=100); }
}

@-webkit-keyframes glove { /*��见��*/
	0%   { top:0%; -webkit-transform: rotate(0deg);opacity: 1; filter:alpha(opacity=100); }
	100% { top: 50%; -webkit-transform: rotate(-50deg);opacity: 1; filter:alpha(opacity=100); }
}

@-webkit-keyframes hat { /*撣賢��*/
	0%   { top:0%; -webkit-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 29%; -webkit-transform: rotate(40deg);opacity: 1;filter:alpha(opacity=100); }
}

@-webkit-keyframes socks { /*鋡𨅯��*/
	0%   { top:0%; -webkit-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 51.5%; -webkit-transform: rotate(75deg);opacity: 1;filter:alpha(opacity=100); }
}

@-webkit-keyframes snowflake { /*�䪸��*/
	0%   { top:0%; -webkit-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 54%; -webkit-transform: rotate(246deg);opacity: 1;filter:alpha(opacity=100); }
}
@-webkit-keyframes snowflake1 { /*�䪸��*/
	0%   { top:0%;opacity: 1;filter:alpha(opacity=100); }
	100% { top: 54%;opacity: 1;filter:alpha(opacity=100); }
}
@-webkit-keyframes changeleft { /* ��贝蓮*/
	0%{-webkit-transform:rotate(0deg); opacity: 1;filter:alpha(opacity=100); }
	50%{-webkit-transform:rotate(180deg); opacity: 1;filter:alpha(opacity=100); }
	100%{-webkit-transform:rotate(360deg); opacity: 1;filter:alpha(opacity=100); }
}

@-webkit-keyframes speedname {
	0%   { top:-10%;opacity: 1;filter:alpha(opacity=100); -webkit-transform:rotate(0deg); }
	100% { top: 120%;opacity: 1;filter:alpha(opacity=100); -webkit-transform: rotate(80deg); }
}

@-webkit-keyframes speedname6 {
	0%   { top:-6%;opacity: 1;filter:alpha(opacity=100); -webkit-transform:rotate(0deg); }
	100% { top: 120%;opacity: 1;filter:alpha(opacity=100); -webkit-transform: rotate(-80deg); }
}

/* �𢆡�𤫇�澆捆 2*/
@-o-keyframes myfirst {
	0%   { width: 0;top:50%;opacity: 1;filter:alpha(opacity=100); }
	100% { width:100%; top: 25%;opacity: 1;filter:alpha(opacity=100); }
}

@-o-keyframes glove { /*��见��*/
	0%   { top:0%; -o-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 50%; -o-transform: rotate(-50deg);opacity: 1;filter:alpha(opacity=100); }
}

@-o-keyframes hat { /*撣賢��*/
	0%   { top:0%; -o-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 29%; -o-transform: rotate(40deg);opacity: 1;filter:alpha(opacity=100); }
}

@-o-keyframes socks { /*鋡𨅯��*/
	0%   { top:0%; -o-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 51.5%; -o-transform: rotate(75deg);opacity: 1;filter:alpha(opacity=100); }
}

@-o-keyframes snowflake { /*�䪸��*/
	0%   { top:0%; -o-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 54%; -o-transform: rotate(246deg);opacity: 1;filter:alpha(opacity=100); }
}
@-o-keyframes snowflake1 { /*�䪸��*/
	0%   { top:0%;opacity: 1;filter:alpha(opacity=100); }
	100% { top: 54%;opacity: 1;filter:alpha(opacity=100); }
}
@-o-keyframes changeleft { /* ��贝蓮*/
	0%{-o-transform:rotate(0deg); opacity: 1;filter:alpha(opacity=100); }
	50%{-o-transform:rotate(180deg); opacity: 1;filter:alpha(opacity=100); }
	100%{-o-transform:rotate(360deg); opacity: 1;filter:alpha(opacity=100); }
}

@-o-keyframes speedname {
	0%   { top:-10%;opacity: 1;filter:alpha(opacity=100); -o-transform:rotate(0deg); }
	100% { top: 120%;opacity: 1;filter:alpha(opacity=100); -o-transform: rotate(80deg); }
}

@-o-keyframes speedname6 {
	0%   { top:-6%;opacity: 1;filter:alpha(opacity=100); -o-transform:rotate(0deg); }
	100% { top: 120%;opacity: 1;filter:alpha(opacity=100); -o-transform: rotate(-80deg); }
}

/* �𢆡�𤫇�澆捆 3*/
@-moz-keyframes myfirst {
	0%   { width: 0;top:50%;opacity: 1;filter:alpha(opacity=100); }
	100% { width:100%; top: 25%;opacity: 1;filter:alpha(opacity=100); }
}

@-moz-keyframes glove { /*��见��*/
	0%   { top:0%; -moz-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 50%; -moz-transform: rotate(-50deg);opacity: 1;filter:alpha(opacity=100); }
}

@-moz-keyframes hat { /*撣賢��*/
	0%   { top:0%; -moz-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 29%; -moz-transform: rotate(40deg);opacity: 1;filter:alpha(opacity=100); }
}

@-moz-keyframes socks { /*鋡𨅯��*/
	0%   { top:0%; -moz-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 51.5%; -moz-transform: rotate(75deg);opacity: 1;filter:alpha(opacity=100); }
}

@-moz-keyframes snowflake { /*�䪸��*/
	0%   { top:0%; -moz-transform: rotate(0deg);opacity: 1;filter:alpha(opacity=100); }
	100% { top: 54%; -moz-transform: rotate(246deg);opacity: 1;filter:alpha(opacity=100); }
}
@-moz-keyframes snowflake1 { /*�䪸��*/
	0%   { top:0%;opacity: 1;filter:alpha(opacity=100); }
	100% { top: 54%;opacity: 1;filter:alpha(opacity=100); }
}
@-moz-keyframes changeleft { /* ��贝蓮*/
	0%{-moz-transform:rotate(0deg); opacity: 1;filter:alpha(opacity=100); }
	50%{-moz-transform:rotate(180deg); opacity: 1;filter:alpha(opacity=100); }
	100%{-moz-transform:rotate(360deg); opacity: 1;filter:alpha(opacity=100); }
}

@-moz-keyframes speedname {
	0%   { top:-10%;opacity: 1;filter:alpha(opacity=100); -moz-transform:rotate(0deg); }
	100% { top: 120%;opacity: 1;filter:alpha(opacity=100); -moz-transform: rotate(80deg); }
}

@-moz-keyframes speedname6 {
	0%   { top:-6%;opacity: 1;filter:alpha(opacity=100); -moz-transform:rotate(0deg); }
	100% { top: 120%;opacity: 1;filter:alpha(opacity=100); -moz-transform: rotate(-80deg); }
}



/* 2021615 擐㚚△�㺿���甅撘� */
.swiper-lazy-preloader {
	display: none !important;
}
.swiper-img img {
	width: 100%;
}
.swiper-img p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1% 2%;
	font-size: .86rem;
	color: #fff;
	background: #00000094;
}
.swiper-img a {
	display: block;
	position: relative;
}
.nav_box {
	background: #fff;
	padding: 0;
}
.nav_box ul li img {
	width: 100%;
}
.nav_box ul li {
	float: left;
	width: 25%;
	padding: 0;
	text-align: center;
}
.nav_box ul li.is-border {
	    border: solid 1px #ccc;
    	    border-right: 0;
    	    margin-bottom: -1px;
}
.nav_box.padding-css { padding: 2% 0; }
.nav_box ul li.padding-css { padding: .4rem }
.nav_box ul li.is-border:nth-last-child(1) {
    margin-bottom: 0;
}
.nav_box ul {
	overflow: hidden;
}








.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}
.swiper-container-vertical.swiper-container { width:72%; height: 100%; }
.swiper-pagination {
	z-index: 1 !important;
	position: absolute;
	text-align: center;
	bottom: 4px !important;
}
.nav_box a &gt; div {
	background-position: center;
	background-size: 100%;
	background-repeat: repeat;
}
.nav_box a &gt; p { color: #000; font-size: 1.3rem; }


/* ��鞉𧒄�𦜖韐� */
.count-down&gt;header, .count-down header h4 {
	display: -moz-box!important;
	display: -webkit-box!important;
	display: box!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	display: flex;
	display: -webkit-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.count-down&gt;header {
	font-size: 1.2rem;
	padding: 1rem .8rem;
	color: #ff495e;
}
.count-down header h4 {
    height: auto;
    font-size: 2rem;
	margin-right: 2px;
}
.count-down header section h6.sk_title {
	float: left;
    background: #fff;
    font-size: 1.2rem;
    color: rgb(255, 116, 63);
    width: 55px;
    height: 20px;
    text-align: center;
    border-radius: 25px;
    margin-top: -1px;
}
.count-down header section p {
    float: left;
    text-align: center;
    padding: 0 8px;
	font-size: 1.2rem;
	margin-top: -1px;
}
.count-down header h4 img {
	width: 100%;
}
.count-down header section {
	color: #4f4f4f;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: .6rem;
	box-flex: 1;
	-ms-flex: 1!important;
	flex: 1!important;
	-webkit-flex: 1!important;
	font-size: .8rem;
}
.count-down header .date span:first-of-type {
	margin-left: 0;
}
.count-down header .date span {
	font-size: 1.2rem;
	display: inline-block;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	min-width: 1.8rem;
	padding: 0 .4rem;
	background: #4f4f4f;
	color: #fff;
	margin: 0 .2rem;
	border-radius: 9999px;
}
.more-link {
	font-size: 1.3rem;
	margin-left: .8rem;
	padding-left: .8rem;
	border-left: 1px solid #e3e8ee;
	color: #464c5b;
}
.more-link i {
	font-size: 1.2rem;
}
.count-down { background: #fff; }
.swiper-slide.swiper-count-down:nth-child(1) {
    margin-left: 0;
}
.swiper-slide.swiper-count-down {
    width: 28%;
    margin-left: 4%;
}
.swiper-slide.swiper-count-down a { display: block; }
.swiper-slide.swiper-count-down img {
    width: 100%;
}
.swiper-count-down .img-bei{ height: 100px;background-size: 100%;background-position: center;background-repeat: repeat; }
.price-box span.price {
    padding: 2px 0;
}
.price-box em {
    color: #9ea7b4;
    font-size: 1.1rem;
    text-decoration: line-through;
}
.price-box span {
    color: #ff495e;
    font-size: 1.4rem;
}
.price-box {
    text-align: center;
    padding: 2px 0;
    line-height: 18px;
}
.price-box span, .price-box em {
    display: block;
}
div#case2 {
    margin: 0 2%;
	width: 96%;
}
.advertisement-box div { width: 100%; background: #fff; margin-bottom: 6px; }
.advertisement-box div a { display: block; }
.advertisement-box div img { width: 100%; }

/* ������𡑒” */
.product-list {
    overflow: hidden;
}
.product-list li {
    width: 50%;
    padding-top: 1px;
    padding-right: 1px;
    float: left;
    position: relative;
}
.product-list li a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.product-list figure {
    background: #fff;
    padding: .8rem;
    box-sizing: border-box;
}
.product-list figure img {
    width: 100%;
    height: auto;
}
.product-list figcaption {
    margin-top: .8rem;
}
.product-list figure h4 {
    font-size: 1.4rem;
    height: 3.9rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list figure p {
    margin-top: .4rem;
}
.product-list figure .remark em {
    font-size: 1.3rem;
    color: #888;
}
.product-list figure p {
    margin-top: .4rem;
}
.product-list figure .price em {
    color: #ec5151;
    font-size: 1.7rem;
    display: block;
}
.product-list figure .price em i {
    font-size: 1.3rem;
    font-style: normal;
}
.product-list.big li, .product-list.small li {
    width: 100%;
    overflow: hidden;
}
* { touch-action: pan-y; }
.search {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 11;
    position: fixed;
}
.search header {
    left: 0;
    right: 0;
    padding: 1rem .8rem;
    display: -moz-box!important;
    display: -webkit-box!important;
    display: box!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.search .input {
    font-size: 1.3rem;
    height: 2.86rem;
    line-height: 2.86rem;
    padding: 0 1rem;
    margin: 0 .6rem;
    border-radius: 1.43rem;
    color: #fff;
    position: relative;
    background: hsla(0,0%,100%,.4);
    box-flex: 1;
    -ms-flex: 1!important;
    flex: 1!important;
    -webkit-flex: 1!important;
    display: -moz-box!important;
    display: -webkit-box!important;
    display: box!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.search .input a, .search .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.search a {
    color: #fff;
    text-align: left;
    font-size: 1.2rem;
    display: -moz-box!important;
    display: -webkit-box!important;
    display: box!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search .input .icon-search {
    font-size: 1.4rem;
    margin-right: .4rem;
}
.search .iconfont {
    font-size: 1.7rem;
}
.search .mask {
    z-index: -1;
    background: linear-gradient(180deg,rgba(0,0,0,.8) 0,transparent);
}
.search a.message {
    position: relative;
    text-align: right;
}
.search a span {
    margin-left: .1rem;
}
.search .icon-down-arrow {
    font-size: .9rem;
    margin-left: .18rem;
    font-weight: 700;
}
.search.fixed-css { position: fixed;background: inherit !important; }
.search.relative-css { position: inherit}
/*��删�肽蔭�偘�砍��*/
/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
/*end*/</pre></body></html>