.breadcrumb {
  background-color: #F5F5F5;
  padding: 30px 20px;
}
.breadcrumb a {
  color: #0065b3;
}
.container .product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 70px 0 120px;
}
.container .product-title {
  font-size: 38px;
  padding: 30px 0;
}
.container .product-desc {
  font-size: 20px;
  color: #777;
  margin-bottom: 40px;
}
.container .product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}
.tabs-item {
  padding: 12px 24px;
  font-size: 20px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  cursor: pointer;
}
.tabs-item + .tabs-item {
  border-left: none;
}
.tabs-item.active {
  background-color: #0065b3;
  color: white;
}
.tabs-content {
  padding: 20px 0;
  line-height: 30px;
  color: #777;
}
.image-list {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-list img {
  width: 100%;
}
.image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.image-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  cursor: pointer;
}
.image-btn.prev {
  left: 0;
}
.image-btn.next {
  right: 0;
}
.image-btn i {
  font-size: 30px;
  color: #0065b3;
}
@media screen and (max-width: 1320px) {
  .product {
    padding: 0;
    grid-template-columns: repeat(1, 100%);
  }
  .product-info {
    padding: 20px;
  }
}
<!--ºÄÊ±1774179455.5601Ãë-->