.listeningbg {
  width: 100%;
  height: 2.25rem;
  background: #000000;
  background-size: 100% 2.25rem;
}
.fixednav {
  position: fixed;
  top: 0;
  z-index: 22;
  background: transparent;
}
.fixedbg {
  position: fixed;
  top: 0;
}
.nav {
  justify-content: space-between;
}
.con {
  padding: 0.2rem 0.16rem 0.14rem;
}
.con .con_top {
  font-size: 0.2rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.con .con_time {
  padding-top: 0.14rem;
}
.con .con_time p {
  font-size: 0.12rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
}
.con .con_time p span {
  margin-right: 0.1rem;
}
.listenlistcon {
  padding: 0rem 0.16rem 0.16rem;
}
.listenlistcon .padding_top {
  padding-top: 0.2rem;
}
.listenlistcon .listenlist {
  display: flex;
}
.listenlistcon .listenlist .left {
  width: 0.18rem;
  margin-right: 0.14rem;
  margin-top: 0.03rem;
}
.listenlistcon .listenlist .left img {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
}
.listenlistcon .listenlist .right {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.listenlistcon .listenlist .right .right_title {
  font-size: 0.17rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.24rem;
  overflow: hidden;
}
.listenlistcon .listenlist .right .right_title img {
  width: 0.28rem;
}
.listenlistcon .listenlist .right .right_con {
  height: 0.14rem;
  font-size: 0.13rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.14rem;
  margin-top: 0.06rem;
}
.border_bottom {
  border-bottom: 0.01rem solid #EEEEEE;
  padding-bottom: 0.14rem;
  padding-top: 0.2rem;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.content-btm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.64rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.12);
}
.content-btm p {
  padding: 0.1rem 0.16rem;
  background: #fff;
}
.content-btm p .btm-word {
  display: block;
  height: 0.44rem;
  background: #3B70FF;
  border-radius: 0.22rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.44rem;
}
.catalogue {
  position: fixed;
  width: 3.75rem;
  height: 0.54rem;
  padding-top: 0.1rem;
  background: #FFFFFF;
  display: flex;
  top: 2.25rem;
}
.catalogue .sub {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  line-height: 0.44rem;
  text-align: center;
  flex: 1;
  display: block;
}
.catalogue .sub a {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  line-height: 0.44rem;
  text-align: center;
}
.catalogue .sub .active {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  position: relative;
}
.catalogue .sub .active::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  bottom: -0.12rem;
  width: 0.47rem;
  height: 0.03rem;
  background: #3B70FF;
  border-radius: 0.02rem;
}
.marg_top {
  margin-top: 2.79rem;
}
.datail {
  padding: 0.2rem 0.16rem 0.14rem;
}
.datail p {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 0.2rem;
  text-indent: 0.28rem;
}
.evaluate .comment {
  margin-bottom: 1rem;
  padding: 0.14rem 0.16rem;
}
.evaluate .comment .commenttip {
  width: 100%;
  height: 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.2rem;
  margin-top: 0.12rem;
}
.evaluate .comment .commentcon {
  display: flex;
  margin-top: 0.2rem;
}
.evaluate .comment .commentcon .commentcon_left {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.06rem;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.evaluate .comment .commentcon .commentcon_left img {
  flex: 1;
}
.evaluate .comment .commentcon .commentcon_right {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.evaluate .comment .commentcon .commentcon_right .commentcon_right_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.evaluate .comment .commentcon .commentcon_right .commentcon_right_top .name {
  flex: 1;
  height: 0.21rem;
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 0.21rem;
}
.evaluate .comment .commentcon .commentcon_right .commentcon_right_top .del {
  width: 0.15rem;
  height: 0.18rem;
  display: flex;
}
.evaluate .comment .commentcon .commentcon_right .commentcon_right_top .del img {
  width: 0.15rem;
  height: 0.18rem;
  flex: 1;
}
.evaluate .comment .commentcon .commentcon_right .commentcon_dtail {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 0.2rem;
  margin-top: 0.08rem;
  word-break: break-all;
}
.evaluate .comment .commentcon .commentcon_right .comment_time {
  height: 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A9A9A9;
  line-height: 0.2rem;
  margin-top: 0.08rem;
}
.bg {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  position: fixed;
  z-index: 555;
  top: 0;
  visibility: hidden;
}
.delete_box {
  width: 3.11rem;
  height: 1.48rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  margin: 0 0.32rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 666;
  top: 2.44rem;
  visibility: hidden;
}
.delete_box .top {
  width: 3.11rem;
  height: 1rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  line-height: 1rem;
  text-align: center;
}
.delete_box .bottom {
  width: 3.11rem;
  height: 0.48rem;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  justify-content: space-between;
}
.delete_box .bottom a {
  flex: 1;
  text-align: center;
  line-height: 0.48rem;
}
.delete_box .bottom #del {
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
}
.delete_box .bottom #ok {
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3B70FF;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
#putword {
  visibility: hidden;
  width: 3.75rem;
  min-height: 1rem;
  background: #FFFFFF;
  box-shadow: 0rem -0.02rem 0.04rem 0rem rgba(0, 0, 0, 0.12);
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 0.1rem 0.18rem 0.2rem;
}
#putword .send {
  width: 100%;
  height: 0.21rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#putword .send .send_left {
  height: 0.21rem;
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 0.21rem;
  letter-spacing: 0.01rem;
}
#putword .send .send_right {
  height: 21px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3E7EFE;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: right;
}
#putword .textareacon {
  display: flex;
  margin-top: 0.1rem;
  width: 3.39rem;
  background: #ECECEC;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 0.2rem;
  border: none;
  height: 0.39rem;
  padding: 0.08rem;
}
.wrap_sub .wrap_sub1{
  display: none;
}
.wrap_sub .wrap_sub1:nth-child(1){
  display: block;
}