
.chat-container {
  width: 100%;
  margin: 0 auto;  
}

.header-title {
  width: 100%;
  height: 2.4rem;
  padding: 0.42rem;
  box-sizing: border-box;
  background-image: url("../images/home/apps/apptemplate/preview.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
  -o-background-size: cover; /* 兼容Opera */
  position: relative;
  overflow: hidden;
}

.header-title .left {
  font-size: 0.16rem;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-title .left img {
  width: 0.24rem;
  margin-right: 0.2rem;
}

.chat-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content-item-table {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #e72828;
  font-size: 0.3rem;
  border-bottom: 1px solid rgb(223, 225, 230);
  margin-bottom: 0.2rem;
}

.chat-info {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.info-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.16rem;
  margin-top: 0.3rem;
}

.info-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.info-left .logo {
  width: 2rem;
  margin-right: 0.1rem;
  /* display: flex;
  justify-content: flex-start;
  align-items: center; */
}

.info-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.info-desc {
  font-size: 0.28rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.4rem;
  margin-left: 2.1rem;
  text-align: justify;
}

.local-build {
  background-image: linear-gradient(-90deg, #f26060, #e72828);
  color: white;
  height: 0.35rem;
  line-height: 0.35rem;
  width: 1.2rem;
  border-radius: 0.2rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.2rem;
}

.build-course {
  border: 1px solid #dd1313;
  color: #dd1313;
  cursor: pointer;
  height: 0.35rem;
  line-height: 0.35rem;
  width: 1.2rem;
  border-radius: 0.2rem;
  cursor: pointer;
  text-align: center;
}

.content-item-table > span {
  display: inline-block;
  padding: 0.1rem;
  border-bottom: 2px solid #e72828;
}


/* ai */
.tool-item-title {
  font-weight: 500;
  font-size: 0.36rem;
  margin-bottom: 0.08rem;
}

.tool-item-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 2px;
  margin-top: 0.08rem;
}

.tool-item-rating .score-img {
  display: flex;
  margin-right: 0.05rem;
}

.tool-item-rating .score-img > img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.05rem;
}

.tool-item-rating .score-num {
  font-size: 0.12rem;
  color: #42526e;
}


/* 评论 */
.comment-num {
  margin-bottom: 0.3rem;
}

.comment-list {
  border: 1px solid hsla(223, 4%, 64%, 0.13);
  padding: 0.2rem;
  border-radius: 0.05rem;
  margin-bottom: 0.3rem;
}


.comment-wrap {
  font-size: 0.3rem;
  padding: .2rem 0.5rem 0.5rem;
}

.comment-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}

.comment-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.comment-left .logo {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.1rem;
}

.comment-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.star-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.10rem;
}

.star-wrap > img {
  width: 0.3rem;
  height: 0.3rem;
}

.comment-date {
  font-size: 0.2rem;
}


.comment-content {
  width: 100%;
  text-align: justify;
  color: #6b778c;
}



