.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	text-decoration: none !important;
}
#product .item-header {
	text-overflow: ellipsis;white-space: nowrap;overflow:hidden;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
	margin-left: 0;
	margin-right: 10px;
}
.home-title{
	margin-bottom: 1em;
	font-size: 24px;
}
@media (min-width: 992px){ 
	.home-title{
		font-size: 30px;
	}

}
.swiper-container-product{
	position: relative;
}
@media (max-width: 992px){ 
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom:10px !important;
	}
	#slideBar .swiper-pagination-bullet{
		width: 8px!important;
		height: 8px!important;
		line-height: 8px!important;
	}
}
@media (max-width: 768px){ 
	aside .filter-info{
		display: none
	}
}

.side-module .w-title{
}
.leaflet_div {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
  line-height: 0;
  margin-right: 1em;
  margin-bottom: 1em;
}

.leaflet_div.align-left {
  float: left;
}

.leaflet_div.align-right {
  float: right;
}

.leaflet_div.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.gm-iv-back-icon-background{
  background-image: url(../../mapfiles/api-3/images/sv9.png);
  background-size: 164px 175px;
}
.cke_widget_wrapper:hover>.cke_widget_element {
  outline: 3px solid yellow !important;
}

.responsive-map {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
  width:100%;
}

.responsive-map-iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.QR-code {
	height: 170px;
	overflow: hidden;
}


.category-info ul{
	max-height: 500px;
	overflow: auto;
}

#proInfo a, .detail a{
	color: #409EFF;
}

.mobile-filter-nav{
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #333;
	margin-right: 15px;
	vertical-align: middle;
}
.mobile-filter-nav svg{
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.mobile-filter-mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 2008;
}
.mobile-filter-list{
	display: none;
	position: fixed;
	right: -80%;
	top: 0;
	height: 100%;
	width: 70%;
	z-index: 1200;
	background-color: #fff;
	overflow: auto
}
.mobile-filter-list .w-header{
	word-break: break-word;
	background: rgb(250, 250, 250);
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}
.mobile-filter-list>ul{
	margin-top: 10px;
	padding-left:10px
}
.mobile-filter-list>ul>ul{
	margin-bottom: 17px;
	margin-top: 5px;

}
#content .swiper-container a img{
	max-width: 100%;
}
.mobile-filter-list>ul>ul li{
 padding:5px 0 5px 10px
}
.mobile-filter-list>ul .w-title{
	font-size:15px;
	font-weight:bold;
	color:#666;

}
.mobile-filter-list>ul>ul li.active a{
	color:#a94442;
	font-weight:bold;

}

.product-cover{
	position:relative;
}
.custom-cover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 1000;
	display: none;
}
.custom-cover.inner{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.custom-cover .close{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 36px;
}
.custom-cover img{
	max-width: 100%;
	max-height:100% ;
}

#productInfo .pro-item>a{
	display: inline-block;
	vertical-align: top;
}
.friend a{
	padding: 0 5px;
}



textarea.form-control {
	min-height: 120px
}