.product-class-230706-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.product-class-230706-wrapper,
.product-class-230706-wrapper * {
  box-sizing: border-box;
}
.product-class-230706-wrapper .product-class-item {
  flex: 1;
  text-align: center;
  margin-left: -1px;
  z-index: 9;
  position: relative;
  font-size: 14px;
}
.product-class-230706-wrapper .product-class-item:hover {
  z-index: 8;
}
.product-class-230706-wrapper .product-class-item:hover > .item-title a, .product-class-230706-wrapper .product-class-item.current > .item-title a {
  background: #14c89a;
  color: #fff;
  border-color: #14c89a;
}
.product-class-230706-wrapper .product-class-item:hover .item-children {
  display: flex;
}
.product-class-230706-wrapper .product-class-item:nth-child(1) {
  margin-left: 0;
}
.product-class-230706-wrapper .product-class-item .item-title {
  width: 100%;
}
.product-class-230706-wrapper .product-class-item .item-title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  background: #fff;
  color: #3a3a3a;
  
  position: relative;
  font-weight: bold;
}

.product-class-230706-wrapper .product-class-item > .item-title a  {
	border: 1px solid #ddd;
}

.product-class-230706-wrapper .product-class-item .item-children {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  flex-direction: column;
  display: none;
}
.product-class-230706-wrapper .product-class-item .item-children a {
  padding: 12px 24px;
  color: #3a3a3a;
  background: #f9fafb;
}
.product-class-230706-wrapper .product-class-item .item-children a:hover {
  background: #55d3af;
  color: #fff;
}
.product-class-gallery-230706 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.product-class-gallery-230706,
.product-class-gallery-230706 * {
  box-sizing: border-box;
}
.product-class-gallery-230706 .category-item {
  display: block;
  width: 100%;
  margin-bottom: 27px;
}
.product-class-gallery-230706 .category-item.active .category-item-btn {
  background: #14c89a;
  color: #fff;
  border-color: #14c89a;
  font-weight: bold;
}
.product-class-gallery-230706 .category-item .category-item-btn {
  width: 280px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #3a3a3a;
  transition: all 150ms;
}
.product-class-gallery-230706 .category-item .category-item-btn p {
  font-size: 16px;
  margin: 0 0 4px 0;
  letter-spacing: 1px;
}
.product-class-gallery-230706 .category-item .category-item-btn span {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.product-class-gallery-230706 .category-item .category-item-poster {
  position: absolute;
  left: 307px;
  top: 0;
  display: none;
  background: #fff;
  height: 460px;
  right: 0;
}
.product-class-gallery-230706 .category-item .category-item-poster img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-class-230706-wrapper .item-children3 {
	position: absolute;
    right: -220px;
    top: 0;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    width: 220px;
	display: none;
	padding-left: 4px;
}

.product-class-230706-wrapper .item-children2:hover .item-title a {
	 background: #55d3af;
  color: #fff;
}

.product-class-230706-wrapper .item-children2:hover .item-children3  {
	display: flex;
}
.product-class-230706-wrapper .item-children3 a:hover {
	
}

/*# sourceMappingURL=230706.css.map */