.navTab {
  position: relative;
  height: 100%;
  display: inline-block;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  z-index: 500;
  top: 0;
  width: 100%;
}

.navbarItem.navbarItemOn {
  color: #07c160;
}

.navbarItem {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 13px 0;
  text-align: center;
  font-size: 0;
}

.navbarTitle {
  display: inline-block;
  font-size: 15px;
  max-width: 8em;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.navbarItemOn::after{
  position: absolute;
  width: 80%;
  height: .1rem;
  background: #07c160;
  content: '';
  left: 10%;
  bottom: 0;

}

.onlineItem {
  width: 100%;
  margin: 1rem auto;
  position: relative;
  clear: both;
  height: 3rem;
}

/* .onlineComplain {
    padding-top: 2rem;
} */

.onlineComplain label {
  width: 30%;
  font-size: 16px;
  float: left;
  line-height: 2rem;
}

.onlineComplain label text {
  font-size: 15px;
}

.onlineComplain input, textarea {
  width: 50%;
  display: block;
  float: left;
  font-size: 16px;
  border: 1px solid rgba(217,217,217);
  padding-left: 5px;
}

.complaintAddressName{
  width: 50.5%;
  height: 2rem;
  float: left;
  color: #999;
  line-height: 2rem;
  display: block;
  font-size: 16px;
  border: 1px solid rgba(217,217,217);
  padding-left: 5px;
}

.onlineComplain input {
  height: 2rem;
}

.weui-textarea {
  width: 50%;
  padding-top: .3rem;
  border: 1px solid rgba(217,217,217);
}

.onlineComplain .suggestText {
  font-size: .6rem;
  text-align: right;
  clear: both;
}

.onlineComplain  .suggestAllText {
  color: #999;
}

.onlineItem .iconbaohu {
  background: #07c160;
  color: #fff;
  font-size: .6rem;
  border-radius: 1rem;
  display: inline-block;
  /* height: 2rem;
  line-height: 2rem; */
  padding: 3px;
}

.onlineComplain .weui-form__opr-area .weui-btn {
  background-color: #07c160;
}

/*上传图片*/
.imgContent {
  clear: both;
  width: 70%;
  margin: 0 auto 30px;
  float: right;
}

.onlineComplain .imgContent .weui-uploader__input {
    width: 100%;
    height: 100%;
}
.weui-uploader__input-box {
  border: 1px dashed rgba(217,217,217);
}
/*电话投诉*/
.phoneComplaint .weui-btn_primary {
  width: 80%;
  border-radius: 1rem;
  background-color: #07c160;
}
.weui-footer a{
  color: #ECECEC;
}

.info .wantComplain {
  width: 73%;
  float: right;
/*  margin: 50px 0;
  padding: 30px 0;*/
  background-color: #fff;
  text-align: center;
}

.info .wantComplain .onlineComplain {
  padding-top: 33px;
}
.weui-btn {
  width: 166px;
}
