.chainstor_main {
  min-width: 900px;
}
.product_show .industry_box {
  margin-bottom: 15px;
}
.product_show .industry_box .item {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  margin-top: 10px;
  background: url(../../images/chainstore/industry.png) center;
}
.product_show .industry_box .item:nth-child(2) {
  background-position-y: -99px;
}
.product_show .industry_box .item:nth-child(3) {
  background-position-y: -200px;
}
.product_show .industry_box .item:nth-child(4) {
  background-position-y: -300px;
}
.product_show .industry_box .item:nth-child(5) {
  background-position-y: -400px;
}
.product_show .industry_box .item:nth-child(6) {
  background-position-y: -500px;
}
.product_show .industry_box .item:nth-child(7) {
  background-position-y: -600px;
}
.product_show.pro2 .bottom_box {
  margin-top: 15px;
}
.product_show.pro2 .bottom_box .item {
  display: inline-block;
  margin-right: 15px;
}
.product_show.pro2 .bottom_box .item .item_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background: url(../../images/chainstore/wechatmembercard.png) center;
}
.product_show.pro2 .bottom_box .item:nth-child(2) .item_icon {
  background-position-y: -80px;
}
.product_show.pro2 .bottom_box .item:nth-child(3) .item_icon {
  background-position-y: -160px;
}
.product_show.pro2 .bottom_box .item .item_label {
  margin-top: 12px;
}
.product_show.pro5 .five_ring_box {
  margin-top: 30px;
}
.product_show.pro5 .five_ring_box .item {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.product_show.pro5 .five_ring_box .item:nth-child(1) {
  background: rgba(255, 138, 0, 0.7);
}
.product_show.pro5 .five_ring_box .item:nth-child(2) {
  background: rgba(246, 42, 42, 0.7);
}
.product_show.pro5 .five_ring_box .item:nth-child(3) {
  background: rgba(17, 118, 255, 0.7);
}
.product_show.pro5 .five_ring_box .item:nth-child(4) {
  background: rgba(31, 187, 53, 0.7);
}
.product_show.pro5 .five_ring_box .item:nth-child(5) {
  background: rgba(201, 201, 201, 0.7);
}
.product_show.pro6 .more_option .item {
  height: 60px;
  margin: 15px 0 20px 0;
  padding: 0;
}
.product_show.pro6 .more_option .item .option_icon {
  width: 60px;
  height: 60px;
  background: url('../../images/chainstore/showmorefunction.png'), center;
}
.product_show.pro6 .more_option .item:nth-child(2) .option_icon {
  background-position-y: -60px;
}
.product_show.pro6 .more_option .item:nth-child(3) .option_icon {
  background-position-y: -120px;
}
.product_show.pro6 .more_option .item:nth-child(4) .option_icon {
  background-position-y: -180px;
}
.product_show.pro6 .more_option .item:nth-child(5) .option_icon {
  background-position-y: -240px;
}
.product_show.pro6 .more_option .item:nth-child(6) .option_icon {
  background-position-y: -300px;
}
.product_show.pro6 .more_option .item:nth-child(7) .option_icon {
  background-position-y: -360px;
}
.product_show.pro6 .more_option .item:nth-child(8) .option_icon {
  background-position-y: -420px;
}
.product_show.pro6 .more_option .item .item_label {
  text-align: left;
  padding-left: 10px;
}
.product_show.pro6 .more_option .item .item_label p {
  margin-top: 5px;
}
.product_show.pro6 .more_option .item .item_label .item_label_main {
  color: #000;
  font-size: 16px;
}
.product_show.pro6 .more_option .item .item_label .item_label_vice {
  font-size: 12px;
}
