.cs-content {
  width: 1128px;
  margin: 0 auto;
  margin-top: 15px;
  min-height: 600px;
}
.product-item {
  background: #FFFFFF;
  border: 0.53px solid rgba(216,216,216,1);
  box-shadow: 0px 7px 10px 0px rgba(62,62,62,0.06);
  border-radius: 5px;
  width: 100%;
  padding: 20px 30px 20px 25px;
  position: relative;
  display: flex;
  margin-bottom: 35px;
}
.product-item:hover {
  border: 2px solid rgba(63,149,255,1);
}
.product-item .cover-img {
  width: 270px;
  height: 270px;
  border-radius: 8px;
  transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s
}
.product-item:hover .cover-img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -ms-transform: scale(1.1);
  -ms-transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -o-transform: scale(1.1);
  -o-transform-origin: 50% 50%
}
.product-item .content {
  margin-left: 33px;
}
.product-item .content .title {
  padding-top: 20px;
  font-family: FZLTZCHJW--GB1-0;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: bold;
  width: 499px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .content .tags-list {
  padding-top: 5px;
  display: flex;
  width: 677px;
}
.product-item .content .tags-list span {
  font-family: FZLTXIHJW--GB1-0;
  font-size: 15.4px;
  color: #3F95FF;
  letter-spacing: 0;
  line-height: 34.1px;
  font-weight: 400;
  margin-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-item .content .tags-list span:last-child {
  margin-right: 0;
}
.product-item .content .tags-list span i {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(../images/tj3Xuebi.png) 0px -29px/200px 200px no-repeat!important;
  position: relative;
  top: 3px;
}
.product-item .content .age {
  padding-top: 10px;
  font-family: FZLTXIHJW--GB1-0;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 31px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 677px;
}
.product-item .content .jffs {
  display: flex;
  width: 480px;
}
.product-item .content .bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
}
.product-item .content .price-box {
  font-family: FZLTZCHJW--GB1-0;
  font-size: 22px;
  color: #E93E4E;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.product-item .content .price-box .price {
  font-size: 30px;
  font-weight: bold;
}
.product-item .content .qi {
  color: #999999;
  font-weight: bold;
  position: relative;
  top: -2px;
  font-size: 18px;
}
.mobileProduct1:hover .qr-code-box{
  display:block
}
.mobileProduct1 {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  width: 100px;
  margin-left: 15px;
  display: flex;
  position: relative;
  top: 7px;
}

.mobileProduct1 .icon {
  display: block;
  width: 21px;
  height: 20px;
  background: url(../images/mobileSM1.png) center center/100% 100% no-repeat;
}

.mobileProduct1 .doc {
  display: block;
  height: 20px;
  margin-top: 0px;
  margin-right: 12px;
}
.mobileProduct1 .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;
}

.mobileProduct1 .qr-code-box .qr-code {
  padding: 36px 36px 0;
}

.mobileProduct1 .qr-code-box .qr-code img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.mobileProduct1 .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;
}
.mobileProduct1:hover .doc {
  color: #3f95ff;
}

.mobileProduct1:hover .icon {
  background: url(../images/mobileSM2.png) center center/100% 100% no-repeat;
}
.mobileProduct1:hover .qr-code-box {
  display: block;
}
.pcProduct {
  width: 203px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  background-image: linear-gradient(270deg, #F4212B 0%, #FBAC47 96%);
  box-shadow: 0 4px 6px -1px rgba(245,166,35,0.48);
  border-radius: 23.5px;
  font-family: FZLTXIHB--B51-0;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 15px;
  top: -10px;
}
.jffs-val {
  width: 310px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-tips {
  width: 117px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
}
.new-tips {
  background: url(../images/bxcs-new-icon.png) no-repeat;
  background-size: 100% 100%;
}
.hot-tips {
  background: url(../images/bxcs-hot-icon.png) no-repeat;
  background-size: 100% 100%;
}
.collect-wrap {
  position: absolute;
  top: 48px;
  right: 40px;
  height: 15px;
  border-left: 1px dashed rgba(157,157,157,1);
  padding-left: 13px;
  display: flex;
  cursor: pointer;
}
.collect-wrap .collect {
  width: 13px;
  height: 13px;
  background: url(../images/bxcs-collect.png) no-repeat;
  background-size: 100% 100%;
}
.collected-wrap .collect {
  background: url(../images/bxcs-collected.png) no-repeat;
  background-size: 100% 100%;
}
.collect-wrap .txt {
  padding-left: 7px;
  font-family: FZLTXIHJW--GB1-0;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
}
.collected-wrap .txt {
  color: #005BAC;
}