
.menu-icon{
  width: 34rem !important;
  height: 36rem !important;
}

.topicInfo .INFO .list {
  margin-top: 50rem;
  background: #ffffff;
  border-radius: 24rem;
  padding: 0 22rem;
  box-sizing: border-box;
}
.topicInfo .INFO .list .item {
  display: flex;
  padding: 30rem 0;
  border-bottom: 001rem dashed #dfdde9;
  justify-content: space-between;
}
.topicInfo .INFO .list .item .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}
.topicInfo .INFO .list .item .left .tit {
  font-size: 30rem;
  font-weight: bold;
  color: #000000;
  line-height: 46rem;
}
.topicInfo .INFO .list .item .left .textBox .name {
  color: #000;
  font-size: 26rem;
  margin-right: 006rem;
}
.topicInfo .INFO .list .item .left .textBox .text {
  color: #848484;
  font-size: 26rem;
}
.topicInfo .INFO .list .item img {
  width: 246rem;
  height: 150rem;
  border-radius: 10rem;
  margin-left: 24rem;
  flex-shrink: 0;
}
.topicInfo .INFO .info {
  padding: 25rem;
  position: relative;
  z-index: 1;
}
.topicInfo .INFO .info .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topicInfo .INFO .info .bot .back {
  width: 128rem;
  height: 42rem;
  background: rgba(255, 255, 255, 0.31);
  border-radius: 21rem;
  justify-content: center;
  display: flex;
  align-items: center;
}
.topicInfo .INFO .info .bot .back img {
  width: 22rem;
  height: 22rem;
}
.topicInfo .INFO .info .bot .back text {
  font-size: 22rem;
  font-weight: bold;
  color: #ffffff;
}
.topicInfo .INFO .info .bot .left {
  display: flex;
  align-items: center;
}
.topicInfo .INFO .info .bot .left .text {
  display: flex;
  align-items: center;
  font-size: 24rem;
  font-weight: 400;
  color: #ffffff;
  margin-right: 55rem;
  margin-bottom: 0;
}
.topicInfo .INFO .info .bot .left .text text {
  font-size: 24rem;
  font-weight: bold;
  color: #ffffff;
}
.topicInfo .INFO .info .bot .left .text img {
  margin-right: 08rem;
  width: 26rem;
  height: 18rem;
}
.topicInfo .INFO .info .title {
  font-size: 46rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20rem;
  width: 80%;
}
.topicInfo .INFO .info .node {
  font-size: 26rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20rem;
  width: 70%;
}
.topicInfo .INFO .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.topicInfo .navigation {
  transition: all 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.topicInfo .navigation .TOP {
  display: flex;
  justify-content: space-between;
  padding: 0 26rem;
  height: 90rem;
  align-items: center;
}
.topicInfo .navigation .TOP .backImg {
  width: 42rem;
  height: 42rem;
}
.topicInfo .isColor {
  background: #fff;
}
