#product {
  padding-top: 120px;
  background: #f5f5f5;
}
#product .container {
  padding: 40px 0 120px;
}
#product .container .wrapper {
  width: 90%;
  margin: 0 auto;
}
#product .container .wrapper .top-product .T-product .top-title {
  height: 90px;
  line-height: 90px;
  color: #34c9dd;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
#product .container .wrapper .top-product .T-product .top-title span {
  display: block;
  width: 140px;
  height: 2px;
  background: #34c9dd;
  margin: 0 auto;
}
#product .container .wrapper .top-product .T-product .menu-product {
  width: 50%;
  margin: 30px auto;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list {
  width: 100%;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list .menu-item:nth-child(1) {
  width: 50%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ccc;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list .menu-item:nth-child(1) a {
  width: 100%;
  padding: 10px 30px;
  display: block;
  text-decoration: none ;
  transition: 0.6s;
  color: #555;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list .menu-item:nth-child(1):hover a {
  background: linear-gradient(10deg, #34c9dd, #2b85a8);
  color: #fff;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list .menu-item:nth-child(2) {
  width: 50%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ccc;
  border-left: none;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list .menu-item:nth-child(2) a {
  width: 100%;
  padding: 10px 30px;
  display: block;
  text-decoration: none ;
  transition: 0.6s;
  color: #555;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list .menu-item:nth-child(2):hover a {
  background: linear-gradient(10deg, #34c9dd, #2b85a8);
  color: #fff;
}
#product .container .wrapper .top-product .T-product .menu-product .menu-list .menu-item.active a {
  background: linear-gradient(10deg, #34c9dd, #2b85a8);
  color: #fff;
}
#product .container .wrapper .bottom-product {
  width: 100%;
  margin-top: 50px;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide {
  width: 100%;
  box-shadow: 0 0 15px #ccc;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s;
  margin-top: 20px;
  position: relative;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-img {
  width: 24%;
  height: 242px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 1%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-content {
  width: 74%;
  height: 262px;
  box-sizing: border-box;
  padding: 20px 50px ;
  color: #232323;
  position: relative;
  z-index: 9;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-content h4 {
  font-size: 30px;
  transition: 1s;
  display: block;
  position: relative;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-content h4::after {
  content: "";
  display: block ;
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: #0aa7bc;
  transition: 1s;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-content p {
  margin-top: 11px;
  margin-bottom: 0px ;
  font-size: 16px;
  line-height: 24px;
  transition: 1.5s;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-content .product-link {
  text-align: right;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-content .product-link a {
  width: 18%;
  padding: 8px 15px;
  border: 3px solid #0aa7bc;
  display: block;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  color: #097c8b;
  font-size: 16px;
  letter-spacing: 3px;
  transition: 1s;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide .product-content .product-link:hover a {
  background: linear-gradient(0deg, #34c9dd, #0aa7bc);
  color: #fff;
  border: 0;
  border-bottom: 3px solid #0aa7bc;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide::before {
  content: '';
  display: block ;
  position: absolute;
  width: 15%;
  height: 60%;
  top: -40px;
  left: 300px;
  border-radius: 50% ;
  transform: rotate(10deg);
  background: linear-gradient(10deg, #0aa7bc, rgba(27, 191, 213, 0));
  opacity: 0.6;
  z-index: 1;
  transition: 1s;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide::after {
  content: '';
  display: block ;
  position: absolute;
  width: 40%;
  height: 170%;
  top: -70px;
  right: -70px;
  border-radius: 50% ;
  transform: rotate(10deg);
  background: linear-gradient(10deg, #0aa7bc, rgba(27, 191, 213, 0));
  opacity: 0.6;
  z-index: 1;
  transition: 1s;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide:hover {
  box-shadow: 0 0 15px #989898;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide:hover .product-img img {
  transform: scale(1.2);
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide:hover .product-content h4 {
  transform: translate(20px);
  color: #1a8eac;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide:hover .product-content h4::after {
  bottom: -10px;
  width: 40px;
  height: 3px;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide:hover .product-content p {
  transform: translate(20px);
  color: #666;
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide:hover::before {
  width: 10%;
  height: 40%;
  top: 10px;
  left: 320px;
  transform: rotate(10deg);
}
#product .container .wrapper .bottom-product .product-wrapper .product-slide:hover::after {
  width: 50%;
  top: -80px;
  right: -60px;
  transform: rotate(0deg);
}
