.product-detail {
  display: block;
  width: 48%;
  float: left;
  margin: 1%;
  border: 1px solid #c6c6c6;
  border-bottom: 3px solid #c6c6c6; }
  .product-detail ul {
    overflow: auto;
    padding-left: 20px; }
  .product-detail ol {
    overflow: auto;
    padding-left: 20px; }
  .product-detail .product-header, .product-detail .product-data {
    padding: 10px; }
  .product-detail .product-header {
    position: relative;
    overflow: auto;
    background-color: #e0dfdf; }
    .product-detail .product-header .product-company {
      float: left;
      width: 60%;
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      font-size: 14px;
      color: #606060; }
    .product-detail .product-header .product-stand {
      float: right;
      right: 10px;
      top: 10px;
      font-weight: 500;
      font-size: 13px;
      text-align: right; }
      .product-detail .product-header .product-stand .stand {
        font-size: 12px;
        color: #666666; }
      .product-detail .product-header .product-stand .standno {
        font-size: 14px;
        color: #d5081c; }
  .product-detail .product-data img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }

.product-data .img-center img {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pd-nav {
  text-align: center; }
  .pd-nav ul {
    list-style: none;
    padding-left: 0; }
    .pd-nav ul li {
      display: inline; }
      .pd-nav ul li.no-link, .pd-nav ul li > a {
        color: #fff;
        font-weight: 600;
        display: inline-block;
        padding: 3px 5px;
        margin-right: -2px;
        min-width: 20px;
        margin-bottom: 10px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
      .pd-nav ul li.no-link {
        background-color: #b3b2b2; }
      .pd-nav ul li > a {
        background-color: #05894b; }
        .pd-nav ul li > a:hover {
          background-color: #06a258;
          text-decoration: none; }

.hl_all .act_all,
.hl_a .act_a,
.hl_b .act_b,
.hl_c .act_c,
.hl_d .act_d,
.hl_e .act_e,
.hl_f .act_f,
.hl_g .act_g,
.hl_h .act_h,
.hl_i .act_i,
.hl_j .act_j,
.hl_k .act_k,
.hl_l .act_l,
.hl_m .act_m,
.hl_n .act_n,
.hl_o .act_o,
.hl_p .act_p,
.hl_q .act_q,
.hl_r .act_r,
.hl_s .act_s,
.hl_t .act_t,
.hl_u .act_u,
.hl_v .act_v,
.hl_w .act_w,
.hl_x .act_x,
.hl_y .act_y,
.hl_z .act_z,
.hl_a .act_a:hover,
.hl_b .act_b:hover,
.hl_c .act_c:hover,
.hl_d .act_d:hover,
.hl_e .act_e:hover,
.hl_f .act_f:hover,
.hl_g .act_g:hover,
.hl_h .act_h:hover,
.hl_i .act_i:hover,
.hl_j .act_j:hover,
.hl_k .act_k:hover,
.hl_l .act_l:hover,
.hl_m .act_m:hover,
.hl_n .act_n:hover,
.hl_o .act_o:hover,
.hl_p .act_p:hover,
.hl_q .act_q:hover,
.hl_r .act_r:hover,
.hl_s .act_s:hover,
.hl_t .act_t:hover,
.hl_u .act_u:hover,
.hl_v .act_v:hover,
.hl_w .act_w:hover,
.hl_x .act_x:hover,
.hl_y .act_y:hover,
.hl_z .act_z:hover {
  background-color: #035830 !important; }

@media (max-width: 600px) {
  .product-detail {
    width: 100%; } }
