.bottom-border {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  display: flex;
  width: 100%;
}

.bottom-border-item0 {
  flex: 1;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ff0000;
}

.bottom-border-item1 {
  flex: 1;
  border-bottom: 1px;
  border-style: solid;
  border-color: #00ff00;
}

.bottom-border-item2 {
  flex: 1;
  border-bottom: 1px;
  border-style: solid;
  border-color: #0000ff;
}

.bottom-border-item3 {
  flex: 1;
  border-bottom: 1px;
  border-style: solid;
  border-color: #000000;
}

.bottom-border-item4 {
  flex: 1;
  border-bottom: 1px;
  border-style: solid;
  border-color: #FF00FF;
}

.bottom-border-item5 {
  flex: 1;
  border-bottom: 1px;
  border-style: dashed;
  border-color: #ff0000;
}

.bottom-border-item6 {
  flex: 1;
  border-bottom: 1px;
  border-style: dashed;
  border-color: #00ff00;
}

.bottom-border-item7 {
  flex: 1;
  border-bottom: 1px;
  border-style: dashed;
  border-color: #0000ff;
}

.bottom-border-item8 {
  flex: 1;
  border-bottom: 1px;
  border-style: dashed;
  border-color: #000000;
}

.bottom-border-item9 {
  flex: 1;
  border-bottom: 1px;
  border-style: dashed;
  border-color: #FF00FF;
}

.ajw-head {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #fff;
  background: #fe5f5c;
  /* border-bottom: 1px solid #f2f2f2; */
  z-index: 100000;
}

.ajw-head-left {
  min-width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.ajw-head-left span {
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

.ajw-head-left img {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 18px;
  height: 18px;
}

.ajw-head-center {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}

.ajw-head-right {
  min-width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.ajw-head-right span {
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

.ajw-head-right img {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 11px;
}

.ajw-head-right .btn {
  position: absolute;
  right: 44px;
  top: 10px;
  width: 36px;
  height: 20px;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  border-radius: 3px 3px;
  color: #fe5f5c;
  background: #fff;
}

.ajw-tap {
  display: inline-block;
}

.ajw-tap-item {
  display: inline-block;
  opacity: 0.7;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
}

.ajw-tap-item:nth-child(2) {
  margin-left: 8px;
}

.ajw-tap-active {
  opacity: 1;
  font-weight: bold;
}

.ajw-select {
  margin-left: 6px;
  display: inline-block;
}

.ajw-select span {
  font-size: 14px;
  line-height: 40px;
}

.ajw-select img {
  margin-left: 2px;
  width: 10px;
  height: 10px;
}

.ajw-select-con {
  padding: 0;
  position: absolute;
  top: 30px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 12px 0px rgb(132 120 120 / 40%);
  border-radius: 6px;
  display: none;
}

.ajw-select-con li {
  width: 100px;
  font-size: 13px;
  line-height: 30px;
  color: #333;
  list-style: none;
}

.app-popup-bar {
  display: none;
  z-index: 120000;
  position: fixed;
  top: 50px;
  right: 15px;
  min-width: 40px;
}

.app-popup-bar__btn {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1000;
  width: 32px;
  height: 32px;
  background-image: url("https://oss.tranhn.com/img/wxgzh/app.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0rpx 4rpx 6rpx 0rpx rgba(137, 120, 120, 0.5);
  opacity: 0.85;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform;
}

.app-popup-bar__con {
  padding: 0 10px;
  height: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  box-shadow: 0px -1px 6px 0px rgba(197, 197, 197, 0.49);
  overflow: hidden;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: height;
}

.app-popup-bar .is-active {
  transform: rotate(135deg);
}

.app-popup-bar .is-height {
  height: 120px;
}

.app-popup-list__item {
  font-size: 12px;
  text-align: center;
  line-height: 32px;
}
