
.tap-main .shop {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5208rem 0 0.4063rem 0;
}
.tap-main .shop .shop-content {
  height: 100%;
}
.tap-main .shop .shop-h1 {
  width: 100%;
  font-size: 0.1458rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.tap-main .shop .shop-main {
  display: flex;
  justify-content: center;
  margin: 0.3542rem 0 0.4688rem 0;
}
.about .about-main {
    padding: 0.3594rem 0 0.3813rem 0;
}
.tap-main .shop {
    padding: 0;
}
.about .about-main .about-nav {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  margin: 0 auto;
    width: 80%;
  border-bottom:1px solid #cfd0d0;
  /*padding: 0.099rem 0 0.3594rem 0;*/
}
.about .about-main .about-nav .item {
  /*margin: 0.1667rem 0.4036rem 0;*/
  min-width: 141px;
  height: 49px;
  line-height: 49px;
  margin: 5px 5px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 0.0781rem;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  padding: 0px 10px;
  box-sizing: border-box;
  margin-right: 3px;
}
.about .about-main .about-nav .item:hover {
  color: #fff;
  background: #cfa167;
}
.about .about-main .about-nav .itemActive {
  color: #fff;
  background: #cfa167;
}
.about .about-main {
    display: block!important;
}
.about .about-main .content {
    margin: 0 auto;
}
.about .about-main .content .about-nav {
    padding: 0 !important;
}
.about .about-main .content .tabbar {
    margin-top: 0;
}
.about .about-main .content .tabbar .tabbar-1 .mg-t {
    margin: 0;
}
.about .about-main .content .tabbar .tabbar-1 .border-line {
    border: none;
}
@media (max-width: 768px) {
  .tap-main .shop .shop-main .shop-main-child {
    display: block !important;
  }
}
@media (max-width: 590px) {
  .tap-main .shop .shop-main .shop-item {
    display: block !important;
    font-size: 12px;
  }
  .about .about-main .about-nav .item {
        min-width: 104px !important;
        height: 20px !important;
        line-height: 20px !important;
        margin: 5px 5px !important;
        border: 1px solid #cccccc !important;
        text-align: center !important;
        color: #333333 !important;
        font-size: 12px !important;
        cursor: pointer !important;
  }
  .about .about-main2 {
      padding: 0 0.3rem !important;
  }
  .about .about-main .content {
      width: 100% !important;
  }
}
.tap-main .shop .shop-main .shop-main-child {
  display: flex;
  flex-wrap: wrap;
  width: 6.25rem;
}
@media (min-width: 768px) {
  .tap-main .shop .shop-main .container {
    width: 6.25rem;
  }
  .tap-main .shop .shop-main .col-sm-3 {
    width: 29%;
  }
}
.tap-main .shop .shop-main .shop-active .shop-img div {
  position: absolute;
  z-index: 9;
  background-color: #000000;
  opacity: 0.7;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.tap-main .shop .shop-main .shop-item {
  margin-right: 0.2344rem;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tap-main .shop .shop-main .shop-item .shop-img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
  }
  .tap-main .shop .shop-main .shop-item .shop-img img {
    width: 70% !important;
    height: 70% !important;
  }
  .tap-main .shop .shop-main .shop-item .shop-img div {
    width: 70% !important;
    height: 100% !important;
  }
}
.tap-main .shop .shop-main .shop-item .shop-img {
  width: 1.9271rem;
  height: 1.9688rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.224rem;
}
.tap-main .shop .shop-main .shop-item .shop-img div,
.tap-main .shop .shop-main .shop-item .shop-img img {
  width: 1.9271rem;
  height: 1.9688rem;
}
.tap-main .shop .shop-main .shop-item .shop-img div {
  display: none;
}
.tap-main .shop .shop-main .shop-item .shop-title {
  text-align: center;
}
.tap-main .shop .shop-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cfa167;
  font-size: 14px;
}
.tap-main .shop .shop-footer .shop-text {
  margin: 0 0.1146rem;
  cursor: pointer;
}
.tap-main .shop .shop-footer .shop-line {
  width: 39.9936px;
  height: 2px;
  background-color: #cfa167;
}
