.supermarket_main {
  min-width: 1200px;
}
.pro1 {
  padding: 0;
}
.pro1 .main_img {
  width: 100%;
  height: 300px;
}
.pro2 .cloud_3 .item {
  min-height: 200px;
}
.pro2 .cloud_3 .item .item_icon {
  width: 72px;
  height: 64px;
  margin: 15px auto;
  background-image: url(../../images/supermarket/cloud1.png);
  background-repeat: no-repeat;
  font-size: cover;
}
.pro2 .cloud_3 .item:nth-child(2) .item_icon {
  background-image: url(../../images/supermarket/cloud2.png);
}
.pro2 .cloud_3 .item:nth-child(3) .item_icon {
  background-image: url(../../images/supermarket/cloud3.png);
}
.pro3 .ring_show {
  width: 900px;
  margin: 0 auto;
  height: 500px;
  position: relative;
}
.pro3 .ring_show .ring_center {
  width: 380px;
  height: 380px;
  padding-top: 115px;
  background: url(../../images/supermarket/ring.png) no-repeat center;
  background-size: cover;
  margin: 40px auto 0 auto;
  position: relative;
}
.pro3 .ring_show .ring_center .logo {
  width: 330px;
  height: 150px;
  background: url(../../images/logo.png) no-repeat center;
  margin: 0 auto;
}
.pro3 .ring_show .ring_center .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
}
.pro3 .ring_show .ring_center .dot:nth-child(1) {
  background: #3bd1da;
  top: 77px;
  right: 14px;
}
.pro3 .ring_show .ring_center .dot:nth-child(2) {
  background: #ffcd48;
  bottom: 80px;
  right: 14px;
}
.pro3 .ring_show .ring_center .dot:nth-child(3) {
  background: #e9a685;
  top: 29px;
  left: 56px;
}
.pro3 .ring_show .ring_center .dot:nth-child(4) {
  background: #afda3b;
  top: 188px;
  left: -14px;
}
.pro3 .ring_show .ring_center .dot:nth-child(5) {
  background: #3bda82;
  bottom: 15px;
  left: 77px;
}
.pro3 .ring_show .rang_text {
  width: 30%;
  text-align: left;
  position: absolute;
}
.pro3 .ring_show .rang_text .title_main {
  font-size: 20px;
}
.pro3 .ring_show .rang_text .title_vice {
  font-size: 14px;
  text-indent: 2em;
}
.pro3 .ring_show .rang_text:nth-child(1) {
  top: 77px;
  right: -5px;
}
.pro3 .ring_show .rang_text:nth-child(1) .title_vice {
  position: relative;
  left: 18px;
}
.pro3 .ring_show .rang_text:nth-child(2) {
  bottom: 109px;
  right: -5px;
}
.pro3 .ring_show .rang_text:nth-child(3) {
  top: -10px;
  left: 22px;
}
.pro3 .ring_show .rang_text:nth-child(4) {
  top: 190px;
  left: -28px;
}
.pro3 .ring_show .rang_text:nth-child(5) {
  bottom: 16px;
  left: 90px;
}
.pro4 .zz_box {
  margin-top: 30px;
}
.pro4 .zz_item .item_icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px auto;
  border: 1px solid #e6e7e7;
}
.pro4 .zz_item .item_icon .icon_img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 21px;
}
.pro5 .case_item .case_img {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  margin-top: 21px;
  background: #ccc;
}
.pro5 .case_item .case_label {
  margin-top: 15px;
  height: 100px;
}
.pro5 .case_item .case_label .title_vice:nth-child(2) {
  font-size: 14px;
  margin-top: 20px;
}
