img {
  width: 100%;
  display: block;
}

.weui-picker__item {
  font-size: .62rem;
}

.loadingBox {
  font-size: .6rem;
}

.loadingBox .weui-toast {
  margin-top: -3.8em;
  top: 50%;
}

.page {
  font-size: .62rem;
}

.page .banner {
  /*padding: 4vw;*/
  margin: 4vw;
  /*margin-bottom: .2rem;*/
  background-color: #fff;
}

.page .banner img {
  border-radius: .4rem;
}

.page h2 {
  padding: 5% 33%;
}

.page .tabs-wrap {
  width: 100%;
  display: flex;
  line-height: 3.1;
  padding: 0 7%;
  background-color: #fff;
  margin-bottom: 2%;
  box-shadow: 0 2px 5px 2px #efefef;
}

.page .tabs-wrap .tab {
  text-align: center;
  flex: 1;
}

.page .tabs-wrap .tab.active {
  color: orangered;
}

.page .tabs-wrap .tab.active::after {
  width: 20vw;
  height: 2px;
  content: '';
  margin: 0 auto;
  display: inline-block;
  background-color: orangered;
  display: block;
}

.page .tabs-wrap.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.page .pick-wrap {
  padding: 0 5%;
  background-color: #fff;
  color: #444;
  line-height: 3;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f7f3f3;
}

.page .pick-wrap .set {
  width: .5rem;
}

.page .pick-wrap .point {
  width: 26vw;
}

.page .pick-wrap span {
  display: inline-block;
  margin: 0 2.5% 0 1%;
}

.page .pick-wrap span::after {
  content: '';
  display: inline-block;
  border-top: 8px solid #444;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: middle;
  margin: .15rem 0 0 .15rem;
}

.page .pick-wrap:active {
  color: red;
}

.page .acts {
  background-color: #fff;
  padding: 0 5% 6%;
}

.page .acts .act {
  padding: 3.5% 0;
  display: flex;
  align-items: center;
}

.page .acts .act .pic {
  width: 25%;
  margin-right: 4%;
}

.page .acts .act .pic img {
  width: 14vw;
  margin: 0 auto;
}

.page .acts .act .msg {
  position: relative;
}

.page .acts .act .msg .name {
  color: #333;
  line-height: 1.4;
}

.page .acts .act .msg .username {
  color: #999;
  margin-top: .2rem;
}

.page .acts .act .msg .phone {
  color: #999;
  padding: 1% 0 1.5%;
}

.page .acts .act .msg .phone a {
  color: #f7921d;
}

.page .acts .act .msg .address {
  line-height: 1.4;
  color: #b9b9b9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}

.page .acts .act .msg .desc {
  color: #6566b5;
}

.page .acts .act .msg .bottom {
  width: 100%;
  line-height: 2;
}

.page .acts .act .msg .bottom .city {
  color: red;
  float: left;
}

.page .acts .act .msg .bottom .show {
  color: #fff;
  padding: 0 6.5%;
  border-radius: .15rem;
  background: linear-gradient(#fdbe5d, #f45501);
  background: -webkit-linear-gradient(#fdbe5d, #f45501);
  float: right;
}

.page .acts .act:last-child {
  border: none;
}

.noconttips {
  color: #333;
  text-align: center;
  margin-top: 20%;
}

.end-wrap {
  padding: 2% 5% 6%;
  text-align: center;
  font-size: .58rem;
  color: #bbb;
  background-color: #fff;
}

.end-wrap .line {
  height: .8rem;
  border-top: 1px solid #efefef;
  position: relative;
}

.end-wrap .line span {
  padding: 0 5%;
  background-color: #fff;
  position: absolute;
  top: -.4rem;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}

.page .search {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  padding: .5rem;
}

.page .search .search-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #F6F6F6;
  height: 1.5rem;
  width: 100%;
  flex: 1;
  border-radius: .75rem;
  padding: 0 .5rem;
}

.page .search .search-input img {
  width: .8rem;
  height: .8rem;
}

.page .search .search-input input {
  background-color: #F6F6F6;
  flex: 1;
}

.page .search .search-btn {
  margin-left: .5rem;
  border: none;
  background-image: linear-gradient(to right, #F69658, #F05253);
  width: 3rem;
  height: 1.4rem;
  color: #fff;
  border-radius: .75rem;
  font-size: .6rem;
}
.page .content-box .acts .btn-box {
  justify-content: flex-end;
  width: 100%;
  border-bottom: 1px solid #f7f3f3;
  padding-bottom: .5rem;
}
.page .content-box .acts .btn-box :nth-last-child(1) {
  margin-left: .5rem;
}
.page .content-box .acts .btn-box a {
  width: 4rem;
  height: 1.3rem;
  padding: 0 .5rem;
  border-radius: .65rem;
  background-image: linear-gradient(to right, #F69658, #F05253);
  font-size: .5rem;
  text-align: center;
  line-height: 1.3rem;
}
