body {
  font-size: 0.3rem;
}
.ui-footer ~ .ui-container {
  border-bottom: 0.88rem solid transparent;
}
.ui-header ~ .ui-container {
  border-top: 0.88rem solid transparent;
}
.borderBotton {
  border-bottom: 0.01rem solid #ebebeb;
}
.wx_notice {
  height: 0.88rem;
  line-height: 0.88rem;
}
.wxNotice {
  height: 0.88rem;
  line-height: 0.88rem;
  background-color: #fff;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
  width: calc(100% - 0.6rem);
  overflow: hidden;
}
.wxNotice .swiper_notice {
  width: 100%;
  line-height: 0.88rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wxNotice .swiper_notice i {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  background: url("../img/notice.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0.22rem;
  margin-right: 0.2rem;
}
.wxNotice .swiper_notice a {
  color: #353535;
  display: block;
}
.ui-container {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.ui-container .wx_search {
  height: 0.88rem;
  background: #fff;
  padding: 0 0.3rem;
  width: calc(100% - 0.6rem);
  border-bottom: 0.01rem solid #ebebeb;
}
.ui-container .wx_search .ui-searchbar {
  margin: 0;
  background-color: #ebebeb;
}
.ui-container .wx_search span:first-child {
  margin-right: 0.42rem;
  line-height: 0.88rem;
}
.ui-container .wx_search .wx_searchInput {
  height: 0.88rem;
  line-height: 0.88rem;
  width: calc(100% - 1rem);
  min-width: 4.0rem;
  background: none;
  position: relative;
}
.ui-container .wx_search .wx_searchInput .icon_search {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url("../img/search.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 0.18rem;
  margin-top: 0.16rem;
}
.ui-container .wx_search .wx_searchInput .wx_searchList {
  display: none;
  position: absolute;
  top: 0.72rem;
  left: 0;
  z-index: 1;
  width: calc(100% - 1.04rem);
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-top: none;
  padding: 0.12rem 0.3rem;
}
.ui-container .wx_search .wx_searchInput .wx_searchList li {
  line-height: 0.54rem;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-container .wx_search .wx_searchInput .searchClear {
  border: 1px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.32rem;
  text-align: center;
  font-size: 0.3rem;
  margin-left: 0.1rem;
  display: none;
}
.ui-container .wx_search .wxSearch {
  margin-right: 0.12rem;
  line-height: 0.88rem;
  color: #353535;
}
.ui-container .wx_quesList_box::-webkit-scrollbar {
  display: none;
}
.ui-container .wx_quesList_box {
  height: 0.88rem;
  line-height: 0.88rem;
  background-color: #fff;
  padding: 0 0.3rem;
  width: calc(100% - 0.6rem);
  overflow-x: scroll;
  overflow-y: hidden;
}
.ui-container .wx_quesList_box .quesList {
  min-width: 200%;
}
.ui-container .wx_quesList_box .quesList li {
  float: left;
  min-width: 1.1rem;
  padding: 0 0.14rem;
  height: 0.84rem;
  text-align: center;
  border-bottom: 0.04rem #fff solid;
  cursor: pointer;
}
.ui-container .wx_quesList_box .quesList li.listAct {
  color: #FEA010;
  border-bottom: 0.04rem #FEA010 solid;
}
.ui-container .quesList_info_box > li {
  display: none;
}
.ui-container .quesList_info_box > li.infoAct {
  display: block;
}
.ui-container .quesList_info_box .quesList_info {
  background-color: #fff;
}
.ui-container .quesList_info_box .quesList_info .quesList_info_act .ques_tit {
  color: #FEA010;
}
.ui-container .quesList_info_box .quesList_info .quesList_info_act p i {
  width: 0.2rem;
  height: 0.12rem;
  background: url("../img/arrow02.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0.38rem;
}
.ui-container .quesList_info_box .quesList_info .quesList_info_act .ques_info_box {
  display: block;
}
.ui-container .quesList_info_box .quesList_info > li {
  border-bottom: 0.01rem solid #ebebeb;
}
.ui-container .quesList_info_box .quesList_info > li .ques_tit {
  padding: 0 0.3rem;
  width: calc(100% - 0.6rem);
  line-height: 0.88rem;
}
.ui-container .quesList_info_box .quesList_info > li p i {
  display: inline-block;
  width: 0.12rem;
  height: 0.2rem;
  background: url("../img/arrow01.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0.34rem;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box {
  border-top: 0.01rem solid #ebebeb;
  display: none;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .ques_info {
  border-bottom: 0.01rem solid #ebebeb;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .ques_info img{
  display: inline-block;
  min-width: 0.2rem;
  max-width: 100%;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .ques_info div {
  background: #f4f4f4;
  width: calc(100% - 1.2rem);
  max-height: 4rem;
  overflow-y: auto;
  padding: 0.3rem;
  margin: 0.16rem 0.3rem;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate {
  padding: 0.1rem 0.3rem;
  width: calc(100% - 0.6rem);
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate .wx_useful {
  border-right: 0.01rem solid #ebebeb;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate .wx_useful i {
  background: url("../img/use.png") no-repeat;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate .wx_useful .iUseful {
  background: url("../img/uselight.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate .wx_useful span:last-child {
  display: none;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate .wx_useless i {
  background: url("../img/useless.png") no-repeat;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate .wx_useless .iUseless {
  background: url("../img/uselesslight.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate .wx_useless span:last-child {
  display: none;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate li.ui-col {
  line-height: 0.88rem;
  text-align: center;
  padding-left: 1.16rem;
}
.ui-container .quesList_info_box .quesList_info > li .ques_info_box .wx_evaluate li.ui-col i {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.16rem;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0.26rem;
}
.wx_chat {
  height: 1.12rem;
  line-height: 1.12rem;
  background: #FEA010;
  padding: 0 0.68rem;
  width: calc(100% - 1.36rem);
}
.wx_chat .chatIcon {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: url("../img/tcto.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0.21rem;
  margin-right: 0.14rem;
}
.wx_chat li:last-child {
  position: relative;
  width: calc(100% - 0.85rem);
}
.wx_chat li:last-child .sj {
  border-left: 0.01rem solid #ca6739;
  border-top: 0.01rem solid #ca6739;
  background-color: #faeecf;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 0.42rem;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}
.wx_chat li:last-child span {
  display: inline-block;
  width: 100%;
  min-width: 5.12rem;
  height: 0.74rem;
  line-height: 0.74rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #ca6739;
  background-color: #faeecf;
  text-align: center;
  margin-left: 0.14rem;
  color: #250a04;
}
