/*************产品详情页 start***********/
.pr_title {
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 56px;
  letter-spacing: 1px;
  clear: both;
  overflow: hidden;
}
.pr_title a {
  color: #333333;
}
.pr_title .crumbs-arrow {
  padding: 0 5px;
}
.pr_detail {
  display: flex;
}
.pr_left {
  width: 525px;
  float: left;
  margin-right: 120px;
}
.pr_left .pr_img .img_left {
  width: 378px;
  height: 378px;
  border-width: 1px;
  border-style: solid;
  float: left;
  padding: 10px;
}
.jqzoom img {
  max-width: 356px;
  max-height: 356px;
}
.pr_left .pr_img .img_right {
  float: right;
  width: 146px;
  height: 378px;
  text-align: center;
  z-index: 1;
}
.pr_left .pr_img {
  display: flex;
}
.pr_left .pr_img .img_right .img_list {
  width: 80px;
  height: 348px;
  background: #FFFFFF;
  margin: 0 auto;
  position: relative;
}
.pr_left .img_right .img_list ul {
  overflow: hidden;
  height: 300px;
  padding-top: 44px;
}
.pr_left .img_right .img_list ul li {
  margin: 3px 0;
  padding: 0;
}
.pr_left .img_right .img_list ul li img {
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
}
.pr_left .img_right .img_list ul li:not(.img-hover) img {
  border-color: #BBBBBB !important;
}
/*langrenzhijia - start*/
.jqzoom {
  border: none;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  display: none;
  text-align: center;
  overflow: hidden;
  margin-top: -10px;
  margin-left: 10px;
}
.zoomdiv img {
  max-width: 800px;
  max-height: 800px;
}
.rel .zoomdiv {
  margin-top: 0px;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 356px;
  max-height: 356px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: crosshair;
}
.spec-preview.rel .jqZoomPup {
  max-width: 376px;
  max-height: 376px;
  border: 0px solid #aaa;
}
/*langrenzhijia - end*/
.pr_left .img_right .img_list .fa-angle-up,
.pr_left .img_right .img_list .fa-angle-down {
  position: absolute;
  font-size: 50px;
  left: 24px;
  color: #f2f2f2;
}
.pr_left .img_right .img_list .fa-angle-up {
  top: -5px;
}
.pr_left .img_right .img_list .fa-angle-down {
  bottom: -2px;
}
.pr_left .pr_img .img_right .filedown {
  width: 126px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.pr_left .pr_img .img_right .fileList ul {
  width: 126px;
  margin: 0 auto;
  display: none;
  border-width: 1px;
  border-style: solid;
  background: #fff;
}
.pr_left .pr_img .img_right .fileList ul li {
  height: 28px;
  line-height: 28px;
  padding: 0;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
.pr_left .pr_img .img_right .fileList ul li:first-child {
  border-top: 0;
}
.pr_left .pr_img .img_right .fileList:hover .filedown {
  border-radius: 0px;
}
.pr_left .pr_img .img_right .fileList:hover ul {
  display: inline-block;
}
.pr_left .pr_content {
  margin-top: 28px;
  letter-spacing: 1px;
}
.pr_left .pr_model {
  width: 100%;
  /*height: 108px;*/
  padding-left: 20px;
  font-size: 14px;
  display: inline-block;
  color: #666666;
}
.pr_left .pr_model p {
  line-height: 22px;
  height: 22px;
}
.pr_left .pr_model p .fl {
  width: 290px;
  /*overflow: hidden;
    height: 22px;*/
}
.pr_left .pr_model p .fr {
  width: 200px;
  /*overflow: hidden;
    height: 22px;*/
}
.pr_left .pr_model p .color-black {
  display: inline-block;
  word-break: break-all;
}
.pr_left .pr_price {
  padding: 0px 0px 0px 20px;
  width: 100%;
  /*height: 132px;*/
  margin-top: 10px;
  background: #FAFAFA;
  font-size: 14px;
}
.pr_left .pr_price p {
  line-height: 44px;
  height: 44px;
  border-bottom: 1px solid #E4E4E4;
  color: #000;
  overflow: hidden;
}
.pr_left .pr_price p:last-child {
  border-bottom: 0;
}
.pr_left .pr_price .money {
  line-height: 44px;
  height: 44px;
  border-bottom: 1px solid #E4E4E4;
  color: #000;
}
.pr_left .pr_price .money .ladder {
  display: inline-block;
  position: relative;
}
.pr_left .pr_price .reduce,
.pr_price .add {
  width: 29px;
  height: 25px;
  border: 1px solid #DDDDDD;
  /*display: inline-block;*/
  text-align: center;
  line-height: 20px;
  margin-top: 11px;
  cursor: pointer;
}
.pr_left .pr_price .reduce {
  margin-right: -1px;
}
.pr_left .pr_price .add {
  margin-left: -1px;
}
.pr_left .pr_price .orderQty {
  width: 69px;
  height: 25px;
  border: 1px solid #E4E4E4;
  text-align: center;
  margin-top: 11px;
}
.pr_left .quickAdd {
  width: 96px;
  height: 28px;
  border-radius: 3px;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
  margin-top: 8px;
  padding: 0;
}
.pr_left .addShopCart {
  width: 110px;
  height: 28px;
  border-radius: 3px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  margin-top: 8px;
}
.pr_left .pr_link a {
  font-size: 13px;
  color: #B5B4B4;
  text-decoration: underline;
}
.pr_left .pr_link .link_a {
  margin-right: 20px;
}
.pr_left .pr_link .link_a:last-child {
  margin-right: 0;
}
/*产品参数*/
.pr_right {
  width: 555px;
  min-height: 710px;
  background: #F5F5F5;
  border-radius: 2px;
  float: left;
  padding: 11px;
}
.pr_right img {
  max-width: 555px;
}
.pr_right ul {
  margin-top: -7px;
  display: inline-block;
}
.pr_right ul:first-child {
  margin-top: 0px;
}
.pr_right ul li {
  margin-top: -1px;
  padding: 0;
  height: 30px;
}
.pr_right ul li:first-child {
  margin-top: 0px;
}
.pr_right ul li span {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  display: inline-block;
  overflow: hidden;
}
.pr_right ul li span.name {
  width: 160px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
}
.pr_right ul li span.value {
  width: 373px;
  margin-left: -4px;
}
/*************产品详情页 end***********/
.buy_process {
  margin-top: 80px;
  margin-bottom: 60px;
}
.buy_process .title {
  width: 100%;
  height: 22px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  text-align: center;
  position: relative;
  letter-spacing: 4px;
}
.buy_process .title:before {
  border-bottom: 1px solid #999999;
  content: "";
  position: absolute;
  top: 36px;
  width: 46px;
  left: 50%;
  margin-left: -23px;
}
.buy_process .buy_img {
  margin-top: 86px;
  width: 1200px;
  height: 164px;
}
.buy_process .buy_img img {
  width: 1200px;
  height: 164px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
}
/*阶梯价*/
.tieredprice {
  display: none;
  width: 250px;
  padding: 15px;
  position: absolute;
  left: 30px;
  top: 3px;
  z-index: 10000;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: -2px 3px 20px rgba(216, 216, 216, 0.6);
  -moz-box-shadow: -2px 3px 20px rgba(216, 216, 216, 0.6);
  box-shadow: -2px 3px 20px rgba(216, 216, 216, 0.6);
}
.tieredprice ul {
  padding-left: 10px;
}
.tieredprice .san {
  position: absolute;
  left: -7px;
  top: 13px;
  width: 12px;
  height: 12px;
  border-width: 0 0px 1px 1px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
.tieredprice h3 {
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  font-size: 14px;
}
.tieredprice h3 i {
  width: 30px;
  height: 22px;
}
.tieredprice h3 span {
  margin-left: 20px;
}
.tieredprice ul li {
  height: 22px;
  line-height: 22px;
  padding: 0;
}
.tieredprice ul li span {
  display: inline-block;
  float: left;
  width: 50%;
}
/*无参数样式*/
.pr_detail .noParam {
  width: 100%;
  height: 656px;
  border: 1px solid #E4E4E4;
  background: url('/assets/img/v2/prdetail_bg.png') center;
  position: relative;
}
.pr_detail .noParam div {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pr_detail .noParam p {
  width: 500px;
  font-size: 14px;
  color: #808080;
  line-height: 24px;
}
.pr_detail .noParam a {
  display: inline-block;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #167CDB;
  font-size: 12px;
  color: #167CDB;
  line-height: 26px;
  margin-top: 8px;
  padding: 0 25px;
  cursor: pointer;
}
.pr_detail .noParam a:hover {
  background: #E6F4FF;
}
