/* 智能推荐3 ↓ */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '.';
  clear: both;
  height: 0;
}

.tj3-container {
  width: 1148px;
  margin: 0 auto;
}

.tj3-top {
  height: 162px;
  background: #fff;
  padding-top: 35px;
  box-shadow: 0 5px 6px 0 rgba(236, 236, 236, 0.75);
  box-sizing: border-box;
}

.tj3-top .tj3-til {
  width: 499px;
  height: 52px;
  margin: 0 auto;
  background: url(../images/tj3Til.png) center center/100% 100% no-repeat;
}

.tj3-bottom .tj3-product-list {
  padding-top: 23px;
}

.tab-con {
  display: none;
  width: 1133px;
  margin: 0 auto;
}


/* .tj3-bottom .tj3-product-list {
display: block;
} */

.tj3-bottom .tj3-product-list .tj3-product {
  position: relative;
  float: left;
  display: block;
  width: 555px;
  height: 183px;
  background: #FFFFFF;
  border: 2px solid #E7E7E7;
  box-shadow: 0 5px 8px 0 #F1F1F1;
  border-radius: 4px;
  padding: 12px 14px 12px 28px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.tj3-bottom .tj3-product-list .tj3-product:nth-child(odd) {
  margin-right: 21px;
}


/* 扫码跳转移动端 20210909 */
.mobileProduct:hover .qr-code-box{
  display:block
}
.mobileProduct {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  float: right;
  margin-top: 8px;
      position: absolute;
left: 240px;
bottom: 14px;
width: 100px;
  margin-right: 30px;
}

.mobileProduct .icon {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(../images/mobileSM1.png) center center/100% 100% no-repeat;
  
  float: left;
}

.mobileProduct .doc {
  display: inline-block;
  height: 20px;
  float: left;
  margin-top: 0px;
    margin-right: 12px;
}
/* 20191125 â†“*/
.mobileProduct .qr-code-box {
  box-sizing: border-box;
  width: 232px;
height: 252px;
position: absolute;
top: 14px;
left: -74px;
  background: url(../images/mobileXF20191125.png) center center/100% 100% no-repeat;
  display: none;
  z-index: 1000;
}

.mobileProduct .qr-code-box .qr-code {
  padding: 36px 36px 0;
}

.mobileProduct .qr-code-box .qr-code img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.mobileProduct .qr-code-box .code-doc {
  display: block;
  margin: 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  font-size: 12px;
  color: #262626;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  padding-top: 4px;
  box-sizing: border-box;
  font-weight: 400;
}
/* 20191125 â†‘ */
.mobileProduct2 .doc {
  color: #3f95ff;
}

.mobileProduct2 .icon {
  background: url(../images/mobileSM2.png) center center/100% 100% no-repeat;
}

.mobileProduct2 .qr-code-box {
  display: block;
}
/* 扫码跳转移动端 20210909 */
.qr-code-box img{height: 166px !important;}