﻿@import url("Well_public_DataFilt.css");
@import url("Well_public_ShopDataList.css");
/*——*/
.swiper-container_1
{
}
.swiper-container_1 .swiper-pagination-bullets
{
	bottom: 1px;
}
.swiper-container_1 .swiper-pagination-bullets .swiper-pagination-bullet
{
	width: 10px;
	height: 1px;
	margin: 0 3px;
}
.swiper-container_1 .swiper-pagination-bullets .swiper-pagination-bullet-active
{
	width: 10px;
	background: #1CC11C;
}
.swiper-container_1 .swiper-slide
{
	padding: 5px 5px 14px;
}
.swiper-container_1 .swiper-slide:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
}
.swiper-container_1 .swiper-slide .nav_item
{
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 6px;
}
.swiper-container_1 .swiper-slide .nav_item img
{
	display: block;
	width: 60%;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 50%;
}
.swiper-container_1 .swiper-slide .nav_item img:hover
{
	opacity: .7;
}
.swiper-container_1 .swiper-slide .nav_item a
{
	font-size: 11px;
}
@media screen and (min-width: 640px)
{
	.swiper-container_1 .swiper-slide .nav_item a
	{
		font-size: 12px;
	}
}
.swiper-container_1 .swiper-slide .nav_item:hover a
{
	color: #46ADF0;
}
/*——*/
.Shop_Note
{
	padding: 0 10px 8px 10px;
	position: relative;
}
.Shop_Note:after
{
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	overflow: hidden;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5001);
	transform: scaleY(0.5001);
	left: 0;
	bottom: 0;
	border-bottom: solid 1px #ddd;
}
.Shop_Note .con1
{
}
.Shop_Note .con1 td
{
	font-size: 12px;
	vertical-align: middle;
}
.Shop_Note .con1 td.td1
{
}
.Shop_Note .con1 td.td1 img
{
	display: block;
	height: 16px;
}
.Shop_Note .con1 td.td2
{
	width: 100%;
}
.Shop_Note .con1 td.td2 div
{
	padding: 0 6px 0 8px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.Shop_Note .con1 td.td2 div li
{
	height: 20px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.Shop_Note .con1 td.td2 div li a
{
	color: #2E9DE8;
}
.Shop_Note .con1 td.td3
{
}
.Shop_Note .con1 td.td3 a
{
	display: block;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #00985D;
	border-radius: 40px;
	color: #fff;
	-webkit-animation: opacityfadein4 1s infinite;
	background: -webkit-linear-gradient(left,#00985D,#6c3);
}
/*——*/