/* pages/my/my.wxss */

page {
  background: #f5f5fa;
}

.banner_box {
  width: 100%;
  height: 113rpx;
  background: #169bd5;
  display: flex;
  align-items: center;
  padding: 30rpx;
}

.banner_info_box {
  width: 92%;
  height: 240rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 3rpx 20rpx rgba(0, 34, 255, 0.08);
  opacity: 1;
  border-radius: 4rpx;
  position: relative;
  top: 80rpx;
  margin-bottom: 60rpx;
  display: flex;
  align-items: center;
  padding: 30rpx;
  box-sizing: border-box;
}

.head_img {
  width: 112rpx;
  height: 112rpx;
  border-radius: 50%;
  margin-right: 20rpx;
}

.banner_info {
  position: relative;
  font-size: 32rpx;
  font-weight: bold;
  color: #333;
  display: inline-block;
}

.banner_info image {
  width: 18rpx;
  height: 22rpx;
  position: absolute;
  right: -15rpx;
  top: -15rpx;
}

.banner_label {
  width: 160rpx;
  font-size: 22rpx;
  color: #169bd5;
  background: rgba(22, 155, 213, 0.2);
  border-radius: 24rpx;
  padding: 5rpx 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14rpx;
}

.banner_label image {
  width: 19rpx;
  height: 23rpx;
  margin-right: 15rpx;
}

.content_box {
  background: #fff;
  position: relative;
  margin-top: 160rpx;
}

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

.list_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  color: #169bd5;
  margin: 0 30rpx;
}

.list_item_box {
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #ebebeb;
  padding: 30rpx 30rpx 30rpx 0;
  font-size: 30rpx;
  color: #1a1a1a;
}

.item_list:last-child .list_item_box {
  border: 0;
}

.icon-go {
  color: #ccc;
}

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

.list_point {
  width: 32rpx;
  height: 32rpx;
  background: rgba(232, 4, 4, 1);
  border-radius: 50%;
  font-size: 26rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  */

.null_data_box {
  width: 100%;
  height: 100%;
  font-size: 22rpx;
  color: #ccc;
  text-align: center;
  position: fixed;
  top: 00rpx;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.null_data_box image {
  width: 315rpx;
  height: 227rpx;
  margin: 0 auto;
}

.data_box {
 width: 100%;
}

.list_btn {
  width: 352rpx;
  height: 80rpx;
  background: linear-gradient(319deg, rgba(22, 155, 213, 1) 0%, rgba(0, 211, 255, 1) 100%);
  border-radius: 8rpx;
  font-size: 30rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40rpx auto;
}