/* components/statubars/index.wxss */

.flex_center {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 45px;
  background: #fff;
  z-index: 999;
  display: flex;
}

.custom .iconv {
  color: #fff;
  font-size: 34rpx;
  font-weight: 500;
  max-width: 150rpx;
  min-width: 80rpx;
  text-align: center;
  display: flex;
  border: 1rpx solid #ccc;
  border-radius: 60rpx;
  margin: 12rpx 10rpx;
  justify-content: space-around;
  padding: 0 10rpx;
}

.custom .iconv .icon {
  width: 32rpx;
  height: 32rpx;
  margin: 15rpx 10rpx;
}

.custom .title {
  color: #333;
  font-size: 34rpx;
  font-weight: 500;
  min-width: 350rpx;
  max-width: 420rpx;
  line-height: 45px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.custom .titlev {
  color: #333;
  font-size: 34rpx;
  font-weight: 500;
  width: 500rpx;
  line-height: 45px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 50rpx;
}

.empty_custom {
  height: 45px;
  width: 100%;
}
