.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 .cf {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.prdetail .proPic .image .thumbnails,
.prdetail .proPic .image .thumbnails ul,
.prdetail .proPic .image .thumbnails li {
  margin-bottom: 0;
  padding: 0;
}
.prdetail .proPic .image .thumbnails a {
  display: inline-block;
  width: 6vw;
  height: 6vw;
  padding: 0px;
  max-width: 85px;
  max-height: 85px;
}
.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;
}
.prdetail .pro-mode .name {
  color: #777;
  font-family: Helvetica;
}
.prdetail .attr {
  word-wrap: break-word;
}
.prdetail .attr .attr-title {
  margin-top: 5px;
  padding-left: 10px;
  color: #ffa100;
  font-weight: 600;
  font-family: Helvetica;
}
.prdetail .attr .attr-list {
  padding-left: 20px;
}
.prdetail .attr .attr-list .attr-name {
  color: #777;
  font-family: Helvetica;
}
.prdetail .attr .tra-attr {
  margin-bottom: 20px;
  border: 1px solid #C1C1C1;
  padding-top: 5px;
  padding-bottom: 5px;
}
.prdetail .attr .tra-attr .tra-attr-desc {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prdetail .summary {
  word-wrap: break-word;
  padding-left: 10px;
  font-family: Georgia;
}
.prdetail .detail ul.nav.nav-tabs {
  border-color: #b4b4b4;
}
.prdetail .detail .tab-content {
  word-wrap: break-word;
}
.prdetail .leader {
  background-color: #616365;
  width: 160px;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 6px 0;
  margin: 15px 0;
}
.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;
  font-family: Arial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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 .proPic .image .thumbnails a {
    width: 21vw;
    height: 21vw;
  }
  .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: 240px;
  }
  .prdetail .figure .desc a {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .prdetail .proPic .image .jqzoom {
    height: 400px;
  }
  .prdetail .pro-mode .name {
    font-size: 13px;
  }
  .prdetail .pro-mode .content {
    font-size: 14px;
  }
  .prdetail .attr .attr-list .attr-name {
    font-size: 13px;
  }
  .prdetail .attr .attr-list .attr-content {
    font-size: 14px;
  }
  .prdetail .summary {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .prdetail .figure .image {
    height: 180px;
  }
  .prdetail .figure .desc a {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 13px;
    line-height: 20px;
    height: 42px;
  }
}
