#root {
  margin: 0 auto;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
  display: table;
  content: " ";
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.left-right {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.top-bottom {
  position: absolute;
  top: 50%;
  margin-top: -50%;
}
.lrtb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.base-flex {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}
.center-flex {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.right-flex {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.space-between-flex {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.bg-frame {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 120000;
  background: rgba(0, 0, 0, 0.5);
}
#content .navbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#content .navbg .van-icon {
  color: #333 !important;
  font-size: 28px;
}
#content .navbg .van-nav-bar__title {
  color: #333 !important;
  font-size: 20px;
}
#content .navbg .van-nav-bar__left {
  opacity: 1;
}
.navpt46 {
  padding-top: 52px !important;
}
.plcbox span img {
  display: inline-block !important;
  width: 1rem !important;
  vertical-align: middle !important;
}
.wyhft .aui-ellipsis-2 span img {
  display: inline-block !important;
  width: 1rem !important;
  vertical-align: middle !important;
}
#wyfs .van-tabs__nav--card {
  margin: 0 !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999;
  border-radius: 0 !important;
}
#wyfs .van-tabs__content {
  display: none !important;
}
