html,
body {
  width: 100%;
  height: 100%;
  background-color: rgb(245, 247, 255);
  padding-bottom: constant(safe-area-inset-top);
  /* 兼容 iOS<11.2 */
  padding-bottom: env(safe-area-inset-top);
  /* 兼容iOS>= 11.2 */
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.headerBar {
  margin: 0.2rem;
  /* padding-bottom: 2rem; */
  overflow: hidden;
  border-radius: 0.24rem;
}
.politicsHomeBox {
  position: relative;
}
.complaintItom {
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  background-color: #fff;
}
.headerBox {
  display: flex;
  justify-content: left;
  align-items: center;
}
.headerImgBox {
  margin-right: 0.16rem;
  width: 0.62rem;
  height: 0.62rem;
  overflow: hidden;
  border: 2px solid rgba(20, 136, 244, 0.716);
  border-radius: 50%;
}
.headerImg {
  width: 0.62rem;
  height: 0.62rem;
}
.name {
  font-weight: 700;
  color: #333333;
  font-size: 0.3rem;
}
.time {
  color: #bbbbbb;
  font-size: 0.24rem;
}
.title {
  margin: 0.16rem 0;
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: 700;
  color: #333333;
}
.myLoading {
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
.complaintBtn {
  text-align: center;
  vertical-align: middle;
  height: 0.8rem;
  width: 2.04rem;
  position: fixed;
  right: 0;
  top: 4.2rem;
  box-sizing: border-box;
  padding: 0.2rem 0;
  color: #fff;
  border-radius: 0.4rem 0 0 0.4rem;
  background: -webkit-linear-gradient(#5995fc, #105ad9);
  /* background-color:rgba(38, 96, 197, 1) ; */
}
.imglistBox {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
}
.imgItem {
  width: 28%;
  /* height: 80px; */
  max-height: 30vw;
  margin: 0.2rem 0.1rem;
  border-radius: 0.1rem;
}
.videoListBox {
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
}
.videoItemPic {
  width: 100%;
  max-height: 4.6rem;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
}
.footBarBox {
  display: flex;
  justify-content: space-around;
}
.stateBox,
.contentBox,
.shareBox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #333333;
}
.footBarBox {
  padding: 0 0.1rem;
  margin-top: 10px;
}
.myVideo {
  object-fit: fill;
  max-width: 100%;
  max-height: 5rem;
}
.text {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
  line-height: 0.42rem;
  font-family: 'PingFang SC';
  font-size: 0.28rem;
  color: #333333;
  letter-spacing: 1.2px;
}
.meaderBox {
  margin-top: 0.2rem;
}
.videoListBox {
  border-radius: 0.16rem;
  overflow: hidden;
}
.container {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  position: absolute;
  background: transparent;
  text-align: center;
  color: white;
  min-height: 100vh;
  top: 0;
  user-select: none;
}
.container::-webkit-scrollbar {
  display: none;
}
.bg {
  background: linear-gradient(180deg, #ff7a7a 0%, #cb2424 100%);
  text-align: center;
  color: white;
  min-height: 100vh;
}
.bg img {
  width: 100vw;
}
.guestHeadPic {
  /* width: min(74.13vw, 41.68vh);
  height: min(74.13vw, 41.68vh); */
  width: 40.13vw;
  height: 40.13vw;
  border-radius: 50%;
  padding: min(0.8vw, 0.45vh);
  border: min(0.27vw, 0.15vh) solid #f5b5b5;
  margin: auto;
  margin-top: 10vh;
}
.listTitle {
  background: white;
  color: #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
  padding: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.listTitle img {
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 2px;
}
.container .guestsName {
  font-size: 6.4vw;
  font-weight: bold;
  letter-spacing: 2px;
}

.container .guestsRank {
  font-weight: bold;
  letter-spacing: 2px;
}
.container .guestsDetail {
  width: 92.53vw;
  background: rgba(255, 255, 255, 0.09);
  margin: auto;
  padding: 2.67vw;
  border-radius: 1.07vw;
  margin-top: 1.65vh;
  box-sizing: border-box;
  text-align: justify;
  text-indent: min(5.33vw, 3vh);
  font-size: min(3.73vw, 2.1vh);
}
.container .guestsVideo {
  width: 92.53vw;
  border-radius: 1.07vw;
  height: 52vw;
  background-color: #333;
  margin-top: 3vh;
}
.bottom {
  background: rgba(248, 250, 254, 0.39);
}
