@charset "UTF-8";
body{
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: 1.6
}
.top{
	width: 100%;
	height: 520px;
	flex: none;
	background: url(../images/index/bg-top.png) no-repeat center/cover;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.3)
}
.top .content{
	margin-top: 82px;
	max-width: 580px
}
.top .content .desc{
	max-width: 100%;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: -2px
}
.top .content .desc span{
	font-weight: 700
}
.top .content .search{
	margin-top: 20px;
	max-width: 100%;
	height: 50px;
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	border-radius: 12px
}
.top .content .search form{width: 100%;}
.top .content .search input[type="text"]{
	height: 30px;
	width: 100%;
	padding-left: 10px;
	padding-right: 50px;
}
.top .content .search img{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1
}
.top .content .search input[type="submit"]{
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 2;
	opacity: 0;
}
.top .content p{
	margin-top: 20px;
	font-size: 14px
}
.top .content p a{
	text-decoration: underline;
	color: #1882fd
}
.top .content .imgs{
	margin: 0 -2.5px;
	margin-top: 30px
}
.top .content .imgs .top-shops{
	width: 16.6667%;
	padding: 0 2.5px;
	float: left;
}
.top .content .imgs .top-shops a{
	width: 100%;
	height: 58px;
	background-color: #FFF;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.top .content .imgs .top-shops a img{
	max-height: 90%;
	max-width: 90%;
}
main{
	flex: auto
}
main .plate{
	margin-top: 60px
}
main .plate .title{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px
}
main .plate .title:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 94px;
	height: 35px;
	background: url(../images/index/line.png) no-repeat center/cover;
	z-index: -1
}

main .plate .more{
	margin: 40px auto 0;
	padding: 0 20px;
	width: 190px;
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background: #1f1f1f;
	color: #fff;
	font-size: 12px;
	cursor: pointer
}
main .atd .swiper{
	margin-top: 40px;
	position: relative;
}
main .atd .swiper .swiper-slide{
	width: 305px;
	height: 150px;
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	border: #efeeee solid 1px;
	font-size: 12px
}
main .atd .swiper .swiper-slide img{
	max-width: 135px;
}
main .atd .swiper .swiper-slide .right{
	flex: 1;
	height: 100%;
	background: linear-gradient(180deg, #e5f1ff 1%, #f1f8ff 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 10px;
}
main .atd .swiper .swiper-slide .right .hot{
	position: absolute;
	top: 9px;
	left: 0;
	padding: 0 0 0 4px;
	width: 76px;
	height: 18px;
	border-radius: 0 145px 145px 0;
	background: #fff1e3;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 700
}
main .atd .swiper .swiper-slide .right .hot img{
	margin-left: 2px;
	width: 12px;
}
main .atd .swiper .swiper-slide .right .desc{
	margin-top: 20px;
  	width: 100%;
  	text-align: start;
  	line-height: 1.3;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	max-height: 62.4px;
}
main .atd .swiper .swiper-slide .right .btn{
	margin-top: 12px;
	width: 130px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 310px;
	background: #fff;
	cursor: pointer
}
main .atd .swiper .swiper-button-next, main .atd .swiper .swiper-button-prev{
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-image: none;
}
main .atd .swiper .swiper-button-next{
	transform: rotate(180deg);
	right: 0;
}
main .atd .swiper .swiper-button-prev{left: 0;}
main .faq{
	margin-bottom: 80px
}
main .tags{
	margin-top: 60px;
	background: #f8f8f8;
	padding: 65px 0px;
}
main .tags .m{
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}
main .tags .item{
	display: flex;
	align-items: center;
	background: #f8f8f8;
	margin: 10px 0; 
}
main .tags .item img{
	margin-right: 20px
}
main .tags .item .right .tag{
	font-size: 38px
}
main .tags .item .right .desc{
	margin-top: 10px;
	font-size: 14px
}
@media screen and (max-width: 1220px){
}
@media screen and (max-width: 920px){
	.top .content{max-width: 100%;}	
	main .tags .item{margin: 10px auto;}
}
@media screen and (max-width: 620px){
	.top .content{margin-top: 20px;}
	.top .content .desc{font-size: 30px;}	
	.top .content .imgs .top-shops{width: 33.3333%; margin-bottom: 10px;}
	main .tags .item{margin: 10px 0;}
}