.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.prdetail .proPic .image .jqzoom {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.prdetail .proPic .image .jqzoom img {
  max-width: 100%;
  max-height: 100%;
}
.prdetail .proPic .image .thumbnails,
.prdetail .proPic .image .thumbnails ul,
.prdetail .proPic .image .thumbnails li {
  margin-bottom: 0;
}
.prdetail .proPic .image .thumbnails a {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
}
.prdetail .proPic .image .thumbnails .thumbnail {
  width: 100%;
  height: 100%;
}
.prdetail h1 {
  font-family: Arial;
  word-wrap: break-word;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.prdetail .pro-mode {
  word-wrap: break-word;
  padding-left: 10px;
  padding-bottom: 5px;
}
.prdetail .pro-mode .name {
  color: #777;
  font-family: Helvetica;
}
.prdetail .attr {
  word-wrap: break-word;
  line-height: 30px;
}
.prdetail .attr .attr-title {
  margin-top: 5px;
  padding-left: 10px;
  color: #ffa100;
  font-weight: 600;
  font-family: Helvetica;
}
.prdetail .attr .attr-list {
  padding-left: 10px;
}
.prdetail .attr .attr-list .attr-name {
  color: #777;
  font-family: Helvetica;
}
.prdetail .attr .tra-attr {
  margin-bottom: 20px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px;
  display: table;
}
.prdetail .attr .tra-attr .attr-list {
  display: table-row;
}
.prdetail .attr .tra-attr .tra-attr-desc {
  display: table-cell;
}
.prdetail .summary {
  word-wrap: break-word;
  padding-left: 10px;
  font-family: Georgia;
}
.prdetail .detail ul.nav.nav-tabs {
  border-color: #b4b4b4;
  background-color: #1072ba;
}
.prdetail .detail .tab-content {
  word-wrap: break-word;
}
.prdetail .leader {
  width: 160px;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  background-color: #999;
  font-weight: 600;
}
.prdetail .figure {
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #ddd;
}
.prdetail .figure:hover {
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.prdetail .figure .image {
  overflow: hidden;
}
.prdetail .figure .image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.prdetail .figure .image a img {
  max-width: 100%;
  max-height: 100%;
}
.prdetail .figure .desc {
  float: left;
}
.prdetail .figure .desc a {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prdetail .tab-content {
  padding: 10px;
}
.prdetail .rel-tag {
  margin-bottom: 30px;
}
.prdetail .rel-tag .tag-list {
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;
}
.prdetail .rel-tag .tag-list a {
  border-bottom: 1px solid #000000;
  padding: 0px 10px;
  font-family: Courier New;
}
.prdetail .rel-tag .tag-list a:hover {
  text-decoration: none;
  animation: tagListHover 0.5s forwards;
}
@keyframes tagListHover {
  to {
    color: #ff9999;
    border-bottom-color: #ff9999;
  }
}
@media (max-width: 767px) {
  .prdetail .proPic .image .jqzoom {
    height: 200px;
  }
  .prdetail .pro-mode .name {
    font-size: 11px;
  }
  .prdetail .pro-mode .content {
    font-size: 12px;
  }
  .prdetail .attr .attr-list .attr-name {
    font-size: 11px;
  }
  .prdetail .attr .attr-list .attr-content {
    font-size: 12px;
  }
  .prdetail .summary {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .prdetail .figure .image {
    height: 120px;
  }
  .prdetail .figure .desc a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .prdetail .proPic .image .jqzoom {
    height: 400px;
  }
  .prdetail .pro-mode .name {
    font-size: 15px;
  }
  .prdetail .pro-mode .content {
    font-size: 15px;
  }
  .prdetail .attr .attr-list .attr-name {
    font-size: 15px;
    line-height: 25px;
  }
  .prdetail .attr .attr-list .attr-content {
    font-size: 15px;
  }
  .prdetail .summary {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .prdetail .figure .image {
    height: 180px;
  }
  .prdetail .figure .desc a {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 14px;
  }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #5abb15;
border: 1px solid #5abb15;
border-radius: 0;
font-size: 18px;
}