﻿.box_shop_type {
  width: 100%;
  background-color: #eee;
}

.box_shop_type_1 {
  max-width: 1400px;
  margin: 20px auto;
}
.box_shop_type_1 .type_url_3{
 width: 100%;
 padding: 2px;
 font-weight: 300;
}
.shop_type {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}

.shop_type_4 {
  width: 100%;
}

.img_box {
  width: 20%;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.img_box_4 {
  width: 200px;
}

.img_box_3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 6px;
  pointer-events: none;
  background-color: #b2b1b11f;
}

.small_img {
  border: 1px solid #eee;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.small_img_1 {
  border-radius: 50%;
  height: 200px;
}

.small_img_3 {
  height: 200px;
  border: none;
  overflow: hidden;
}
.small_img_4{
  height: 200px;
  border: none;
  overflow: hidden;
}
.small_img_4::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  pointer-events: none;    
  background-color: #00000009;
}
.type_url {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-family: serif;
}

.type_url_3 {
  position: absolute;
  top: 50%;
  background-color: #fff;
  padding: 5px;
  opacity: .8;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.type_url_4 {
  width: 96%;
  position: absolute;
  top: 80%;
  background-color: #999999;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 3400px) and (min-width: 1321px) {}

@media screen and (max-width: 1320px) and (min-width: 850px) {}

@media screen and (max-width: 850px) {
  .img_box {
    width: 50%;
  }

  .small_img {
    height: 250px;
  }
}