#fdgfd {
  font-size: 16px;
}
.page-item .item-text h1 {
  margin-bottom: 0.35rem;
}
.page-item .item-text p {
  margin: 0;
  line-height: 2;
}
.page-item .item-text a {
  margin-top: 0.45rem;
}

.bread {
  display: flex;
  align-items: center;
}

.bread a {
  display: inline-block;
  font-size: .14rem;
  color: rgb(153, 153, 153);
}

.bread a.active {
  color: #e9424b;
}

.bread div {
  display: inline-block;
  font-size: .14rem;
  color: rgb(153, 153, 153);
}

.padding28 {
  padding: .28rem 0;
}

.marginleft10 {
  margin-left: .10rem;
}

.margintop62 {
  margin-top: .62rem;
}

.search-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: .42rem 0
}

.search-box .search-left {
  width: 9.63rem;
  background-color: #f7f7f7;
  padding: .50rem .3rem;
  border-radius: .06rem;
  box-sizing: border-box;
}

.search-box .search-right {
  width: 3.8rem;
}

.search-box .searchshow {
  display: flex;
  align-items: center;
  padding: .25rem 0;
  border-bottom: 1px solid #dddddd;

}

.search-box .searchshow .txt {
  margin-left: .25rem;
  font-size: .28rem;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.search-box .activity-box .title {
  position: relative;
  font-size: .24rem;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-left: .22rem;
  align-items: center;
  display: flex;
  margin-bottom: .43rem;
}

.search-box .activity-box .title::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  /* 调整此处的数值来控制竖线的位置 */
  top: 0;
  width: 6px;
  /* 调整此处的数值来控制竖线的宽度 */
  height: 100%;
  background-color: red;
  /* 设置竖线的颜色 */
}

.search-box .activity-box .activityitem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.search-box .activity-box .activityitem .left {
  width: 3.09rem;
  height: 2.34rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.04rem;
}

.search-box .activity-box .activityitem a:hover.left>img {
  transform: scale(1.1);
}

.search-box .activity-box .activityitem .left>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.search-box .activity-box .activityitem .right .tit {

  font-size: .20rem;
  font-family: "Microsoft YaHei";
  color: rgb(0, 0, 0);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .22rem;
}

.search-box .activity-box .activityitem .right .tit > div {
  font-size: .20rem;
  font-family: "Microsoft YaHei";
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.search-box .activity-box .activityitem .right {
  padding-left: .32rem;
  flex-shrink: 0;
  flex: 1;
}

.search-box .activity-box .activityitem .right .tit .label {

  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  background-color: #ff7e33;
  border-radius: .04rem;
  padding: 0.06rem 0.08rem;
  font-weight: initial;
}

.search-box .activity-box .activityitem .right .label {
  display: flex;
  align-items: center;

}

.search-box .activity-box .activityitem .right .intro {
  margin-bottom: .20rem;
  line-height: 2;
  display: inline-block;
}

.search-box .activity-box .activityitem .right .intro p {
  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(76, 76, 76);
}

.search-box .activity-box .activityitem .right .labelitem {
  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
}

.search-box .activity-box .activityitem .right .labelitem img {
  margin-right: .07rem;
  width: .16rem;
}

.search-box .activity-box .activityitem .right .detail {
  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(29, 29, 29);
  display: flex;
  align-items: center;
  margin-top: 0.22rem;
}

.search-box .activity-box .activityitem .right .detail img {
  margin-left: .08rem;
  width: 0.18rem;
}

.search-box .activity-box .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-box .activity-box .items img {
  width: 3.0rem;
}

.board img {
  width: 100%;
}

.aboutlabel {
  display: flex;
  align-items: center;
}

.aboutlabel .txt {
  font-size: .16rem;
  font-family: "Microsoft YaHei";
  color: rgb(48, 48, 48);
  font-weight: bold;
}

.aboutlabel .label {
  font-size: .16rem;
  font-family: "Microsoft YaHei";
  color: rgb(225, 37, 27);
  background-color: #fce9e8;
  border-radius: 0.04rem;
  padding: 0.05rem 0.21rem;
  margin-right: 0.1rem;
}

.pagination .pageul .pageli a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .35rem;
  height: .35rem;
  font-size: .16rem;
  color: #333333;
}

.pagination .pageul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .pageul .pageli {
  /* margin: 0 5px; */
  border: 1px solid #d4d4d4;
  transition: all .3s;
}

.pagination .pageul .pageli:hover,
.pagination .pageul .pageli.active {
  background-color: #e01c26;
  border: 1px solid #e01c26;
}

.pagination .pageul .pageli:hover a,
.pagination .pageul .pageli.active a {
  color: #fff;
}

.pagination .pageul .pageli.active a {
  color: #fff;
}

.pagination {
  margin: 0.4rem 0 0.8rem;
}

.pagination .left {
  margin-right: .12rem;

}

.pagination .left a span {
  color: #cdcdcd;
  font-size: .16rem;
}

.pagination .right a span {
  font-size: .16rem;
}

.pagination .right {
  margin-left: .12rem;

}

.search-right .up {
  box-shadow: 0px 0px 10px 5px #f7f7f7;
  padding: .3rem .30rem;
  margin-bottom: .3rem;
}

.input-container {
  position: relative;
  display: inline-block;
  margin-bottom: .35rem;
}

.search-right .up input {
  width: 3.32rem;
  height: .43rem;
  background-color: #f0f0f0;
  border-radius: .06rem;
  text-indent: .16rem;
}

.icon {
  position: absolute;
  top: 50%;
  right: .2rem;

  /* 调整图标距离输入框右边的距离 */
  transform: translateY(-50%);
  /* 设置图标的样式，比如字体图标或图片 */
}

.icon img {
  height: .24rem;
}

.search-right .up .typechange {
  display: flex;
  font-size: .20rem;
  font-family: "Microsoft YaHei";
  color: rgb(230, 43, 0);
}

.search-right .up .typechange .txt {
  font-size: .22rem;
  padding: 0 .18rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #333;
}

.typechange .active {
  font-size: .26rem !important;
  color: rgb(230, 43, 0);
}

.typechange img {
  width: .23rem;
}

.search-right .up .searchitem {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: .24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.15rem;
}

.search-right .up .searchitems .txt {
  position: relative;
  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  
}

.search-right .up .searchitem::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background-color: #999999;
  margin-right: .15rem;
}

.search-right .up .searchitems .read {
  font-size: .12rem;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);
  display: flex;
  align-items: center;
}

.search-right .up .searchitems .read img {
  margin-right: .05rem;
  width: .2rem;
}

.grayline {
  border-right: 1px solid #d6d6d6;
}

.search-right .middle {
  padding: .42rem .30rem;
  box-shadow: 0px 0px 10px 5px #f7f7f7;
  margin-bottom: .3rem;
}

.search-right .middle .typechange .txt {
  font-size: .26rem;
  padding: 0 .18rem;
  font-family: "Microsoft YaHei";

}

.search-right .middle .typechange {
  display: flex;
  align-items: center;

  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-bottom: .1rem;

}

.search-right .middle {
  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
}

.search-right .middle .models {
  display: flex;
  flex-wrap: wrap;
  gap: .1rem;
}

.search-right .middle .model a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: .18rem;

}

.search-right .middle .model .img {
  width: 1rem;
  height: .88rem;
  overflow: hidden;
}

.search-right .middle .model div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.search-right .middle .model a:hover div>img {
  transform: scale(1.1);
}

.search-right .middle .model .txt {
  margin-top: .12rem;
  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
}

.search-right .bottom {
  box-shadow: 0px 0px 10px 5px #f7f7f7;
  padding: .42rem .30rem;
}

.search-right .bottom .typechange {
  display: flex;
  align-items: center;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-bottom: .3rem;
}

.search-right .bottom .typechange .detail {
  display: flex;
  align-items: center;
  font-size: .16rem;
  font-family: "Microsoft YaHei";
  color: rgb(38, 38, 38);
  margin-left: auto;
}

.search-right .bottom .typechange .detail img {
  margin-left: .1rem;
}

.search-right .bottom .typechange .detail .more {
  display: flex;
  align-items: center;
  font-size: .16rem;
  font-family: "Microsoft YaHei";
  color: rgb(38, 38, 38);
  margin-top: 0;

}

.search-right .bottom .typechange .detail .more div {
  border-bottom: 1px solid #e1251c;
  padding-bottom: .05rem;
}

.search-right .bottom .typechange .txt {
  font-size: .26rem;
  padding: 0 .18rem;
  font-family: "Microsoft YaHei";

}

.search-right .bottom .typechange .txt {
  font-size: .26rem;
  padding: 0 .18rem;
  font-family: "Microsoft YaHei";
}

.search-right .bottom .hotitem {
  border-radius: 0.04rem;
  height: 2.51rem;
  overflow: hidden;
}

.search-right .bottom .hotitem a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.search-right .bottom .hotitem a:hover img {
  transform: scale(1.1);
}

.paginator {
  display: inline-block;
}

.paginator select {
  padding: 5px;
  font-size: .16rem;
  border: 1px solid #d4d4d4;
  margin-left: .27rem;
  background-color: #f7f7f7;
}

select:focus {
  outline: none;
}

.search-left .changelabels {
  display: flex;
}

.search-left .changelabels .label {
  font-size: .16rem;
  font-family: "Microsoft YaHei";
  background-color: #e2e2e2;
  border-radius: .04rem;
  padding: .05rem .12rem;
  margin-right: .12rem;
}

.search-left .changelabels .label a {
  color: #333333;
}

.search-left .changelabels .label:hover {

  background-color: #e1251b
}

.search-left .changelabels .label:hover a {
  color: rgb(255, 255, 255);
}

.search-left .changelabels .active a {
  color: rgb(255, 255, 255);
}

.search-left .changelabels .active {
  background-color: #e1251b
}

.hotitems {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}

.hotitems li {
  width: 100%;
  height: 2.16rem;
  position: relative;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-bottom: 0.266rem;
}

.hotitems li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  width: 100%;
  height: 40%;
  z-index: 0;
}

.hotitems li a {
  display: block;
  width: 100%;
  height: 100%;
}

.hotitems li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.hotitems li a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.hotitems li:hover a>img {
  transform: scale(1.1);
}

.hotitems li .like {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 1;
  opacity: 0;
  transition: all .3s;
}

.hotitems li .like img {
  width: 0.23rem;
}

.hotitems li:hover .like {
  opacity: 1;
}

.hotitems li .con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0.22rem;
  box-sizing: border-box;
}

.hotitems li .con h3 {
  margin-bottom: 0.1rem;
  font-family: "思源黑体 Normal";
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotitems li .con .price {
  display: flex;
  font-size: 0.14rem;
  justify-content: space-between;
}

.hotitems li .con .price span {
  font-weight: bold;
  font-size: 0.14rem;
  color: #ffff;
}

.hotitems li .con em {
  font-style: normal;
  font-size: 0.14rem;
  color: #fff;
}

.hotitems li .con b {
  font-style: normal;
  color: #e1251b;
  vertical-align: text-bottom;
}

.hotitems li .con .listbtn {
  display: flex;
  overflow: hidden;
  transform: translateY(5px);
  height: 0;
  opacity: 0;
  transition: all .3s;
}

.hotitems li:hover .con .listbtn {
  transform: translateY(0);
  margin-bottom: 0.1rem;
  height: 0.28rem;
  opacity: 1;
}

.hotitems li .con .listbtn .btn {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 0.12rem;
  height: 0.28rem;
  font-size: 0.12rem;
  color: #fff;
  border-radius: 0.04rem;
}

.hotitems li .con .listbtn .btn img {
  width: 0.13rem;
  margin-right: 0.04rem;
}

.hotitems li .con .listbtn .btn.cart {
  background-color: #d9001b;
  margin-right: 0.08rem;
}

.hotitems li .con .listbtn .btn.collect {
  background-color: #ff9b35;
}

/* 视频/专题*/
.about .video-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .4rem 0;
}

.about .video-title .title-left {
  display: flex;
  align-items: center;
}

.about .video-title .title-left .video-nav {
  display: flex;
  align-items: center;
  color: #202020;
  font-size: .18rem;
}

.about .video-title .title-left .video-nav li {
  text-align: center;
}

.about .video-title .title-left .video-nav li a {
  display: inline-block;
  padding-bottom: .08rem;
  border-bottom: .04rem solid none;

  font-size: .28rem;
  font-family: "Microsoft YaHei";
  color: rgb(0, 0, 0);
  font-weight: bold;
}


.about .video-title .title-left p {
  color: #666;
  font-size: .16rem;
  margin-bottom: .05rem;
  margin-left: .4rem;
}

.about .video-title .title-more a {
  display: flex;
  align-items: center;
}

.about .video-title .title-more a span {
  color: #262626;
  font-size: .16rem;
  border-bottom: 1px solid #e62b00;
  padding-bottom: .03rem;
}

.about .video-title .title-more a img {
  width: .21rem;
  margin-left: .1rem;
}

.about-list {
  display: flex;
}

.about-list .works-item {
  width: 3.66rem;
  height: 2.3rem;
  position: relative;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-right: 0.2rem;
  margin-bottom: 0.45rem;
}

.about-list .works-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  width: 100%;
  height: 40%;
  z-index: 0;
}

.about-list .works-item>a {
  display: block;
  width: 100%;
  height: 100%;
}

.about-list .works-item:nth-of-type(4n) {
  margin-right: 0;
}

.about-list .works-item>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.about-list .works-item:hover>a>img {
  transform: scale(1.1);
}

.about-list .works-item .like {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: .22rem;
  overflow: hidden;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 1;
}

.about-list .works-item .like span {
  color: #fff;
  font-size: .14rem;
  border-radius: .06rem;
  background: rgba(0, 0, 0, .4);
  padding: .02rem 0.08rem;
  transition: all .3s;
}

.about-list .works-item .like img {
  opacity: 0;
  width: 0.23rem;
  transition: all .3s;
}

.about-list .works-item:hover .like img {
  opacity: 1;
  transform: translateY(-.23rem);
}

.about-list .works-item:hover .like span {
  opacity: 0;
  transform: translateY(-.3rem);
}

.about-list .works-item .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0.2rem;
  box-sizing: border-box;
}

.about-list .works-item .con .con-text h3 a {
  font-family: "思源黑体 Normal";
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-list .works-item .con .con-text em {
  font-style: normal;
  font-size: 0.14rem;
  color: #fff;
}

.about-list .works-item .con .con-text b {
  font-style: normal;
  color: #e1251b;
  vertical-align: text-bottom;
}

.about-list .works-item .con .con-text .listbtn {
  display: flex;
  overflow: hidden;
  transform: translateY(5px);
  height: 0;
  opacity: 0;
  transition: all .3s;
}

.about-list .works-item:hover .con .con-text .listbtn {
  display: flex;
  align-items: center;
  transform: translateY(0);
  height: 0.28rem;
  opacity: 1;
  padding-top: .02rem;
}

.about-list .works-item .con .con-text .listbtn .btn {
  display: flex;
  align-items: center;
  height: 0.28rem;
  font-size: 0.12rem;
  color: #fff;
  margin-right: .1rem;
}

.about-list .works-item .con .con-text .listbtn .btn img {
  width: 0.11rem;
  margin-right: 0.02rem;
}

.about-list .works-item .con .con-text .listbtn .btn:nth-child(2) img {
  width: 0.16rem;
}

.about-list .works-item .con .con-text .listbtn .btn:nth-child(3) img {
  width: 0.09rem;
}

.about-list .works-item .con .con-down img {
  width: .26rem;
}

/* < !-- 材料属性 --> */
.material-p {
  margin-top: .8rem;
  margin-bottom: .5rem;
}

.material-p img {
  width: .24rem;
}

.back img {
  width: auto;
}

.material-p .title {
  text-align: center;
  font-size: .30rem;
  font-family: "Microsoft YaHei";
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: .5rem;
}

.material-p .tableitem {
  width: 50%;
  display: flex;
  font-size: .14rem;
  font-family: "SourceHanSansCN";
  color: rgb(51, 51, 51);
}

.material-p .tableitem_long {
  width: 100%;
  display: flex;
  font-size: .14rem;
  font-family: "SourceHanSansCN";
  color: rgb(51, 51, 51);
}

.material-p .table {
  display: flex;
}

.material-p .table .head {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  width: calc(40% + 10px);
  /* 占七分之五 */
  /* 占七分之二 */
  padding: .2rem 0;
  border: 1px solid #cdcdcd;
}

.material-p .table .back {
  display: flex;
  align-items: center;
  padding-left: .5rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  border: 1px solid #cdcdcd;
  width: calc(70% - 10px);
  font-size: 0.16rem;
  /* 占七分之二 */
  /* 占七分之二 */

}

.material-p .table_long .head {
  display: flex;
  align-items: center;

  background-color: #f7f7f7;
  width: calc(18% + 10px);
  /* 占七分之五 */
  /* 占七分之二 */
  padding: .2rem 0;
  border: 1px solid #cdcdcd;
}

.material-p .table_long .back {
  display: flex;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  border: 1px solid #cdcdcd;
  width: calc(82% - 10px);
  /* 占七分之二 */
  /* 占七分之二 */

}

.material-p .table_long .back .txt {
  margin-left: .16rem;

}

.material-p .table .head .txt {
  margin-left: .16rem;
  font-size: 0.16rem;
}

.material-p .table .head img {
  margin-left: .5rem;
  width: .24rem;
}

.material-p .table_long .head .txt {
  margin-left: .16rem;
}

.material-p .table_long .head img {
  margin-left: .5rem;
  width: .24rem;
}

/* < !-- 推荐模型 --> */
.model-recommend .example-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.33rem;
}

.model-recommend .example-list .title {
  font-size: .18rem;
  font-family: "Microsoft YaHei";
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: .24rem;
}

.model-recommend .example-list .title a {
  font-size: .18rem;
  font-family: "Microsoft YaHei";
  color: rgb(0, 0, 0);
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.model-recommend .example-list .title a:hover {
  color: rgb(225, 37, 27);
}

.model-recommend .example {
  width: 3rem;
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-bottom: 0;
}

.model-recommend .example .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.model-recommend .example .img {
  overflow: hidden;
  height: 2rem;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}

.model-recommend .example .img a:hover>img {
  transform: scale(1.1);
}

.model-recommend .example-list .box {
  padding: .2rem;
  background-color: white;
}

.model-recommend .example-list .intro {
  margin-bottom: .3rem;
  font-size: .14rem;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  text-overflow: ellipsis;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;

  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.model-recommend .example-list .label {
  font-size: .12rem;
  font-family: "Microsoft YaHei";
  color: rgb(225, 37, 27);
  border: 1px solid rgb(225, 37, 27);
  padding: 0.05rem 0.03rem;
  border-radius: 0.06rem;
}

.model-recommend .example-list .bottom {
  display: flex;
  justify-content: space-between;
}

.model-recommend .example-list .item {
  font-size: .12rem;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);
  display: flex;
  align-items: center;

}

.model-recommend .example-list .item img {
  margin-right: 0.1rem;
  width: .16rem;

}