/*客户之声*/
*{
  padding:0;
  margin:0;
}
html{
  font-size:50px;
}
html, body {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  top: 0;
}
body{
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  max-width:750px;
  margin:0 auto;
  padding-top:1.3rem;
  box-sizing: border-box;
}
img{
  width:100%;
  vertical-align: middle;
}
li{
  list-style: none;
}
div{
  box-sizing: border-box;
}
.flex{
  display: flex;
  align-items: center;
}
.ell{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.header{
  height:1.3rem;
  line-height:.88rem;
  text-align: center;
  color:#333;
  padding:0 1rem;
  background: #fff;
  padding-top: 20px;
  border-bottom:1px solid #eee;
  font-size:.32rem;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.header a {
  position: absolute;
  bottom: 0;
  width: .88rem;
  height:.88rem;
  line-height: .88rem;
  color: #fff;
  font-size: .28rem;
  left: .3rem;
  background: url(../images/h_back_i.png) no-repeat left center;
  -webkit-background-size: .6rem;
  background-size: .6rem;
}
input, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border:none;
}
.feed-main{
  background: #fff;


}
.rencent-news{
  margin: -.4rem .24rem .3rem .24rem;
  padding: 0 .2rem;
  height:.8rem;
  line-height: .8rem;
  border-radius: 3px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 8px 2px rgba(255, 209, 209, 0.3);
  font-size: .28rem;
  color:#666;
}
.news-tit{
  font-size: .26rem;
  font-weight: bold;
  margin-right: .2rem;
  color: #f02b2b;
  line-height: .3rem;
  background: #ffdede;
  border-radius: 3px;
  padding: 3px .1rem;
  flex:none;


}
.icon_more{
  flex: none;
  color: #333;
  font-size: .24rem;
  margin-left: .1rem;
}
.feed-type{
  padding: 0 .24rem .2rem .24rem;






}
.feed-type .tag{
  box-sizing: border-box;
  margin: .09rem .07rem;
  padding: 0 .2rem;
  min-width: 6em;
  height: .54rem;
  line-height: .58rem;
  text-align: center;
  font-size: .24rem;
  background: #f5f5f5;
  border-radius: 3px;
}
.feed-type .tag.active{
  color:#f02b2b;
  border:1px solid #f02b2b;
  background: #fff;
}
.feed-type .flex{
  flex-wrap: wrap;
}
.feed-type p{
  line-height: .6rem;
}
.area-and-file{
  margin: 0 .24rem .3rem .24rem;
  padding:.2rem 0;
  position: relative;
  border-top:1px solid #eee;


}
.area-and-file textarea{
  width: 100%;
  height: 2.1rem;
  font-size: .28rem;
  color: #666;
  letter-spacing: 0;
  text-align: justify;
  line-height: .42rem;




}
.area-and-file .text-word-num{
  position: absolute;
  right: .24rem;
  bottom: .3rem;
  font-size: .3rem;
  color: #666;
  letter-spacing: 0;



}
.area-and-file .text-word-num .total{
  color:#ccc;
}
.pic-files{
  width:5.5rem;
  overflow: hidden;

}
.upload{
  width: 100%;
  background-color: #fff;
  display: -webkit-box;

  display: -ms-flexbox;

}
.pic-cont{
  margin-right: .36rem;
  margin-top: .36rem;
  font-size: .24rem;



}
.upload .label{
  text-align: center;
  padding-top: .2rem;
  font-size: .28rem;
  color: #666;
  letter-spacing: 0;
  display: inline-block;
  background: #f9f9f9;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: .06rem;
  outline: none;
  box-sizing: border-box;
}
.upload .label img{
  width:.6rem;
  height:.6rem;
}
.upload .label input{
  opacity: 0;
  width: 0;
  display: none;
}
.upload .item {
  position: relative;
  outline: none;
}
.upload .label, .upload .pic{
  width: 1.44rem;
  height: 1.44rem;
  vertical-align: bottom;
  border: 1px solid rgba(0,0,0,.05);
}
.upload .item{
  position: relative;
  outline: none;
}
.upload .item img.pic{
  -o-object-fit: contain;
  object-fit: contain;
}
.upload .item .deletImg{
  width: .36rem;
  height: .36rem;
  position: absolute;
  border-radius: 50%;
  top: .25rem;
  right: .15rem;
}
.upload .pic {
  margin-right: .36rem;
  margin-top: .36rem;
}
.contact-info{
  background: #fff;
}
.input-info{
  padding: 0 .24rem;
  height: .9rem;
  line-height: .9rem;
}
.input-info span{
  display: inline-block;
  width: 1.9rem;
  font-size: .3rem;
  color: #333;
  letter-spacing: 0;
  height: inherit;
}
.input-info input {
  width: calc(100% - 1.9rem);
  height: inherit;
  font-size: .3rem;
  color: #333;
  letter-spacing: 0;
}
.btm{

  width:100%;
  padding:.3rem;
}
.btm .btn_submit{
  display: block;
  width: 95%;
  height: .9rem;
  line-height: .9rem;
  color: #fff;
  background: #f02b2b;
  border-radius: 3px;
  font-size: .32rem;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}
.pic-list{
  display: flex;
  width:auto;

}

/*更新列表详情页*/
.content h2{
  text-align: center;
  padding:.2rem;
  font-size:.32rem;
  color:#333;
  font-weight: bold;
}
.news-list{
  padding:0 .24rem;
}
.news-list li{
  display: flex;
  align-items: center;
  padding:.24rem .2rem .24rem .24rem;
  box-sizing: border-box;
  background: #fff;
  font-size:.28rem;
  line-height: 1.5;
  color:#451f01;
  border-radius:4px;
  margin-bottom:.12rem;
  padding-right: 0;
 }
.news-list .icon-box{
  font-size:.24rem;
  width:3em;
  overflow: hidden;
  flex:none;
  margin-left:.2rem;
  opacity:0.4;
  text-align: center;
}
.news-list .icon-box.active{
  opacity: 1;
}
.news-list .icon{
  flex:none;
  margin-left:.2rem;
}
.news-list .icon-zan{
  width:.48rem;
  height: .48rem;
  display: block;
  margin:0 auto;
}
.news-list .zan-num{
  color:#333;
  font-weight:bold;
}

.news-list .txt{
  text-align: justify;
  width:80%;
  overflow:hidden;
  word-wrap: break-word;
}
.rencent-news .swiper-container{
  height:40px;
}
.rencent-news .news-text{
  display: inline-block;
  font-size:.28rem;
  color: #333;
  width:100%;
  height: 40px;
  line-height: 40px;
}
.pic-list span {
    position: relative;
    display: block;

    float: left;
    width: 70px;
   /*  padding: 8px; */
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;

}
.pic-list span img {
    max-width: 100%;






    display: inline-block;
    margin: 0;
    padding: 0;
}

.pic-list span i {
    position: absolute;
    top: 15px;
    right: -1px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/comment_img_close.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
