.text-img-icon-reverse {
  display: flex;
  justify-content: end;
}
.text-img-icon-reverse .box {
  width: 15.43rem;
  border-radius: 0px 30px 0px 0px;
  padding: 0.8rem 0;
}
.text-img-icon-reverse .box .inner {
  width: 99.5vw;
  position: relative;
  right: calc(99.5vw - 15.43rem);
}
.text-img-icon-reverse .box .inner .wrapper {
  display: flex;
  justify-content: space-between;
}
.text-img-icon-reverse .box .inner .wrapper .right {
  width: 6.5rem;
  margin-right: 0.66rem;
}
.text-img-icon-reverse .box .inner .wrapper .right .title {
  font-size: 0.36rem;
  font-weight: 700;
  color: #000000;
  line-height: 0.42rem;
}
.text-img-icon-reverse .box .inner .wrapper .right .des {
  font-size: 0.2rem;
  color: #444444;
  line-height: 0.37rem;
  margin-top: 0.15rem;
  height: 2.22rem;
  overflow: auto;
}
.text-img-icon-reverse .box .inner .wrapper .right .des::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.text-img-icon-reverse .box .inner .wrapper .right .des:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.text-img-icon-reverse .box .inner .wrapper .right .btn-box {
  margin-top: 0.35rem;
  margin-right: 0.2rem;
  display: flex;
  justify-content: end;
}
.text-img-icon-reverse .box .inner .wrapper .right .btn-box a {
  display: block;
  width: 1.04rem;
  height: 0.39rem;
  border: 1px solid #e60000;
  border-radius: 0.49rem;
  font-size: 0.16rem;
  text-align: center;
  color: #e60000;
  line-height: 0.39rem;
}
.text-img-icon-reverse .box .inner .wrapper .right .btn-box a:hover {
  background-color: #e60000;
  color: #fff;
}
.text-img-icon-reverse .box .inner .wrapper .right ul {
  display: flex;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-img-icon-reverse .box .inner .wrapper .right ul li .top {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.68rem;
  height: 0.68rem;
  background: #e9eff7;
  border-radius: 50%;
}
.text-img-icon-reverse .box .inner .wrapper .right ul li .top img {
  width: 0.4rem;
  height: 0.4rem;
}
.text-img-icon-reverse .box .inner .wrapper .right ul li .bottom {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  color: #000000;
  width: 1rem;
  line-height: 0.2rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-img-icon-reverse .box .inner .wrapper .left {
  width: 7.56rem;
}
.text-img-icon-reverse .box .inner .wrapper .left img {
  width: 100%;
}
