body {
  padding-top: 70px;
}
.l2-page-head {
  background-image: url(/static/img/product-head-bg.jpg?v=be12e44);
}
.width-box-1100.content-container {
  position: relative;
  margin-top: 58px;
  margin-bottom: 100px;
  min-height: 360px;
}
@media (max-width: 500px) {
  .width-box-1100.content-container {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 34px;
  }
}
.nav {
  width: 152px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-right: 1px solid rgba(151,151,151,0.19);
}
@media (max-width: 500px) {
  .nav {
    display: none;
  }
}
.nav a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  font-weight: 500;
  color: #36394c;
  text-align: center;
  text-decoration: none;
  margin: 0 10px;
}
.nav a.current {
  background: #3783ff;
  color: #fff;
}
.product {
  margin-left: 152px;
  padding-left: 60px;
}
@media (max-width: 500px) {
  .product {
    margin-left: 0;
    padding-left: 0;
  }
}
.product .title {
  font-size: 24px;
  color: #090f27;
  margin-bottom: 26px;
}
@media (max-width: 500px) {
  .product .title {
    text-align: center;
  }
}
.product .content {
  font-size: 13px;
  color: #686a7a;
  line-height: 1.6em;
  text-align: justify;
}
.nav-mobile {
  display: none;
  height: 219px;
  background: rgba(216,216,216,0.15);
}
@media (max-width: 500px) {
  .nav-mobile {
    display: block;
  }
}
.nav-mobile .product-card {
  position: relative;
  top: 43px;
  width: 140px;
  height: 132px;
  margin: 0 auto;
}
.nav-mobile .product-card .product-bg-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(9,15,39,0.84);
  z-index: 1;
}
.nav-mobile .product-card .product-icon {
  position: absolute;
  top: 38px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: transparent no-repeat center center;
  background-size: contain;
  z-index: 10;
}
.nav-mobile .product-card .product-icon.icon-1 {
  background-image: url(/static/img/product-1.svg?v=c08079b);
}
.nav-mobile .product-card .product-icon.icon-2 {
  background-image: url(/static/img/product-2.svg?v=e1872d4);
}
.nav-mobile .product-card .product-icon.icon-3 {
  background-image: url(/static/img/product-3.svg?v=4879b9a);
}
.nav-mobile .product-card .product-icon.icon-4 {
  background-image: url(/static/img/product-4.svg?v=8f6c2d4);
}
.nav-mobile .product-card .product-icon.icon-5 {
  background-image: url(/static/img/product-5.svg?v=1389da9);
}
.nav-mobile .product-card .product-icon.icon-6 {
  background-image: url(/static/img/product-6.svg?v=9c8c839);
}
.nav-mobile .product-card .product-icon.icon-7 {
  background-image: url(/static/img/product-7.svg?v=76b2a21);
}
.nav-mobile .product-card .product-icon.icon-8 {
  background-image: url(/static/img/product-8.svg?v=7bdcf73);
}
.nav-mobile .product-card .product-icon.icon-9 {
  background-image: url(/static/img/product-9.svg?v=1864668);
}
.nav-mobile .product-card .product-title {
  position: absolute;
  top: 98px;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  z-index: 10;
}
.nav-mobile .product-card .prev-page,
.nav-mobile .product-card .next-page {
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 16px 26px;
}
.nav-mobile .product-card .prev-page {
  background-image: url(/static/img/left-arrow.svg?v=455dcef);
  left: -70px;
}
.nav-mobile .product-card .next-page {
  background-image: url(/static/img/right-arrow.svg?v=fdd6cb6);
  right: -70px;
}

