/**app.wxss**/

page {
  background: #fff;
}

.searchboxleft {
  width: 40rpx;
  height: 40rpx;
  font-size: 0;
}

.searchboxleft image {
  width: 100%;
  height: 100%;
}

.xiename {
  display: flex;
  align-items: center;
  margin-top: 24rpx;
}

.xienameleft {
  width: 52rpx;
  height: 28rpx;
  font-size: 0;
}

.xienameleft image {
  width: 100%;
  height: 100%;
}

.goodname {
  color: #06121e;
  font-size: 28rpx;
  margin-left: 15rpx;
}

.register {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.registerk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.nodata {
  color: #999;
  font-size: 32rpx;
  text-align: center;
  margin-top: 100rpx;
}

.flex {
  display: flex;
}

.flexone {
  display: flex;
  align-items: center;
}

.flextwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexthree {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexfour {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}