ul{
  list-style:none;
  margin:0;
  padding:0;
}


/*product_show*/
#product_show{
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

#product_slide{
  width: 100%;
  display: inline-block;
}

#product_slide .slide_block{
  max-width: 650px;
  margin: 0 auto;
  display: inline-block;
}

.first_show{
  position: relative;
}

.first_show .bxslider_first{
  list-style:none;
  margin:0;
  padding:0;  
}

.first_show .bxslider_first li{
  width: 100%;
}

#bx-pager_first{
}

#bx-pager_first a{
  display: inline-block;
  padding-bottom: 15px;
}

#bx-pager_first a img{
  border-radius: 50%;
}

#product_slide #bx-pager{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#product_slide #bx-pager a{
  width: 101px;
  display: inline-block;
  height: 83px;
  overflow: hidden;
}
#product_slide #bx-pager a img{
  width: 100%;
}
#product_slide #bx-pager a.active{
  border: 1px solid red;
}


@media screen and (max-width : 1024px) {
#product_slide .slide_block{
  width: 100%;
  max-width: 100%;
}
#bx-pager_first{
  left: 51px;
}
}


@media screen and (max-width : 720px) {
#product_slide #bx-pager a{
    max-width: 40px;
  height: auto;
}

#bx-pager_first{
    left: 24px;
  width: 12px;
}


}