/*PC端*/
/*M端*/
.main .top-tit {
  padding-top: 0.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f37021;
  box-sizing: content-box;
}
.main .top-tit h1 {
  text-transform: uppercase;
  font-size: 0.45rem;
  line-height: 0.54rem;
  color: #fff6e8;
  display: inline-block;
  padding: 0 0.6rem;
  background-image: url(../image/news-tit-bg.png);
  background-size: 100% 100%;
  font-family: "Nexa Heavy Italic";
  text-align: center;
  height: 1.17rem;
  padding-top: 0.08rem;
}
.main .comment-box {
  background-image: url(../image/comment-detail/comment-bg.webp);
  background-size: 63.51rem 54.41rem;
  background-position: 30% 30%;
  padding: 0.7rem 2.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  position: relative;
}
.main .comment-item {
  background-color: #fff6e8;
  padding: 0.75rem 1.1rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.3rem;
  min-height: 3.93rem;
  height: auto;
}
.main .user-avatar {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 2px solid #f37021;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
}
.main .user-avatar img {
  width: 2.21rem;
  height: 2.21rem;
  border-radius: 50%;
  overflow: hidden;
}
.main .line {
  height: 1.45rem;
  width: 0.02rem;
  background-color: #78746d;
  margin-top: 0.5rem;
}
.main .item-right {
  width: 7.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.main .item-right .user-name {
  font-family: "Nexa Bold";
  font-size: 0.26rem;
  text-transform: uppercase;
  margin-bottom: 0.14rem;
  color: #f37021;
}
.main .item-right p {
  font-size: 0.2rem;
  font-family: "Nexa";
  line-height: 0.25rem;
  letter-spacing: -0.0025rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .item-right p.expanded {
  -webkit-line-clamp: initial;
}
.main i {
  font-style: italic;
}
.main .more {
  display: none;
  position: absolute;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: 1px solid #f37021;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: -0.38rem;
  z-index: 2;
  cursor: pointer;
}
.main .more i {
  font-size: 0.2rem;
  color: #f37021;
  transform: rotate(90deg);
  font-style: normal;
  transition: transform 0.3s ease-out;
}
.main .more i.expanded {
  transform: rotate(270deg);
}
.main .more:hover {
  background-color: #f37021;
}
.main .more:hover i {
  color: #fff;
}
.main .long-line {
  position: absolute;
  writing-mode: vertical-lr;
  font-family: "Nexa Heavy Italic";
  font-size: 1.1636rem;
  width: 1.5rem;
  line-height: 1.5rem;
  height: 31rem;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  text-align: center;
}
.main .long-line.customer-long-line {
  height: 28rem;
}
.main .long-line.customer-long-line > div {
  height: 28rem;
}
.main .long-line > div {
  height: 31rem;
  flex: 0 0 auto;
}
.main .long-line.line-left {
  left: 0;
  top: 0;
}
.main .long-line.line-right {
  bottom: 0;
  right: 0;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .main .top-tit {
    padding-top: 1rem;
    height: 1.88rem;
  }
  .main .top-tit h1 {
    font-size: 0.5rem;
    line-height: 0.55rem;
    background-image: url(../image/comment-detail/news-tit-bg.png);
  }
  .main .comment-box {
    padding: 0.5rem 0.18rem;
  }
  .main .comment-item {
    border-radius: 0.2rem;
    padding: 0.55rem 0.22rem;
    row-gap: 0.5rem;
    min-height: 2.7rem;
  }
  .main .user-avatar {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
  }
  .main .user-avatar img {
    width: 1.08rem;
    height: 1.08rem;
  }
  .main .item-right .user-name {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .main .item-right p {
    font-size: 0.24rem;
    letter-spacing: -0.005rem;
    line-height: 0.28rem;
  }
  .main .item-right p b {
    letter-spacing: 0;
  }
  .main .line {
    height: 1.07rem;
    background-color: #000000;
    margin: 0.24rem 0.24rem 0;
  }
  .main .long-line {
    display: none;
  }
}
