.product-show-simple-wrapper {
  display: flex;
  width: 100%;
  align-items: start;
}
.product-show-simple-wrapper * {
  margin: 0;
  box-sizing: border-box;
}
.product-show-simple-wrapper .product-show-left {
  position: relative;
}
.product-show-simple-wrapper .product-show-left .swiper-container {
  width: 460px;
  height: 460px;
  overflow: hidden;
}
.product-show-simple-wrapper .product-show-left .swiper-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product-show-simple-wrapper .product-show-left .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -24px;
  width: 100%;
}
.product-show-simple-wrapper .product-show-left .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 2px;
  background: #e0e0e0;
  display: block;
  margin: 0 6px;
  cursor: pointer;
  opacity: 1;
  transition: all 300ms;
}
.product-show-simple-wrapper .product-show-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e50ae;
}
.product-show-simple-wrapper .product-show-right {
  flex: 1;
  margin-left: 80px;
}
.product-show-simple-wrapper .product-show-right h1 {
  margin-bottom: 32px;
  font-size: 26px;
  color: #343a40;
  font-weight: 600;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs {
  overflow: hidden;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-bar {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-bar a {
  padding: 12px 26px;
  display: block;
  border: 1px solid #dee2e6;
  border-right-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  color: #868e96;
  transition: all 300ms;
  user-select: none;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-bar a:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-bar a:nth-last-child(1) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-bar a:hover {
  background: #f3f4f6;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-bar a:active {
  background: #e5e7eb;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-bar a.active {
  background: #1e50ae;
  color: #fff;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-body-wrapper {
  overflow: hidden;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-body-wrapper .tabs-body-item {
  font-size: 16px;
  overflow: hidden;
  line-height: 2.1;
  color: #657180;
  display: none;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-body-wrapper .tabs-body-item.active {
  display: block;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tabs .tabs-body-wrapper .tabs-body-item img {
  max-width: 100%;
  height: auto;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share {
  display: flex;
  margin-top: 32px;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share a {
  width: 26px;
  height: 26px;
  display: flex;
  background: #F3F3F3;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: #212529;
  user-select: none;
  position: relative;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share a:hover .popover-wrapper {
  display: block;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share a .popover-wrapper {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  z-index: 99;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  top: -154px;
  left: -24px;
  display: none;
  border-radius: 4px;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share a .popover-wrapper:after {
  content: ' ';
  display: block;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  left: 24px;
  bottom: -16px;
  position: absolute;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share a .popover-wrapper img {
  width: 100%;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share a svg {
  width: 16px;
  height: 16px;
}
.product-show-simple-wrapper .product-show-right .product-show-right-share a:hover svg {
  color: #1e50ae;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tel {
  display: inline-flex;
  padding: 12px 12px;
  border-radius: 4px;
  background: #1e50ae;
  margin-right: auto;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  clear: both;
  width: auto;
}
.product-show-simple-wrapper .product-show-right .product-show-right-tel:hover {
  background: rgba(30, 80, 174, 0.95);
}
.product-show-simple-wrapper .product-show-right .product-show-right-tel svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.product-show-simple-wrapper .product-show-right .product-show-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}
.product-show-simple-wrapper .product-show-right .product-show-nav a {
  width: 40px;
  height: 40px;
  background: #e5e7eb;
  border-radius: 50%;
  overflow: hidden;
  color: #868e96;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: all 300ms;
}
.product-show-simple-wrapper .product-show-right .product-show-nav a:hover {
  opacity: 1;
  color: #212529;
}
/*# sourceMappingURL=product_simple.css.map */