* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eeeeee;
}

.zxdetail-box {
  /* width: 13rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto; */
  padding-top: 0.6rem;
  min-height: 54vh;
}

.zixun-dingwei {
  position: absolute;
  top: -0.55rem;
  left: 0;
  font-size: 0.16rem;
  color: #999;
}

.zxdetail-box span {
  color: #b3216f;
}

/* 列表 */
.zxdetail-c-box {
  position: relative;
  display: flex;
  margin-top: 1.2rem;
}

.zxdetail-box-cl {
  width: 7.7rem;
  margin-right: 0.3rem;
  margin-bottom: 1rem;
}
.zxdetail-box-cl-top {
  padding: 0.6rem 0.3rem 0.3rem;
  background-color: #fff;
}

.box-cl-title {
  font-size: 0.26rem;
  font-weight: bold;
}

.box-cl-name {
  font-size: 0.16rem;
  margin: 0.28rem 0 0.47rem 0;
}

.box-cl-name span {
  color: #999999;
}

.box-cl-name span:nth-child(2) {
  margin: 0 0.52rem 0 0.49rem;
}

.box-cl-text {
  position: relative;
  overflow: hidden;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
}
.text-vip {
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  text-align: center;
  width: 100%;
  font-size: 0.14rem;
  color: #b3216f;
  text-align: center;
  border-bottom: 0.02rem solid #b3216f;
  background-color: white;
  padding: 0.04rem 0;
}
.box-cl-text img {
  /* height: 4.19rem; */
  /*display: block;*/
  object-fit: cover;
  margin: 0.12rem 0 0.12rem 0;
}
.box-cl-brand-list {
  margin-top: .24rem;
}
.box-cl-brand-list .brand-list-item {
  color: #B3216F;
  border: 0.01rem solid #B3216F;
  box-shadow: 0rem 0rem 0.07rem 0rem rgb(179 33 111 / 25%);
  font-size: 0.16rem;
  padding: 0.08rem 0.16rem;
  margin: 0 0.15rem 0.15rem 0;
  cursor: pointer;
}

.box-cl-text-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.4rem;
}

.btn-l {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btn-l span {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
  margin-right: 0.1rem;
}
.btn-l span img {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-r {
  display: flex;
  align-items: center;
  color: #b3216f;
  cursor: pointer;
}
.btn-r a{
  display: flex;
  align-items: center;
  color: #b3216f;
  cursor: pointer;
}

.btn-r span {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
  margin-left: 0.1rem;
}
.btn-r span img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 个人信息 */
.zxdetail-box-cr {
  width: 4rem;
  background-color: #f0f0f0;
}
.box-top {
  padding: 0.49rem 0.27rem;
  background-color: #fff;
}
.box-cr-top {
  display: flex;
  align-items: center;
}
.box-cr-timg {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.13rem;
}
.box-cr-timg a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.box-cr-tbox {
  flex: 1;
}
.box-cr-tt a {
  font-size: 0.24rem;
  font-weight: 500;
  margin-bottom: 0.06rem;
}
.box-cr-txt {
  font-size: 0.16rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box-cr-center {
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
  border-bottom: 0.01rem solid #e2e2e2;
  padding-bottom: 0.3rem;
}
.box-cr-center-btnl {
  width: 1.65rem;
  height: 0.4rem;
  background-color: #b3216f;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.2rem;
  cursor: pointer;
}
.btnr {
  background-color: #fff;
  color: #000;
  border: 0.01rem solid #000;
}

.box-cr-bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.3rem;
  background-color: #fff;
}
.box-cr-bottom-l {
  text-align: center;
}
.box-cr-bottom-lt {
  font-size: 0.16rem;
  margin-bottom: 0.13rem;
}
.box-cr-bottom-lb {
  font-size: 0.32rem;
  color: #b3216f;
  font-weight: 500;
  font-family: Source Han Sans CN;
}
/* 作者文章 */
.zuozhewz-box {
  width: 4rem;
  margin-top: 0.1rem;
  border-bottom: 0.1rem;
  background-color: #fff;
  padding: 0.49rem 0.27rem 0rem 0.27rem;
}
.zzwz-title {
  font-size: 0.24rem;
  font-weight: 500;
}
.zzwz-box {
  border-bottom: 0.01rem solid #f0f0f0;
  padding-bottom: 0.15rem;
  cursor: pointer;
}
.zzwz-box:last-child {
  border-bottom: none;
}
.zzwz-name a {
  font-size: 0.18rem;
  margin: 0.15rem 0 0.15rem 0;
}
.zzwz-text a {
  font-size: 0.16rem;
  color: #b3216f;
}
/* 按钮 */
.anniu-box {
  margin-top: 0.47rem;
  margin-left: 0.17rem;
}
.qr-code-box {
  position: relative;
}
.qr-code-box:hover .qrcode {
  display: block;
}
.qrcode {
  display: none;
  position: absolute;
  top: -1rem;
  right: -1.7rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  background-color: red;
}
.anniu-box div {
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
}
.anniu-box div img {
  width: 100%;
  height: 100%;
  display: block;
}
.anniu-box div {
  margin: 0.215rem 0;
}
.anniu-box div:last-child {
  margin-top: 0.215rem;
}

/* 资料下载 */
.box-cl-xiazai {
  margin: 0.3rem 0;
  /* width: 7rem; */
  padding: 0.5rem 0.35rem;
  background-color: #fff;
}

.box-cl-xz-title {
  font-size: 0.24rem;
  font-weight: bold;
}

.box-cl-xz-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.box-cl-xz-l {
  width: 0.36rem;
  height: 0.3rem;
}
.box-cl-xz-l img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.box-cl-xz-c {
  font-size: 0.16rem;
  flex: 1;
  margin-left: 0.15rem;
}

.box-cl-xz-r {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}
.box-cl-xz-r img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 发表弹窗textarea输入框模块 */
.huifu-textarea {
  margin-bottom: 0.24rem;
  margin-top: 0.24rem;
}
.textarea-value textarea {
  width: 100%;
  height: 1.2rem;
  font-size: 0.15rem;
  display: block;
  outline: none;
  border: none;
  background-color: #f5f5f5;
  resize: none;
  padding: 0.18rem;
}
.huifu-textarea-operate {
  margin-top: 0.12rem;
}
.huifu-img-icon {
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}

.huifu-send-btn {
  width: 0.8rem;
  height: 0.35rem;
  font-size: 0.14rem;
  color: white;
  background: linear-gradient(90deg, #b3226f, #ec2f67, #e32c69);
  border-radius: 0.3rem;
  cursor: pointer;
}

/* 回复模块表情包 */
.huifu-expression-list {
  display: none;
  width: 5rem;
  height: 2rem;
  overflow: auto;
  box-sizing: content-box;
  padding: 0.12rem 0.03rem 0.12rem 0.12rem;
  border: 0.02rem solid #ccc;
  background: white;
  border-radius: 0.2rem;
  margin-top: 0.12rem;
}
.huifu-expression-list .emoji-box {
  margin-right: 0.081rem;
}
.huifu-expression-list .emoji-box:nth-child(13n) {
  margin-right: 0rem;
}
.expression-list-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 22px;
  transition: all 0.2s;
  cursor: pointer;
}

/* 回复模块 */
.huifu-box {
  /* width: 7rem; */
  padding: 0.5rem 0.35rem;
  background-color: #fff;
}

.hf-title {
  font-size: 0.24rem;
  font-weight: bold;
}

.hf-islogin {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  padding: 0.22rem 0;
  margin: 0.3rem 0 0.5rem 0;
  border-radius: 0.06rem;
}

.hf-login-btn {
  width: 1.2rem;
  height: 0.36rem;
  background-color: #b3216f;
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
  border-radius: 0.18rem;
  margin-right: 0.11rem;
  cursor: pointer;
}

.hf-pl-box {
  margin-bottom: 0.38rem;
}

.hf-pl-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hf-pl-user-l {
  width: 0.4rem;
  height: 0.4rem;
}
.hf-pl-user-l img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hf-pl-user-c {
  display: flex;
  align-items: center;
  flex: 1;
}

.hf-pl-user-c span:first-child {
  font-size: 0.18rem;
  color: #6a86a9;
  margin: 0 0.14rem 0 0.09rem;
}

.hf-pl-user-c span:nth-child(2) {
  font-size: 0.16rem;
  color: #999999;
  margin-right: 0.19rem;
}

.hf-pl-user-c span:nth-child(3) {
  font-size: 0.14rem;
  color: #fff;
  padding: 0rem 0.06rem;
  text-align: center;
  background-color: #b3216f;
}

.hf-pl-user-r {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}

.hf-pl-user-r span:first-child {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  margin-right: 0.06rem;
  cursor: pointer;
}
.hf-pl-user-r span:first-child img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hf-pl-user-r span:last-child {
  color: #000;
}

.hf-pl {
  font-size: 0.16rem;
}

.hf-pl-text {
  margin: 0.3rem 0 0.14rem 0.5rem;
}

.hf-pl-btn {
  margin-left: 0.5rem;
  color: #6a86a9;
}

.hf-pl-hfbox {
  background-color: #f0f0f0;
  padding: 0.3rem;
  margin-left: 0.5rem;
  margin-top: 0.49rem;
  border-radius: 0.06rem;
}

.hf-pl-hft {
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 0.23rem; */
}

.hf-pl-hft span:first-child {
  color: #6a86a9;
}

.hf-pl-hft span:nth-child(2) {
  color: #000;
  flex: 1;
}
/* 
.hf-pl-hft span:last-child {
  color: #6a86a9;
  display: block;
  cursor: pointer;
} */

.hf-pl-hfb {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hf-pl-hfb span:nth-child(2n) {
  color: #000;
}

.hf-pl-hfb span:nth-child(2n-1) {
  color: #6a86a9;
}

.pl-huifu {
  color: #6a86a9;
  cursor: pointer;
}

/* 相关推荐 */
.zx-tuijian-box {
  /* width: 7rem; */
  padding: 0.5rem 0.35rem;
  background-color: #fff;
  margin: 0.3rem 0 1rem 0;
}

.zx-tj-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.zx-tj-list {
  display: flex;
  align-content: center;
  margin-top: 0.2rem;
}

.zx-tj-img {
  width: 2.1rem;
  height: 1.15rem;
  margin-right: 0.15rem;
  cursor: pointer;
  border-radius: 0.06rem;
  overflow: hidden;
}
.zx-tj-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.zx-tj-right {
  flex: 1;
}

.zx-tj-t {
  font-size: 0.18rem;
  margin: 0.26rem 0 0.15rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}

.zx-tj-b {
  font-size: 0.16rem;
  color: #b3216f;
}

.emoji-Bigbox-show {
  display: block;
}
.emoji-box {
  display: inline-block;
  width: 0.302rem;
  height: 0.3rem;
  font-size: 0.22rem;
  transition: all 0.2s;
  cursor: pointer;
}
.emoji-box:hover {
  transform: scale(1.2);
}
.istkjl {
  display: none;
}
.add-fixed {
  /* width: 3rem; */
  position: fixed;
  top: 0.6rem;
}