.components-recommended-buy {
  width: 270px;
  background: #fff;
  padding: 0 20px;
  overflow: hidden;
}
.components-recommended-buy .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
}
.components-recommended-buy .buy-list {
  font-size: 0;
}
.components-recommended-buy .buy-list > .item {
  display: inline-block;
  vertical-align: top;
  width: 63px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.components-recommended-buy .buy-list > .item .icon {
  width: 63px;
  height: 63px;
  border-radius: 5px;
  margin-bottom: 8px;
  overflow: hidden;
}
.components-recommended-buy .buy-list > .item .icon img {
  width: 100%;
  height: 100%;
}
.components-recommended-buy .buy-list > .item .text {
  font-size: 14px;

  color: #333333;
  text-transform: uppercase;
  line-height: 1;
}
.components-recommended-buy .buy-list > .item .text a {
  color: #333333;
}
.components-recommended-buy .buy-list > .item .text a:hover {
  color: #16c3ca;
}
.components-recommended-buy .buy-list > .item:nth-child(3n) {
  margin-right: 0;
}
.pc .news-details .components-recommended-buy {
  width: 330px;
  background: #fff;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 35px;
}
.pc .news-details .components-recommended-buy .title {
  font-size: 16px;
  margin-top: 15px;
  color: #333333;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
}
.pc .news-details .components-recommended-buy .buy-list {
  font-size: 0;
}
.pc .news-details .components-recommended-buy .buy-list > .item {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin-right: 24px;
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
}
.pc .news-details .components-recommended-buy .buy-list > .item .icon {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-bottom: 8px;
  overflow: hidden;
}
.pc .news-details .components-recommended-buy .buy-list > .item .icon img {
  width: 100%;
  height: 100%;
}
.pc .news-details .components-recommended-buy .buy-list > .item .text {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
}
.pc .news-details .components-recommended-buy .buy-list > .item .text a {
  color: #333333;
  display: block;
  text-align: center;
}
.pc
  .news-details
  .pc
  .news-details.components-recommended-buy
  .buy-list
  > .item
  .text
  a:hover {
  color: #16c3ca;
}
.pc .news-details .components-recommended-buy .buy-list > .item:nth-child(3n) {
  margin-right: 0;
}

.components-recommended-buy.m {
  width: 9.213rem;
  margin: auto;
  background: transparent;
  padding: 0;
}
.components-recommended-buy.m h2 {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0rem;
  color: #333333;
  margin-bottom: 0.4rem;
}
.components-recommended-buy.m .itemList {
  width: 100%;
  font-size: 0;
  height: auto !important;
  display: flex;
  margin-bottom: 0.4rem;
}
.components-recommended-buy.m .itemList > .item {
  width: 4.4rem;
  flex-grow: 1;
  padding-bottom: 0.2rem;
  vertical-align: top;
  margin-right: 0.413rem;
  font-size: 0;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.components-recommended-buy.m .itemList > .item > img {
  width: 0.533rem;
  height: 0.56rem;
  vertical-align: top;
  margin: 0.413rem 0.28rem 0 0.387rem;
}
.components-recommended-buy.m .itemList > .item .info {
  vertical-align: top;
  display: inline-block;
  margin-top: 0.467rem;
  text-align: left;
}
.components-recommended-buy.m .itemList > .item .info h3 {
  font-size: 0.32rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.2rem;
}
.m-main-container
  .components-recommended-buy.m
  .itemList
  > .item
  .info
  .item-tip {
  font-size: 0.3rem;
  white-space: nowrap;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  display: inline-block;
  color: #666666;
}
.components-recommended-buy.m .itemList > .item .info .goodsList {
  overflow: hidden;
}
.components-recommended-buy.m .itemList > .item .info .goodsList > .goods {
  width: 100%;
  font-size: 0.28rem;
  white-space: nowrap;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  display: inline-block;
  color: #666666;
  margin-right: 0.5rem;
  margin-bottom: 0.24rem;
}
.components-recommended-buy.m .itemList > .item:nth-last-child(1) {
  margin-right: 0;
}
.components-recommended-buy.m .itemList:nth-of-type(1) {
  height: 2.5rem;
}
.components-recommended-buy.m .itemList:nth-of-type(2) {
  height: 3.2rem;
}
