@charset "UTF-8";


#title{
	width: 100%;
}
#title > div >  img{
	width: 35px;
	float: left;
}
#title > div{
	height: 32px;
	width: 100%;
	float: left;
	font-size: 14px;
	color:#848484;
	font-weight: 600;
	background-image: url(./../img/product_display_detail/title.jpg);
	background-repeat: repeat;
}

#display_title{
    margin-bottom: -5px;
}
#display_content{
	padding: 10px 10px 10px 10px;
	color: #848484;
  background: #fff;
} 
#scroll_top{
	width: 30px;
	height: 116px;
	margin-left: 6px;
	margin-top: 175px;
}

/** 轮播图片插件 覆盖。。**/

#myCarousel{
    margin-top: 20px;
}
.swiper-container {
  height: 150px;
  width: 100%;
}
.swiper-slide img{
    height: 150px;
    width: 100%;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align:center;
  bottom:-15px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}