.banner img {
  display: block;
  width: 100%; }

.box {
  width: 7.5rem; }

.flex {
  display: -webkit-flex;
  display: flex; }

.m-top-name,.m-top-name1 {
  line-height: 0.67rem;
  font-size: 0.38rem;
  color: #333;
  position: relative;
  padding-left: 0.53rem;
  font-weight: bold; }
  .m-top-name1{
    display: block;
    height:0.67rem;
    font-size: 0.34rem;
  }
  .m-top-name1::before{
    content: '';
    display:block;
    width:0.26rem;
    height: 0.23rem;
    background: url(/uploads/image/wzgyimages/icon_o.png) no-repeat;
    background-size: 0.26rem 0.23rem;
    position: absolute;
    top: 0.2rem;
    left:0;
  }
  

.m-top-name:before, .m-top-name:after {
  width: 0.21rem;
  height: 0.21rem;
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.11rem; }

.m-top-name:before {
  background-color: #fcb6c7;
  left: 0; }

.m-top-name:after {
  background-color: #ffd792;
  opacity: .7;
  left: 0.11rem; }

.more {
  font-size: 0.24rem;
  color: #999; }

.m-part1 {
  padding: 0 0.4rem; }
  .m-part1 .m-hd {
    height: 1.16rem;
    align-items: center;
    justify-content: flex-start; }
  .m-part1 .m-bd {
    width: 6.7rem; }
    .m-part1 .m-bd a {
      display: block; }
    .m-part1 .m-bd img {
      display: block;
      width: 6.7rem;
      height: 2.8rem;
      border-radius: 0.1rem; }
    .m-part1 .m-bd p {
      font-size: 0.3rem;
      color: #333;
      padding-top: 0.15rem;
      font-weight: bold; }

.m-part2 {
  margin-top: 0.65rem;
  padding: 0 0.4rem; }
  .m-part2 .part2-list li {
    height: 2.01rem;
    margin-top: 0.4rem; }
    .m-part2 .part2-list li .line {
      display: block;
      width: 6.3rem;
      height: 1px;
      background: #ececec;
      margin: 0 auto; }
    .m-part2 .part2-list li:last-child .line {
      height: 0; }
  .m-part2 .part2-list .item-a {
    height: 1.7rem;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0.3rem; }
    .m-part2 .part2-list .item-a:first-child {
      padding-top: 0; }
    .m-part2 .part2-list .item-a:last-child {
      padding-bottom: 0.27rem; }
    .m-part2 .part2-list .item-a img {
      width: 3.02rem;
      height: 1.7rem;
      display: block;
      margin-right: 0.4rem;
      border-radius: 0.12rem; }
  .m-part2 .part2-list .item-desc {
    flex: 2;
    height: 100%; }
    .m-part2 .part2-list .item-desc .item-title {
      font-size: 0.3rem;
      color: #333;
      line-height: 0.45rem;
      height: 1.4rem;
      font-weight: bold;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.m-part3 {
  padding: 0.4rem 0.4rem 0; }

.m-part3 .m-hd{
  width: 100%;
  padding-bottom: 0.8rem;
  align-items: center;
  justify-content: space-between; }

.prf-top {
  height: 1.80rem;
  position: relative;
  background-color: #ff738d;
  border-top-right-radius: 0.11rem;
  border-top-left-radius: 0.11rem; }

.prf-top img {
  width: 2.12rem;
  height: 2.18rem;
  position: absolute;
  bottom: 0;
  left: 0.3rem; }

.prf-name {
  font-size: 0.38rem; }

.prf-info {
  height: 100%;
  padding-left: 2.72rem;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #fff; }

.prf-desc {
  font-size: 0.24rem; }

.que-title {
  line-height: 0.67rem;
  font-size: 0.34rem;
  color: #333;
  margin-bottom: 0.16rem;
  font-weight: bold; }

.que-desc {
  line-height: 0.42rem;
  font-size: 0.26rem;
  color: #999;
  padding-bottom: 0.50rem;
  border-bottom: 0.03rem dashed #e6e6e6; }

.quetion-shadow {
  box-shadow: 0 0 0.13rem 0.13rem rgba(249, 249, 249, 0.8); }

.question-theme {
  padding: 0.27rem 0.3rem 0;
  display: block; }

.que-list {
  height: 9.65rem;
  margin-top: 0.44rem;
  padding-bottom: .27rem; }

.que-ul {
  padding: 0.13rem .3rem; }

.que-ul li:first-child .que-item {
  padding-top: 0; }

.que-item, .ans-item {
  padding-top: 0.44rem; }

.que-item .q, .ans-item .a {
  display: block;
  width: 0.50rem;
  height: 0.50rem;
  line-height: 0.50rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  margin-right: 0.18rem; }

.que-item .q {
  background-color: #333; }

.ans-item .a {
  background-color: #ff738d; }

.que-author img, .ans-author img {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 100%;
  margin-right: 0.18rem; }

.que-author, .ans-author {
  -ms-align-items: center;
  align-items: center; }

.que-author, .ans-author {
  margin-bottom: 0.23rem; }

.que-author span {
  color: #333; }

.ans-author span.ans-name {
  color: #ff738d; }

.que-author span, .ans-author span.ans-name {
  font-size: 0.24rem; }

.que-content {
  line-height: 0.42rem;
  font-size: 0.28rem; }

.ans-item {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column; }

.ans-content {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 0.13rem;
  padding: 0.11rem 0.3rem 0.15rem;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.48rem; }

.ans-content:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.21rem;
  left: 0.23rem;
  width: 0;
  height: 0;
  border-right: 0.13rem solid transparent;
  border-left: 0.13rem solid transparent;
  border-top: 0.11rem solid transparent;
  border-bottom: 0.11rem solid #f8f8f8; }

.swiper-scrollbar {
  height: 9.65rem;
  position: absolute;
  width: 0.17rem;
  background: transparent url(/uploads/image/wcgmpimages/icon-5.jpg) center 0/1px auto repeat-y;
  top: 0;
  right: 0.07rem; }

.swiper-scrollbar-drag {
  background-color: #d8d8d8; }

.m-part4 {
  padding-top: 0.4rem; }

.superstar-list {
  padding-top: 0.44rem; }

.superstar-list li:after {
  content: "";
  clear: both;
  display: block; }

.superstar-list a {
  float: left;
  margin-bottom: 0.14rem; }

.superstar-list a > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.13rem; }

.superstar-list a.item-a-1 {
  width: 2.88rem;
  margin-right: 0.14rem; }

.superstar-list a.item-a-2 {
  width: 5.91rem; }

.superstar-list li a:last-child {
  margin-right: 0; }

.m-part5 {
  margin-top: 0.4rem;
  padding-top: 0.13rem; }

.other-list {
  justify-content: space-between;
  align-items: center;
  padding-top: 0.4rem; }

.other-list a {
  width: 4.27rem;
  height: 2.27rem; }

.m-part6 {
  width: 100%;
  padding-top: 0.4rem; }

.m-part6 .m-hd {
  margin-bottom: 0.4rem; }

.cmt-box {
  height: 6.67rem;
  position: relative;
  overflow: hidden; }

.barrage {
  position: absolute;
  bottom: 1.07rem;
  right: -6.67rem;
  width: 6.67rem;
  z-index: 99;
  /*height: 1.07rem;*/
  display: -webkit-flex;
  display: flex; }

.barrage_box {
  transition: all .3s;
  font-size: 0.37rem; }

.barrage_box div.p a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.barrage_box .portrait {
  margin-left: 0.05rem;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.27rem; }

.barrage_box .portrait img {
  width: 100%;
  height: 100%; }

.barrage_box .close {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  width: 0.33rem;
  height: 0.33rem;
  margin-left: 0.27rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 0.11rem; }

.barrage_box:hover .close {
  visibility: visible;
  opacity: 1; }

.barrage_box .close a {
  display: block; }

.barrage_box .close .icon-close {
  font-size: 0.37rem;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-top: 0.07rem; }

/*.barrage .z {float: left !important;}*/
.barrage .p {
  max-width: 10.67rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.barrage a {
  text-decoration: none; }

body .barrage_box {
  height: 1.07rem;
  position: relative;
  background-color: #f8f8f8;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 1.07rem; }

.barrage_box:after {
  width: 0.25rem;
  height: 0.21rem;
  content: "";
  display: block;
  position: absolute;
  bottom: -0.21rem;
  left: 0.27rem; }

/*cmt*/
.m-part7 {
  box-shadow: 0 0 0.13rem 0.13rem rgba(249, 249, 249, 0.8);
  margin-bottom: 1rem; }

#jcmtallsection {
  display: none; }

.m-part7 .m-cmt-post-user a {
  color: #ff738d; }

.m-part7 .m-cmt-post-btn {
  height: 1.07rem;
  text-align: center;
  color: #fff;
  font-size: 0.48rem;
  border-radius: 1.07rem;
  width: 5.47rem;
  background-color: #ff738d; }

.m-part7 .m-cmt-post-btn-wrap {
  margin: 0.43rem 0;
  padding-bottom: 0.53rem; }

/*.m-part7 .m-cmt-list{
    display: none;
}*/
#jbarrager {
  display: none; }

.m-part4 .m-hd {
  justify-content: space-between;
  align-items: center; }

.m-part5 {
  padding: 0 0.3rem; }
  .m-part5 .m-bd ul {
    overflow: hidden; }
  .m-part5 .m-bd li {
    margin: 0.3rem 0.1rem;
    float: left;
    width: 3.25rem;
    height: 5.77rem;
    border-radius: 0.12rem;
    overflow: hidden;
    box-shadow: 0 0.05rem 0.25rem 0 rgba(0, 0, 0, 0.05); }
    .m-part5 .m-bd li a {
      display: block; }
    .m-part5 .m-bd li .cover {
      display: block;
      width: 3.25rem;
      height: 4.33rem; }
    .m-part5 .m-bd li .tit {
      padding: 0.3rem 0.22rem 0; }
    .m-part5 .m-bd li p {
      font-size: 0.3rem;
      color: #333;
      line-height: 0.45rem;
      font-weight: bold;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.navbox{
  height:0.62rem;
  padding-left:0.4rem;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0.4rem;
}
.navbox .nav{
  height:0.8rem;
  overflow-x:auto;
  overflow-y: hidden;
}
.navbox .nav .item{
  font-size: 0.32rem;
  color:#333;
  line-height: 0.55rem;
  margin-right:0.5rem;
  padding-bottom: 0.1rem;
  position: relative;
}
.navbox .nav .cur{
  color:#ff5e75;
  border-bottom:2px solid #ff5e75;
}

.m-part9 {
  padding: 0.4rem 0.4rem 0; }

.m-part9 .m-hd {
  width: 100%;
  align-items: center;
  justify-content: space-between; }


.redian {
  background-color: #f0815a;
}

.fabu {
  background-color: #f47676;
}

.zhoubian {
  background-color: #d19565;
}

.jiank {
  background-color: #7bcf95;
}

.cuoshi {
  background-color: #71b1e3;
}



.m-ptxtlist {
  background: #ffffff;
  border-radius: 0.16rem;
}

.m-ptxtlist .listitem {
  height: 1.9rem;
  border-bottom: solid 0.01rem #e0e0e0;
  text-align: left;
  color:#333;
  
}

.m-ptxtlist .left {
  margin-top: 0.3rem;
  width: 4.46rem;
  float: left;
}

.m-ptxtlist .left h3 i {
  padding-right: 0.1rem;
  font-size: 0.32rem;
}

.m-ptxtlist .left h3 span {
  padding: 0.05rem .1rem;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: normal;
}

.m-ptxtlist .left p {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}

.m-ptxtlist .left p i {
  padding-right: 0.2rem;
  color: #ff5c5c;
}

.m-ptxtlist .left p span {
  color: #999999;
}

.m-ptxtlist .right {
  margin-top: 0.25rem;
  width: 1.8rem;
  height: 1.35rem;
  border-radius: 0.04rem;
  background: pink;
  float: right;
}

.m-ptxtlist .right img {
  width: 100%;
}

.m-ptxtlist .listitem{display:block;}
.m-ptxtlist .left p{margin-top:.1rem;}
.m-ptxtlist a:last-child{border:none;}
.m-ptxtlist .left h3 i{font-size:.28rem;}

.pic-link{
  display:block;
  width:6.7rem;
  height:1rem;
  margin-top:0.3rem;
}
.m-part1 .pic-link img{
  height:1rem;
}