@charset "utf-8";
/* CSS Document */
html,body{
	margin:0px;
	font-family:sans-serif;
	min-width:360px;
	background-size:contain;
	background-color:#fff;
}
#top{
	box-shadow:0px 0px 10px #aaa;
	z-index:10;
	top:0px;
	width:100%;
	min-width:300px;
	background-size:100%;
	background-position:top;
}
#top #navbar{
	background:rgb(255,155,0);
	padding:10px;
	color:#fff;
	font-size:15px;
}
#top #logo{
	/*background-color:#9fd;*/
	text-align:center;
	margin:auto;
	width:auto;
	padding:0px;
}
#top #navbar .navItem{
	font-size:18px;
	display:inline-block;
	padding:20px;
	background-color:rgb(0,0,0,0);
	text-decoration:none;
	transition-property:all;
	transition-duration:300ms;
	cursor:pointer;
}
#top #navbar .navItem:hover{
	background-color:rgb(0,0,0,0.2);
}
#main{
	font-size:0px;
	padding-bottom:30px;
	background-color:rgba(255,255,255,0.8)
}
.blockItems, .carouselArea{
	background-color:#faa;
	background-size:cover;
	background-position:center;
	margin:10px;
	border-radius:15px;
	box-shadow:0px 3px 7px #ccc;
	transform:scale(1);
	font-size:16px;
	color:#fff;
	position:relative;
	overflow:hidden;
	text-shadow:0px 2px 2px #000;
}
.blockItems{
	display:inline-block;
	width:275px;
	height:170px;
}
/*轮播图swiper*/
/*框架*/
.carouselArea{
	float:left;
	width: 500px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.swiper-slide {
	background-size:cover;
	background-position:center;
}
.swiper-pagination{
	transform: translate(0px,calc(100% + 10px));
	transition-property: all;
	transition-duration: 300ms;
}
.carouselArea:hover .swiper-pagination{
	transform: translate(0px,-5px);
}
.swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	text-align: center;
	text-shadow:none;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	animation-name: bulletRegularAni;
	animation-duration: 500ms;
}
@keyframes bulletRegularAni {
	100%{
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
	}
	0%{
		color: #000;
		background: rgba(255, 255, 255, 0.7);
	}
}
.swiper-pagination-bullet-active {
	color: #000;
	background: rgba(255, 255, 255, 0.7);
	animation-name: bulletActiveAni;
	animation-duration: 500ms;
}
@keyframes bulletActiveAni {
	0%{
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
	}
	100%{
		color: #000;
		background: rgba(255, 255, 255, 0.7);
	}
}
.swiper-button-next, .swiper-button-prev{
	--swiper-navigation-size: 30px;
	--swiper-navigation-color: #fff;
	line-height: 45px;
	text-shadow:none;
	height: 45px;
	width:45px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.25);
	transition-duration: 300ms;
}
.swiper-button-next{
	right: -45px;
}
.carouselArea:hover .swiper-button-next{
	right:20px;
}
.swiper-button-prev{
	left: -45px;
}
.carouselArea:hover .swiper-button-prev{
	left:20px;
}
/*鼠标悬停突起*/
.blockItems:hover{
	transform:scale(1.05);
}
.carouselArea:hover{
	transform:scale(1.025);
}
.blockItems .itemsBg{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	filter:blur(10px);
	opacity:0;
	transition-duration:0.4s;
}
.blockItems:hover .itemsBg{
	opacity:1;
}
.blockItems .title, .carouselArea .title, .blockItems .titleNA{
	font-size:18px;
	line-height:18px;
	font-weight:400;
	position:absolute;
	z-index:999;
	top:calc(100% - 15px);
	transform:translate(0,-100%);
	left:15px;
	transition-duration:0.4s;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blockItems:hover .title{
	font-weight:700;
	top:15px;
	transform:translate(0,0);
}
.carouselArea:hover .title{
	top:calc(100% - 15px - 40px);
}
.blockItems .iteminfo{
	width:calc(100% - 30px);
	height:calc(100% - 75px);
	word-wrap:break-word;
	overflow:hidden;
	-webkit-mask-image:linear-gradient(0deg, transparent 0px, #000 25px, #000 100%);
	font-size:12px;
	position:absolute;
	top:calc(100% - 10px);
	transform:translate(0,0);
	opacity:0;
	left:15px;
	transition-duration:0.4s
}
.blockItems:hover .iteminfo{
	top:43px;
	transform:translate(0,0);
	opacity:1;
}
.blockItems .opentips{
	font-size:14px;
	font-weight:700;
	position:absolute;
	bottom:-25px;
	right:15px;
	transition-duration:0.4s;
}
.blockItems:hover .opentips{
	bottom:15px;
	right:15px;
}
#main .allArea{
	margin:0px auto;
}
#main .listTitle{
	font-size:0px;
	padding:50px 0px 10px 0px;
	text-align:center;
	font-weight:lighter;
}
#toTopBtn{
	position:fixed;
	bottom:80px;
	font-size:36px;
	line-height:36px;
	color:#fff;
	border-radius:50%;
	width:60px;
	height:60px;
	border:0px;
	background-color:rgb(3,160,179);
	transition-duration:0.4s
}
#toTopBtn:hover{
	transform:scale(1.2);
}
#toTopBtn:active{
	transform:scale(1);
	background-color:rgb(0,200,176);
}