<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerwrap{
	height: 442px;
	position: relative;

}
	.banner-slider{
		position: relative;
		height:100%;
	}
		.slider-contain{
			height: 100%;
		}
		.banner-slider li{
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			visibility: hidden;
			opacity: 0;
			transition: .3s;
			-webkit-transition: .3s;
			-moz-transition: .3s;
			z-index: 1;
		}
		.banner-slider li:first-child, .banner-slider li.active{
			visibility: inherit;
			opacity: 1;
		}
			.banner-slider li a{
				display: block;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center top;
                background-size: cover;
			}
	.banner-box {
		width: 100%;
		position: absolute;
		top: 0;
		bottom:0;
	}	
		.pagination{
			width: 100%;
			position: absolute;
			bottom: 28px;
			z-index: 1;
			text-align: center;
		}
			.pagination span{
				float: left;
				height: 45px;
				line-height: 45px;
				color: #fff;
				background: url(../images/bg-black.png);
				margin-right: 14px;
				text-align: center;
				cursor: pointer;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				
			}
			.pagination span:last-child {
				margin-right: 0;
			}
			.pagination span.active{
				background:#ff983c;
			}
				.pagination span a {
					color: #fff;
					display: block;
				}
		.banner-auto{
			position: relative;
			height: 100%;
		}
.Adbox{margin-top:20px;margin-bottom:20px;}
/*.Adbox div{width: 33.33%; height: 80px;float: left;box-sizing: border-box;padding-right: 1%;}
.Adbox div:last-child{padding-right: 0;}*/
.Adbox img{width: 100%;height: 80px;}
.Adbox .swiper-horizontal&gt;.swiper-scrollbar,.Adbox .swiper-scrollbar.swiper-scrollbar-horizontal{width: 50px;position: initial;margin:10px auto 0;}
.Adbox .swiper-scrollbar-drag{background-color: #e5006d;}
.banner { width: 100%; position: relative;overflow: hidden; }
.banner #focus ul li { float: left; height: 400px; }
.banner img { vertical-align: middle; width: 100%; }
#focus { width: 100%; min-width: 1180px; height: 400px; position: relative;background: #ececec url(../images/defaultline.jpg) center center no-repeat;overflow: hidden; }
#focus ul { height: 400px; position: absolute; }
#focus ul li { float: left; height: 400px; overflow: hidden; position: relative; overflow: hidden; }
#focus ul li a { width: 100%; display: block; height: 100%;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#focus ul li img { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#focus ul li .banner_text { position: absolute; left: 50%; bottom: 40px; margin-left: 340px; z-index: 3; }
#focus .banner-btns { position: relative; margin: auto; width: 1180px; }
#focus .btnBg { position: absolute; width: 100%; height: 20px; left: 0; bottom: 0; background: #000; }
#focus .btn { position: absolute; top: 370px; left: 0; right:0; z-index: 2; text-align: center; }
#focus .btn span { display: inline-block; _display: inline; _zoom: 1; width: 12px; height: 12px; _font-size: 0; margin-left: 10px; cursor: pointer; background: url(../images/normal.png) 0 0 no-repeat;box-shadow: 0 0 4px rgba(0,0,0,0.2);border-radius: 12px;}
#focus .btn span.on { background: url(../images/hover.png) 0 0 no-repeat; }
#focus .wrap { position: relative; width: 1180px; margin: auto; z-index: 1;}
#focus .wrap.active { display: block; }
#focus .preNext { width: 47px; height: 74px; background: url(../images/bg_arrow_lfrt.png) no-repeat 0 0; position: absolute; top: 163px; cursor: pointer; z-index: 2; }
#focus .pre { left: 0; background-position: 0 0; }
#focus .pre:hover { background-position: -50px 0; }
#focus .next { right: 0; background-position: -150px 0; }
#focus .next:hover { background-position: -101px 1px; }
.advertWrap{
	margin-top: 16px;
	margin-bottom: 13px;
	margin-right: -15px;
}
	.advertWrap&gt;a{
		width: 390px;
		margin-right: 15px;
		float: left;
		display:block;
	}

		.advertWrap&gt;a:last-child{
			margin-right: 0;
		}
			.advertWrap&gt;a img{
				width: 100%;
				height:100px;
			}
	
.plateBox{
	padding-top:40px;
	padding-bottom: 50px;
}
.ml-tit{
	vertical-align: middle;
	position:relative;
	display: inline-block;
}

	.ml-tit li{
		height: 48px;
		line-height: 48px;
		color: #666;
		font-size: 17px;
		margin-right:40px;
		float: left;
		cursor: pointer;
	}
.plateBox .ml-tit li.active{
			border-bottom: 2px solid #e5006d;
		}
.plateBox .ml-tit li:first-child {
	background: url(../images/new.svg) right center no-repeat;
	background-size: 32px 32px;
	padding-right: 35px;
}
.plateBox .J_item_tit .ml-tit li.active,.plateBox .J_item_tit .ml-tit li.active:hover {
	color: #e5006d;
}
		.p_item{
			float: left;
			width: 285px;
			margin-right: 20px;
			margin-bottom:20px;
			background-color:#fff;
			border-bottom: 4px solid #eee;
			transition: all .3s ease;
			box-sizing: border-box;
		}
        .p_item &gt; a {
            display: block;
			position: relative;
        }
		.p_item:hover{
			-moz-box-shadow:3px 3px 10px #ddd;
            -webkit-box-shadow:3px 3px 10px #ddd;
            box-shadow:3px 3px 10px #ddd;
			border-bottom-color: #ffed00;
		}
.p_item &gt; a .tag{width:60px;position: absolute;left:10px;top:0;z-index: 9}
.p_item &gt; a .tag img{width: 100%;}
			.pulic-img{
				width: 100%;
				height: 178px;
				overflow:hidden;
				position: relative;
			}
				.pulic-img &gt; a{
					display:block;
					height:100%;
				}
				.pulic-img img{
					width: 100%;
					height: 100%;
				}
                .pulic-img .info {
                    background: url(../images/bg-black.png);
                    color: #fff;
                    font-size: 14px;
                    padding: 20px;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    width: 100%;
                    bottom: 0;
                    box-sizing: border-box;
                    transition: 0.3s;
                    z-index: 10;
                }
                .pulic-img:hover .info{
                    top:0;
                }
				.pulic-img .info .txt p{
					color:#fff;
				}

				span[name="cxpic"] {
					border-radius: 4px;
					display: inline-block;
					background: #60b535 url(../images/ico_cx.png) 5px center no-repeat;
					font-size: 14px;
					padding: 2px 8px 2px 28px;
					color: #fff;
				}

			.public-txt{
				position: relative;
				padding: 14px; 
			}
				.public-txt a{
					display: block;
				}
				.public-txt h4{
					font-size: 16px;
					color: #333;
					height: 44px;
					line-height: 22px;
					margin-bottom: 10px;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}
					.public-txt h4:hover{
						text-decoration:underline;
					}
				.public-txt p{
					line-height: 16px;
					font-size: 12px;
					color: #999;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					height:32px;
					overflow: hidden;
				}
				.public-price{
					text-align: right;
					color: #999
				}
					.public-price strong{
						font-family: madeprice;
						font-size: 24px;
						color: #e5006d;
						font-weight: normal;
						margin-right: 5px;
					}
#index .public-price strong,#index .c_price strong{
	font-weight:600;
}
#index .public-price strong &gt; i,#index .c_price strong &gt; i{
	font-weight:normal;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: initial;
}
					
			.countdown{
				position: absolute;
				left:0;
				bottom: 0;
				right: 0;
				height: 28px;
				line-height: 28px;
				font-size: 16px;
				color: #fff;
				text-align: center;
				background-color:rgba(232,126,31,.8);
			}
				.countdown span{
					margin-left: 18px;
					height: 26px;
					line-height: 26px;
					background-color:#f4f4f4;
					color: #a7a7a7; 
					padding: 0 8px;
					display: inline-block;
				}
					.countdown i{
						color: #232e41;
						margin-right: 2px;
						vertical-align: initial;
					}	
.J_item_tit{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.plateBox .J_item_tit{margin-bottom: 20px;height:50px;}
.plateBox .J_item_tit &gt; .ml-tit{
	display: flex;
	height: 50px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}
.plateBox .J_item_tit &gt; .ml-tit li
{
	font-size: 18px;
	transition-property: transform;
	flex-shrink: 0;
}
.plateBox .J_item_tit &gt; .ml-tit li:hover{color:#333;}
	.J_item_tit .tit-ico{
		width: 40px;
		height: 40px;
		background-color: #ff983c;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		background-position: center;
		background-repeat: no-repeat;
		margin-right: 10px;
		float: left;
	}
	.tit-ico.icoTag{
		background-image: url(../images/xs.png);
	}
	.tit-ico.icomap{
		background-image: url(../images/icomap.png);
	}
	.tit-ico.icobus{
		background-image: url(../images/icobus.png);
	}
	.tit-ico.icob{
		background-image: url(../images/icob.png);
	}
	.tit-ico.icoshop{
		background-image: url(../images/icoshop.png);
	}
	.J_item_tit h3{
		font-size: 24px;
		color: #333;
		font-weight: bold;
		float: left;
		line-height: 40px;
	}
	.J_item_tit a{
		float: right;
		color: #666;
		font-size: 16px;
	}
		.J_item_tit a:hover{
			color:#e5006d;
			text-decoration: underline;
		}

/*æ¿å—å†…å®¹*/

.J_item{
	padding-top: 40px;
	padding-bottom: 50px;
}
.J_item_list ul{
	margin-right: -25px;
}
.J_tab{
	padding:10px 0;
	min-height: 34px;
	overflow: hidden;
}
.J_tab li{
	height: 28px;
	line-height: 28px;
	position: relative;
	padding:0 15px;
	margin-right: 15px;
	margin-bottom: 8px;
	float: left;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
}
.J_tab li:last-child{
	margin-right: 0;
}
.J_tab li.active,.J_tab li:hover.active{
	background-color: #b20060;
	color: #fff;
}
.J_tab li.active .ico-badge{
	opacity:1;
}
.J_tab li.active .ico-badgemg{
	opacity:1;
}
.J_tab li:hover{
	color:#e5006d;
}


.p-item {
    width: 382px;
    float: left;
    margin-right: 23px;
	background-color: #f3f3f3;
	border:1px solid #fff;
	border-bottom: 4px solid #eee;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.bggrey .p-item{background-color: #fff;}
		.p-item .p-pic{
			width: 100%;
			height: 254px;
			position: relative;
			overflow: hidden;
		}
		.p-item .p-pic .info{background: url(../images/bg-black.png);color:#fff;font-size: 14px;padding:20px;position:absolute;left:0;top:100%;width: 100%;bottom:0;box-sizing: border-box;transition: 0.3s;z-index: 10;}
.p-item .p-pic .info .txt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
	.p-item .p-pic .info .txt p{
		color:#fff;
	}
	.p-item .p-pic:hover .info {
		top: 0;
	}
        .p-item &gt; a {
            display: block;
            height: 100%;
        }
.p-item &gt; a .tag{width: 60px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;}
.p-item &gt; a .tag img{width: 100%;}
			.p-item .p-pic img{
				width: 100%;
				height:100%;
			}
			.p-item .title{
				display: -webkit-box;
			    -webkit-box-orient: vertical;
			    -webkit-line-clamp: 1;
			    overflow: hidden;
			}
		.p-item .p-info{
			padding: 15px;
		}
			.p-item .p-info p{
				height: 44px;
				font-size: 16px;
				color: #666;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}
			
			.p-item .c_price{
				margin-top: 10px;
				height: 30px;
				line-height: 30px;
				text-align: right;
			}
				.p-item .c_price strong{
					font-size:24px;
				}
	.p-item:hover{
		border-color: #ffed00;
		background-color: #fff;
	}
.infowrap{
    /* overflow: hidden; */
    margin-right: -25px;
    display: inline-block;
	min-height: 286px;
}
	.infowrap .p-item{
		width: 281px;
	}
	.infowrap  .p-item .p-pic{
		height: 189px;
	}
	.p-item .title{
		font-size: 16px;
	}
	.infowrap .p-item .p-info p{
		height: 54px;
		font-size: 14px;
		line-height: 18px;
		-webkit-line-clamp: 3;
	}


.travelBox li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
	.travelBox li &gt;a{
		position: relative;
		height: 0px;
		padding-bottom: 48%;
		display: block;
		overflow: hidden;
	}
		.travelBox li &gt;a:after{
			position: absolute;
		    top: 30px;
		    right: 30px;
		    bottom: 30px;
		    left: 30px;
		    border: 1px solid #fff;
		    content: '';
		    opacity: 0;
		    -webkit-transition: opacity .35s,-webkit-transform .35s;
		    transition: opacity .35s,transform .35s;
		    -webkit-transform: scale(0);
		    transform: scale(0);
		}
		.travelBox li &gt;a img{
			position: absolute;
			left:0;
			top:0;
			width: 100%;
			height: 100%;
			-webkit-transition: -webkit-transform .3s;
    		transition: transform .3s;
		}
			.travelBox li:hover img{
				-webkit-transform: translate3d(0px,0,0) scale(1.12);
    			transform: translate3d(0px,0,0) scale(1.12);
			}
			.travelBox li:hover a:after{
				opacity: 1;
			    -webkit-transform: scale(1);
			    transform: scale(1);
			}
		.travelBox li &gt;a .mask{
			position: absolute;
			left:0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,.3);
		}
				.travelBox li &gt;a .mask .info{
					position: absolute;
					left:0;
					right: 0;
					top:50%;
					-webkit-transform: translateY(-50%);
	    			-ms-transform: translateY(-50%);
	    			transform: translateY(-50%);
	    			text-align: center;
	    			color: #fff;
				}
					.travelBox li &gt;a .mask .info h3{
						font-size: 34px;
						font-weight: bold;
						color: #fff;
						text-align: center;
						line-height: 40px;
						margin-bottom: 15px;
					}
					.travelBox li &gt;a .mask .info small{
						font-size: 16px;
					}
.travelBox li:nth-child(even){
	margin-right: 0;
}



.notice ul li a
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.comments ul li a
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
        
.bian
{
    cursor: default;
}

.tit-new
{
    width: 22px;
}
.lanrenzhijia{ width:140px; background:#D8D8D8; position:fixed;right:55px; top:50%;z-index:999;}
.lanrenzhijia a{font-size:30px; color:#333; text-decoration:none;}
.lanrenzhijia .close{ width:30px; height:30px; line-height:30px;display:block; float:right;position: absolute;right: -15px;top: -15px;text-align: center;}
.lanrenzhijia img{max-width:100%;}
/***/
.notetip {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 60%);
    z-index: 1000;
    display: none;
}
.notewrap {
    background-color: #73799bc7;
    border-radius: 4px;
    width: 55%;
    margin: 0 auto;
    margin-top: 10%;
    padding: 20px 0;
    position: relative;
}
.note-close {
    position: absolute;
    right: 22px;
    top: 20px;
    cursor: pointer;
}
.note-close i {
    font-size: 38px;
    color: #9493ab;
}
.note-footer {
    text-align: center;
    margin-bottom: 15px;
    height: 160px;
    line-height: 160px;
}
.note-footer a {
    width: 180px;
    height: 40px;
    margin: 0 10px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #ecb010;
    color: #000;
    font-size: 16px;
    display: inline-block;
}
.plateBox .J_item_tit{position: relative;display: flex;background: url(../images/bgddd.jpg) center bottom repeat-x}
.plateBox .J_item_tit::after{content:"";width: 40px;height:40px;text-align: center;display: block;position: absolute;right:0;top:1px;background: -webkit-linear-gradient( left, rgba(244, 244, 244, 0.2),rgba(244, 244, 244, 1) );
    background: -o-linear-gradient(right,rgba(244, 244, 244, 0.2),rgba(244, 244, 244, 1));
	background: -moz-linear-gradient( right, rgba(244, 244, 244, 0.2), rgba(244, 244, 244, 1));
	background: linear-gradient(to right,rgba(244, 244, 244, 0.2), rgba(244, 244, 244,1));}
/***/</pre></body></html>