* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  width: 10rem;
  margin:0 auto;
  text-align: center;
  overflow-x: hidden;
  background: #f3f3f3;
}
.view {
  position: relative;
}
.view .top_tab {
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.02666667rem solid #efefef;
}
.view .top_tab .left {
  height: 1.22666667rem;
}
.view .top_tab .left .tab {
  font-size: 0.42666667rem;
  height: 1.22666667rem;
  display: flex;
  justify-content: flex-start;
  font-size: 0.42666667;
  color: #999999;
}
.view .top_tab .left .tab li {
  padding: 0rem 0.4rem 0rem 0.4rem;
  height: 1.22666667rem;
  line-height: 1.22666667rem;
}
.view .top_tab .left .tab .active {
  font-size: 0.50666667rem;
  font-size: 0.50666667;
  color: #000000;
  font-weight: bold;
  position: relative;
}
.view .top_tab .left .tab .active::after {
  content: '';
  bottom: 0rem;
  left: 20%;
  width: 60%;
  height: 0.08rem;
  position: absolute;
  background-color: #000000;
  border-radius: 0.08rem;
}
.view .bottom_tab #itemView {
  width: 9.2rem;
  margin: 0.4rem auto 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 11px 0px rgba(7, 0, 2, 0.04);
  border-radius: 10px;
}
.view .bottom_tab #itemView .article {
  width: 8rem;
  margin: 0.64rem auto 0;
  text-align: left;
  line-height: 0.66666667rem;
}
.view .bottom_tab #itemView .article .title {
  font-size: 0.48rem;
  width: 8rem;
  height: auto;
  font-weight: bold;
  color: #2c2d2c;
  display: block;
}
.view .bottom_tab #itemView .article #content {
  margin: 0.4rem auto 0;
  font-size: 0.32;
  color: #999999;
  line-height: 0.58666667rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 8rem;
  text-align: left;
}
.view .bottom_tab #itemView .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.45333333rem 0.42666667rem 0rem 0.42666667rem;
  position: relative;
}
.view .bottom_tab #itemView .top .headImg {
  width: 1.06666667rem;
  height: 1.06666667rem;
  border-radius: 50%;
}
.view .bottom_tab #itemView .top .box_msg {
  width: 5.6rem;
  margin: 0rem 0rem 0rem 0.32rem;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.view .bottom_tab #itemView .top .box_msg .box_name {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 4.8rem;
}
.view .bottom_tab #itemView .top .box_msg .box_name .name {
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}
.view .bottom_tab #itemView .top .box_msg .box_name .icon {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0rem 0rem 0rem 0.10666667rem;
}
.view .bottom_tab #itemView .top .box_msg .box_name .time {
  font-size: 0.32rem;
  font-size: 0.32;
  color: #999999;
  margin: 0rem 0rem 0rem 0.10666667rem;
}
.view .bottom_tab #itemView .top .box_msg .box_job {
  margin: 0rem 0rem 0.18666667rem 0rem;
  font-size: 0.32rem;
  font-size: 0.32;
  color: #999999;
  width: 4.8rem;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 4.8rem;
  /*需要配合宽度来使用*/
  text-align: left;
}
.view .bottom_tab #itemView .top .box_edit {
  width: 1.6rem;
  height: 0.66666667rem;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0.10666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.21333333rem 0rem 0rem 0rem;
}
.view .bottom_tab #itemView .top .box_edit img {
  width: 0.32rem;
  height: 0.29333333rem;
}
.view .bottom_tab #itemView .top .box_edit span {
  font-size: 0.34666667rem;
  color: #666666;
  margin: 0rem 0rem 0rem 0.05333333rem;
}
.view .bottom_tab #itemView .top .delect {
  height: 1.06666667rem;
  display: flex;
  align-items: flex-start;
}
.view .bottom_tab #itemView .top .delect .icon_delect {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0.05333333rem 0rem 0rem 0rem;
}
.view .bottom_tab #itemView .top .delect .txt_delect {
  font-size: 0.32rem;
  font-size: 0.32;
  color: #999999;
  margin: 0rem 0rem 0rem 0.05333333rem;
}
.view .bottom_tab #itemView .center {
  margin: 0.56rem auto 0;
  width: 8.37333333rem;
  text-align: left;
  border-bottom: 0.02666667rem solid #E5E5E5;
  padding: 0rem 0rem 0.56rem 0rem;
}
.view .bottom_tab #itemView .center .logo {
  width: 0.82666667rem;
  height: 0.48rem;
  background: #ffffff;
  border: 1px solid #fe3055;
  border-radius: 0.10666667rem;
  font-size: 0.32rem;
  font-size: 0.32;
  color: #FE3055;
  text-align: left;
}
.view .bottom_tab #itemView .center .txt {
  line-height: 0.53333333rem;
  width: 8.37333333rem;
}
.view .bottom_tab #itemView .center .box_voice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  margin: 0.53333333rem 0 0 0;
  height: 48px;
}
.view .bottom_tab #itemView .center .box_voice .voice {
  height: 48px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 11px 0px rgba(7, 0, 2, 0.04);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.view .bottom_tab #itemView .center .box_voice .voice .box_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 0.37333333rem;
  height: 1.28rem;
  margin: 0rem 0rem 0rem 0.64rem;
}
.view .bottom_tab #itemView .center .box_voice .voice .line {
  background: #2f2d31;
}
.view .bottom_tab #itemView .center .box_voice .voice .line1 {
  width: 0.02666667rem;
  height: 0.24rem;
}
.view .bottom_tab #itemView .center .box_voice .voice .line2 {
  width: 0.02666667rem;
  height: 0.34666667rem;
}
.view .bottom_tab #itemView .center .box_voice .voice .line3 {
  width: 0.02666667rem;
  height: 0.45333333rem;
}
.view .bottom_tab #itemView .center .box_voice .voice .time {
  margin: 0rem 0.56rem 0rem 0rem;
}
.view .bottom_tab #itemView .center .box_voice .red_dotted {
  width: 0.18666667rem;
  height: 0.18666667rem;
  border-radius: 50%;
  margin: 0rem 0rem 0rem 0.18666667rem;
  background-color: #F1585D;
}
.view .bottom_tab #itemView .bottom {
  width: 8.37333333rem;
  font-size: 0.37333333rem;
  font-size: 0.37333333;
  color: #999999;
  text-align: left;
  margin: 0.37333333rem auto 0.37333333rem;
}
.view .bottom_tab #itemView .bottom p {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 8rem;
  /*需要配合宽度来使用*/
  text-align: left;
}
.view .box_join {
  width: 8rem;
  margin: 0.32rem auto 0.53333333rem;
}
.view .delect {
  display: flex;
  align-items: center;
}
.view .delect .icon_delect {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0.05333333rem 0rem 0rem 0rem;
}
.view .delect .txt_delect {
  font-size: 0.32rem;
  color: #999999;
  margin: 0rem 0rem 0rem 0.05333333rem;
}
.conten_unscramble p, .conten_unscramble {
    font-size: 0.4rem;
}
.conten_unscramble{
    padding:0 0.2rem;
    text-align:left;
}