.page-product {
  padding: 40px 0;
  position: relative;
}
.page-product .inner-wrapper {
  position: relative;
  z-index: 2;
  width: 1200px;
  background: #ffffff;
  margin: auto;
  display: flex;
  box-shadow: 0 5px 34px 0 rgba(0, 0, 0, 0.07);
}
.page-product .inner-wrapper .product-menu {
  box-sizing: border-box;
  width: 160px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fafafa;
  padding: 80px 0 0 30px;
  color: #999999;
}
.page-product .inner-wrapper .product-menu .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.page-product .inner-wrapper .product-menu a {
  display: block;
  line-height: 36px;
  font-size: 12px;
}
.page-product .inner-wrapper .product-menu a.selected {
  color: #333333;
  font-weight: bold;
}
.page-product .inner-wrapper .product-detail {
  padding: 80px 60px;
  display: flex;
  flex-grow: 1;
}
.page-product .inner-wrapper .product-detail .product-img {
  width: 200px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.page-product .inner-wrapper .product-detail .product-info {
  flex-grow: 1;
  margin-left: 78px;
}
.page-product .inner-wrapper .product-detail .product-info .detail-title {
  color: #999999;
  font-size: 16px;
  margin-bottom: 7px;
}
.page-product .inner-wrapper .product-detail .product-info .with-color-tag {
  position: relative;
}
.page-product .inner-wrapper .product-detail .product-info .with-color-tag:after {
  margin-top: 20px;
}
.page-product .inner-wrapper .product-detail .product-info .with-color-tag .contact {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/images/call.png);
  background-size: contain;
  cursor: pointer;
}
.page-product .inner-wrapper .product-detail .product-info .with-color-tag .contact:hover {
  opacity: 0.8;
}
.page-product .inner-wrapper .product-detail .contact-us {
  width: 148px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(to left bottom, #4fccff, #2181fe);
  border: none;
  border-radius: 2px;
  outline: none;
  margin-top: 30px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.page-product .inner-wrapper .product-detail .contact-us:hover {
  opacity: 0.8;
}
.page-product .inner-wrapper .product-detail p {
  margin: 0 0 10px 0;
  color: #999999;
  font-size: 12px;
}
.page-product .inner-wrapper .product-detail h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.page-product .inner-wrapper .product-detail img {
  max-width: 100%;
  max-height: 664px;
}
