/* @tailwind base;
@tailwind components;
@tailwind utilities; */

html,
body {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

.newmain {
  width: 100%;
  background: #fafafa;
  display: flex;
  justify-content: center;
}

.newmian-left {
  width: 55rem;
  margin-right: 1.25rem;
}

.box-le-top {
  height: 8rem;
  background: #ffffff;
  border-radius: 8px;
}

.le-top-img {
  width: 4.63rem;

  background: #ffffff;
  border-radius: 50%;

  margin-left: 2.69rem;
  margin-right: 1.31rem;
  border: 1px solid #e6e6e6;
}

.title-top {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #4c4c4c;
}

.title-main {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 8px;
  margin-bottom: 8px;
}

.title-main img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.title-bom {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ff7224;
}

.title-bom span {
  margin-right: 25px;
}

.le-top-sz {
  margin-right: 1rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.le-top-sz div {
  display: flex;
  margin-right: 10px;
  cursor: pointer;
}

.le-top-sz img {
  width: 1.25rem;
}

.box-le-bom {
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.bom-top {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.le-top-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.le-top-sc {
  display: flex;

  margin-right: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.le-top-sc div {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.le-top-sc img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.bom-conent {
  margin-top: 16px;
}
.bom-conent-wdm {
  margin-top: 16px;
}
.box-le-main-title {
  padding-left: 32px;
  padding-right: 32px;

  padding-bottom: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #666;
}

.box-le-main-content {
  padding-left: 32px;
  padding-right: 32px;

  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #666;
  padding-bottom: 16px;
}
.box-le-main-come {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #000000;
}
.dsnew {
  width: 106px;
  height: 38px;
  background: #ff7224;
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  margin-top: 45px;
  cursor: pointer;
  margin-bottom: 40px;
  border: none;
}

.contentmain-bom {
  height: 30px;

  display: flex;
  justify-content: space-around;
}

.contentmain-bom-qt {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.contentmain-bom-qt img {
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

@media screen and (max-width: 1180px) {
  .text {
    display: none !important;
  }
}

@media screen and (max-width: 770px) {
  .newmian-left {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.box-le-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.bom-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-pl {
  height: 63px;
  border: 1px solid #e6e6e6;
  resize: none;
  border-radius: 8px;
  outline: none;
}

.text-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  position: absolute;
  right: 50px;
  top: 105px;
}

.sm {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 8px;
  color: #999999;
  padding-left: 32px;
  padding-top: 8px;
}

.bombtn {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  justify-content: flex-end;
}

.bombtn button {
  width: 64px;
  height: 38px;
  background: #ff7224;
  border-radius: 8px;
  border: none;
  margin-right: 20px;
  color: #fff;
}

.bx-re-top {
  width: 280px;
  height: 472px;
  padding-top: 1rem;

  background: #fff;
  border-radius: 8px;
}

.hotcontent {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.hotuser {
  border-bottom: 1px solid #e6e6e6;
}

.hotuser img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.hotuser .gzimg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.userinfo div:first-child {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.userinfo div:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  margin-top: 6px;
  color: #999999;
}

.hotusergz {
  display: flex;
  font-size: 1rem;
  align-items: center;
}

.hotusernotgz {
  color: #ff7224;
}

.gobtnqh {
  width: 106px;
  height: 38px;
  background: #ff7224;
  border-radius: 8px;
  border: none;
  color: #fff;
  display: flex;
  margin: 0 auto;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}

.qhbtn {
  width: 15px;
  height: 15px;
}

.dstc {
  width: 100%;
  height: 100%;

  background: #ffffff;
  border-radius: 16px;
}
.dstc-top {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.unfollow-user {
  color: #ff7224;
}