.shop_main {
  padding: 0 0 1.25rem;
}
.shop_main .head {
  width: 100%;
  height: auto;
  background: #e62e3d;
  position: relative;
  padding: 0 0 1.875rem;
  overflow: hidden;
  z-index: 1;
}
.shop_main .head .pic_ad {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  width: 50%;
}
.shop_main .head .pic_ad img {
  width: 100%;
}
.shop_main .head .info {
  color: #fff;
  padding: 1.25rem 4% 0.625rem;
  position: relative;
  width: 50%;
}
.shop_main .head .info .title {
  font-size: 1.125rem;
  font-weight: 900;
}
.shop_main .head .info .title .text {
  font-size: 1.25rem;
}
.shop_main .head .info .desc {
  display: inline-block;
  color: #fff;
  margin: 0.625rem 0 0.625rem;
}
.shop_main .advantage {
  flex-wrap: wrap;
  background: #fff;
  margin: 0 4%;
  box-shadow: 0rem 0rem 0.375rem 0rem rgba(0, 0, 0, 0.5);
  margin-top: -1.5625rem;
  z-index: 2;
  position: relative;
  border-radius: 0.3125rem;
}
.shop_main .advantage .col {
  width: 41.8%;
  min-width: 41.8%;
  max-width: 41.8%;
  padding: 0.625rem 4%;
}
.shop_main .advantage .col .left {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.shop_main .advantage .col .left img {
  width: 100%;
  height: auto;
}
.shop_main .advantage .col .right {
  flex-grow: 2;
  text-align: left;
  padding-left: 8%;
}
.shop_main .advantage .col:nth-child(odd) {
  border-right: .2vw solid #f5f5f5;
}
.shop_main .advantage .col:nth-child(1) {
  border-bottom: .2vw solid #f5f5f5;
}
.shop_main .advantage .col:nth-child(2) {
  border-bottom: .2vw solid #f5f5f5;
}
.shop_main .section {
  padding: 0.625rem 4% 0.3125rem;
}
.shop_main .section .title {
  text-align: center;
  font-weight: 900;
  font-size: 1.125rem;
  color: #007cc3;
}
.shop_main .classify .title {
  padding: 1.875rem 0;
}
.shop_main .classify .row {
  margin-bottom: 0.625rem;
}
.shop_main .classify .row .col {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  border-radius: 0.3125rem;
  border: 2px solid #f5f5f5;
  padding: 0.625rem 4%;
  text-align: center;
}
.shop_main .classify .row .col .pic {
  width: 40%;
  display: inline-block;
}
.shop_main .classify .row .col .pic img {
  width: 100%;
  height: auto;
}
.shop_main .classify .row .col .tit {
  text-align: center;
  padding: 0.3125rem 0;
  font-weight: 900;
}
.shop_main .classify .row .col .desc {
  padding: 0.3125rem 0 0;
  text-align: left;
  font-size: 0.75rem;
}
.shop_main .brand .con {
  flex-wrap: wrap;
  padding: 1.875rem 0 0.625rem;
}
.shop_main .brand .con .col {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.shop_main .brand .con .col .pic {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  box-shadow: 0rem 0rem 0.375rem 0rem #e4e4e4;
  align-items: center;
  margin: auto;
}
.shop_main .brand .con .col .pic div {
  width: 100%;
}
.shop_main .brand .con .col .pic img {
  width: 50%;
  height: auto;
  max-height: 14vw;
  vertical-align: middle;
}
.shop_main .brand .con .col .tit {
  text-align: center;
  padding: 0.625rem 0;
  font-size: 0.75rem;
}
/*# sourceMappingURL=shop.css.map */
