/* 店铺链接 */
.shop-box {
  padding-top: 80px;
  z-index: -999;
  width: 93%;
  margin: 0 auto;
}
.shop-box .title1 {
  font-size: 22px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-left: 10px;
}
.shop-items {
  /* background-color: rosybrown; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: rgb(197, 197, 197) 1px solid;
}
.shop-box .shop-items .item-box {
  position: relative;
  z-index: 10;
  width: 165px;
  height: 76px;
  padding: 10px;
  border: solid 1px rgb(158, 158, 158);
  margin: 4px;
  overflow: hidden;
}

.shop-box .shop-items .item-box img {
  width: 144px;
  height: 72px;
}
.shop-box .shop-items .item-box .item-box:hover {
  opacity: 0.6;
}

.shop-box .shop-items .item-box .enter {
  display: none;
  height: 40%;
  text-align: center;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  left: 0;
}
.shop-box .shop-items .item-box .enter a {
  color: #fff;
}
.shop-box .shop-items .item-box .enter a:hover {
  color: rgb(219, 26, 26);
}
.shop-box .shop-items .item-box:hover .enter {
  display: block;
}

/* 合作案例 */
.eg-box {
  width: 96%;
  margin: 0 auto;
  padding-top: 40px;
}
.eg-box .eg-item {
  padding-bottom: 30px;
  margin-bottom: 100px;
  border-bottom: dashed 1px rgb(158, 158, 158);
}

.eg-box .eg-item img {
  width: 100%;
}
.eg-box .eg-item .tit1 {
  font-size: 24px;
  padding-bottom: 20px;
}
.eg-box .eg-item .tit2 {
  font-size: 24px;
  line-height: 50px;
}

.eg-box .eg-item .tit4 {
  font-size: 18px;
  line-height: 40px;
  padding-right: 60px;
}

.eg-item .o1 .tit3 {
  max-width: 440px;
  padding-top: 40px;
}
