/* pages/my/my.wxss */
@import '../template/template.wxss';
.title {
  font-size: 48rpx;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 50rpx;
  padding: 0 32rpx;
}
.banner_box {
  background: #17b3f0;
  padding: 30rpx 70rpx;
}

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

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

.head_box {
  width: 103rpx;
  height: 103rpx;
  background: #fff;
  border-radius: 50%;
  padding: 7rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28rpx;
}

.head_box image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.laber {
  width: 200rpx;
  height: 40rpx;
  font-size: 24rpx;
  color: #000;
  background: rgba(255, 255, 255, 1);
  opacity: 0.6;
  border-radius: 20rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 76rpx;
}

.name {
  font-size: 36rpx;
  font-weight: bold;
  color: #000;
}

.info {
  font-size: 24rpx;
  color: #000;
  margin-top: 18rpx;
}

.content_box {
  padding: 0 45rpx;
}

.content_item {
  min-width: 650rpx;
  min-height: 624rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(83, 166, 250, 1);
  border-radius: 20rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80rpx 0;
  margin-top: 60rpx;
}

.icon-jia {
  font-size: 60rpx;
  color: RGBA(29, 185, 250, 0.6);
}

.content_title {
  font-size: 48rpx;
  color: #1db9fa;
}

.content_img {
  width: 426rpx;
  height: 284rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* 弹窗 */

.mask_box {
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
}

.popup_box {
  width: 540rpx;
  height: 599rpx;
  border-radius: 20rpx;
  background: #1db9fa;
  position: relative;
  box-shadow: 0rpx 5rpx 20rpx rgba(0, 0, 0, 0.5);
  padding: 50rpx 40rpx;
}

.popup_btn {
  width: 100%;
  height: 98rpx;
  font-size: 36rpx;
  color: #1db9fa;
  border-radius: 0 0 20rpx 20rpx;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_input {
  width: 460rpx;
  height: 60rpx;
  padding:0 30rpx;
  border: 1rpx solid rgba(255, 255, 255, 1);
  margin-bottom: 35rpx;
  border-radius: 10rpx;
  font-size: 34rpx;
  color: #fff;
}
.popup_input input{
 
  font-size: 34rpx;
  color: #fff;
}
.popup_title {
  font-size: 24rpx;
  color: #fff;
  margin-bottom: 10rpx;
}
/*  */

.popup_img {
  width: 400rpx;
  height: 400rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.popup_title2 {
  font-size: 48rpx;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* 充值会员弹窗 */

.mask_vip {
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  /* filter: blur(2rpx); */
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_vip {
  width: 500rpx;
  height: 410rpx;
  background: rgba(29, 185, 250, 1);
  border-radius: 20rpx;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 36rpx;
  color: #fff;
}

.vip {
  margin-bottom: 20rpx;
}

.vip_money {
  font-size: 72rpx;
  font-weight: normal;
  color: #fff;
  margin-top: 40rpx;
}

.btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30rpx;
}

.vip_btn {
  width: 200rpx;
  height: 60rpx;
  border-radius: 40rpx;
  font-size: 30rpx;
  color: #2ebbf6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn2 {
  background: none;
  border: 1rpx solid #fff;
  color: #fff;
  margin-left: 30rpx;
}

/* 充值会员内容 */

.content_box2 {
  padding: 0 30rpx;
}

.content_item2 {
  background: #1db9fa;
  border-radius: 10rpx;
  padding: 30rpx 13rpx;
  margin-top: 36rpx;
}

.item_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1rpx solid #fff;
  padding-left: 30rpx;
  /* padding-top: 30rpx; */
  padding-bottom: 10rpx;
}

.laber_img {
  width: 180rpx;
  height: 150rpx;
  position: relative;
}

.laber_img image {
  width: 100%;
  height: 100%;
}
.laber_txtbox{
   position: absolute;
   top:50%;
   left:50%;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   transform: translate(-50%,-50%);
  z-index: 10;

}
.days {
  font-size: 48rpx;
  font-weight: bold;
  color: #131313;
  /* position: absolute;
  top: 42rpx;
  left: 30rpx; */
}

.unit {
  font-size: 30rpx;
  font-weight: bold;
  color: #131313;
  /* position: absolute;
  top: 50rpx;
  left: 115rpx; */
}

.list_info {
  font-size: 24rpx;
  color: #fff;
}

.list_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #fff;
  margin-top: 34rpx;
}

.list_content {
  font-size: 24rpx;
  color: #fff;
  padding: 0 30rpx;
}

.content_list {
  margin-top: 30rpx;
}

.list_input {
  width: 610rpx;
  height: 60rpx;
  border: 1rpx solid rgba(255, 255, 255, 1);
  border-radius: 10rpx;
  margin-top: 23rpx;
  padding: 0 10rpx;
}

.input_color {
  font-size: 32rpx;
  color: #fff;
}

.list_btn {
  width: 610rpx;
  height: 80rpx;
  font-size: 36rpx;
  color: #fff;
  background: rgba(173, 232, 255, 0.69);
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70rpx;
  margin-bottom: 20rpx;
}

.date_info {
  font-size: 24rpx;
  color: #000;
  text-align: center;
}
.laber_box{
 display: flex;
 align-items: center;
 justify-content: space-between;
}